Update copyright notices for 2009
authorMatthew Wild <mwild1@gmail.com>
Fri, 30 Jan 2009 17:59:26 +0000
changeset 760 90ce865eebd8
parent 759 5cccfb5da6cb
child 761 67ec69001fd7
Update copyright notices for 2009
core/componentmanager.lua
core/configmanager.lua
core/discomanager.lua
core/modulemanager.lua
core/offlinemanager.lua
core/presencemanager.lua
core/rostermanager.lua
core/s2smanager.lua
core/sessionmanager.lua
core/stanza_router.lua
core/usermanager.lua
core/xmlhandlers.lua
net/connlisteners.lua
net/xmppclient_listener.lua
net/xmppserver_listener.lua
plugins/mod_console.lua
plugins/mod_dialback.lua
plugins/mod_disco.lua
plugins/mod_legacyauth.lua
plugins/mod_ping.lua
plugins/mod_private.lua
plugins/mod_register.lua
plugins/mod_roster.lua
plugins/mod_saslauth.lua
plugins/mod_selftests.lua
plugins/mod_time.lua
plugins/mod_tls.lua
plugins/mod_uptime.lua
plugins/mod_vcard.lua
plugins/mod_version.lua
tests/test.lua
tests/test_core_configmanager.lua
tests/test_core_s2smanager.lua
tests/test_core_stanza_router.lua
tests/test_sasl.lua
tests/test_util_jid.lua
tools/ejabberd2prosody.lua
tools/erlparse.lua
util/datamanager.lua
util/datetime.lua
util/dependencies.lua
util/discohelper.lua
util/import.lua
util/jid.lua
util/logger.lua
util/multitable.lua
util/sasl.lua
util/serialization.lua
util/stanza.lua
util/termcolours.lua
util/uuid.lua
--- a/core/componentmanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/componentmanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/configmanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/configmanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/discomanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/discomanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/modulemanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/modulemanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/offlinemanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/offlinemanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/presencemanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/presencemanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/rostermanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/rostermanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/s2smanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/s2smanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/sessionmanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/sessionmanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/stanza_router.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/stanza_router.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/usermanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/usermanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/core/xmlhandlers.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/core/xmlhandlers.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/net/connlisteners.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/net/connlisteners.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/net/xmppclient_listener.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/net/xmppclient_listener.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/net/xmppserver_listener.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/net/xmppserver_listener.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_console.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_console.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_dialback.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_dialback.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_disco.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_disco.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_legacyauth.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_legacyauth.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_ping.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_ping.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_private.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_private.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_register.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_register.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_roster.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_roster.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_saslauth.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_saslauth.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_selftests.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_selftests.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_time.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_time.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_tls.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_tls.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_uptime.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_uptime.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_vcard.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_vcard.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/plugins/mod_version.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/plugins/mod_version.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tests/test.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tests/test.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tests/test_core_configmanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tests/test_core_configmanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tests/test_core_s2smanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tests/test_core_s2smanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tests/test_core_stanza_router.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tests/test_core_stanza_router.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tests/test_sasl.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tests/test_sasl.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tests/test_util_jid.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tests/test_util_jid.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tools/ejabberd2prosody.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tools/ejabberd2prosody.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/env lua
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/tools/erlparse.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/tools/erlparse.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/datamanager.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/datamanager.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/datetime.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/datetime.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/dependencies.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/dependencies.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/discohelper.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/discohelper.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/import.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/import.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/jid.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/jid.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/logger.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/logger.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/multitable.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/multitable.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/sasl.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/sasl.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,5 +1,5 @@
 -- sasl.lua v0.2
--- Copyright (C) 2008 Tobias Markmann
+-- Copyright (C) 2008-2009 Tobias Markmann
 -- 
 --    All rights reserved.
 --    
--- a/util/serialization.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/serialization.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/stanza.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/stanza.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/termcolours.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/termcolours.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util/uuid.lua	Fri Jan 30 17:40:25 2009 +0000
+++ b/util/uuid.lua	Fri Jan 30 17:59:26 2009 +0000
@@ -1,6 +1,6 @@
 -- Prosody IM v0.3
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+-- Copyright (C) 2008-2009 Matthew Wild
+-- Copyright (C) 2008-2009 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.