diff options
author | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-29 14:36:59 +0000 |
---|---|---|
committer | ivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-11-29 14:36:59 +0000 |
commit | 3814d4ee9aadc32213a983c6265e6523d33de85c (patch) | |
tree | 68835d1b6b34444cdceb22d51d3c5bb61416b14f /libvo | |
parent | 1d22c3bf0339f81fb248219b0247714058222254 (diff) | |
download | mpv-3814d4ee9aadc32213a983c6265e6523d33de85c.tar.bz2 mpv-3814d4ee9aadc32213a983c6265e6523d33de85c.tar.xz |
Remove redundant changelog from comments
Add proper license header
Proper copyright notices
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25202 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/vo_jpeg.c | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/libvo/vo_jpeg.c b/libvo/vo_jpeg.c index 82eab71635..36e89815ca 100644 --- a/libvo/vo_jpeg.c +++ b/libvo/vo_jpeg.c @@ -3,15 +3,23 @@ /* * vo_jpeg.c, JPEG Renderer for MPlayer * - * - * Changelog - * - * Original version: Copyright 2002 by Pontscho (pontscho@makacs.poliod.hu) - * 2003-04-25 Spring cleanup -- Alex - * 2004-08-04 Added multiple subdirectory support -- Ivo (ivop@euronet.nl) - * 2004-09-01 Cosmetics update -- Ivo - * 2004-09-05 Added suboptions parser -- Ivo - * 2005-01-16 Replaced suboption parser by call to subopt-helper --Ivo + * Copyright (C) 2002 by Pontscho <pontscho@makacs.poliod.hu> + * Copyright (C) 2003 by Alex + * Copyright (C) 2004, 2005 by Ivo van Poorten <ivop@euronet.nl> + * + * 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. + * + * 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 * */ |