aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-12-10 15:44:03 +0000
committerMatthew Wild <mwild1@gmail.com>2008-12-10 15:44:03 +0000
commitd3ad4a5123335a00f3d9d921c798cdb8e9923ace (patch)
treeec75db62595fe2b0c0283f84a1c804f3f275eba6 /util
parent753ab685818da815d7ffba71492b48985d67709c (diff)
downloadprosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.tar.gz
prosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.zip
0.1 -> 0.2
Diffstat (limited to 'util')
-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/uuid.lua2
-rw-r--r--util/ztact.lua24
14 files changed, 16 insertions, 34 deletions
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