summaryrefslogtreecommitdiffstats
path: root/liba52
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-22 23:27:18 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-22 23:27:18 +0000
commit882fe89f99c50ad111318cd8b430e303e537a462 (patch)
treecbea4e2df56e18818c5f6409bbb756720c27b25c /liba52
parentf330f720a061532828e17ace35a2426aa7ec3412 (diff)
downloadmpv-882fe89f99c50ad111318cd8b430e303e537a462.tar.bz2
mpv-882fe89f99c50ad111318cd8b430e303e537a462.tar.xz
Mark modified files as such to comply more closely with GPL ยง2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14992 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'liba52')
-rw-r--r--liba52/a52.h4
-rw-r--r--liba52/a52_internal.h4
-rw-r--r--liba52/bitstream.c4
-rw-r--r--liba52/bitstream.h4
-rw-r--r--liba52/downmix.c4
-rw-r--r--liba52/imdct.c4
-rw-r--r--liba52/imdct_mlib.c4
-rw-r--r--liba52/mm_accel.h4
-rw-r--r--liba52/parse.c4
9 files changed, 36 insertions, 0 deletions
diff --git a/liba52/a52.h b/liba52/a52.h
index 4db41c33af..f87abe9851 100644
--- a/liba52/a52.h
+++ b/liba52/a52.h
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/a52_internal.h b/liba52/a52_internal.h
index 847c66e169..428bbd1a2a 100644
--- a/liba52/a52_internal.h
+++ b/liba52/a52_internal.h
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/bitstream.c b/liba52/bitstream.c
index 9c01de8ff7..dc7564aff0 100644
--- a/liba52/bitstream.c
+++ b/liba52/bitstream.c
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/bitstream.h b/liba52/bitstream.h
index 42af8a64e5..7e4ff676c8 100644
--- a/liba52/bitstream.h
+++ b/liba52/bitstream.h
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/downmix.c b/liba52/downmix.c
index d5606b3528..55e2536c99 100644
--- a/liba52/downmix.c
+++ b/liba52/downmix.c
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/imdct.c b/liba52/imdct.c
index d5a3eb6b6a..67deab8904 100644
--- a/liba52/imdct.c
+++ b/liba52/imdct.c
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/imdct_mlib.c b/liba52/imdct_mlib.c
index 188e141386..ceec96e1a4 100644
--- a/liba52/imdct_mlib.c
+++ b/liba52/imdct_mlib.c
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/mm_accel.h b/liba52/mm_accel.h
index a5fd51921c..a20162e23d 100644
--- a/liba52/mm_accel.h
+++ b/liba52/mm_accel.h
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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
diff --git a/liba52/parse.c b/liba52/parse.c
index bd87a35ec3..cabfee8ecd 100644
--- a/liba52/parse.c
+++ b/liba52/parse.c
@@ -6,6 +6,10 @@
* This file is part of a52dec, a free ATSC A-52 stream decoder.
* See http://liba52.sourceforge.net/ for updates.
*
+ * Modified for use with MPlayer, changes contained in liba52_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* a52dec 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