mod_mam: Normalize copyright headers
authorKim Alvefur <zash@zash.se>
Mon, 23 Jan 2017 19:18:15 +0100
changeset 7854 80ee0d9cd56f
parent 7853 10d91860172f
child 7855 e594010e1ba0
mod_mam: Normalize copyright headers
plugins/mod_mam/fallback_archive.lib.lua
plugins/mod_mam/mamprefs.lib.lua
plugins/mod_mam/mamprefsxml.lib.lua
plugins/mod_mam/mod_mam.lua
--- a/plugins/mod_mam/fallback_archive.lib.lua	Wed Jan 11 13:08:50 2017 +0100
+++ b/plugins/mod_mam/fallback_archive.lib.lua	Mon Jan 23 19:18:15 2017 +0100
@@ -1,3 +1,11 @@
+-- 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.
+--
 -- luacheck: ignore 212/self
 
 local uuid = require "util.uuid".generate;
--- a/plugins/mod_mam/mamprefs.lib.lua	Wed Jan 11 13:08:50 2017 +0100
+++ b/plugins/mod_mam/mamprefs.lib.lua	Mon Jan 23 19:18:15 2017 +0100
@@ -1,7 +1,13 @@
+-- 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
--- Copyright (C) 2011-2013 Kim Alvefur
 --
--- This file is MIT/X11 licensed.
 
 local global_default_policy = module:get_option("default_archive_policy", true);
 
--- a/plugins/mod_mam/mamprefsxml.lib.lua	Wed Jan 11 13:08:50 2017 +0100
+++ b/plugins/mod_mam/mamprefsxml.lib.lua	Mon Jan 23 19:18:15 2017 +0100
@@ -1,7 +1,13 @@
+-- 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
--- Copyright (C) 2011-2013 Kim Alvefur
 --
--- This file is MIT/X11 licensed.
 
 local st = require"util.stanza";
 local xmlns_mam = "urn:xmpp:mam:1";
--- a/plugins/mod_mam/mod_mam.lua	Wed Jan 11 13:08:50 2017 +0100
+++ b/plugins/mod_mam/mod_mam.lua	Mon Jan 23 19:18:15 2017 +0100
@@ -1,7 +1,13 @@
+-- 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
--- Copyright (C) 2011-2016 Kim Alvefur
 --
--- This file is MIT/X11 licensed.
 
 local xmlns_mam     = "urn:xmpp:mam:1";
 local xmlns_delay   = "urn:xmpp:delay";