1.1 --- a/src/video/android/SDL_androidclipboard.c Sat Feb 16 13:33:58 2013 -0800
1.2 +++ b/src/video/android/SDL_androidclipboard.c Sat Feb 16 13:35:28 2013 -0800
1.3 @@ -1,3 +1,23 @@
1.4 +/*
1.5 + Simple DirectMedia Layer
1.6 + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
1.7 +
1.8 + This software is provided 'as-is', without any express or implied
1.9 + warranty. In no event will the authors be held liable for any damages
1.10 + arising from the use of this software.
1.11 +
1.12 + Permission is granted to anyone to use this software for any purpose,
1.13 + including commercial applications, and to alter it and redistribute it
1.14 + freely, subject to the following restrictions:
1.15 +
1.16 + 1. The origin of this software must not be misrepresented; you must not
1.17 + claim that you wrote the original software. If you use this software
1.18 + in a product, an acknowledgment in the product documentation would be
1.19 + appreciated but is not required.
1.20 + 2. Altered source versions must be plainly marked as such, and must not be
1.21 + misrepresented as being the original software.
1.22 + 3. This notice may not be removed or altered from any source distribution.
1.23 +*/
1.24 #include "SDL_config.h"
1.25
1.26 #if SDL_VIDEO_DRIVER_ANDROID
2.1 --- a/src/video/android/SDL_androidclipboard.h Sat Feb 16 13:33:58 2013 -0800
2.2 +++ b/src/video/android/SDL_androidclipboard.h Sat Feb 16 13:35:28 2013 -0800
2.3 @@ -1,3 +1,23 @@
2.4 +/*
2.5 + Simple DirectMedia Layer
2.6 + Copyright (C) 1997-2013 Sam Lantinga <slouken@libsdl.org>
2.7 +
2.8 + This software is provided 'as-is', without any express or implied
2.9 + warranty. In no event will the authors be held liable for any damages
2.10 + arising from the use of this software.
2.11 +
2.12 + Permission is granted to anyone to use this software for any purpose,
2.13 + including commercial applications, and to alter it and redistribute it
2.14 + freely, subject to the following restrictions:
2.15 +
2.16 + 1. The origin of this software must not be misrepresented; you must not
2.17 + claim that you wrote the original software. If you use this software
2.18 + in a product, an acknowledgment in the product documentation would be
2.19 + appreciated but is not required.
2.20 + 2. Altered source versions must be plainly marked as such, and must not be
2.21 + misrepresented as being the original software.
2.22 + 3. This notice may not be removed or altered from any source distribution.
2.23 +*/
2.24 #include "SDL_config.h"
2.25
2.26 #ifndef _SDL_androidclipboard_h