Changeset

615:4ae3e81513f3

0.1 -> 0.2
author Matthew Wild <mwild1@gmail.com>
date Wed, 10 Dec 2008 15:44:03 +0000
parents 614:335f2921ae0c
children 616:69bc5782b25e
files core/componentmanager.lua core/configmanager.lua core/discomanager.lua core/modulemanager.lua core/offlinemanager.lua core/offlinemessage.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/dns.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 prosody 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 util/ztact.lua
diffstat 55 files changed, 60 insertions(+), 96 deletions(-) [+]
line wrap: on
line diff
--- a/core/componentmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/componentmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/configmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/configmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/discomanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/discomanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/modulemanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/modulemanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/offlinemanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/offlinemanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/offlinemessage.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/offlinemessage.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/presencemanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/presencemanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/rostermanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/rostermanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/s2smanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/s2smanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/sessionmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/sessionmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/stanza_router.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/stanza_router.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/usermanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/usermanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/core/xmlhandlers.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/core/xmlhandlers.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/net/connlisteners.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/connlisteners.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/net/dns.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/dns.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,24 +1,6 @@
--- Prosody IM v0.1
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
--- 
--- This program is free software; you can redistribute it and/or
--- modify it under the terms of the GNU General Public License
--- as published by the Free Software Foundation; either version 2
--- of the License, or (at your option) any later version.
--- 
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
--- 
--- You should have received a copy of the GNU General Public License
--- along with this program; if not, write to the Free Software
--- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
---
-
-
-
+-- Prosody IM v0.2
+-- This file is included with Prosody IM. It has modifications,
+-- which are hereby placed in the public domain.
 
 -- public domain 20080404 lua@ztact.com
 
--- a/net/xmppclient_listener.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/xmppclient_listener.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/net/xmppserver_listener.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/net/xmppserver_listener.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_console.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_console.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_dialback.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_dialback.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_disco.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_disco.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_legacyauth.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_legacyauth.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_ping.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_ping.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_private.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_private.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_register.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_register.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_roster.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_roster.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_saslauth.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_saslauth.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_selftests.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_selftests.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_time.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_time.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_tls.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_tls.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_uptime.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_uptime.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_vcard.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_vcard.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/plugins/mod_version.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/plugins/mod_version.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
@@ -31,7 +31,7 @@
 	if stanza.attr.type == "get" then
 		session.send(st.reply(stanza):query(xmlns_version)
 			:tag("name"):text("Prosody"):up()
-			:tag("version"):text("0.1"):up()
+			:tag("version"):text("0.2"):up()
 			:tag("os"):text("the best operating system ever!"));
 	end
 end
--- a/prosody	Wed Dec 10 15:32:51 2008 +0000
+++ b/prosody	Wed Dec 10 15:44:03 2008 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/env lua
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_core_configmanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_core_configmanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_core_s2smanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_core_s2smanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_core_stanza_router.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_core_stanza_router.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_sasl.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_sasl.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tests/test_util_jid.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tests/test_util_jid.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tools/ejabberd2prosody.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tools/ejabberd2prosody.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/env lua
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/tools/erlparse.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/tools/erlparse.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/datamanager.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/datamanager.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/datetime.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/datetime.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/dependencies.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/dependencies.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/discohelper.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/discohelper.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/import.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/import.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/jid.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/jid.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/logger.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/logger.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/multitable.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/multitable.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/sasl.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/sasl.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- sasl.lua v0.1
+-- sasl.lua v0.2
 -- Copyright (C) 2008 Tobias Markmann
 -- 
 --    All rights reserved.
--- a/util/serialization.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/serialization.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/stanza.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/stanza.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/termcolours.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/termcolours.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/uuid.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/uuid.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
 -- Copyright (C) 2008 Matthew Wild
 -- Copyright (C) 2008 Waqas Hussain
 -- 
--- a/util/ztact.lua	Wed Dec 10 15:32:51 2008 +0000
+++ b/util/ztact.lua	Wed Dec 10 15:44:03 2008 +0000
@@ -1,24 +1,6 @@
--- Prosody IM v0.1
--- Copyright (C) 2008 Matthew Wild
--- Copyright (C) 2008 Waqas Hussain
--- 
--- This program is free software; you can redistribute it and/or
--- modify it under the terms of the GNU General Public License
--- as published by the Free Software Foundation; either version 2
--- of the License, or (at your option) any later version.
--- 
--- This program is distributed in the hope that it will be useful,
--- but WITHOUT ANY WARRANTY; without even the implied warranty of
--- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
--- GNU General Public License for more details.
--- 
--- You should have received a copy of the GNU General Public License
--- along with this program; if not, write to the Free Software
--- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
---
-
-
-
+-- Prosody IM v0.2
+-- This file is included with Prosody IM. It has modifications,
+-- which are hereby placed in the public domain.
 
 -- public domain 20080410 lua@ztact.com