aboutsummaryrefslogtreecommitdiffstats
path: root/core
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 /core
parentd2ebe25dc579fb0ab21e411518c50eee1fae0f99 (diff)
downloadprosody-c80f91dc0233276fcf112c54c6b7753dd68af354.tar.gz
prosody-c80f91dc0233276fcf112c54c6b7753dd68af354.zip
0.3->0.4
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/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
12 files changed, 12 insertions, 12 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
--