Changeset

2923:b7049746bd29

Update copyright headers for 2010
author Matthew Wild <mwild1@gmail.com>
date Mon, 22 Mar 2010 17:06:15 +0000
parents 2922:0ea2ed371fb2
children 2924:8dc4e2e00129
files core/actions.lua core/componentmanager.lua core/configmanager.lua core/eventmanager.lua core/hostmanager.lua core/loggingmanager.lua core/modulemanager.lua core/objectmanager.lua core/offlinemanager.lua core/rostermanager.lua core/s2smanager.lua core/sessionmanager.lua core/stanza_router.lua core/usermanager.lua core/xmlhandlers.lua fallbacks/bit.lua net/adns.lua net/connlisteners.lua net/http.lua net/httpclient_listener.lua net/httpserver.lua net/httpserver_listener.lua net/server.lua net/xmppclient_listener.lua net/xmppcomponent_listener.lua net/xmppserver_listener.lua plugins/mod_actions_http.lua plugins/mod_announce.lua plugins/mod_bosh.lua plugins/mod_component.lua plugins/mod_console.lua plugins/mod_dialback.lua plugins/mod_disco.lua plugins/mod_groups.lua plugins/mod_httpserver.lua plugins/mod_iq.lua plugins/mod_lastactivity.lua plugins/mod_legacyauth.lua plugins/mod_message.lua plugins/mod_pep.lua plugins/mod_ping.lua plugins/mod_posix.lua plugins/mod_presence.lua plugins/mod_privacy.lua plugins/mod_private.lua plugins/mod_register.lua plugins/mod_roster.lua plugins/mod_saslauth.lua plugins/mod_time.lua plugins/mod_tls.lua plugins/mod_uptime.lua plugins/mod_vcard.lua plugins/mod_version.lua plugins/mod_watchregistrations.lua plugins/mod_welcome.lua plugins/mod_xmlrpc.lua plugins/muc/mod_muc.lua plugins/muc/muc.lib.lua prosody tests/test.lua tests/test_core_configmanager.lua tests/test_core_modulemanager.lua tests/test_core_s2smanager.lua tests/test_core_stanza_router.lua tests/test_sasl.lua tests/test_util_jid.lua tests/test_util_multitable.lua tests/test_util_stanza.lua tests/util/logger.lua tools/ejabberd2prosody.lua tools/ejabberdsql2prosody.lua tools/erlparse.lua util-src/encodings.c util-src/hashes.c util-src/pposix.c util-src/windows.c util/array.lua util/broadcast.lua util/dataforms.lua util/datamanager.lua util/datetime.lua util/dependencies.lua util/events.lua util/helpers.lua util/hmac.lua util/import.lua util/iterators.lua util/jid.lua util/logger.lua util/multitable.lua util/pluginloader.lua util/prosodyctl.lua util/sasl.lua util/serialization.lua util/set.lua util/stanza.lua util/termcolours.lua util/timer.lua util/uuid.lua util/xmlrpc.lua
diffstat 100 files changed, 212 insertions(+), 199 deletions(-) [+]
line wrap: on
line diff
--- a/core/actions.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/actions.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/componentmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/componentmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/configmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/configmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/eventmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/eventmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/hostmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/hostmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/loggingmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/loggingmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/modulemanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/modulemanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/objectmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/objectmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/offlinemanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/offlinemanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/rostermanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/rostermanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/s2smanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/s2smanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/sessionmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/sessionmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/stanza_router.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/stanza_router.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/usermanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/usermanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/core/xmlhandlers.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/core/xmlhandlers.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/fallbacks/bit.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/fallbacks/bit.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/adns.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/adns.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/connlisteners.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/connlisteners.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/http.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/http.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/httpclient_listener.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/httpclient_listener.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/httpserver.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/httpserver.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/httpserver_listener.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/httpserver_listener.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/server.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/server.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -2,7 +2,7 @@
 -- server.lua by blastbeat of the luadch project
 -- Re-used here under the MIT/X Consortium License
 -- 
--- Modifications (C) 2008-2009 Matthew Wild, Waqas Hussain
+-- Modifications (C) 2008-2010 Matthew Wild, Waqas Hussain
 --
 
 -- // wrapping luadch stuff // --
--- a/net/xmppclient_listener.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/xmppclient_listener.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/xmppcomponent_listener.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/xmppcomponent_listener.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/net/xmppserver_listener.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/net/xmppserver_listener.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_actions_http.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_actions_http.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_announce.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_announce.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_bosh.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_bosh.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_component.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_component.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_console.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_console.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_dialback.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_dialback.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_disco.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_disco.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_groups.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_groups.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_httpserver.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_httpserver.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_iq.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_iq.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_lastactivity.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_lastactivity.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_legacyauth.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_legacyauth.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_message.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_message.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_pep.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_pep.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_ping.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_ping.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_posix.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_posix.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_presence.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_presence.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_privacy.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_privacy.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_private.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_private.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_register.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_register.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_roster.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_roster.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_saslauth.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_saslauth.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_time.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_time.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_tls.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_tls.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_uptime.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_uptime.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_vcard.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_vcard.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_version.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_version.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_watchregistrations.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_watchregistrations.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_welcome.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_welcome.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/mod_xmlrpc.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/mod_xmlrpc.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/muc/mod_muc.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/muc/mod_muc.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/plugins/muc/muc.lib.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/plugins/muc/muc.lib.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/prosody	Mon Mar 22 21:58:38 2010 +0500
+++ b/prosody	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_core_configmanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_core_configmanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_core_modulemanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_core_modulemanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_core_s2smanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_core_s2smanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_core_stanza_router.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_core_stanza_router.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_sasl.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_sasl.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_util_jid.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_util_jid.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_util_multitable.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_util_multitable.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/test_util_stanza.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/test_util_stanza.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tests/util/logger.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tests/util/logger.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tools/ejabberd2prosody.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tools/ejabberd2prosody.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tools/ejabberdsql2prosody.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tools/ejabberdsql2prosody.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/tools/erlparse.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/tools/erlparse.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util-src/encodings.c	Mon Mar 22 21:58:38 2010 +0500
+++ b/util-src/encodings.c	Mon Mar 22 17:06:15 2010 +0000
@@ -1,6 +1,6 @@
-/* Prosody IM v0.4
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+/* Prosody IM
+-- 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.
--- a/util-src/hashes.c	Mon Mar 22 21:58:38 2010 +0500
+++ b/util-src/hashes.c	Mon Mar 22 17:06:15 2010 +0000
@@ -1,6 +1,6 @@
-/* Prosody IM v0.4
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
+/* Prosody IM
+-- Copyright (C) 2009-2010 Matthew Wild
+-- Copyright (C) 2009-2010 Waqas Hussain
 -- 
 -- This project is MIT/X11 licensed. Please see the
 -- COPYING file in the source package for more information.
--- a/util-src/pposix.c	Mon Mar 22 21:58:38 2010 +0500
+++ b/util-src/pposix.c	Mon Mar 22 17:06:15 2010 +0000
@@ -1,6 +1,6 @@
-/* Prosody IM v0.4
--- Copyright (C) 2008-2009 Matthew Wild
--- Copyright (C) 2008-2009 Waqas Hussain
+/* Prosody IM
+-- Copyright (C) 2008-2010 Matthew Wild
+-- Copyright (C) 2008-2010 Waqas Hussain
 -- Copyright (C) 2009 Tobias Markmann
 -- 
 -- This project is MIT/X11 licensed. Please see the
--- a/util-src/windows.c	Mon Mar 22 21:58:38 2010 +0500
+++ b/util-src/windows.c	Mon Mar 22 17:06:15 2010 +0000
@@ -1,3 +1,16 @@
+/* Prosody IM
+-- 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.
+--
+*/
+
+/*
+* windows.c
+* Windows support functions for Lua
+*/
 
 #include <stdio.h>
 #include <windows.h>
--- a/util/array.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/array.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/broadcast.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/broadcast.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/dataforms.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/dataforms.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/datamanager.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/datamanager.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/datetime.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/datetime.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/dependencies.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/dependencies.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/events.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/events.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/helpers.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/helpers.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/hmac.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/hmac.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/import.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/import.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/iterators.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/iterators.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/jid.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/jid.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/logger.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/logger.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/multitable.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/multitable.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/pluginloader.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/pluginloader.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/prosodyctl.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/prosodyctl.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/sasl.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/sasl.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -1,5 +1,5 @@
 -- sasl.lua v0.4
--- Copyright (C) 2008-2009 Tobias Markmann
+-- Copyright (C) 2008-2010 Tobias Markmann
 --
 --    All rights reserved.
 --
--- a/util/serialization.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/serialization.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/set.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/set.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/stanza.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/stanza.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/termcolours.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/termcolours.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/timer.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/timer.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/uuid.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/uuid.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.
--- a/util/xmlrpc.lua	Mon Mar 22 21:58:38 2010 +0500
+++ b/util/xmlrpc.lua	Mon Mar 22 17:06:15 2010 +0000
@@ -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.