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/Lua | |
parent | 70808c679871925d353dbfbd27cf12adc35bbfb2 (diff) | |
download | swift-0eebf0bd3552fa73bc77893f9edf6d0b32372449.zip swift-0eebf0bd3552fa73bc77893f9edf6d0b32372449.tar.bz2 |
Update Copyright In Sluift
Change-Id: I19f8ae342e028a6a7b4b13758f2e8c170a1db80c
Diffstat (limited to 'Sluift/Lua')
-rw-r--r-- | Sluift/Lua/Check.cpp | 4 | ||||
-rw-r--r-- | Sluift/Lua/Check.h | 4 | ||||
-rw-r--r-- | Sluift/Lua/Debug.h | 4 | ||||
-rw-r--r-- | Sluift/Lua/Exception.cpp | 4 | ||||
-rw-r--r-- | Sluift/Lua/Exception.h | 6 | ||||
-rw-r--r-- | Sluift/Lua/FunctionRegistration.cpp | 4 | ||||
-rw-r--r-- | Sluift/Lua/FunctionRegistration.h | 4 | ||||
-rw-r--r-- | Sluift/Lua/FunctionRegistry.cpp | 4 | ||||
-rw-r--r-- | Sluift/Lua/FunctionRegistry.h | 4 | ||||
-rw-r--r-- | Sluift/Lua/LuaUtils.cpp | 4 | ||||
-rw-r--r-- | Sluift/Lua/LuaUtils.h | 4 | ||||
-rw-r--r-- | Sluift/Lua/Value.cpp | 6 | ||||
-rw-r--r-- | Sluift/Lua/Value.h | 6 |
13 files changed, 29 insertions, 29 deletions
diff --git a/Sluift/Lua/Check.cpp b/Sluift/Lua/Check.cpp index a9b8f02..9a4951e 100644 --- a/Sluift/Lua/Check.cpp +++ b/Sluift/Lua/Check.cpp @@ -1,6 +1,6 @@ /* - * 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. */ diff --git a/Sluift/Lua/Check.h b/Sluift/Lua/Check.h index c22751b..4449cd5 100644 --- a/Sluift/Lua/Check.h +++ b/Sluift/Lua/Check.h @@ -1,6 +1,6 @@ /* - * 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. */ diff --git a/Sluift/Lua/Debug.h b/Sluift/Lua/Debug.h index 8e86b89..368672d 100644 --- a/Sluift/Lua/Debug.h +++ b/Sluift/Lua/Debug.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/Exception.cpp b/Sluift/Lua/Exception.cpp index 889c931..a51ad10 100644 --- a/Sluift/Lua/Exception.cpp +++ b/Sluift/Lua/Exception.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/Exception.h b/Sluift/Lua/Exception.h index a68b925..a681b9c 100644 --- a/Sluift/Lua/Exception.h +++ b/Sluift/Lua/Exception.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 2013-2014 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. + * Copyright (c) 2013-2014 Isode Limited. + * All rights reserved. + * See the COPYING file for more information. */ #pragma once diff --git a/Sluift/Lua/FunctionRegistration.cpp b/Sluift/Lua/FunctionRegistration.cpp index ddfa1f0..871ed1b 100644 --- a/Sluift/Lua/FunctionRegistration.cpp +++ b/Sluift/Lua/FunctionRegistration.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/FunctionRegistration.h b/Sluift/Lua/FunctionRegistration.h index 74269e2..cc43d35 100644 --- a/Sluift/Lua/FunctionRegistration.h +++ b/Sluift/Lua/FunctionRegistration.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/FunctionRegistry.cpp b/Sluift/Lua/FunctionRegistry.cpp index df24d9c..99a1722 100644 --- a/Sluift/Lua/FunctionRegistry.cpp +++ b/Sluift/Lua/FunctionRegistry.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/FunctionRegistry.h b/Sluift/Lua/FunctionRegistry.h index b20108d..800cf05 100644 --- a/Sluift/Lua/FunctionRegistry.h +++ b/Sluift/Lua/FunctionRegistry.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/LuaUtils.cpp b/Sluift/Lua/LuaUtils.cpp index 9ea5cba..78951d8 100644 --- a/Sluift/Lua/LuaUtils.cpp +++ b/Sluift/Lua/LuaUtils.cpp @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/LuaUtils.h b/Sluift/Lua/LuaUtils.h index ed4fcc1..19b6691 100644 --- a/Sluift/Lua/LuaUtils.h +++ b/Sluift/Lua/LuaUtils.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 2013 Remko Tronçon - * Licensed under the GNU General Public License. + * Copyright (c) 2013 Isode Limited. + * All rights reserved. * See the COPYING file for more information. */ diff --git a/Sluift/Lua/Value.cpp b/Sluift/Lua/Value.cpp index 4f8078e..4ce3de8 100644 --- a/Sluift/Lua/Value.cpp +++ b/Sluift/Lua/Value.cpp @@ -1,7 +1,7 @@ /* - * 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. */ #include "Value.h" diff --git a/Sluift/Lua/Value.h b/Sluift/Lua/Value.h index 55aa347..9dd870f 100644 --- a/Sluift/Lua/Value.h +++ b/Sluift/Lua/Value.h @@ -1,7 +1,7 @@ /* - * 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. */ #pragma once |