summaryrefslogtreecommitdiffstats
path: root/drivers/radeon_vid.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-19 23:27:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-19 23:27:23 +0000
commit0e8fba9ec80e0503c9f2d2530175a7620b9d9c8e (patch)
treed5a0181ff1805e2d99246c9da83eefb9e6848018 /drivers/radeon_vid.h
parentf4cab7e69a11fcb513f36436118bc944da2f6d12 (diff)
downloadmpv-0e8fba9ec80e0503c9f2d2530175a7620b9d9c8e.tar.bz2
mpv-0e8fba9ec80e0503c9f2d2530175a7620b9d9c8e.tar.xz
Add standard license header and make copyright notices consistent.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26035 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'drivers/radeon_vid.h')
-rw-r--r--drivers/radeon_vid.h27
1 files changed, 18 insertions, 9 deletions
diff --git a/drivers/radeon_vid.h b/drivers/radeon_vid.h
index 8a2c0343e9..c90842d498 100644
--- a/drivers/radeon_vid.h
+++ b/drivers/radeon_vid.h
@@ -1,16 +1,25 @@
/*
- *
- * radeon_vid.h
+ * BES YUV Framebuffer driver for Radeon cards
*
* Copyright (C) 2001 Nick Kurshev
- *
- * BES YUV Framebuffer driver for Radeon cards
- *
- * 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 partly based on mga_vid and sis_vid stuff from
- * mplayer's package.
+ * This file is partly based on mga_vid and sis_vid from MPlayer.
+ *
+ * This file is part of MPlayer.
+ *
+ * MPlayer 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,
+ * 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.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef RADEON_VID_H