From d3ad4a5123335a00f3d9d921c798cdb8e9923ace Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 10 Dec 2008 15:44:03 +0000 Subject: 0.1 -> 0.2 --- util/datamanager.lua | 2 +- util/datetime.lua | 2 +- util/dependencies.lua | 2 +- util/discohelper.lua | 2 +- util/import.lua | 2 +- util/jid.lua | 2 +- util/logger.lua | 2 +- util/multitable.lua | 2 +- util/sasl.lua | 2 +- util/serialization.lua | 2 +- util/stanza.lua | 2 +- util/termcolours.lua | 2 +- util/uuid.lua | 2 +- util/ztact.lua | 24 +++--------------------- 14 files changed, 16 insertions(+), 34 deletions(-) (limited to 'util') diff --git a/util/datamanager.lua b/util/datamanager.lua index a5e478c8..e229de1c 100644 --- a/util/datamanager.lua +++ b/util/datamanager.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/datetime.lua b/util/datetime.lua index 1c730e30..53b1700b 100644 --- a/util/datetime.lua +++ b/util/datetime.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/dependencies.lua b/util/dependencies.lua index d841b30d..6e78a138 100644 --- a/util/dependencies.lua +++ b/util/dependencies.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/discohelper.lua b/util/discohelper.lua index 7966ac55..56dfd5d0 100644 --- a/util/discohelper.lua +++ b/util/discohelper.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/import.lua b/util/import.lua index c7484d35..2f36ac99 100644 --- a/util/import.lua +++ b/util/import.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/jid.lua b/util/jid.lua index 6c387868..537735be 100644 --- a/util/jid.lua +++ b/util/jid.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/logger.lua b/util/logger.lua index f7ea187b..5115bbda 100644 --- a/util/logger.lua +++ b/util/logger.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/multitable.lua b/util/multitable.lua index 1e22c4dd..ce38e04d 100644 --- a/util/multitable.lua +++ b/util/multitable.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/sasl.lua b/util/sasl.lua index 311c3aff..dd8c2002 100644 --- a/util/sasl.lua +++ b/util/sasl.lua @@ -1,4 +1,4 @@ --- sasl.lua v0.1 +-- sasl.lua v0.2 -- Copyright (C) 2008 Tobias Markmann -- -- All rights reserved. diff --git a/util/serialization.lua b/util/serialization.lua index a3147fd8..7a377c98 100644 --- a/util/serialization.lua +++ b/util/serialization.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/stanza.lua b/util/stanza.lua index 3f6c4b76..dd05ddab 100644 --- a/util/stanza.lua +++ b/util/stanza.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/termcolours.lua b/util/termcolours.lua index 24cb0cbd..6ab1b1fd 100644 --- a/util/termcolours.lua +++ b/util/termcolours.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/uuid.lua b/util/uuid.lua index 0039664f..0b8526f9 100644 --- a/util/uuid.lua +++ b/util/uuid.lua @@ -1,4 +1,4 @@ --- Prosody IM v0.1 +-- Prosody IM v0.2 -- Copyright (C) 2008 Matthew Wild -- Copyright (C) 2008 Waqas Hussain -- diff --git a/util/ztact.lua b/util/ztact.lua index 55e40211..c329a685 100644 --- a/util/ztact.lua +++ b/util/ztact.lua @@ -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 -- cgit v1.2.3