1.1 --- a/src/video/directfb/SDL_DirectFB_video.c Wed Feb 01 04:23:41 2006 +0000
1.2 +++ b/src/video/directfb/SDL_DirectFB_video.c Wed Feb 01 06:32:25 2006 +0000
1.3 @@ -1,34 +1,29 @@
1.4 /*
1.5 - SDL - Simple DirectMedia Layer
1.6 - Copyright (C) 1997-2004 Sam Lantinga
1.7 + SDL - Simple DirectMedia Layer
1.8 + Copyright (C) 1997-2006 Sam Lantinga
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 Library General Public
1.12 - License as published by the Free Software Foundation; either
1.13 - version 2 of the License, or (at your option) any later version.
1.14 + This library is free software; you can redistribute it and/or
1.15 + modify it under the terms of the GNU Lesser General Public
1.16 + License as published by the Free Software Foundation; either
1.17 + version 2.1 of the License, or (at your option) any later version.
1.18
1.19 - This library is distributed in the hope that it will be useful,
1.20 - but WITHOUT ANY WARRANTY; without even the implied warranty of
1.21 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.22 - Library General Public License for more details.
1.23 + This library is distributed in the hope that it will be useful,
1.24 + but WITHOUT ANY WARRANTY; without even the implied warranty of
1.25 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1.26 + Lesser General Public License for more details.
1.27
1.28 - You should have received a copy of the GNU Library General Public
1.29 - License along with this library; if not, write to the Free
1.30 - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1.31 + You should have received a copy of the GNU Lesser General Public
1.32 + License along with this library; if not, write to the Free Software
1.33 + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1.34
1.35 - Sam Lantinga
1.36 - slouken@libsdl.org
1.37 + Sam Lantinga
1.38 + slouken@libsdl.org
1.39
1.40 MGA CRTC2 support by Thomas Jarosch - tomj@simonv.com
1.41 CRTC2 support is inspired by mplayer's dfbmga driver
1.42 written by Ville Syrj��<syrjala@sci.fi>
1.43 */
1.44
1.45 -#ifdef SAVE_RCSID
1.46 -static char rcsid =
1.47 - "@(#) $Id$";
1.48 -#endif
1.49 -
1.50 /* DirectFB video driver implementation.
1.51 */
1.52