diff options
author | Kevin Smith <git@kismith.co.uk> | 2014-12-15 09:54:37 (GMT) |
---|---|---|
committer | Swift Review <review@swift.im> | 2014-12-15 15:42:32 (GMT) |
commit | 0eebf0bd3552fa73bc77893f9edf6d0b32372449 (patch) | |
tree | 4ebd82f78282a7a2e19657e871baddcb6ec29653 /Sluift/Examples/RemoveUnreachableContacts.lua | |
parent | 70808c679871925d353dbfbd27cf12adc35bbfb2 (diff) | |
download | swift-0eebf0bd3552fa73bc77893f9edf6d0b32372449.zip swift-0eebf0bd3552fa73bc77893f9edf6d0b32372449.tar.bz2 |
Update Copyright In Sluift
Change-Id: I19f8ae342e028a6a7b4b13758f2e8c170a1db80c
Diffstat (limited to 'Sluift/Examples/RemoveUnreachableContacts.lua')
-rw-r--r-- | Sluift/Examples/RemoveUnreachableContacts.lua | 6 |
1 files changed, 3 insertions, 3 deletions
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. |