summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-29 14:41:02 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-11-29 14:41:02 +0000
commitee6976f8d5c02854194e08f2303e703752fd3995 (patch)
treeeee56119e2d80df27a7e2d3ee22decee6f3c42de /libvo
parent3814d4ee9aadc32213a983c6265e6523d33de85c (diff)
downloadmpv-ee6976f8d5c02854194e08f2303e703752fd3995.tar.bz2
mpv-ee6976f8d5c02854194e08f2303e703752fd3995.tar.xz
Proper license header.
GPL v2 or later instead of just v2. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25203 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_md5sum.c24
1 files changed, 13 insertions, 11 deletions
diff --git a/libvo/vo_md5sum.c b/libvo/vo_md5sum.c
index 317f3384f0..e9318b3b36 100644
--- a/libvo/vo_md5sum.c
+++ b/libvo/vo_md5sum.c
@@ -3,19 +3,21 @@
/*
* vo_md5sum.c, md5sum Video Output Driver for MPlayer
*
- *
- * Written by Ivo van Poorten. (C) Copyright 2004, 2005.
- * Licensed under GNU General Public License version 2.
+ * Written by Ivo van Poorten. (C) Copyright 2004, 2005, 2006.
*
+ * This program 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.
*
- * Changelog
- *
- * 2006-07-02 Removed imported md5sum code and rely on libavutil now
- * 2005-01-16 Replaced suboption parser by call to subopt-helper.
- * 2004-09-16 Second draft. It now acts on VOCTRL_DRAW_IMAGE and does not
- * maintain a local copy of the image if the format is YV12.
- * Speed improvement and uses less memory.
- * 2004-09-13 First draft.
+ * This program 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 this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*
*/