diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-10 15:44:03 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-10 15:44:03 +0000 |
commit | d3ad4a5123335a00f3d9d921c798cdb8e9923ace (patch) | |
tree | ec75db62595fe2b0c0283f84a1c804f3f275eba6 /tests | |
parent | 753ab685818da815d7ffba71492b48985d67709c (diff) | |
download | prosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.tar.gz prosody-d3ad4a5123335a00f3d9d921c798cdb8e9923ace.zip |
0.1 -> 0.2
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test.lua | 2 | ||||
-rw-r--r-- | tests/test_core_configmanager.lua | 2 | ||||
-rw-r--r-- | tests/test_core_s2smanager.lua | 2 | ||||
-rw-r--r-- | tests/test_core_stanza_router.lua | 2 | ||||
-rw-r--r-- | tests/test_sasl.lua | 2 | ||||
-rw-r--r-- | tests/test_util_jid.lua | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/test.lua b/tests/test.lua index 503ac4a1..eb209219 100644 --- a/tests/test.lua +++ b/tests/test.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/tests/test_core_configmanager.lua b/tests/test_core_configmanager.lua index cabe3061..74fce41d 100644 --- a/tests/test_core_configmanager.lua +++ b/tests/test_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/tests/test_core_s2smanager.lua b/tests/test_core_s2smanager.lua index 2bbc6094..219d9df5 100644 --- a/tests/test_core_s2smanager.lua +++ b/tests/test_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/tests/test_core_stanza_router.lua b/tests/test_core_stanza_router.lua index 5471e95c..01e33d4e 100644 --- a/tests/test_core_stanza_router.lua +++ b/tests/test_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/tests/test_sasl.lua b/tests/test_sasl.lua index 994823c3..80eae5fc 100644 --- a/tests/test_sasl.lua +++ b/tests/test_sasl.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/tests/test_util_jid.lua b/tests/test_util_jid.lua index 98c85f4a..1c773992 100644 --- a/tests/test_util_jid.lua +++ b/tests/test_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 -- |