summaryrefslogtreecommitdiffstats
path: root/vidix
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-12 09:05:16 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-12 09:05:16 +0000
commit57239aeadddaa526909121b21b011db4337f4a76 (patch)
tree847e6b27e2b7bf95db3d40dc79381cf7be664db2 /vidix
parent89755ba8bc7ad94d4a07c0b5a7d19c483e75b085 (diff)
downloadmpv-57239aeadddaa526909121b21b011db4337f4a76.tar.bz2
mpv-57239aeadddaa526909121b21b011db4337f4a76.tar.xz
Use standard license header and add back credits line for Marcel Naziri.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26746 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix')
-rw-r--r--vidix/radeon_vid.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/vidix/radeon_vid.c b/vidix/radeon_vid.c
index 6040101823..affa266285 100644
--- a/vidix/radeon_vid.c
+++ b/vidix/radeon_vid.c
@@ -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>