summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2014-12-15 09:54:37 (GMT)
committerSwift Review <review@swift.im>2014-12-15 15:42:32 (GMT)
commit0eebf0bd3552fa73bc77893f9edf6d0b32372449 (patch)
tree4ebd82f78282a7a2e19657e871baddcb6ec29653 /Sluift/Examples
parent70808c679871925d353dbfbd27cf12adc35bbfb2 (diff)
downloadswift-0eebf0bd3552fa73bc77893f9edf6d0b32372449.zip
swift-0eebf0bd3552fa73bc77893f9edf6d0b32372449.tar.bz2
Update Copyright In Sluift
Change-Id: I19f8ae342e028a6a7b4b13758f2e8c170a1db80c
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,10 +1,10 @@
--[[
- 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.
--]]
--[[
Ad-hoc command example.
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,11 +1,11 @@
--[[
- 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,10 +1,10 @@
--[[
- 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.
--]]
--[[
Component example.
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,10 +1,10 @@
--[[
- 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.
--]]
--[[
Contacts map
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,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.
+ See the COPYING file for more information.
--]]
--[[
An XMPP Echoing Bot
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,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.
+ See the COPYING file for more information.
--]]
--[[
Alternative version of EchoBot that uses with()
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,10 +1,10 @@
--[[
- 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.
--]]
--[[
This script logs into an XMPP server, and sends initial presence
Useful as initialization script for an interactive session ('-i'),
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,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.
+ See the COPYING file for more information.
--]]
--[[
PEP Listener
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,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.
+ See the COPYING file for more information.
--]]
--[[
This script logs into an XMPP server, iterates over all roster items,
and checks if their server is still alive. If not, the script asks you
whether it should remove the contact from your contact list.
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,10 +1,10 @@
--[[
- 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.
--]]
--[[
Tune Publisher/Listener
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,10 +1,10 @@
--
--- 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.
--
require "sluift"