changeset 26714:81710a8c1cf6

Use standard license header and add back credits line for Marcel Naziri.
author diego
date Mon, 12 May 2008 09:05:16 +0000
parents b315e4b90eb6
children 9feba3abc178
files vidix/radeon_vid.c
diffstat 1 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/radeon_vid.c	Mon May 12 08:58:25 2008 +0000
+++ b/vidix/radeon_vid.c	Mon May 12 09:05:16 2008 +0000
@@ -1,6 +1,11 @@
 /*
  * VIDIX driver for ATI Rage128 and Radeon chipsets.
+ *
+ * This file is based on sources from
+ *   GATOS (gatos.sf.net) and X11 (www.xfree86.org)
+ *
  * Copyright (C) 2002 Nick Kurshev
+ * support for fglrx drivers by Marcel Naziri (zwobbl@zwobbl.de)
  *
  * This file is part of MPlayer.
  *
@@ -14,12 +19,9 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License
- * along with MPlayer; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
- *
- * This file is based on sources from
- *   GATOS (gatos.sf.net) and X11 (www.xfree86.org)
+ * You should have received a copy of the GNU General Public License along
+ * with MPlayer; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <errno.h>