changeset 27027:03f571138664

standard license headers for mga_vid
author diego
date Sat, 14 Jun 2008 14:43:58 +0000
parents 9e24bdf7bf97
children 68b4d137364f
files drivers/mga_vid.c drivers/mga_vid.h drivers/mga_vid_test.c
diffstat 3 files changed, 26 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/drivers/mga_vid.c	Sat Jun 14 14:26:42 2008 +0000
+++ b/drivers/mga_vid.c	Sat Jun 14 14:43:58 2008 +0000
@@ -11,20 +11,20 @@
  * brightness/contrast introduced by eyck
  * multiple card support by Attila Kinali <attila@kinali.ch>
  *
- * This file is part of MPlayer.
+ * This file is part of mga_vid.
  *
- * MPlayer is free software; you can redistribute it and/or modify
+ * mga_vid is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * MPlayer is distributed in the hope that it will be useful,
+ * mga_vid is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * 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.,
+ * with mga_vid; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
--- a/drivers/mga_vid.h	Sat Jun 14 14:26:42 2008 +0000
+++ b/drivers/mga_vid.h	Sat Jun 14 14:43:58 2008 +0000
@@ -1,15 +1,24 @@
 /*
- *
- * mga_vid.h
+ * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0
+ * BES == Back End Scaler
  *
  * Copyright (C) 1999 Aaron Holtzman
- * 
- * Matrox MGA G200/G400 YUV Video Interface module Version 0.1.0
- * 
- * BES == Back End Scaler
- * 
- * This software has been released under the terms of the GNU Public
- * license. See http://www.gnu.org/copyleft/gpl.html for details.
+ *
+ * This file is part of mga_vid.
+ *
+ * mga_vid is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * mga_vid is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * 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 mga_vid; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #ifndef MGA_VID_H
--- a/drivers/mga_vid_test.c	Sat Jun 14 14:26:42 2008 +0000
+++ b/drivers/mga_vid_test.c	Sat Jun 14 14:43:58 2008 +0000
@@ -1,20 +1,20 @@
 /*
  * Copyright (C) 1999 Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
  *
- * This file is part of MPlayer.
+ * This file is part of mga_vid.
  *
- * MPlayer is free software; you can redistribute it and/or modify
+ * mga_vid is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  *
- * MPlayer is distributed in the hope that it will be useful,
+ * mga_vid is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * 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.,
+ * with mga_vid; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */