aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-01-23 19:18:41 +0100
committerKim Alvefur <zash@zash.se>2017-01-23 19:18:41 +0100
commit84fa1ca45edf01225ec7a832ef5b46418f1aa4b3 (patch)
treef1a2bec4b7c5d1e9198528df76adba50ef2d5b1b /util
parentfcd827853a8dcda866ce6fda71424582238fd57f (diff)
downloadprosody-84fa1ca45edf01225ec7a832ef5b46418f1aa4b3.tar.gz
prosody-84fa1ca45edf01225ec7a832ef5b46418f1aa4b3.zip
util.rsm: Add copyright header
Diffstat (limited to 'util')
-rw-r--r--util/rsm.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/rsm.lua b/util/rsm.lua
index 7d5fbcab..40a78fb5 100644
--- a/util/rsm.lua
+++ b/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 tostring, tonumber = tostring, tonumber;
local type = type;