diff options
author | Kim Alvefur <zash@zash.se> | 2017-01-23 19:18:15 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2017-01-23 19:18:15 +0100 |
commit | 70b00611ce793bf4a2fb557a5fa5342babbdabb1 (patch) | |
tree | 08e413e76314efba15cd72b4c7bec6049288eb51 /plugins/mod_mam/mamprefs.lib.lua | |
parent | 50b3fb881cfa8813a98c52923c1534d6dde2b2ea (diff) | |
download | prosody-70b00611ce793bf4a2fb557a5fa5342babbdabb1.tar.gz prosody-70b00611ce793bf4a2fb557a5fa5342babbdabb1.zip |
mod_mam: Normalize copyright headers
Diffstat (limited to 'plugins/mod_mam/mamprefs.lib.lua')
-rw-r--r-- | plugins/mod_mam/mamprefs.lib.lua | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/plugins/mod_mam/mamprefs.lib.lua b/plugins/mod_mam/mamprefs.lib.lua index f9b4b129..3fccf645 100644 --- a/plugins/mod_mam/mamprefs.lib.lua +++ b/plugins/mod_mam/mamprefs.lib.lua @@ -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); |