From ed8e3457d03ad1f1703289b7cea3ca5309ebd497 Mon Sep 17 00:00:00 2001 From: pelya Date: Sun, 22 Jun 2014 01:58:38 +0300 Subject: [PATCH] Updated license text in all SDL 1.2 sources --- project/java/Accelerometer.java | 6 +- project/java/Advertisement.java | 6 +- project/java/Audio.java | 6 +- project/java/DataDownloader.java | 6 +- project/java/Globals.java | 6 +- project/java/Keycodes.java | 6 +- project/java/MainActivity.java | 6 +- project/java/Settings.java | 7 +- project/java/SettingsMenu.java | 6 +- project/java/SettingsMenuKeyboard.java | 6 +- project/java/SettingsMenuMisc.java | 6 +- project/java/SettingsMenuMouse.java | 6 +- project/java/Video.java | 6 +- project/java/admob/Advertisement.java | 6 +- .../src/audio/android/SDL_androidaudio.c | 40 +++++++----- .../src/audio/android/SDL_androidaudio.h | 38 ++++++----- .../android/SDL_androidinput-queue-compat.c | 38 ++++++----- .../android/SDL_androidinput-queue-fast.c | 38 ++++++----- .../src/video/android/SDL_androidinput.c | 38 ++++++----- .../src/video/android/SDL_androidinput.h | 38 ++++++----- .../src/video/android/SDL_androidvideo-1.2.c | 38 ++++++----- .../video/android/SDL_androidvideo-1.3-stub.c | 38 ++++++----- .../src/video/android/SDL_androidvideo.c | 37 ++++++----- .../src/video/android/SDL_androidvideo.h | 38 ++++++----- .../sdl-1.2/src/video/android/SDL_blendmode.h | 65 +++++++------------ .../sdl-1.2/src/video/android/SDL_opengles.h | 45 +++++++------ .../sdl-1.2/src/video/android/SDL_pixels.c | 38 ++++++----- .../sdl-1.2/src/video/android/SDL_pixels.h | 37 ++++++----- .../sdl-1.2/src/video/android/SDL_pixels_c.h | 38 ++++++----- .../jni/sdl-1.2/src/video/android/SDL_rect.c | 38 ++++++----- .../jni/sdl-1.2/src/video/android/SDL_rect.h | 37 ++++++----- .../sdl-1.2/src/video/android/SDL_rect_c.h | 37 ++++++----- .../src/video/android/SDL_renderer_gles.c | 38 ++++++----- .../src/video/android/SDL_renderer_gles.h | 37 ++++++----- .../sdl-1.2/src/video/android/SDL_scalemode.h | 37 ++++++----- .../src/video/android/SDL_sysvideo-1.3.h | 38 ++++++----- .../video/android/SDL_touchscreenkeyboard.c | 38 ++++++----- .../sdl-1.2/src/video/android/SDL_video-1.3.h | 43 ++++++------ .../jni/sdl-1.2/src/video/android/SDL_video.c | 38 ++++++----- .../jni/sdl-1.2/src/video/android/atan2i.h | 2 + .../sdl-1.2/src/video/android/javakeycodes.h | 2 + .../src/video/android/jniwrapperstuff.h | 1 + .../jni/sdl-1.2/src/video/android/keymap.c | 2 + .../sdl-1.2/src/video/android/unicodestuff.h | 2 + 44 files changed, 598 insertions(+), 481 deletions(-) diff --git a/project/java/Accelerometer.java b/project/java/Accelerometer.java index 27b47856c..e99043b76 100644 --- a/project/java/Accelerometer.java +++ b/project/java/Accelerometer.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/Advertisement.java b/project/java/Advertisement.java index 43b007fd7..4cf93b4b6 100644 --- a/project/java/Advertisement.java +++ b/project/java/Advertisement.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/Audio.java b/project/java/Audio.java index 94ae6f427..e975280ca 100644 --- a/project/java/Audio.java +++ b/project/java/Audio.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/DataDownloader.java b/project/java/DataDownloader.java index 24d291584..5c908e552 100644 --- a/project/java/DataDownloader.java +++ b/project/java/DataDownloader.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/Globals.java b/project/java/Globals.java index a24ca4e7d..b1f589f71 100644 --- a/project/java/Globals.java +++ b/project/java/Globals.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/Keycodes.java b/project/java/Keycodes.java index 15aa6b6e9..ab6f31b23 100644 --- a/project/java/Keycodes.java +++ b/project/java/Keycodes.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/MainActivity.java b/project/java/MainActivity.java index 4c5808c77..e00431fd5 100644 --- a/project/java/MainActivity.java +++ b/project/java/MainActivity.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/Settings.java b/project/java/Settings.java index c1336b540..4086fb5e2 100644 --- a/project/java/Settings.java +++ b/project/java/Settings.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 @@ -864,4 +864,3 @@ class Settings public static native int nativeChmod(final String name, int mode); public static native void nativeChdir(final String dir); } - diff --git a/project/java/SettingsMenu.java b/project/java/SettingsMenu.java index 544eb0977..12ee38812 100644 --- a/project/java/SettingsMenu.java +++ b/project/java/SettingsMenu.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/SettingsMenuKeyboard.java b/project/java/SettingsMenuKeyboard.java index 469c3a4e6..ae791b448 100644 --- a/project/java/SettingsMenuKeyboard.java +++ b/project/java/SettingsMenuKeyboard.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/SettingsMenuMisc.java b/project/java/SettingsMenuMisc.java index 164038b01..0a3a223ba 100644 --- a/project/java/SettingsMenuMisc.java +++ b/project/java/SettingsMenuMisc.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/SettingsMenuMouse.java b/project/java/SettingsMenuMouse.java index 14d017d8c..acd6b230c 100644 --- a/project/java/SettingsMenuMouse.java +++ b/project/java/SettingsMenuMouse.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/Video.java b/project/java/Video.java index 52f23eafc..8885661a5 100644 --- a/project/java/Video.java +++ b/project/java/Video.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/java/admob/Advertisement.java b/project/java/admob/Advertisement.java index e55cd8ae6..52a10a9e7 100644 --- a/project/java/admob/Advertisement.java +++ b/project/java/admob/Advertisement.java @@ -1,7 +1,7 @@ /* Simple DirectMedia Layer -Java source code (C) 2009-2012 Sergii Pylypenko - +Java source code (C) 2009-2014 Sergii Pylypenko + 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. @@ -9,7 +9,7 @@ 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 diff --git a/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.c b/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.c index 8fc9988c2..cbc499193 100644 --- a/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.c +++ b/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.c @@ -1,26 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org - - This file written by Ryan C. Gordon (icculus@icculus.org) + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_version.h" diff --git a/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.h b/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.h index ae1e745d3..ef659d72d 100644 --- a/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.h +++ b/project/jni/sdl-1.2/src/audio/android/SDL_androidaudio.h @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #ifndef _SDL_androidaudio_h diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-compat.c b/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-compat.c index 32045ad3e..be247322d 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-compat.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-compat.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include #include #include diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-fast.c b/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-fast.c index 4a449359a..ca55c003e 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-fast.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidinput-queue-fast.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include #include #include diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidinput.c b/project/jni/sdl-1.2/src/video/android/SDL_androidinput.c index 62ae41798..d19fb4535 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidinput.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidinput.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include #include #include diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidinput.h b/project/jni/sdl-1.2/src/video/android/SDL_androidinput.h index f8b5cb931..89e387f6c 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidinput.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidinput.h @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #ifndef _SDL_ANDROIDINPUT_H_ #define _SDL_ANDROIDINPUT_H_ diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c index bcbb90aaa..7cd7911f6 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.2.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_video.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.3-stub.c b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.3-stub.c index dc39713c8..e6700f665 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.3-stub.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo-1.3-stub.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_pixels.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.c b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.c index 2baf3414d..3527e404a 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.c @@ -1,23 +1,28 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ #include diff --git a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.h b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.h index 29c7e3af7..2d860c6f2 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_androidvideo.h @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #ifndef _SDL_androidvideo_h #define _SDL_androidvideo_h diff --git a/project/jni/sdl-1.2/src/video/android/SDL_blendmode.h b/project/jni/sdl-1.2/src/video/android/SDL_blendmode.h index 33aa719fe..f0d300566 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_blendmode.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_blendmode.h @@ -1,41 +1,32 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ -/** - * \file SDL_blendmode.h - * - * Header file declaring the SDL_BlendMode enumeration - */ - -#ifndef _SDL_blendmode_h -#define _SDL_blendmode_h - -#include "begin_code.h" -/* Set up for C function definitions, even when using C++ */ -#ifdef __cplusplus -/* *INDENT-OFF* */ -extern "C" { -/* *INDENT-ON* */ -#endif +#ifndef _SDL_blendmode_h_android_stub +#define _SDL_blendmode_h_android_stub /** * \brief The blend mode used in SDL_RenderCopy() and drawing operations. @@ -51,14 +42,4 @@ typedef enum SDL_BLENDMODE_MOD = 0x00000008 /**< dst = src * dst */ } SDL_BlendMode; -/* Ends C function definitions when using C++ */ -#ifdef __cplusplus -/* *INDENT-OFF* */ -} -/* *INDENT-ON* */ #endif -#include "close_code.h" - -#endif /* _SDL_video_h */ - -/* vi: set ts=4 sw=4 expandtab: */ diff --git a/project/jni/sdl-1.2/src/video/android/SDL_opengles.h b/project/jni/sdl-1.2/src/video/android/SDL_opengles.h index d685a8b3b..c42acf521 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_opengles.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_opengles.h @@ -1,24 +1,29 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org - */ + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga + + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ /** * \file SDL_opengles.h diff --git a/project/jni/sdl-1.2/src/video/android/SDL_pixels.c b/project/jni/sdl-1.2/src/video/android/SDL_pixels.c index 12fbf4eb8..560a3515c 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_pixels.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_pixels.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_version.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_pixels.h b/project/jni/sdl-1.2/src/video/android/SDL_pixels.h index 100b5325b..3b27b7dd8 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_pixels.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_pixels.h @@ -1,23 +1,28 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ /** diff --git a/project/jni/sdl-1.2/src/video/android/SDL_pixels_c.h b/project/jni/sdl-1.2/src/video/android/SDL_pixels_c.h index 0db2f1247..9a87adb38 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_pixels_c.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_pixels_c.h @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_version.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_rect.c b/project/jni/sdl-1.2/src/video/android/SDL_rect.c index cb84e6ee6..c77d4ca17 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_rect.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_rect.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_video.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_rect.h b/project/jni/sdl-1.2/src/video/android/SDL_rect.h index 9b531bff0..17f19163c 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_rect.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_rect.h @@ -1,23 +1,28 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ /** diff --git a/project/jni/sdl-1.2/src/video/android/SDL_rect_c.h b/project/jni/sdl-1.2/src/video/android/SDL_rect_c.h index 8438a231f..40582dd15 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_rect_c.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_rect_c.h @@ -1,23 +1,28 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ #include "SDL_config.h" #include "SDL_rect.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.c b/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.c index 9cb471e91..3db4aeb2c 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_version.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.h b/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.h index f86328d4e..0e50927c2 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_renderer_gles.h @@ -1,23 +1,28 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ #include "SDL_config.h" diff --git a/project/jni/sdl-1.2/src/video/android/SDL_scalemode.h b/project/jni/sdl-1.2/src/video/android/SDL_scalemode.h index a658c68bb..cc7d2b947 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_scalemode.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_scalemode.h @@ -1,23 +1,28 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ /** diff --git a/project/jni/sdl-1.2/src/video/android/SDL_sysvideo-1.3.h b/project/jni/sdl-1.2/src/video/android/SDL_sysvideo-1.3.h index 8182cb487..e0c27bb99 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_sysvideo-1.3.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_sysvideo-1.3.h @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #ifndef _SDL_sysvideo_1_3_h diff --git a/project/jni/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c b/project/jni/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c index 94a1922b1..ebc9b740d 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_touchscreenkeyboard.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2009 Sam Lantinga +Simple DirectMedia Layer +Copyright (C) 2009-2014 Sergii Pylypenko - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. +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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. +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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org +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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include #include #include diff --git a/project/jni/sdl-1.2/src/video/android/SDL_video-1.3.h b/project/jni/sdl-1.2/src/video/android/SDL_video-1.3.h index 28c9af68a..3024138e4 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_video-1.3.h +++ b/project/jni/sdl-1.2/src/video/android/SDL_video-1.3.h @@ -1,30 +1,29 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. +*/ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. */ - -/** - * \file SDL_video.h - * - * Header file for SDL video functions. - */ #ifndef _SDL_video_1_3_h #define _SDL_video_1_3_h diff --git a/project/jni/sdl-1.2/src/video/android/SDL_video.c b/project/jni/sdl-1.2/src/video/android/SDL_video.c index be2e95e5b..51191f091 100644 --- a/project/jni/sdl-1.2/src/video/android/SDL_video.c +++ b/project/jni/sdl-1.2/src/video/android/SDL_video.c @@ -1,24 +1,30 @@ /* - SDL - Simple DirectMedia Layer - Copyright (C) 1997-2010 Sam Lantinga + Simple DirectMedia Layer + Copyright (C) 1997-2012 Sam Lantinga - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + 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 library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. + 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: - You should have received a copy of the GNU Lesser General Public - License along with this library; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - - Sam Lantinga - slouken@libsdl.org + 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. */ +/* +This source code is distibuted under ZLIB license, however when compiling with SDL 1.2, +which is licensed under LGPL, the resulting library, and all it's source code, +falls under "stronger" LGPL terms, so is this file. +If you compile this code with SDL 1.3 or newer, or use in some other way, the license stays ZLIB. +*/ + #include "SDL_config.h" #include "SDL_version.h" diff --git a/project/jni/sdl-1.2/src/video/android/atan2i.h b/project/jni/sdl-1.2/src/video/android/atan2i.h index 59efd9d72..0119c6991 100644 --- a/project/jni/sdl-1.2/src/video/android/atan2i.h +++ b/project/jni/sdl-1.2/src/video/android/atan2i.h @@ -1,3 +1,5 @@ +/* The license of this source code is public domain */ + #ifndef __ATAN2I_H__ #define __ATAN2I_H__ #include diff --git a/project/jni/sdl-1.2/src/video/android/javakeycodes.h b/project/jni/sdl-1.2/src/video/android/javakeycodes.h index 4c07fc397..eb87284b1 100644 --- a/project/jni/sdl-1.2/src/video/android/javakeycodes.h +++ b/project/jni/sdl-1.2/src/video/android/javakeycodes.h @@ -1,3 +1,5 @@ +/* The license of this source code is public domain */ + #ifndef _JAVA_KEY_CODES_H_ #define _JAVA_KEY_CODES_H_ diff --git a/project/jni/sdl-1.2/src/video/android/jniwrapperstuff.h b/project/jni/sdl-1.2/src/video/android/jniwrapperstuff.h index 6a37980aa..7f46e0cb9 100644 --- a/project/jni/sdl-1.2/src/video/android/jniwrapperstuff.h +++ b/project/jni/sdl-1.2/src/video/android/jniwrapperstuff.h @@ -1,3 +1,4 @@ +/* The license of this source code is public domain */ /* JNI-C++ wrapper stuff */ #ifndef _JNI_WRAPPER_STUFF_H_ diff --git a/project/jni/sdl-1.2/src/video/android/keymap.c b/project/jni/sdl-1.2/src/video/android/keymap.c index 650834450..dd924e6e1 100644 --- a/project/jni/sdl-1.2/src/video/android/keymap.c +++ b/project/jni/sdl-1.2/src/video/android/keymap.c @@ -1,3 +1,5 @@ +/* The license of this source code is public domain */ + #include "SDL_config.h" #include "SDL_version.h" diff --git a/project/jni/sdl-1.2/src/video/android/unicodestuff.h b/project/jni/sdl-1.2/src/video/android/unicodestuff.h index 2c730b829..fe894486c 100644 --- a/project/jni/sdl-1.2/src/video/android/unicodestuff.h +++ b/project/jni/sdl-1.2/src/video/android/unicodestuff.h @@ -1,3 +1,5 @@ +/* The license of this source code is public domain */ + #ifndef _UNICODE_STUFF_H_ #define _UNICODE_STUFF_H_