diff options
Diffstat (limited to 'Swiften/QA/ScriptedTests')
-rw-r--r-- | Swiften/QA/ScriptedTests/MultipleClients.lua | 6 | ||||
-rw-r--r-- | Swiften/QA/ScriptedTests/PubSub.lua | 4 | ||||
-rw-r--r-- | Swiften/QA/ScriptedTests/SendMessage.lua | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/Swiften/QA/ScriptedTests/MultipleClients.lua b/Swiften/QA/ScriptedTests/MultipleClients.lua index ddc7c44..ba29adb 100644 --- a/Swiften/QA/ScriptedTests/MultipleClients.lua +++ b/Swiften/QA/ScriptedTests/MultipleClients.lua @@ -1,10 +1,10 @@ -- --- Copyright (c) 2010-2013 Remko Tronçon --- Licensed under the GNU General Public License v3. --- See Documentation/Licenses/GPLv3.txt for more information. +-- Copyright (c) 2010-2013 Isode Limited. +-- All rights reserved.v3. +-- See the COPYING file for more information. -- require "sluift" -- sluift.debug = true num_clients = 10 diff --git a/Swiften/QA/ScriptedTests/PubSub.lua b/Swiften/QA/ScriptedTests/PubSub.lua index 43cce14..04a82ba 100644 --- a/Swiften/QA/ScriptedTests/PubSub.lua +++ b/Swiften/QA/ScriptedTests/PubSub.lua @@ -1,9 +1,9 @@ --[[ - Copyright (c) 2013 Remko Tronçon - Licensed under the GNU General Public License. + Copyright (c) 2013 Isode Limited. + All rights reserved. See the COPYING file for more information. --]] require 'sluift' sluift.debug = os.getenv("SLUIFT_DEBUG") diff --git a/Swiften/QA/ScriptedTests/SendMessage.lua b/Swiften/QA/ScriptedTests/SendMessage.lua index 9623ef4..f6e5b00 100644 --- a/Swiften/QA/ScriptedTests/SendMessage.lua +++ b/Swiften/QA/ScriptedTests/SendMessage.lua @@ -1,10 +1,10 @@ -- --- Copyright (c) 2010-2013 Remko Tronçon --- Licensed under the GNU General Public License v3. --- See Documentation/Licenses/GPLv3.txt for more information. +-- Copyright (c) 2010-2013 Isode Limited. +-- All rights reserved.v3. +-- See the COPYING file for more information. -- require "sluift" -- sluift.debug = true client1_jid = os.getenv("SWIFT_CLIENTTEST_JID") .. "/Client1" |