1.1 --- a/src/video/directfb/SDL_DirectFB_opengl.h Wed Apr 06 17:10:14 2011 -0700
1.2 +++ b/src/video/directfb/SDL_DirectFB_opengl.h Fri Apr 08 13:03:26 2011 -0700
1.3 @@ -1,26 +1,22 @@
1.4 /*
1.5 - SDL - Simple DirectMedia Layer
1.6 - Copyright (C) 1997-2011 Sam Lantinga
1.7 + Simple DirectMedia Layer
1.8 + Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
1.9
1.10 - This library is free software; you can redistribute it and/or
1.11 - modify it under the terms of the GNU Lesser General Public
1.12 - License as published by the Free Software Foundation; either
1.13 - version 2.1 of the License, or (at your option) any later version.
1.14 + This software is provided 'as-is', without any express or implied
1.15 + warranty. In no event will the authors be held liable for any damages
1.16 + arising from the use of this software.
1.17
1.18 - This library is distributed in the hope that it will be useful,
1.19 - but WITHOUT ANY WARRANTY; without even the implied warranty of
1.20 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.21 - Lesser General Public License for more details.
1.22 + Permission is granted to anyone to use this software for any purpose,
1.23 + including commercial applications, and to alter it and redistribute it
1.24 + freely, subject to the following restrictions:
1.25
1.26 - You should have received a copy of the GNU Lesser General Public
1.27 - License along with this library; if not, write to the Free Software
1.28 - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1.29 -
1.30 - Sam Lantinga
1.31 - slouken@libsdl.org
1.32 -
1.33 - SDL1.3 DirectFB driver by couriersud@arcor.de
1.34 -
1.35 + 1. The origin of this software must not be misrepresented; you must not
1.36 + claim that you wrote the original software. If you use this software
1.37 + in a product, an acknowledgment in the product documentation would be
1.38 + appreciated but is not required.
1.39 + 2. Altered source versions must be plainly marked as such, and must not be
1.40 + misrepresented as being the original software.
1.41 + 3. This notice may not be removed or altered from any source distribution.
1.42 */
1.43
1.44