summaryrefslogtreecommitdiffstats
path: root/libmpdvdkit2
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-11 02:40:28 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-11 02:40:28 +0000
commit570ee50f621f6eac3d3c6345a350cebd8815f564 (patch)
tree982f867dfaac004345ac332141ed23c818e91d9d /libmpdvdkit2
parent9d1bb311257585c27457d9a2e7982a1fa1d94962 (diff)
downloadmpv-570ee50f621f6eac3d3c6345a350cebd8815f564.tar.bz2
mpv-570ee50f621f6eac3d3c6345a350cebd8815f564.tar.xz
Mark modified files as such to comply more closely with GPL §2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14939 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdvdkit2')
-rw-r--r--libmpdvdkit2/bswap.h4
-rw-r--r--libmpdvdkit2/dvd_input.c4
-rw-r--r--libmpdvdkit2/dvd_input.h4
-rw-r--r--libmpdvdkit2/dvd_reader.c4
-rw-r--r--libmpdvdkit2/dvd_udf.c4
-rw-r--r--libmpdvdkit2/ifo_print.c4
-rw-r--r--libmpdvdkit2/ifo_print.h4
-rw-r--r--libmpdvdkit2/ifo_read.c4
-rw-r--r--libmpdvdkit2/ifo_read.h4
-rw-r--r--libmpdvdkit2/ifo_types.h4
-rw-r--r--libmpdvdkit2/nav_print.c4
-rw-r--r--libmpdvdkit2/nav_print.h4
-rw-r--r--libmpdvdkit2/nav_read.c4
-rw-r--r--libmpdvdkit2/nav_read.h4
-rw-r--r--libmpdvdkit2/nav_types.h4
15 files changed, 60 insertions, 0 deletions
diff --git a/libmpdvdkit2/bswap.h b/libmpdvdkit2/bswap.h
index 5967c7fee9..53abd3c2e5 100644
--- a/libmpdvdkit2/bswap.h
+++ b/libmpdvdkit2/bswap.h
@@ -5,6 +5,10 @@
* Copyright (C) 2000, 2001 Billy Biggs <vektor@dumbterm.net>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/dvd_input.c b/libmpdvdkit2/dvd_input.c
index 713ba98772..a5c0e7f0d4 100644
--- a/libmpdvdkit2/dvd_input.c
+++ b/libmpdvdkit2/dvd_input.c
@@ -2,6 +2,10 @@
* Copyright (C) 2002 Samuel Hocevar <sam@zoy.org>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/dvd_input.h b/libmpdvdkit2/dvd_input.h
index 8d95681956..ee28348995 100644
--- a/libmpdvdkit2/dvd_input.h
+++ b/libmpdvdkit2/dvd_input.h
@@ -5,6 +5,10 @@
* Copyright (C) 2001, 2002 Samuel Hocevar <sam@zoy.org>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/dvd_reader.c b/libmpdvdkit2/dvd_reader.c
index f33ebb7703..a0b7a8e026 100644
--- a/libmpdvdkit2/dvd_reader.c
+++ b/libmpdvdkit2/dvd_reader.c
@@ -2,6 +2,10 @@
* Copyright (C) 2001, 2002 Billy Biggs <vektor@dumbterm.net>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/dvd_udf.c b/libmpdvdkit2/dvd_udf.c
index 27c74253db..a01aba790a 100644
--- a/libmpdvdkit2/dvd_udf.c
+++ b/libmpdvdkit2/dvd_udf.c
@@ -8,6 +8,10 @@
* Joey Parrish <joey@nicewarrior.org>.
* - updated from libdvdread 0.9.4 and removed udf caching
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* dvdudf: parse and read the UDF volume information of a DVD Video
* Copyright (C) 1999 Christian Wolff for convergence integrated media
* GmbH The author can be reached at scarabaeus@convergence.de, the
diff --git a/libmpdvdkit2/ifo_print.c b/libmpdvdkit2/ifo_print.c
index 22caa39ed5..5da0ebcd61 100644
--- a/libmpdvdkit2/ifo_print.c
+++ b/libmpdvdkit2/ifo_print.c
@@ -2,6 +2,10 @@
* Copyright (C) 2000, 2001, 2002 Björn Englund <d4bjorn@dtek.chalmers.se>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/ifo_print.h b/libmpdvdkit2/ifo_print.h
index bf0bed366c..41c20947ac 100644
--- a/libmpdvdkit2/ifo_print.h
+++ b/libmpdvdkit2/ifo_print.h
@@ -5,6 +5,10 @@
* Copyright (C) 2000, 2001 Björn Englund <d4bjorn@dtek.chalmers.se>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/ifo_read.c b/libmpdvdkit2/ifo_read.c
index ae208ae48e..a01ba7e04f 100644
--- a/libmpdvdkit2/ifo_read.c
+++ b/libmpdvdkit2/ifo_read.c
@@ -2,6 +2,10 @@
* Copyright (C) 2000, 2001, 2002 Björn Englund <d4bjorn@dtek.chalmers.se>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/ifo_read.h b/libmpdvdkit2/ifo_read.h
index 508b672d22..c98e9a6950 100644
--- a/libmpdvdkit2/ifo_read.h
+++ b/libmpdvdkit2/ifo_read.h
@@ -5,6 +5,10 @@
* Copyright (C) 2000, 2001, 2002 Björn Englund <d4bjorn@dtek.chalmers.se>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/ifo_types.h b/libmpdvdkit2/ifo_types.h
index efc4a96b20..05e7a201b5 100644
--- a/libmpdvdkit2/ifo_types.h
+++ b/libmpdvdkit2/ifo_types.h
@@ -5,6 +5,10 @@
* Copyright (C) 2000, 2001 Björn Englund <d4bjorn@dtek.chalmers.se>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/nav_print.c b/libmpdvdkit2/nav_print.c
index e82d3fa118..ef32f064f7 100644
--- a/libmpdvdkit2/nav_print.c
+++ b/libmpdvdkit2/nav_print.c
@@ -1,6 +1,10 @@
/*
* Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* Much of the contents in this file is based on VOBDUMP.
*
* VOBDUMP: a program for examining DVD .VOB filse
diff --git a/libmpdvdkit2/nav_print.h b/libmpdvdkit2/nav_print.h
index f0551a39b3..57da3e40b8 100644
--- a/libmpdvdkit2/nav_print.h
+++ b/libmpdvdkit2/nav_print.h
@@ -5,6 +5,10 @@
* Copyright (C) 2001 Billy Biggs <vektor@dumbterm.net>,
* Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/nav_read.c b/libmpdvdkit2/nav_read.c
index 2678e7d440..caf671afbb 100644
--- a/libmpdvdkit2/nav_read.c
+++ b/libmpdvdkit2/nav_read.c
@@ -1,6 +1,10 @@
/*
* Copyright (C) 2000, 2001, 2002 Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/nav_read.h b/libmpdvdkit2/nav_read.h
index bd48d5ce6f..176c7f1079 100644
--- a/libmpdvdkit2/nav_read.h
+++ b/libmpdvdkit2/nav_read.h
@@ -4,6 +4,10 @@
/*
* Copyright (C) 2000, 2001 Håkan Hjort <d95hjort@dtek.chalmers.se>.
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* 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
diff --git a/libmpdvdkit2/nav_types.h b/libmpdvdkit2/nav_types.h
index ba46f7451e..af81f36f2d 100644
--- a/libmpdvdkit2/nav_types.h
+++ b/libmpdvdkit2/nav_types.h
@@ -4,6 +4,10 @@
/*
* Copyright (C) 2000, 2001 Håkan Hjort <d95hjort@dtek.chalmers.se>
*
+ * Modified for use with MPlayer, changes contained in libdvdread_changes.diff.
+ * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/
+ * $Id$
+ *
* The data structures in this file should represent the layout of the
* pci and dsi packets as they are stored in the stream. Information
* found by reading the source to VOBDUMP is the base for the structure