summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-14 14:43:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-14 14:43:58 +0000
commit8764a8ea78905a6c2e08f206c0c01092c2d1f5a0 (patch)
tree6e4b319ce75d68d63f00a13c004150b4223c897b /drivers
parentd666882459feb1e4aaee7e62b8cb754e8b533466 (diff)
downloadmpv-8764a8ea78905a6c2e08f206c0c01092c2d1f5a0.tar.bz2
mpv-8764a8ea78905a6c2e08f206c0c01092c2d1f5a0.tar.xz
standard license headers for mga_vid
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27059 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mga_vid.c8
-rw-r--r--drivers/mga_vid.h27
-rw-r--r--drivers/mga_vid_test.c8
3 files changed, 26 insertions, 17 deletions
diff --git a/drivers/mga_vid.c b/drivers/mga_vid.c
index 7b99a6c55f..41e2b4ba8c 100644
--- a/drivers/mga_vid.c
+++ b/drivers/mga_vid.c
@@ -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.
*/
diff --git a/drivers/mga_vid.h b/drivers/mga_vid.h
index 48ae522463..0e9dcfc8f9 100644
--- a/drivers/mga_vid.h
+++ b/drivers/mga_vid.h
@@ -1,15 +1,24 @@
/*
- *
- * mga_vid.h
- *
- * 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.
+ *
+ * Copyright (C) 1999 Aaron Holtzman
+ *
+ * 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
diff --git a/drivers/mga_vid_test.c b/drivers/mga_vid_test.c
index 471038fe3d..05ae2739bd 100644
--- a/drivers/mga_vid_test.c
+++ b/drivers/mga_vid_test.c
@@ -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.
*/