Mercurial > mplayer.hg
changeset 25562:fd4b42040150
Add proper license header.
author | diego |
---|---|
date | Wed, 02 Jan 2008 22:02:06 +0000 |
parents | 1e215be6a749 |
children | 1e9ef4ed8e8f |
files | liba52/compare.c |
diffstat | 1 files changed, 20 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/liba52/compare.c Wed Jan 02 22:00:34 2008 +0000 +++ b/liba52/compare.c Wed Jan 02 22:02:06 2008 +0000 @@ -1,6 +1,23 @@ -// File written by Michael Niedermayer and it is under GPL. -// Simple file compare program, it finds the number of rounding errors -// and dies if there is too large an error ( ABS(a-b)>1 ). +/* + * Simple file compare program, it finds the number of rounding errors + * and dies if there is too large an error ( ABS(a-b)>1 ). + * + * copyright (c) 2001 Michael Niedermayer + * + * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include <stdio.h> #include <stdlib.h>