aboutsummaryrefslogtreecommitdiffstats
path: root/core
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 /core
parent753ab685818da815d7ffba71492b48985d67709c (diff)
downloadprosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.tar.gz
prosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.zip
0.1 -> 0.2
Diffstat (limited to 'core')
-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/offlinemessage.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
13 files changed, 13 insertions, 13 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua
index 974b5bf1..a63cfd7a 100644
--- a/core/componentmanager.lua
+++ b/core/componentmanager.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/core/configmanager.lua b/core/configmanager.lua
index 6601fed6..a6e86347 100644
--- a/core/configmanager.lua
+++ b/core/configmanager.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/core/discomanager.lua b/core/discomanager.lua
index 16bf2227..21080635 100644
--- a/core/discomanager.lua
+++ b/core/discomanager.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/core/modulemanager.lua b/core/modulemanager.lua
index 84486b58..da5945ac 100644
--- a/core/modulemanager.lua
+++ b/core/modulemanager.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/core/offlinemanager.lua b/core/offlinemanager.lua
index c327f979..b56b0ef7 100644
--- a/core/offlinemanager.lua
+++ b/core/offlinemanager.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/core/offlinemessage.lua b/core/offlinemessage.lua
index 9888f76d..36f2948d 100644
--- a/core/offlinemessage.lua
+++ b/core/offlinemessage.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/core/presencemanager.lua b/core/presencemanager.lua
index 6e27752b..e4dd6cc4 100644
--- a/core/presencemanager.lua
+++ b/core/presencemanager.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/core/rostermanager.lua b/core/rostermanager.lua
index b5698fc5..fc8a5862 100644
--- a/core/rostermanager.lua
+++ b/core/rostermanager.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/core/s2smanager.lua b/core/s2smanager.lua
index 7827381d..63aca5b5 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.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/core/sessionmanager.lua b/core/sessionmanager.lua
index 5c99cb5c..169a6db2 100644
--- a/core/sessionmanager.lua
+++ b/core/sessionmanager.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/core/stanza_router.lua b/core/stanza_router.lua
index c2214b1c..965c77ec 100644
--- a/core/stanza_router.lua
+++ b/core/stanza_router.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/core/usermanager.lua b/core/usermanager.lua
index 2c02394f..2da64cff 100644
--- a/core/usermanager.lua
+++ b/core/usermanager.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/core/xmlhandlers.lua b/core/xmlhandlers.lua
index b4dd5479..38a0dd05 100644
--- a/core/xmlhandlers.lua
+++ b/core/xmlhandlers.lua
@@ -1,4 +1,4 @@
--- Prosody IM v0.1
+-- Prosody IM v0.2
-- Copyright (C) 2008 Matthew Wild
-- Copyright (C) 2008 Waqas Hussain
--