From 7f2f536a1766eefc3582126ddc8845586d0f40cf Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 1 Mar 2005 06:41:41 +0000 Subject: =?UTF-8?q?Mark=20modified=20files=20as=20such=20to=20comply=20mor?= =?UTF-8?q?e=20closely=20with=20GPL=20=C2=A72a.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14861 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdvdkit2/bsdi_ioctl.c | 4 ++++ libmpdvdkit2/common.h | 3 +++ libmpdvdkit2/css.c | 3 +++ libmpdvdkit2/device.c | 3 +++ libmpdvdkit2/dvdcss.h | 3 +++ libmpdvdkit2/error.c | 3 +++ libmpdvdkit2/ioctl.c | 3 +++ libmpdvdkit2/libdvdcss.c | 3 +++ 8 files changed, 25 insertions(+) diff --git a/libmpdvdkit2/bsdi_ioctl.c b/libmpdvdkit2/bsdi_ioctl.c index ef4c56c30e..e95600cbe3 100644 --- a/libmpdvdkit2/bsdi_ioctl.c +++ b/libmpdvdkit2/bsdi_ioctl.c @@ -4,6 +4,10 @@ * Hacked version of the linux cdrom.c kernel module - everything except the * DVD handling ripped out and the rest rewritten to use raw SCSI commands * on BSD/OS 4.2 (but should work with earlier versions as well). + * + * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ + * $Id$ */ #include diff --git a/libmpdvdkit2/common.h b/libmpdvdkit2/common.h index f3a60185ee..959d4a8062 100644 --- a/libmpdvdkit2/common.h +++ b/libmpdvdkit2/common.h @@ -3,6 +3,9 @@ * Collection of useful common types and macros definitions ***************************************************************************** * Copyright (C) 1998, 1999, 2000 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ * $Id$ * * Authors: Samuel Hocevar diff --git a/libmpdvdkit2/css.c b/libmpdvdkit2/css.c index ed3aa4a25a..6564a0da94 100644 --- a/libmpdvdkit2/css.c +++ b/libmpdvdkit2/css.c @@ -2,6 +2,9 @@ * css.c: Functions for DVD authentication and descrambling ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ * $Id$ * * Author: Stéphane Borel diff --git a/libmpdvdkit2/device.c b/libmpdvdkit2/device.c index f5a206728f..7f0529c8bd 100644 --- a/libmpdvdkit2/device.c +++ b/libmpdvdkit2/device.c @@ -2,6 +2,9 @@ * device.h: DVD device access ***************************************************************************** * Copyright (C) 1998-2002 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ * $Id$ * * Authors: Stéphane Borel diff --git a/libmpdvdkit2/dvdcss.h b/libmpdvdkit2/dvdcss.h index f90544e66d..f00b55b255 100644 --- a/libmpdvdkit2/dvdcss.h +++ b/libmpdvdkit2/dvdcss.h @@ -10,6 +10,9 @@ /* * Copyright (C) 1998-2002 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_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 diff --git a/libmpdvdkit2/error.c b/libmpdvdkit2/error.c index 3cbccd08af..0a88383cac 100644 --- a/libmpdvdkit2/error.c +++ b/libmpdvdkit2/error.c @@ -2,6 +2,9 @@ * error.c: error management functions ***************************************************************************** * Copyright (C) 1998-2002 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ * $Id$ * * Author: Samuel Hocevar diff --git a/libmpdvdkit2/ioctl.c b/libmpdvdkit2/ioctl.c index 5386fb7911..f5f90c44dc 100644 --- a/libmpdvdkit2/ioctl.c +++ b/libmpdvdkit2/ioctl.c @@ -2,6 +2,9 @@ * ioctl.c: DVD ioctl replacement function ***************************************************************************** * Copyright (C) 1999-2001 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_changes.diff. + * detailed CVS changelog at http://www.mplayerhq.hu/cgi-bin/cvsweb.cgi/main/ * $Id$ * * Authors: Markus Kuespert diff --git a/libmpdvdkit2/libdvdcss.c b/libmpdvdkit2/libdvdcss.c index a2242b89f2..d918d51288 100644 --- a/libmpdvdkit2/libdvdcss.c +++ b/libmpdvdkit2/libdvdcss.c @@ -5,6 +5,9 @@ * Håkan Hjort * * Copyright (C) 1998-2002 VideoLAN + * + * Modified for use with MPlayer, changes contained in libdvdcss_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 -- cgit v1.2.3