comparison drivers/radeon.h @ 26003:a506a6ab14e1

Add standard license header and make copyright notices consistent.
author diego
date Tue, 19 Feb 2008 23:27:23 +0000
parents d88f5f82826e
children 4129c8cfa742
comparison
equal deleted inserted replaced
26002:b225be4ade8a 26003:a506a6ab14e1
1 /* 1 /*
2 * radeon.h 2 * This collection of definitions was written by Nick Kurshev.
3 * This software has been released under the terms of the GNU Public 3 * It is based on radeonfb, X11 and GATOS sources and is partly
4 * license. See http://www.gnu.org/copyleft/gpl.html for details. 4 * compatible with Rage128 set (in OV0, CAP0, CAP1 parts).
5 * 5 *
6 * This collection of definition was written by Nick Kurshev 6 * This file is part of MPlayer.
7 * It's based on radeonfb, X11, GATOS sources 7 *
8 * and partly compatible with Rage128 set (in OV0, CAP0, CAP1 parts) 8 * MPlayer is free software; you can redistribute it and/or modify
9 */ 9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * MPlayer is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License along
19 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
20 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 */
10 22
11 #ifndef RADEON_H 23 #ifndef RADEON_H
12 #define RADEON_H 24 #define RADEON_H
13 25
14 26