summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-22 13:34:00 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-22 13:34:00 +0000
commit57f3213401a8becec64d1eed7586fefe7c663c73 (patch)
treef6cac27e636ba4a1f8ab99f89dd58876a88c4685 /mp3lib
parentbfc890d688c099e64ae78d992ee38826fbc39d34 (diff)
downloadmpv-57f3213401a8becec64d1eed7586fefe7c663c73.tar.bz2
mpv-57f3213401a8becec64d1eed7586fefe7c663c73.tar.xz
CVS --> Subversion in copyright notices
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18786 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/dct36.c4
-rw-r--r--mp3lib/dct36_3dnow.c4
-rw-r--r--mp3lib/dct64.c4
-rw-r--r--mp3lib/dct64_i386.c4
-rw-r--r--mp3lib/decod386.c4
-rw-r--r--mp3lib/decode_i586.c4
-rw-r--r--mp3lib/l2tables.h4
-rw-r--r--mp3lib/layer1.c4
-rw-r--r--mp3lib/layer2.c4
-rw-r--r--mp3lib/layer3.c4
-rw-r--r--mp3lib/mpg123.h4
-rw-r--r--mp3lib/sr1.c4
-rw-r--r--mp3lib/tabinit.c4
13 files changed, 26 insertions, 26 deletions
diff --git a/mp3lib/dct36.c b/mp3lib/dct36.c
index 54fcc4f7a9..bc9ea25a93 100644
--- a/mp3lib/dct36.c
+++ b/mp3lib/dct36.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/dct36_3dnow.c b/mp3lib/dct36_3dnow.c
index c0c55d974e..3adf130d30 100644
--- a/mp3lib/dct36_3dnow.c
+++ b/mp3lib/dct36_3dnow.c
@@ -14,8 +14,8 @@
* by KIMURA Takuhiro <kim@hannah.ipc.miyakyo-u.ac.jp> - until 31.Mar.1999
* <kim@comtec.co.jp> - after 1.Apr.1999
*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*
* Original disclaimer:
diff --git a/mp3lib/dct64.c b/mp3lib/dct64.c
index f7ba3ac003..54ac3c3d6a 100644
--- a/mp3lib/dct64.c
+++ b/mp3lib/dct64.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/dct64_i386.c b/mp3lib/dct64_i386.c
index 6ba92ac831..6d8e2833a4 100644
--- a/mp3lib/dct64_i386.c
+++ b/mp3lib/dct64_i386.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/decod386.c b/mp3lib/decod386.c
index 5d03979359..790bd3710f 100644
--- a/mp3lib/decod386.c
+++ b/mp3lib/decod386.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c
index b884619480..dd553fa4ae 100644
--- a/mp3lib/decode_i586.c
+++ b/mp3lib/decode_i586.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/l2tables.h b/mp3lib/l2tables.h
index f472996b59..662241742d 100644
--- a/mp3lib/l2tables.h
+++ b/mp3lib/l2tables.h
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/layer1.c b/mp3lib/layer1.c
index be4d6c7c7e..f5e48e7cba 100644
--- a/mp3lib/layer1.c
+++ b/mp3lib/layer1.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/layer2.c b/mp3lib/layer2.c
index 40f6002496..cad9a482b0 100644
--- a/mp3lib/layer2.c
+++ b/mp3lib/layer2.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/layer3.c b/mp3lib/layer3.c
index 5b06cc2285..b465bb174c 100644
--- a/mp3lib/layer3.c
+++ b/mp3lib/layer3.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/mpg123.h b/mp3lib/mpg123.h
index 2aace4e783..e223bd67c8 100644
--- a/mp3lib/mpg123.h
+++ b/mp3lib/mpg123.h
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 83af764823..29f764cf1e 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -66,8 +66,8 @@ LOCAL int mp3_read(char *buf,int size){
extern int mp3_read(char *buf,int size);
#endif
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/
diff --git a/mp3lib/tabinit.c b/mp3lib/tabinit.c
index 4b5ad41a57..acd4aa5536 100644
--- a/mp3lib/tabinit.c
+++ b/mp3lib/tabinit.c
@@ -1,6 +1,6 @@
/*
- * Modified for use with MPlayer, for details see the CVS changelog at
- * http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * Modified for use with MPlayer, for details see the changelog at
+ * http://svn.mplayerhq.hu/mplayer/trunk/
* $Id$
*/