From 3a47086304f98eb3f70834fa4997baa8968f9c4b Mon Sep 17 00:00:00 2001 From: "Arthur Brainville (Ybalrid)" Date: Sun, 2 Dec 2018 01:38:41 +0100 Subject: [PATCH] Make all licence notice consistant --- demos/FFConsoleDemo/FFConsoleDemo.cpp | 25 ++++++++++++++ demos/FFConsoleDemo/resource.h | 25 ++++++++++++++ demos/OISConsoleDemo/OISConsole.cpp | 25 ++++++++++++++ demos/OISConsoleDemo/resource.h | 26 +++++++++++++++ includes/OIS.h | 25 +++++++------- includes/OISConfig.h | 25 +++++++------- includes/OISEffect.h | 25 +++++++------- includes/OISEvents.h | 25 +++++++------- includes/OISException.h | 25 +++++++------- includes/OISFactoryCreator.h | 25 +++++++------- includes/OISForceFeedback.h | 25 +++++++------- includes/OISInputManager.h | 24 ++++++++------ includes/OISInterface.h | 25 +++++++------- includes/OISJoyStick.h | 25 +++++++------- includes/OISKeyboard.h | 25 +++++++------- includes/OISMouse.h | 25 +++++++------- includes/OISMultiTouch.h | 25 +++++++------- includes/OISObject.h | 25 +++++++------- includes/OISPrereqs.h.in | 25 +++++++------- includes/SDL/SDLInputManager.h | 25 +++++++------- includes/SDL/SDLKeyboard.h | 25 +++++++------- includes/SDL/SDLMouse.h | 29 ++++++++-------- includes/SDL/SDLPrereqs.h | 25 +++++++------- includes/iphone/iPhoneAccelerometer.h | 25 ++++++++++++++ includes/iphone/iPhoneHelpers.h | 31 +++++++++-------- includes/iphone/iPhoneInputManager.h | 31 +++++++++-------- includes/iphone/iPhoneMultiTouch.h | 31 +++++++++-------- includes/iphone/iPhonePrereqs.h | 31 +++++++++-------- includes/linux/EventHelpers.h | 25 +++++++------- includes/linux/LinuxForceFeedback.h | 25 +++++++------- includes/linux/LinuxInputManager.h | 25 +++++++------- includes/linux/LinuxJoyStickEvents.h | 25 +++++++------- includes/linux/LinuxKeyboard.h | 25 +++++++------- includes/linux/LinuxMouse.h | 25 +++++++------- includes/linux/LinuxPrereqs.h | 25 +++++++------- includes/mac/CocoaHelpers.h | 31 +++++++++-------- includes/mac/CocoaInputManager.h | 31 +++++++++-------- includes/mac/CocoaJoyStick.h | 31 +++++++++-------- includes/mac/CocoaKeyboard.h | 31 +++++++++-------- includes/mac/CocoaMouse.h | 31 +++++++++-------- includes/mac/MacHIDManager.h | 31 +++++++++-------- includes/mac/MacHelpers.h | 31 +++++++++-------- includes/mac/MacInputManager.h | 31 +++++++++-------- includes/mac/MacJoyStick.h | 31 +++++++++-------- includes/mac/MacKeyboard.h | 31 +++++++++-------- includes/mac/MacMouse.h | 31 +++++++++-------- includes/mac/MacPrereqs.h | 31 +++++++++-------- includes/win32/Win32ForceFeedback.h | 25 +++++++------- includes/win32/Win32InputManager.h | 25 +++++++------- includes/win32/Win32JoyStick.h | 25 +++++++------- includes/win32/Win32KeyBoard.h | 25 +++++++------- includes/win32/Win32Mouse.h | 29 ++++++++-------- includes/win32/Win32Prereqs.h | 25 +++++++------- src/OISEffect.cpp | 23 +++++++------ src/OISException.cpp | 23 +++++++------ src/OISForceFeedback.cpp | 23 +++++++------ src/OISInputManager.cpp | 23 +++++++------ src/OISJoyStick.cpp | 23 +++++++------ src/OISKeyboard.cpp | 23 +++++++------ src/OISObject.cpp | 23 +++++++------ src/SDL/SDLInputManager.cpp | 25 +++++++------- src/SDL/SDLKeyboard.cpp | 25 +++++++------- src/SDL/SDLMouse.cpp | 25 +++++++------- src/extras/LIRC/OISLIRC.cpp | 25 +++++++------- src/extras/LIRC/OISLIRC.h | 25 +++++++------- src/extras/LIRC/OISLIRCFactoryCreator.cpp | 25 +++++++------- src/extras/LIRC/OISLIRCFactoryCreator.h | 25 +++++++------- src/extras/LIRC/OISLIRCRingBuffer.h | 25 +++++++------- src/iphone/iPhoneAccelerometer.mm | 31 +++++++++-------- src/iphone/iPhoneInputManager.mm | 31 +++++++++-------- src/iphone/iPhoneMultiTouch.mm | 31 +++++++++-------- src/linux/EventHelpers.cpp | 25 +++++++------- src/linux/LinuxForceFeedback.cpp | 25 +++++++------- src/linux/LinuxInputManager.cpp | 25 +++++++------- src/linux/LinuxJoyStickEvents.cpp | 25 +++++++------- src/linux/LinuxKeyboard.cpp | 25 +++++++------- src/linux/LinuxMouse.cpp | 25 +++++++------- src/mac/CocoaInputManager.mm | 31 +++++++++-------- src/mac/CocoaJoyStick.mm | 31 +++++++++-------- src/mac/CocoaKeyboard.mm | 31 +++++++++-------- src/mac/CocoaMouse.mm | 31 +++++++++-------- src/mac/MacHIDManager.cpp | 31 +++++++++-------- src/mac/MacHelpers.cpp | 33 ++++++++++--------- src/mac/MacInputManager.cpp | 31 +++++++++-------- src/mac/MacJoyStick.cpp | 31 +++++++++-------- src/mac/MacKeyboard.cpp | 31 +++++++++-------- src/mac/MacMouse.cpp | 31 +++++++++-------- src/win32/Win32ForceFeedback.cpp | 23 +++++++------ src/win32/Win32InputManager.cpp | 25 +++++++------- src/win32/Win32JoyStick.cpp | 25 +++++++------- src/win32/Win32KeyBoard.cpp | 25 +++++++------- src/win32/Win32Mouse.cpp | 29 ++++++++-------- src/win32/extras/WiiMote/OISWiiMote.cpp | 25 +++++++------- src/win32/extras/WiiMote/OISWiiMote.h | 25 +++++++------- .../WiiMote/OISWiiMoteFactoryCreator.cpp | 25 +++++++------- .../extras/WiiMote/OISWiiMoteFactoryCreator.h | 25 +++++++------- .../WiiMote/OISWiiMoteForceFeedback.cpp | 25 +++++++------- .../extras/WiiMote/OISWiiMoteForceFeedback.h | 25 +++++++------- .../extras/WiiMote/OISWiiMoteRingBuffer.h | 25 +++++++------- 99 files changed, 1528 insertions(+), 1119 deletions(-) diff --git a/demos/FFConsoleDemo/FFConsoleDemo.cpp b/demos/FFConsoleDemo/FFConsoleDemo.cpp index 9bbc20e..7334ef0 100644 --- a/demos/FFConsoleDemo/FFConsoleDemo.cpp +++ b/demos/FFConsoleDemo/FFConsoleDemo.cpp @@ -1,3 +1,28 @@ +/* +The zlib/libpng License + +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) + +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. +*/ #include "OIS.h" #include diff --git a/demos/FFConsoleDemo/resource.h b/demos/FFConsoleDemo/resource.h index 09713b8..5de02f0 100644 --- a/demos/FFConsoleDemo/resource.h +++ b/demos/FFConsoleDemo/resource.h @@ -1,3 +1,28 @@ +/* +The zlib/libpng License + +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) + +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. +*/ //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by CommandLine.rc diff --git a/demos/OISConsoleDemo/OISConsole.cpp b/demos/OISConsoleDemo/OISConsole.cpp index 913ca94..5831c1f 100644 --- a/demos/OISConsoleDemo/OISConsole.cpp +++ b/demos/OISConsoleDemo/OISConsole.cpp @@ -1,3 +1,28 @@ +/* +The zlib/libpng License + +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) + +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. +*/ //////////////////////////////// OS Nuetral Headers //////////////// #include "OISInputManager.h" #include "OISException.h" diff --git a/demos/OISConsoleDemo/resource.h b/demos/OISConsoleDemo/resource.h index 09713b8..be8977a 100644 --- a/demos/OISConsoleDemo/resource.h +++ b/demos/OISConsoleDemo/resource.h @@ -1,3 +1,29 @@ +/* + The zlib/libpng License + +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) + +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. +*/ + //{{NO_DEPENDENCIES}} // Microsoft Visual C++ generated include file. // Used by CommandLine.rc diff --git a/includes/OIS.h b/includes/OIS.h index 32d6539..9bcfd29 100644 --- a/includes/OIS.h +++ b/includes/OIS.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ /**\mainpage Object-oriented Input System diff --git a/includes/OISConfig.h b/includes/OISConfig.h index c70dfe3..edec45e 100644 --- a/includes/OISConfig.h +++ b/includes/OISConfig.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_CONFIG_HEADER #define OIS_CONFIG_HEADER diff --git a/includes/OISEffect.h b/includes/OISEffect.h index 8d1a6db..1308272 100644 --- a/includes/OISEffect.h +++ b/includes/OISEffect.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Effect_H #define OIS_Effect_H diff --git a/includes/OISEvents.h b/includes/OISEvents.h index 19427f8..f7a2a15 100644 --- a/includes/OISEvents.h +++ b/includes/OISEvents.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _OIS_EVENTHEADERS_ #define _OIS_EVENTHEADERS_ diff --git a/includes/OISException.h b/includes/OISException.h index 26b0c50..5834eed 100644 --- a/includes/OISException.h +++ b/includes/OISException.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _OIS_EXCEPTION_HEADER_ #define _OIS_EXCEPTION_HEADER_ diff --git a/includes/OISFactoryCreator.h b/includes/OISFactoryCreator.h index 485c29b..8890bca 100644 --- a/includes/OISFactoryCreator.h +++ b/includes/OISFactoryCreator.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_FactoryCreator_H #define OIS_FactoryCreator_H diff --git a/includes/OISForceFeedback.h b/includes/OISForceFeedback.h index 4e31688..f47df64 100644 --- a/includes/OISForceFeedback.h +++ b/includes/OISForceFeedback.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_ForceFeedBack_H #define OIS_ForceFeedBack_H diff --git a/includes/OISInputManager.h b/includes/OISInputManager.h index e89aa74..23b3940 100644 --- a/includes/OISInputManager.h +++ b/includes/OISInputManager.h @@ -1,24 +1,28 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_InputManager_H #define OIS_InputManager_H diff --git a/includes/OISInterface.h b/includes/OISInterface.h index 9e91666..cb612e7 100644 --- a/includes/OISInterface.h +++ b/includes/OISInterface.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Interface_H #define OIS_Interface_H diff --git a/includes/OISJoyStick.h b/includes/OISJoyStick.h index c7de27d..482dfea 100644 --- a/includes/OISJoyStick.h +++ b/includes/OISJoyStick.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Joystick_H #define OIS_Joystick_H diff --git a/includes/OISKeyboard.h b/includes/OISKeyboard.h index 34be35b..bd8b244 100644 --- a/includes/OISKeyboard.h +++ b/includes/OISKeyboard.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Keyboard_H #define OIS_Keyboard_H diff --git a/includes/OISMouse.h b/includes/OISMouse.h index c3772b8..8de4cf4 100644 --- a/includes/OISMouse.h +++ b/includes/OISMouse.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Mouse_H #define OIS_Mouse_H diff --git a/includes/OISMultiTouch.h b/includes/OISMultiTouch.h index 3516591..233f168 100644 --- a/includes/OISMultiTouch.h +++ b/includes/OISMultiTouch.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MultiTouch_H #define OIS_MultiTouch_H diff --git a/includes/OISObject.h b/includes/OISObject.h index cd85df0..0d2daf1 100644 --- a/includes/OISObject.h +++ b/includes/OISObject.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Object_H #define OIS_Object_H diff --git a/includes/OISPrereqs.h.in b/includes/OISPrereqs.h.in index 20a98ca..eefc115 100644 --- a/includes/OISPrereqs.h.in +++ b/includes/OISPrereqs.h.in @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Prereqs_H #define OIS_Prereqs_H diff --git a/includes/SDL/SDLInputManager.h b/includes/SDL/SDLInputManager.h index b03f86f..bc9c17d 100644 --- a/includes/SDL/SDLInputManager.h +++ b/includes/SDL/SDLInputManager.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_SDLInputManager_H #define OIS_SDLInputManager_H diff --git a/includes/SDL/SDLKeyboard.h b/includes/SDL/SDLKeyboard.h index b0ab180..b6dd625 100644 --- a/includes/SDL/SDLKeyboard.h +++ b/includes/SDL/SDLKeyboard.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _OIS_SDLKEYBOARD_H #define _OIS_SDLKEYBOARD_H diff --git a/includes/SDL/SDLMouse.h b/includes/SDL/SDLMouse.h index d70f238..faa77c8 100644 --- a/includes/SDL/SDLMouse.h +++ b/includes/SDL/SDLMouse.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _OIS_SDLMOUSE_H #define _OIS_SDLMOUSE_H diff --git a/includes/SDL/SDLPrereqs.h b/includes/SDL/SDLPrereqs.h index b372b71..e8535e7 100644 --- a/includes/SDL/SDLPrereqs.h +++ b/includes/SDL/SDLPrereqs.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_SDLPrereqs_H #define OIS_SDLPrereqs_H diff --git a/includes/iphone/iPhoneAccelerometer.h b/includes/iphone/iPhoneAccelerometer.h index 6493a33..279066c 100644 --- a/includes/iphone/iPhoneAccelerometer.h +++ b/includes/iphone/iPhoneAccelerometer.h @@ -1,3 +1,28 @@ +/* +The zlib/libpng License + +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) + +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: + + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution. +*/ #ifndef OIS_iPhoneAccelerometer_H #define OIS_iPhoneAccelerometer_H diff --git a/includes/iphone/iPhoneHelpers.h b/includes/iphone/iPhoneHelpers.h index efb3643..8bb1349 100644 --- a/includes/iphone/iPhoneHelpers.h +++ b/includes/iphone/iPhoneHelpers.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_iPhoneHelpers_H #define OIS_iPhoneHelpers_H diff --git a/includes/iphone/iPhoneInputManager.h b/includes/iphone/iPhoneInputManager.h index 60b70b9..b23e5d0 100644 --- a/includes/iphone/iPhoneInputManager.h +++ b/includes/iphone/iPhoneInputManager.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_iPhoneInputManager_H #define OIS_iPhoneInputManager_H diff --git a/includes/iphone/iPhoneMultiTouch.h b/includes/iphone/iPhoneMultiTouch.h index f607c65..44798d8 100644 --- a/includes/iphone/iPhoneMultiTouch.h +++ b/includes/iphone/iPhoneMultiTouch.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_iPhoneMultiTouch_H #define OIS_iPhoneMultiTouch_H diff --git a/includes/iphone/iPhonePrereqs.h b/includes/iphone/iPhonePrereqs.h index 1023f08..5e5294c 100644 --- a/includes/iphone/iPhonePrereqs.h +++ b/includes/iphone/iPhonePrereqs.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_iPhonePrereqs_H #define OIS_iPhonePrereqs_H diff --git a/includes/linux/EventHelpers.h b/includes/linux/EventHelpers.h index 2ceabc0..064a5a2 100644 --- a/includes/linux/EventHelpers.h +++ b/includes/linux/EventHelpers.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _LINUX_OISEVENT_HEADER_ #define _LINUX_OISEVENT_HEADER_ diff --git a/includes/linux/LinuxForceFeedback.h b/includes/linux/LinuxForceFeedback.h index 5187dcf..9cb07fc 100644 --- a/includes/linux/LinuxForceFeedback.h +++ b/includes/linux/LinuxForceFeedback.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_LinuxForceFeedBack_H #define OIS_LinuxForceFeedBack_H diff --git a/includes/linux/LinuxInputManager.h b/includes/linux/LinuxInputManager.h index 1cb0d4f..5763e67 100644 --- a/includes/linux/LinuxInputManager.h +++ b/includes/linux/LinuxInputManager.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_LinuxInputManager_H #define OIS_LinuxInputManager_H diff --git a/includes/linux/LinuxJoyStickEvents.h b/includes/linux/LinuxJoyStickEvents.h index 50cfa75..852b28b 100644 --- a/includes/linux/LinuxJoyStickEvents.h +++ b/includes/linux/LinuxJoyStickEvents.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _LINUX_JOYSTICK_H_EADER_ #define _LINUX_JOYSTICK_H_EADER_ diff --git a/includes/linux/LinuxKeyboard.h b/includes/linux/LinuxKeyboard.h index 3e6b3e7..3fe2869 100644 --- a/includes/linux/LinuxKeyboard.h +++ b/includes/linux/LinuxKeyboard.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _LINUX_KEYBOARD_H_EADER_ #define _LINUX_KEYBOARD_H_EADER_ diff --git a/includes/linux/LinuxMouse.h b/includes/linux/LinuxMouse.h index 54b6679..8e46755 100644 --- a/includes/linux/LinuxMouse.h +++ b/includes/linux/LinuxMouse.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _LINUX_MOUSE_H_EADER_ #define _LINUX_MOUSE_H_EADER_ diff --git a/includes/linux/LinuxPrereqs.h b/includes/linux/LinuxPrereqs.h index a475a45..2ea4713 100644 --- a/includes/linux/LinuxPrereqs.h +++ b/includes/linux/LinuxPrereqs.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _LINUX_INPUTSYSTEM_PREREQS_H #define _LINUX_INPUTSYSTEM_PREREQS_H diff --git a/includes/mac/CocoaHelpers.h b/includes/mac/CocoaHelpers.h index 49f9c4a..6c326eb 100644 --- a/includes/mac/CocoaHelpers.h +++ b/includes/mac/CocoaHelpers.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_CocoaHelpers_H diff --git a/includes/mac/CocoaInputManager.h b/includes/mac/CocoaInputManager.h index 65fceae..c7219f0 100644 --- a/includes/mac/CocoaInputManager.h +++ b/includes/mac/CocoaInputManager.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_CocoaInputManager_H diff --git a/includes/mac/CocoaJoyStick.h b/includes/mac/CocoaJoyStick.h index 6a4946b..d880512 100644 --- a/includes/mac/CocoaJoyStick.h +++ b/includes/mac/CocoaJoyStick.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef Cocoa_Joystick_H #define Cocoa_Joystick_H diff --git a/includes/mac/CocoaKeyboard.h b/includes/mac/CocoaKeyboard.h index 0393b28..b844e00 100644 --- a/includes/mac/CocoaKeyboard.h +++ b/includes/mac/CocoaKeyboard.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_CocoaKeyboard_H diff --git a/includes/mac/CocoaMouse.h b/includes/mac/CocoaMouse.h index 837d82f..7f4242f 100644 --- a/includes/mac/CocoaMouse.h +++ b/includes/mac/CocoaMouse.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_CocoaMouse_H #define OIS_CocoaMouse_H diff --git a/includes/mac/MacHIDManager.h b/includes/mac/MacHIDManager.h index f289186..c0e188b 100644 --- a/includes/mac/MacHIDManager.h +++ b/includes/mac/MacHIDManager.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MacHIDManager_Header #define OIS_MacHIDManager_Header diff --git a/includes/mac/MacHelpers.h b/includes/mac/MacHelpers.h index 3a6bcd3..8923b39 100644 --- a/includes/mac/MacHelpers.h +++ b/includes/mac/MacHelpers.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MacHelpers_H #define OIS_MacHelpers_H diff --git a/includes/mac/MacInputManager.h b/includes/mac/MacInputManager.h index 6ad800d..2df8536 100644 --- a/includes/mac/MacInputManager.h +++ b/includes/mac/MacInputManager.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MacInputManager_H #define OIS_MacInputManager_H diff --git a/includes/mac/MacJoyStick.h b/includes/mac/MacJoyStick.h index 048eaf2..9a7dd6e 100644 --- a/includes/mac/MacJoyStick.h +++ b/includes/mac/MacJoyStick.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef MAC_Joystick_H #define MAC_Joystick_H diff --git a/includes/mac/MacKeyboard.h b/includes/mac/MacKeyboard.h index 27bb0f1..4779fec 100644 --- a/includes/mac/MacKeyboard.h +++ b/includes/mac/MacKeyboard.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MacKeyboard_H #define OIS_MacKeyboard_H diff --git a/includes/mac/MacMouse.h b/includes/mac/MacMouse.h index 7ddbc8d..f774da6 100644 --- a/includes/mac/MacMouse.h +++ b/includes/mac/MacMouse.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MacMouse_H diff --git a/includes/mac/MacPrereqs.h b/includes/mac/MacPrereqs.h index 9061518..73d2c73 100644 --- a/includes/mac/MacPrereqs.h +++ b/includes/mac/MacPrereqs.h @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_MacPrereqs_H #define OIS_MacPrereqs_H diff --git a/includes/win32/Win32ForceFeedback.h b/includes/win32/Win32ForceFeedback.h index 7ed1a0b..3c7eec3 100644 --- a/includes/win32/Win32ForceFeedback.h +++ b/includes/win32/Win32ForceFeedback.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Win32ForceFeedBack_H #define OIS_Win32ForceFeedBack_H diff --git a/includes/win32/Win32InputManager.h b/includes/win32/Win32InputManager.h index 9c93b1a..bda12be 100644 --- a/includes/win32/Win32InputManager.h +++ b/includes/win32/Win32InputManager.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_Win32InputManager_H #define OIS_Win32InputManager_H diff --git a/includes/win32/Win32JoyStick.h b/includes/win32/Win32JoyStick.h index 9a7aba1..ce9c407 100644 --- a/includes/win32/Win32JoyStick.h +++ b/includes/win32/Win32JoyStick.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _WIN32_JOYSTICK_H_EADER_ #define _WIN32_JOYSTICK_H_EADER_ diff --git a/includes/win32/Win32KeyBoard.h b/includes/win32/Win32KeyBoard.h index ff9c626..d95b7dc 100644 --- a/includes/win32/Win32KeyBoard.h +++ b/includes/win32/Win32KeyBoard.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _WIN32_KEYBOARD_H_EADER_ #define _WIN32_KEYBOARD_H_EADER_ diff --git a/includes/win32/Win32Mouse.h b/includes/win32/Win32Mouse.h index 1b0693c..9d34de4 100644 --- a/includes/win32/Win32Mouse.h +++ b/includes/win32/Win32Mouse.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _WIN32_MOUSE_H_EADER_ #define _WIN32_MOUSE_H_EADER_ diff --git a/includes/win32/Win32Prereqs.h b/includes/win32/Win32Prereqs.h index be8e3d7..3a089f6 100644 --- a/includes/win32/Win32Prereqs.h +++ b/includes/win32/Win32Prereqs.h @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef _WIN32_INPUTSYSTEM_PREREQS_H #define _WIN32_INPUTSYSTEM_PREREQS_H diff --git a/src/OISEffect.cpp b/src/OISEffect.cpp index 1d05bc1..819d83d 100644 --- a/src/OISEffect.cpp +++ b/src/OISEffect.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/OISException.cpp b/src/OISException.cpp index 7d9fd8a..0a36822 100644 --- a/src/OISException.cpp +++ b/src/OISException.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/OISForceFeedback.cpp b/src/OISForceFeedback.cpp index 2b24e98..45e0361 100644 --- a/src/OISForceFeedback.cpp +++ b/src/OISForceFeedback.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/OISInputManager.cpp b/src/OISInputManager.cpp index ac6b216..6549105 100644 --- a/src/OISInputManager.cpp +++ b/src/OISInputManager.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/OISJoyStick.cpp b/src/OISJoyStick.cpp index d5ca585..53d7e1a 100644 --- a/src/OISJoyStick.cpp +++ b/src/OISJoyStick.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/OISKeyboard.cpp b/src/OISKeyboard.cpp index fc2abee..2d33e02 100644 --- a/src/OISKeyboard.cpp +++ b/src/OISKeyboard.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/OISObject.cpp b/src/OISObject.cpp index 550687a..dcfdb9b 100644 --- a/src/OISObject.cpp +++ b/src/OISObject.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/SDL/SDLInputManager.cpp b/src/SDL/SDLInputManager.cpp index 4984ee8..6930444 100644 --- a/src/SDL/SDLInputManager.cpp +++ b/src/SDL/SDLInputManager.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "SDL/SDLInputManager.h" #include "SDL/SDLKeyboard.h" diff --git a/src/SDL/SDLKeyboard.cpp b/src/SDL/SDLKeyboard.cpp index 466d6c2..92af690 100644 --- a/src/SDL/SDLKeyboard.cpp +++ b/src/SDL/SDLKeyboard.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "SDL/SDLKeyboard.h" #include "SDL/SDLInputManager.h" diff --git a/src/SDL/SDLMouse.cpp b/src/SDL/SDLMouse.cpp index 94c8fac..0a8826e 100644 --- a/src/SDL/SDLMouse.cpp +++ b/src/SDL/SDLMouse.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "SDL/SDLMouse.h" #include "SDL/SDLInputManager.h" diff --git a/src/extras/LIRC/OISLIRC.cpp b/src/extras/LIRC/OISLIRC.cpp index 27d3c3f..4123646 100644 --- a/src/extras/LIRC/OISLIRC.cpp +++ b/src/extras/LIRC/OISLIRC.cpp @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "OISLIRC.h" #include "OISLIRCFactoryCreator.h" diff --git a/src/extras/LIRC/OISLIRC.h b/src/extras/LIRC/OISLIRC.h index d556f05..570536a 100644 --- a/src/extras/LIRC/OISLIRC.h +++ b/src/extras/LIRC/OISLIRC.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_LIRC_H #define OIS_LIRC_H diff --git a/src/extras/LIRC/OISLIRCFactoryCreator.cpp b/src/extras/LIRC/OISLIRCFactoryCreator.cpp index 91b0fe2..68f8f15 100644 --- a/src/extras/LIRC/OISLIRCFactoryCreator.cpp +++ b/src/extras/LIRC/OISLIRCFactoryCreator.cpp @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "OISLIRCFactoryCreator.h" #include "OISException.h" diff --git a/src/extras/LIRC/OISLIRCFactoryCreator.h b/src/extras/LIRC/OISLIRCFactoryCreator.h index 8053b51..f07f0a0 100644 --- a/src/extras/LIRC/OISLIRCFactoryCreator.h +++ b/src/extras/LIRC/OISLIRCFactoryCreator.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_LIRCFactoryCreator_H #define OIS_LIRCFactoryCreator_H diff --git a/src/extras/LIRC/OISLIRCRingBuffer.h b/src/extras/LIRC/OISLIRCRingBuffer.h index 5a5cf8e..8c46c8d 100644 --- a/src/extras/LIRC/OISLIRCRingBuffer.h +++ b/src/extras/LIRC/OISLIRCRingBuffer.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. # ------------------------# # Original License follows: diff --git a/src/iphone/iPhoneAccelerometer.mm b/src/iphone/iPhoneAccelerometer.mm index f6bbfae..d57fe44 100644 --- a/src/iphone/iPhoneAccelerometer.mm +++ b/src/iphone/iPhoneAccelerometer.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "iphone/iPhoneAccelerometer.h" #include "iphone/iPhoneInputManager.h" diff --git a/src/iphone/iPhoneInputManager.mm b/src/iphone/iPhoneInputManager.mm index c8fb37f..ea6eca7 100644 --- a/src/iphone/iPhoneInputManager.mm +++ b/src/iphone/iPhoneInputManager.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2006 Chris Snyder +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "iphone/iPhoneInputManager.h" diff --git a/src/iphone/iPhoneMultiTouch.mm b/src/iphone/iPhoneMultiTouch.mm index 0eeff2c..736b799 100644 --- a/src/iphone/iPhoneMultiTouch.mm +++ b/src/iphone/iPhoneMultiTouch.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "iphone/iPhoneMultiTouch.h" #include "iphone/iPhoneInputManager.h" diff --git a/src/linux/EventHelpers.cpp b/src/linux/EventHelpers.cpp index a6a76f2..1a1b627 100644 --- a/src/linux/EventHelpers.cpp +++ b/src/linux/EventHelpers.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "linux/EventHelpers.h" #include "linux/LinuxPrereqs.h" diff --git a/src/linux/LinuxForceFeedback.cpp b/src/linux/LinuxForceFeedback.cpp index 72b6acf..6a1d730 100644 --- a/src/linux/LinuxForceFeedback.cpp +++ b/src/linux/LinuxForceFeedback.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "linux/LinuxForceFeedback.h" #include "OISException.h" diff --git a/src/linux/LinuxInputManager.cpp b/src/linux/LinuxInputManager.cpp index 587f454..6ce7b7a 100644 --- a/src/linux/LinuxInputManager.cpp +++ b/src/linux/LinuxInputManager.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "linux/LinuxInputManager.h" #include "linux/LinuxKeyboard.h" diff --git a/src/linux/LinuxJoyStickEvents.cpp b/src/linux/LinuxJoyStickEvents.cpp index 0e3f42c..0b5b72c 100644 --- a/src/linux/LinuxJoyStickEvents.cpp +++ b/src/linux/LinuxJoyStickEvents.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "OISConfig.h" diff --git a/src/linux/LinuxKeyboard.cpp b/src/linux/LinuxKeyboard.cpp index a033c12..4a83380 100644 --- a/src/linux/LinuxKeyboard.cpp +++ b/src/linux/LinuxKeyboard.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "linux/LinuxInputManager.h" #include "linux/LinuxKeyboard.h" diff --git a/src/linux/LinuxMouse.cpp b/src/linux/LinuxMouse.cpp index ff57e9a..9ef155a 100644 --- a/src/linux/LinuxMouse.cpp +++ b/src/linux/LinuxMouse.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered friosom any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "linux/LinuxMouse.h" #include "linux/LinuxInputManager.h" diff --git a/src/mac/CocoaInputManager.mm b/src/mac/CocoaInputManager.mm index 1abbde7..823c72a 100644 --- a/src/mac/CocoaInputManager.mm +++ b/src/mac/CocoaInputManager.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "mac/CocoaInputManager.h" diff --git a/src/mac/CocoaJoyStick.mm b/src/mac/CocoaJoyStick.mm index 1cd42bb..5f513f2 100644 --- a/src/mac/CocoaJoyStick.mm +++ b/src/mac/CocoaJoyStick.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "mac/CocoaJoyStick.h" diff --git a/src/mac/CocoaKeyboard.mm b/src/mac/CocoaKeyboard.mm index ba07b04..b0a4d32 100644 --- a/src/mac/CocoaKeyboard.mm +++ b/src/mac/CocoaKeyboard.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "mac/CocoaKeyboard.h" diff --git a/src/mac/CocoaMouse.mm b/src/mac/CocoaMouse.mm index cfc1f28..db21b7e 100644 --- a/src/mac/CocoaMouse.mm +++ b/src/mac/CocoaMouse.mm @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "mac/CocoaMouse.h" #include "mac/CocoaInputManager.h" diff --git a/src/mac/MacHIDManager.cpp b/src/mac/MacHIDManager.cpp index 21a3457..58f56c5 100644 --- a/src/mac/MacHIDManager.cpp +++ b/src/mac/MacHIDManager.cpp @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "mac/MacHIDManager.h" #include "mac/MacJoyStick.h" diff --git a/src/mac/MacHelpers.cpp b/src/mac/MacHelpers.cpp index 4885de9..903062c 100644 --- a/src/mac/MacHelpers.cpp +++ b/src/mac/MacHelpers.cpp @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef __LP64__ @@ -162,4 +165,4 @@ OSStatus MouseWrapper(EventHandlerCallRef nextHandler, EventRef theEvent, void* OIS_EXCEPT(E_General, "MouseWrapper >> Being called by something other than our event handler!"); } -#endif \ No newline at end of file +#endif diff --git a/src/mac/MacInputManager.cpp b/src/mac/MacInputManager.cpp index fffd186..42a5080 100644 --- a/src/mac/MacInputManager.cpp +++ b/src/mac/MacInputManager.cpp @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef __LP64__ diff --git a/src/mac/MacJoyStick.cpp b/src/mac/MacJoyStick.cpp index bc22566..a16b765 100644 --- a/src/mac/MacJoyStick.cpp +++ b/src/mac/MacJoyStick.cpp @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "mac/MacJoyStick.h" diff --git a/src/mac/MacKeyboard.cpp b/src/mac/MacKeyboard.cpp index 5291f57..107906a 100644 --- a/src/mac/MacKeyboard.cpp +++ b/src/mac/MacKeyboard.cpp @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef __LP64__ diff --git a/src/mac/MacMouse.cpp b/src/mac/MacMouse.cpp index eb86b47..c49306b 100644 --- a/src/mac/MacMouse.cpp +++ b/src/mac/MacMouse.cpp @@ -1,24 +1,27 @@ /* - The zlib/libpng License +The zlib/libpng License - Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) - This software is provided 'as-is', without any express or implied warranty. In no event will - the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. - Permission is granted to anyone to use this software for any purpose, including commercial - applications, and to alter it and redistribute it freely, subject to the following - restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef __LP64__ diff --git a/src/win32/Win32ForceFeedback.cpp b/src/win32/Win32ForceFeedback.cpp index 02dc8d6..b80c632 100644 --- a/src/win32/Win32ForceFeedback.cpp +++ b/src/win32/Win32ForceFeedback.cpp @@ -1,22 +1,25 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. */ diff --git a/src/win32/Win32InputManager.cpp b/src/win32/Win32InputManager.cpp index 781e498..468d948 100644 --- a/src/win32/Win32InputManager.cpp +++ b/src/win32/Win32InputManager.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "win32/Win32InputManager.h" #include "win32/Win32KeyBoard.h" diff --git a/src/win32/Win32JoyStick.cpp b/src/win32/Win32JoyStick.cpp index ca4d8e4..0410799 100644 --- a/src/win32/Win32JoyStick.cpp +++ b/src/win32/Win32JoyStick.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "win32/Win32JoyStick.h" #include "win32/Win32InputManager.h" diff --git a/src/win32/Win32KeyBoard.cpp b/src/win32/Win32KeyBoard.cpp index 196230f..1b690e5 100644 --- a/src/win32/Win32KeyBoard.cpp +++ b/src/win32/Win32KeyBoard.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "win32/Win32InputManager.h" #include "win32/Win32KeyBoard.h" diff --git a/src/win32/Win32Mouse.cpp b/src/win32/Win32Mouse.cpp index 524af88..d00da63 100644 --- a/src/win32/Win32Mouse.cpp +++ b/src/win32/Win32Mouse.cpp @@ -1,24 +1,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: - 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + 1. The origin of this software must not be misrepresented; you must not claim that + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "win32/Win32Mouse.h" #include "win32/Win32InputManager.h" diff --git a/src/win32/extras/WiiMote/OISWiiMote.cpp b/src/win32/extras/WiiMote/OISWiiMote.cpp index edb3757..2572acf 100644 --- a/src/win32/extras/WiiMote/OISWiiMote.cpp +++ b/src/win32/extras/WiiMote/OISWiiMote.cpp @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "OISWiiMote.h" #include "OISWiiMoteFactoryCreator.h" diff --git a/src/win32/extras/WiiMote/OISWiiMote.h b/src/win32/extras/WiiMote/OISWiiMote.h index 768f0e0..c1460ac 100644 --- a/src/win32/extras/WiiMote/OISWiiMote.h +++ b/src/win32/extras/WiiMote/OISWiiMote.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_WiiMote_H #define OIS_WiiMote_H diff --git a/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.cpp b/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.cpp index aa7b09a..827bc1d 100644 --- a/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.cpp +++ b/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.cpp @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "OISWiiMoteFactoryCreator.h" #include "OISException.h" diff --git a/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.h b/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.h index 10a4b47..87ec0e4 100644 --- a/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.h +++ b/src/win32/extras/WiiMote/OISWiiMoteFactoryCreator.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_WiiMoteFactoryCreator_H #define OIS_WiiMoteFactoryCreator_H diff --git a/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.cpp b/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.cpp index 5cf481d..f504c43 100644 --- a/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.cpp +++ b/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.cpp @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #include "OISWiiMoteForceFeedback.h" #include "OISEffect.h" diff --git a/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.h b/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.h index ef6cb7c..ad94166 100644 --- a/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.h +++ b/src/win32/extras/WiiMote/OISWiiMoteForceFeedback.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. */ #ifndef OIS_WiiMoteForceFeedBack_H #define OIS_WiiMoteForceFeedBack_H diff --git a/src/win32/extras/WiiMote/OISWiiMoteRingBuffer.h b/src/win32/extras/WiiMote/OISWiiMoteRingBuffer.h index db65e09..ec55c50 100644 --- a/src/win32/extras/WiiMote/OISWiiMoteRingBuffer.h +++ b/src/win32/extras/WiiMote/OISWiiMoteRingBuffer.h @@ -3,24 +3,27 @@ /* The zlib/libpng License -Copyright (c) 2005-2007 Phillip Castaneda (pjcast -- www.wreckedgames.com) +Copyright (c) 2018 Arthur Brainville +Copyright (c) 2015 Andrew Fenn +Copyright (c) 2005-2010 Phillip Castaneda (pjcast -- www.wreckedgames.com) -This software is provided 'as-is', without any express or implied warranty. In no event will -the authors be held liable for any damages arising from the use of this software. +This software is provided 'as-is', without any express or implied warranty. In no +event will the authors be held liable for any damages arising from the use of this +software. -Permission is granted to anyone to use this software for any purpose, including commercial -applications, and to alter it and redistribute it freely, subject to the following -restrictions: +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to the +following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that - you wrote the original software. If you use this software in a product, - an acknowledgment in the product documentation would be appreciated but is - not required. + you wrote the original software. If you use this software in a product, + an acknowledgment in the product documentation would be appreciated + but is not required. 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. + misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. + 3. This notice may not be removed or altered from any source distribution. # ------------------------# # Original License follows: