Mercurial > prosody-hg
comparison plugins/mod_mam/mamprefs.lib.lua @ 7851:80ee0d9cd56f
mod_mam: Normalize copyright headers
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 23 Jan 2017 19:18:15 +0100 |
| parents | 10d91860172f |
| children | e429982940fc |
comparison
equal
deleted
inserted
replaced
| 7850:10d91860172f | 7851:80ee0d9cd56f |
|---|---|
| 1 -- Prosody IM | |
| 2 -- Copyright (C) 2008-2017 Matthew Wild | |
| 3 -- Copyright (C) 2008-2017 Waqas Hussain | |
| 4 -- Copyright (C) 2011-2017 Kim Alvefur | |
| 5 -- | |
| 6 -- This project is MIT/X11 licensed. Please see the | |
| 7 -- COPYING file in the source package for more information. | |
| 8 -- | |
| 1 -- XEP-0313: Message Archive Management for Prosody | 9 -- XEP-0313: Message Archive Management for Prosody |
| 2 -- Copyright (C) 2011-2013 Kim Alvefur | |
| 3 -- | 10 -- |
| 4 -- This file is MIT/X11 licensed. | |
| 5 | 11 |
| 6 local global_default_policy = module:get_option("default_archive_policy", true); | 12 local global_default_policy = module:get_option("default_archive_policy", true); |
| 7 | 13 |
| 8 do | 14 do |
| 9 local prefs_format = { | 15 local prefs_format = { |
