comparison libvo/vo_dfbmga.c @ 27582:34d3e0c8487a

Upgrade license of LGPL 2 or later files to LGPL 2.1 or later.
author diego
date Mon, 15 Sep 2008 05:40:29 +0000
parents 46f0b4d34fa1
children 7012606cf002
comparison
equal deleted inserted replaced
27581:ac61ea373b4a 27582:34d3e0c8487a
1 /* 1 /*
2 MPlayer video driver for DirectFB / Matrox G200/G400/G450/G550 2 * MPlayer video driver for DirectFB / Matrox G200/G400/G450/G550
3 3 *
4 Copyright (C) 2002-2005 Ville Syrjala <syrjala@sci.fi> 4 * copyright (C) 2002-2005 Ville Syrjala <syrjala@sci.fi>
5 5 * Originally based on vo_directfb.c by Jiri Svoboda <Jiri.Svoboda@seznam.cz>.
6 Originally based on vo_directfb.c by 6 *
7 Jiri Svoboda <Jiri.Svoboda@seznam.cz> 7 * This file is part of MPlayer.
8 8 *
9 This library is free software; you can redistribute it and/or 9 * MPlayer is free software; you can redistribute it and/or
10 modify it under the terms of the GNU Lesser General Public 10 * modify it under the terms of the GNU Lesser General Public
11 License as published by the Free Software Foundation; either 11 * License as published by the Free Software Foundation; either
12 version 2 of the License, or (at your option) any later version. 12 * version 2.1 of the License, or (at your option) any later version.
13 13 *
14 This library is distributed in the hope that it will be useful, 14 * MPlayer is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 Lesser General Public License for more details. 17 * Lesser General Public License for more details.
18 18 *
19 You should have received a copy of the GNU Lesser General Public 19 * You should have received a copy of the GNU Lesser General Public License
20 License along with this library; if not, write to the 20 * along with MPlayer; if not, write to the Free Software Foundation, Inc.,
21 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 Boston, MA 02110-1301 USA. 22 */
23 */
24 23
25 /* directfb includes */ 24 /* directfb includes */
26 #include <directfb.h> 25 #include <directfb.h>
27 26
28 #define DFB_VERSION(a,b,c) (((a)<<16)|((b)<<8)|(c)) 27 #define DFB_VERSION(a,b,c) (((a)<<16)|((b)<<8)|(c))