# HG changeset patch # User Kim Alvefur # Date 1485195521 -3600 # Node ID e594010e1ba0ca828fc62f860bf55820f215d108 # Parent 80ee0d9cd56f5a1039570d5b4026a0d7a5de34ac util.rsm: Add copyright header diff -r 80ee0d9cd56f -r e594010e1ba0 util/rsm.lua --- a/util/rsm.lua Mon Jan 23 19:18:15 2017 +0100 +++ b/util/rsm.lua Mon Jan 23 19:18:41 2017 +0100 @@ -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;