diff options
Diffstat (limited to 'Sluift/Tests/FormTest.lua')
-rw-r--r-- | Sluift/Tests/FormTest.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Sluift/Tests/FormTest.lua b/Sluift/Tests/FormTest.lua index 3b311da..8065360 100644 --- a/Sluift/Tests/FormTest.lua +++ b/Sluift/Tests/FormTest.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. --]] example_form = [[ <x xmlns='jabber:x:data' type='form'> <title>Bot Configuration</title> <instructions>Fill out this form to configure your new bot!</instructions> |