diff options
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. |