diff options
author | Matthew Wild <mwild1@gmail.com> | 2010-03-22 17:06:15 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2010-03-22 17:06:15 +0000 |
commit | 2bc06064531c009654a3cf48f988b13357f234ac (patch) | |
tree | 90e61c6041a32002fce77a8bd9defed7a2e656fe /tools | |
parent | 3327f3974125464535c3a1eebc6abcbd2fb3e453 (diff) | |
download | prosody-2bc06064531c009654a3cf48f988b13357f234ac.tar.gz prosody-2bc06064531c009654a3cf48f988b13357f234ac.zip |
Update copyright headers for 2010
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/ejabberd2prosody.lua | 4 | ||||
-rw-r--r-- | tools/ejabberdsql2prosody.lua | 4 | ||||
-rw-r--r-- | tools/erlparse.lua | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tools/ejabberd2prosody.lua b/tools/ejabberd2prosody.lua index d0c22df7..d44c929b 100755 --- a/tools/ejabberd2prosody.lua +++ b/tools/ejabberd2prosody.lua @@ -1,7 +1,7 @@ #!/usr/bin/env lua -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. diff --git a/tools/ejabberdsql2prosody.lua b/tools/ejabberdsql2prosody.lua index 0e5dd0c4..ef4706ce 100644 --- a/tools/ejabberdsql2prosody.lua +++ b/tools/ejabberdsql2prosody.lua @@ -1,7 +1,7 @@ #!/usr/bin/env lua -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. diff --git a/tools/erlparse.lua b/tools/erlparse.lua index bfec3b4d..387ffbe6 100644 --- a/tools/erlparse.lua +++ b/tools/erlparse.lua @@ -1,6 +1,6 @@ -- Prosody IM --- Copyright (C) 2008-2009 Matthew Wild --- Copyright (C) 2008-2009 Waqas Hussain +-- Copyright (C) 2008-2010 Matthew Wild +-- Copyright (C) 2008-2010 Waqas Hussain -- -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. |