mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
util.rsm: Add copyright header
This commit is contained in:
parent
fcd827853a
commit
84fa1ca45e
1 changed files with 11 additions and 0 deletions
11
util/rsm.lua
11
util/rsm.lua
|
@ -1,3 +1,14 @@
|
||||||
|
-- Prosody IM
|
||||||
|
-- Copyright (C) 2008-2017 Matthew Wild
|
||||||
|
-- Copyright (C) 2008-2017 Waqas Hussain
|
||||||
|
-- Copyright (C) 2011-2017 Kim Alvefur
|
||||||
|
--
|
||||||
|
-- This project is MIT/X11 licensed. Please see the
|
||||||
|
-- COPYING file in the source package for more information.
|
||||||
|
--
|
||||||
|
-- XEP-0313: Message Archive Management for Prosody
|
||||||
|
--
|
||||||
|
|
||||||
local stanza = require"util.stanza".stanza;
|
local stanza = require"util.stanza".stanza;
|
||||||
local tostring, tonumber = tostring, tonumber;
|
local tostring, tonumber = tostring, tonumber;
|
||||||
local type = type;
|
local type = type;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue