summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-02 22:02:06 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-01-02 22:02:06 +0000
commit8f5a9f22d6c1f96d6232b1d7fa251410208a8d18 (patch)
tree3b3560a9d1934e691179d0d9098e2922a65ba2ed /liba52
parentdcfa6330eddf98e7bd0862b7169070d1d5163f70 (diff)
downloadmpv-8f5a9f22d6c1f96d6232b1d7fa251410208a8d18.tar.bz2
mpv-8f5a9f22d6c1f96d6232b1d7fa251410208a8d18.tar.xz
Add proper license header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25590 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/compare.c23
1 files changed, 20 insertions, 3 deletions
diff --git a/liba52/compare.c b/liba52/compare.c
index d5bade9eb7..8230fa25a9 100644
--- a/liba52/compare.c
+++ b/liba52/compare.c
@@ -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>