diff options
Diffstat (limited to 'Sluift/core.lua')
-rw-r--r-- | Sluift/core.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Sluift/core.lua b/Sluift/core.lua index ffbb5f9..734adc7 100644 --- a/Sluift/core.lua +++ b/Sluift/core.lua @@ -1,9 +1,9 @@ --[[ - Copyright (c) 2013-2014 Remko Tronçon - Licensed under the GNU General Public License. + Copyright (c) 2013-2014 Isode Limited. + All rights reserved. See the COPYING file for more information. --]] local sluift = select(1, ...) local _G = _G local pairs, ipairs, print, tostring, type, error, assert, next, rawset, xpcall, unpack, io = pairs, ipairs, print, tostring, type, error, assert, next, rawset, xpcall, unpack, io |