diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-08-02 18:44:08 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-08-02 18:44:08 +0500 |
commit | 3d402d422efb63f4261fe3843eecc8e95b4eca25 (patch) | |
tree | af39b32eb9ca53c762820cb8003cea399849ba6f /plugins/mod_auth_anonymous.lua | |
parent | 48b695c7e528edfde19328c7f8a2a7d39be5b533 (diff) | |
download | prosody-3d402d422efb63f4261fe3843eecc8e95b4eca25.tar.gz prosody-3d402d422efb63f4261fe3843eecc8e95b4eca25.zip |
mod_auth_*: Fixed copyright headers.
Diffstat (limited to 'plugins/mod_auth_anonymous.lua')
-rw-r--r-- | plugins/mod_auth_anonymous.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_auth_anonymous.lua b/plugins/mod_auth_anonymous.lua index 35e87a2e..0741a158 100644 --- a/plugins/mod_auth_anonymous.lua +++ b/plugins/mod_auth_anonymous.lua @@ -1,7 +1,6 @@ -- Prosody IM -- Copyright (C) 2008-2010 Matthew Wild -- Copyright (C) 2008-2010 Waqas Hussain --- Copyright (C) 2010 Jeff Mitchell -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. |