summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/Examples')
-rw-r--r--Sluift/Examples/AdHocCommands.lua6
-rw-r--r--Sluift/Examples/CollectVersions.lua6
-rw-r--r--Sluift/Examples/Component.lua6
-rw-r--r--Sluift/Examples/ContactsMap.lua6
-rw-r--r--Sluift/Examples/EchoBot.lua6
-rw-r--r--Sluift/Examples/EchoBot_With.lua6
-rw-r--r--Sluift/Examples/Login.lua6
-rw-r--r--Sluift/Examples/PEPListener.lua6
-rw-r--r--Sluift/Examples/RemoveUnreachableContacts.lua6
-rw-r--r--Sluift/Examples/Tunes.lua6
-rwxr-xr-xSluift/Examples/Wonderland.lua6
11 files changed, 33 insertions, 33 deletions
diff --git a/Sluift/Examples/AdHocCommands.lua b/Sluift/Examples/AdHocCommands.lua
index 9e83f0c..f2f9cb4 100644
--- a/Sluift/Examples/AdHocCommands.lua
+++ b/Sluift/Examples/AdHocCommands.lua
@@ -1,7 +1,7 @@
--[[
- Copyright (c) 2013 Remko Tronçon
- Licensed under the GNU General Public License v3.
- See Documentation/Licenses/GPLv3.txt for more information.
+ Copyright (c) 2013 Isode Limited.
+ All rights reserved.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/CollectVersions.lua b/Sluift/Examples/CollectVersions.lua
index 38bf6ac..42bcf86 100644
--- a/Sluift/Examples/CollectVersions.lua
+++ b/Sluift/Examples/CollectVersions.lua
@@ -1,8 +1,8 @@
--[[
- 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.
+ See the COPYING file for more information.
This script logs into an XMPP server, and collects statistics about
the server software of all contacts in your roster
diff --git a/Sluift/Examples/Component.lua b/Sluift/Examples/Component.lua
index b5d6539..b8a71f5 100644
--- a/Sluift/Examples/Component.lua
+++ b/Sluift/Examples/Component.lua
@@ -1,7 +1,7 @@
--[[
- Copyright (c) 2014 Edwin Mons and Remko Tronçon
- Licensed under the GNU General Public License v3.
- See Documentation/Licenses/GPLv3.txt for more information.
+ Copyright (c) 2014 Edwin Mons and Isode Limited.
+ All rights reserved.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/ContactsMap.lua b/Sluift/Examples/ContactsMap.lua
index d248dc7..573eb9f 100644
--- a/Sluift/Examples/ContactsMap.lua
+++ b/Sluift/Examples/ContactsMap.lua
@@ -1,7 +1,7 @@
--[[
- Copyright (c) 2013 Remko Tronçon
- Licensed under the GNU General Public License v3.
- See Documentation/Licenses/GPLv3.txt for more information.
+ Copyright (c) 2013 Isode Limited.
+ All rights reserved.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/EchoBot.lua b/Sluift/Examples/EchoBot.lua
index fc495c4..81c2fa3 100644
--- a/Sluift/Examples/EchoBot.lua
+++ b/Sluift/Examples/EchoBot.lua
@@ -1,7 +1,7 @@
--[[
- 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.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/EchoBot_With.lua b/Sluift/Examples/EchoBot_With.lua
index 1f7d0bb..2260deb 100644
--- a/Sluift/Examples/EchoBot_With.lua
+++ b/Sluift/Examples/EchoBot_With.lua
@@ -1,7 +1,7 @@
--[[
- 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.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/Login.lua b/Sluift/Examples/Login.lua
index fadb651..1d70954 100644
--- a/Sluift/Examples/Login.lua
+++ b/Sluift/Examples/Login.lua
@@ -1,7 +1,7 @@
--[[
- Copyright (c) 2010-2014 Remko Tronçon
- Licensed under the GNU General Public License v3.
- See Documentation/Licenses/GPLv3.txt for more information.
+ Copyright (c) 2010-2014 Isode Limited.
+ All rights reserved.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/PEPListener.lua b/Sluift/Examples/PEPListener.lua
index f196f84..416ae52 100644
--- a/Sluift/Examples/PEPListener.lua
+++ b/Sluift/Examples/PEPListener.lua
@@ -1,7 +1,7 @@
--[[
- 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.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/RemoveUnreachableContacts.lua b/Sluift/Examples/RemoveUnreachableContacts.lua
index a202e62..65d64b9 100644
--- a/Sluift/Examples/RemoveUnreachableContacts.lua
+++ b/Sluift/Examples/RemoveUnreachableContacts.lua
@@ -1,7 +1,7 @@
--[[
- 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.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/Tunes.lua b/Sluift/Examples/Tunes.lua
index 37ad996..c645583 100644
--- a/Sluift/Examples/Tunes.lua
+++ b/Sluift/Examples/Tunes.lua
@@ -1,7 +1,7 @@
--[[
- Copyright (c) 2014 Remko Tronçon
- Licensed under the GNU General Public License v3.
- See Documentation/Licenses/GPLv3.txt for more information.
+ Copyright (c) 2014 Isode Limited.
+ All rights reserved.
+ See the COPYING file for more information.
--]]
--[[
diff --git a/Sluift/Examples/Wonderland.lua b/Sluift/Examples/Wonderland.lua
index 426ec07..5104830 100755
--- a/Sluift/Examples/Wonderland.lua
+++ b/Sluift/Examples/Wonderland.lua
@@ -1,7 +1,7 @@
--
--- Copyright (c) 2011 Remko Tronçon
--- Licensed under the GNU General Public License v3.
--- See Documentation/Licenses/GPLv3.txt for more information.
+-- Copyright (c) 2011 Isode Limited.
+-- All rights reserved.
+-- See the COPYING file for more information.
--
-- This script creates the wonderland world example.