diff options
author | Kim Alvefur <zash@zash.se> | 2015-12-06 02:32:29 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2015-12-06 02:32:29 +0100 |
commit | 730986f23cc5ce84a0a16c664165653f0aabbf94 (patch) | |
tree | 1bb418dd46937ea0fa9ed0100bd229e97990647f | |
parent | 589b736095eb90220ebfeaa3c091c4bd7cec0924 (diff) | |
download | prosody-730986f23cc5ce84a0a16c664165653f0aabbf94.tar.gz prosody-730986f23cc5ce84a0a16c664165653f0aabbf94.zip |
mod_blocklist: Update Copyright header
-rw-r--r-- | plugins/mod_blocklist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_blocklist.lua b/plugins/mod_blocklist.lua index 8bcd7700..e2ed626b 100644 --- a/plugins/mod_blocklist.lua +++ b/plugins/mod_blocklist.lua @@ -1,7 +1,7 @@ -- Prosody IM -- Copyright (C) 2009-2010 Matthew Wild -- Copyright (C) 2009-2010 Waqas Hussain --- Copyright (C) 2014 Kim Alvefur +-- Copyright (C) 2014-2015 Kim Alvefur -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. |