summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>