aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-03-20 20:16:25 +0000
committerMatthew Wild <mwild1@gmail.com>2009-03-20 20:16:25 +0000
commitc80f91dc0233276fcf112c54c6b7753dd68af354 (patch)
tree4d6a6c249ba191e7713af4016661fa467fb52cfa
parentd2ebe25dc579fb0ab21e411518c50eee1fae0f99 (diff)
downloadprosody-c80f91dc0233276fcf112c54c6b7753dd68af354.tar.gz
prosody-c80f91dc0233276fcf112c54c6b7753dd68af354.zip
0.3->0.4
-rw-r--r--core/componentmanager.lua2
-rw-r--r--core/configmanager.lua2
-rw-r--r--core/discomanager.lua2
-rw-r--r--core/modulemanager.lua2
-rw-r--r--core/offlinemanager.lua2
-rw-r--r--core/presencemanager.lua2
-rw-r--r--core/rostermanager.lua2
-rw-r--r--core/s2smanager.lua2
-rw-r--r--core/sessionmanager.lua2
-rw-r--r--core/stanza_router.lua2
-rw-r--r--core/usermanager.lua2
-rw-r--r--core/xmlhandlers.lua2
-rw-r--r--net/connlisteners.lua2
-rw-r--r--net/dns.lua2
-rw-r--r--net/xmppclient_listener.lua2
-rw-r--r--net/xmppserver_listener.lua2
-rw-r--r--plugins/mod_console.lua2
-rw-r--r--plugins/mod_dialback.lua2
-rw-r--r--plugins/mod_disco.lua2
-rw-r--r--plugins/mod_legacyauth.lua2
-rw-r--r--plugins/mod_muc.lua2
-rw-r--r--plugins/mod_ping.lua2
-rw-r--r--plugins/mod_private.lua2
-rw-r--r--plugins/mod_register.lua2
-rw-r--r--plugins/mod_roster.lua2
-rw-r--r--plugins/mod_saslauth.lua2
-rw-r--r--plugins/mod_selftests.lua2
-rw-r--r--plugins/mod_time.lua2
-rw-r--r--plugins/mod_tls.lua2
-rw-r--r--plugins/mod_uptime.lua2
-rw-r--r--plugins/mod_vcard.lua2
-rw-r--r--plugins/mod_version.lua4
-rw-r--r--plugins/mod_xmlrpc.lua2
-rwxr-xr-xprosody2
-rw-r--r--tests/test.lua2
-rw-r--r--tests/test_core_configmanager.lua2
-rw-r--r--tests/test_core_s2smanager.lua2
-rw-r--r--tests/test_core_stanza_router.lua2
-rw-r--r--tests/test_sasl.lua2
-rw-r--r--tests/test_util_jid.lua2
-rw-r--r--tests/test_util_multitable.lua2
-rwxr-xr-xtools/ejabberd2prosody.lua2
-rw-r--r--tools/erlparse.lua2
-rw-r--r--util-src/encodings.c2
-rw-r--r--util-src/hashes.c2
-rw-r--r--util-src/pposix.c2
-rw-r--r--util/datamanager.lua2
-rw-r--r--util/datetime.lua2
-rw-r--r--util/dependencies.lua2
-rw-r--r--util/discohelper.lua2
-rw-r--r--util/import.lua2
-rw-r--r--util/jid.lua2
-rw-r--r--util/logger.lua2
-rw-r--r--util/multitable.lua2
-rw-r--r--util/sasl.lua2
-rw-r--r--util/serialization.lua2
-rw-r--r--util/stanza.lua2
-rw-r--r--util/termcolours.lua2
-rw-r--r--util/timer.lua2
-rw-r--r--util/uuid.lua2
-rw-r--r--util/xmlrpc.lua2
-rw-r--r--util/ztact.lua2
62 files changed, 63 insertions, 63 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua
index 15931167..da079e83 100644
--- a/core/componentmanager.lua
+++ b/core/componentmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/configmanager.lua b/core/configmanager.lua
index 036b6b21..f04c5575 100644
--- a/core/configmanager.lua
+++ b/core/configmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/discomanager.lua b/core/discomanager.lua
index 0127a7ec..f9c91e12 100644
--- a/core/discomanager.lua
+++ b/core/discomanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/modulemanager.lua b/core/modulemanager.lua
index 76ea0bc0..4391fc7f 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/offlinemanager.lua b/core/offlinemanager.lua
index f26c1c29..cbb7f454 100644
--- a/core/offlinemanager.lua
+++ b/core/offlinemanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/presencemanager.lua b/core/presencemanager.lua
index 8811e078..29e684fb 100644
--- a/core/presencemanager.lua
+++ b/core/presencemanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/rostermanager.lua b/core/rostermanager.lua
index 7236a006..877d0b21 100644
--- a/core/rostermanager.lua
+++ b/core/rostermanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index db6d2fe5..19b7f047 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua
index 42b168e8..762982c1 100644
--- a/core/sessionmanager.lua
+++ b/core/sessionmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/stanza_router.lua b/core/stanza_router.lua
index 23b7a37d..3a2d237b 100644
--- a/core/stanza_router.lua
+++ b/core/stanza_router.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/usermanager.lua b/core/usermanager.lua
index bee1502e..158d59c7 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua
index ea136c8d..fb2af7d0 100644
--- a/core/xmlhandlers.lua
+++ b/core/xmlhandlers.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/net/connlisteners.lua b/net/connlisteners.lua
index f4861764..0e43bd24 100644
--- a/net/connlisteners.lua
+++ b/net/connlisteners.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/net/dns.lua b/net/dns.lua
index 70d731b7..0b37c0c6 100644
--- a/net/dns.lua
+++ b/net/dns.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- This file is included with Prosody IM. It has modifications,
-- which are hereby placed in the public domain.
diff --git a/net/xmppclient_listener.lua b/net/xmppclient_listener.lua
index e7a87c1e..baf66360 100644
--- a/net/xmppclient_listener.lua
+++ b/net/xmppclient_listener.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/net/xmppserver_listener.lua b/net/xmppserver_listener.lua
index 5602311c..e7caac27 100644
--- a/net/xmppserver_listener.lua
+++ b/net/xmppserver_listener.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_console.lua b/plugins/mod_console.lua
index b0e9d9d6..bd0095d7 100644
--- a/plugins/mod_console.lua
+++ b/plugins/mod_console.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_dialback.lua b/plugins/mod_dialback.lua
index a0e3f12c..042e2087 100644
--- a/plugins/mod_dialback.lua
+++ b/plugins/mod_dialback.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_disco.lua b/plugins/mod_disco.lua
index bd2d7df0..8534c342 100644
--- a/plugins/mod_disco.lua
+++ b/plugins/mod_disco.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_legacyauth.lua b/plugins/mod_legacyauth.lua
index 3e392470..648aa01a 100644
--- a/plugins/mod_legacyauth.lua
+++ b/plugins/mod_legacyauth.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_muc.lua b/plugins/mod_muc.lua
index 0a4a7b71..f4c17546 100644
--- a/plugins/mod_muc.lua
+++ b/plugins/mod_muc.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_ping.lua b/plugins/mod_ping.lua
index 1d38dcc7..2cefff61 100644
--- a/plugins/mod_ping.lua
+++ b/plugins/mod_ping.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_private.lua b/plugins/mod_private.lua
index 395c24b1..0b1a1604 100644
--- a/plugins/mod_private.lua
+++ b/plugins/mod_private.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_register.lua b/plugins/mod_register.lua
index c1487228..eaeb8867 100644
--- a/plugins/mod_register.lua
+++ b/plugins/mod_register.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_roster.lua b/plugins/mod_roster.lua
index f2bf1c69..de0a6184 100644
--- a/plugins/mod_roster.lua
+++ b/plugins/mod_roster.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_saslauth.lua b/plugins/mod_saslauth.lua
index 4804607b..d3f32be3 100644
--- a/plugins/mod_saslauth.lua
+++ b/plugins/mod_saslauth.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_selftests.lua b/plugins/mod_selftests.lua
index f18e00ae..9b0e5a7b 100644
--- a/plugins/mod_selftests.lua
+++ b/plugins/mod_selftests.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_time.lua b/plugins/mod_time.lua
index aff2fb1d..fb256c62 100644
--- a/plugins/mod_time.lua
+++ b/plugins/mod_time.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_tls.lua b/plugins/mod_tls.lua
index b8b04e98..b382f318 100644
--- a/plugins/mod_tls.lua
+++ b/plugins/mod_tls.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_uptime.lua b/plugins/mod_uptime.lua
index 69662ef0..e52fd57e 100644
--- a/plugins/mod_uptime.lua
+++ b/plugins/mod_uptime.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_vcard.lua b/plugins/mod_vcard.lua
index dbd1ba4d..c4afb128 100644
--- a/plugins/mod_vcard.lua
+++ b/plugins/mod_vcard.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/plugins/mod_version.lua b/plugins/mod_version.lua
index e577c6f8..2abf534f 100644
--- a/plugins/mod_version.lua
+++ b/plugins/mod_version.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
@@ -35,7 +35,7 @@ module:add_iq_handler({"c2s", "s2sin"}, xmlns_version, function(session, stanza)
if stanza.attr.type == "get" then
session.send(st.reply(stanza):query(xmlns_version)
:tag("name"):text("Prosody"):up()
- :tag("version"):text("0.3"):up()
+ :tag("version"):text("0.4"):up()
:tag("os"):text(version));
end
end);
diff --git a/plugins/mod_xmlrpc.lua b/plugins/mod_xmlrpc.lua
index 238ee3ea..c92ff6af 100644
--- a/plugins/mod_xmlrpc.lua
+++ b/plugins/mod_xmlrpc.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/prosody b/prosody
index 0e38c6c2..b1740f27 100755
--- a/prosody
+++ b/prosody
@@ -1,5 +1,5 @@
#!/usr/bin/env lua
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test.lua b/tests/test.lua
index 1efab371..02a7aaeb 100644
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua
index 09e1e95a..11c5ae1b 100644
--- a/tests/test_core_configmanager.lua
+++ b/tests/test_core_configmanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua
index b423a81c..fae870d7 100644
--- a/tests/test_core_s2smanager.lua
+++ b/tests/test_core_s2smanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test_core_stanza_router.lua b/tests/test_core_stanza_router.lua
index 5d00ce2a..15641449 100644
--- a/tests/test_core_stanza_router.lua
+++ b/tests/test_core_stanza_router.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test_sasl.lua b/tests/test_sasl.lua
index 93d498c4..f622f428 100644
--- a/tests/test_sasl.lua
+++ b/tests/test_sasl.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test_util_jid.lua b/tests/test_util_jid.lua
index 2f253c7c..a09bc946 100644
--- a/tests/test_util_jid.lua
+++ b/tests/test_util_jid.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tests/test_util_multitable.lua b/tests/test_util_multitable.lua
index aa93fc8d..d093437b 100644
--- a/tests/test_util_multitable.lua
+++ b/tests/test_util_multitable.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tools/ejabberd2prosody.lua b/tools/ejabberd2prosody.lua
index 0f9706a5..f2ea16f9 100755
--- a/tools/ejabberd2prosody.lua
+++ b/tools/ejabberd2prosody.lua
@@ -1,5 +1,5 @@
#!/usr/bin/env lua
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/tools/erlparse.lua b/tools/erlparse.lua
index e641ee05..f7452765 100644
--- a/tools/erlparse.lua
+++ b/tools/erlparse.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util-src/encodings.c b/util-src/encodings.c
index ef45f4d4..d7aabc14 100644
--- a/util-src/encodings.c
+++ b/util-src/encodings.c
@@ -1,4 +1,4 @@
-/* Prosody IM v0.3
+/* Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util-src/hashes.c b/util-src/hashes.c
index 79ef227f..907167e2 100644
--- a/util-src/hashes.c
+++ b/util-src/hashes.c
@@ -1,4 +1,4 @@
-/* Prosody IM v0.3
+/* Prosody IM v0.4
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--
diff --git a/util-src/pposix.c b/util-src/pposix.c
index 5bda84a9..7d428c85 100644
--- a/util-src/pposix.c
+++ b/util-src/pposix.c
@@ -1,4 +1,4 @@
-/* Prosody IM v0.3
+/* Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
-- Copyright (C) 2009 Tobias Markmann
diff --git a/util/datamanager.lua b/util/datamanager.lua
index 82f840ef..9d3c8592 100644
--- a/util/datamanager.lua
+++ b/util/datamanager.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/datetime.lua b/util/datetime.lua
index 04c5ec6a..97dcb8b4 100644
--- a/util/datetime.lua
+++ b/util/datetime.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/dependencies.lua b/util/dependencies.lua
index 6ba5f670..41e93b53 100644
--- a/util/dependencies.lua
+++ b/util/dependencies.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/discohelper.lua b/util/discohelper.lua
index 7146df30..c2301937 100644
--- a/util/discohelper.lua
+++ b/util/discohelper.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/import.lua b/util/import.lua
index 4d312c17..cdb6e351 100644
--- a/util/import.lua
+++ b/util/import.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/jid.lua b/util/jid.lua
index 09d7ef00..b6baf9dd 100644
--- a/util/jid.lua
+++ b/util/jid.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/logger.lua b/util/logger.lua
index 2c8eea30..fab9e4c3 100644
--- a/util/logger.lua
+++ b/util/logger.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/multitable.lua b/util/multitable.lua
index 397f9ebe..c0bb2205 100644
--- a/util/multitable.lua
+++ b/util/multitable.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/sasl.lua b/util/sasl.lua
index 03115fb6..2740b427 100644
--- a/util/sasl.lua
+++ b/util/sasl.lua
@@ -1,4 +1,4 @@
--- sasl.lua v0.3
+-- sasl.lua v0.4
-- Copyright (C) 2008-2009 Tobias Markmann
--
-- All rights reserved.
diff --git a/util/serialization.lua b/util/serialization.lua
index e0753037..bff0f306 100644
--- a/util/serialization.lua
+++ b/util/serialization.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/stanza.lua b/util/stanza.lua
index 5bc15609..1ad3679b 100644
--- a/util/stanza.lua
+++ b/util/stanza.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/termcolours.lua b/util/termcolours.lua
index 10f4167e..10ce2e4b 100644
--- a/util/termcolours.lua
+++ b/util/termcolours.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/timer.lua b/util/timer.lua
index 3db66832..589feec2 100644
--- a/util/timer.lua
+++ b/util/timer.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/uuid.lua b/util/uuid.lua
index cc5cae82..fd21dfcc 100644
--- a/util/uuid.lua
+++ b/util/uuid.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/xmlrpc.lua b/util/xmlrpc.lua
index 8b1d56cf..0c6b5efe 100644
--- a/util/xmlrpc.lua
+++ b/util/xmlrpc.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- Copyright (C) 2008-2009 Matthew Wild
-- Copyright (C) 2008-2009 Waqas Hussain
--
diff --git a/util/ztact.lua b/util/ztact.lua
index 67299666..84099c3e 100644
--- a/util/ztact.lua
+++ b/util/ztact.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.3
+-- Prosody IM v0.4
-- This file is included with Prosody IM. It has modifications,
-- which are hereby placed in the public domain.