mod_mam: Normalize copyright headers

This commit is contained in:
Kim Alvefur 2017-01-23 19:18:15 +01:00
parent 8adfea849c
commit fcd827853a
4 changed files with 35 additions and 9 deletions

View file

@ -1,7 +1,13 @@
-- XEP-0313: Message Archive Management for Prosody
-- Copyright (C) 2011-2013 Kim Alvefur
-- 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
--
-- This file is MIT/X11 licensed.
local st = require"util.stanza";
local xmlns_mam = "urn:xmpp:mam:1";