From 8684e8888767d97bfbae0cf1e269ccf4ac794358 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Mon, 23 Jan 2017 19:18:41 +0100
Subject: util.rsm: Add copyright header

---
 util/rsm.lua | 11 +++++++++++
 1 file changed, 11 insertions(+)

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;
-- 
cgit v1.2.3