mirror of https://github.com/mpv-player/mpv
Mark modified files as such to comply more closely with GPL §2a.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14861 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0716f6f775
commit
7f2f536a17
|
@ -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 <sys/types.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 <sam@via.ecp.fr>
|
||||
|
|
|
@ -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 <stef@via.ecp.fr>
|
||||
|
|
|
@ -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 <stef@via.ecp.fr>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <sam@zoy.org>
|
||||
|
|
|
@ -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 <ltlBeBoy@beosmail.com>
|
||||
|
|
|
@ -5,6 +5,9 @@
|
|||
* Håkan Hjort <d95hjort@dtek.chalmers.se>
|
||||
*
|
||||
* 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
|
||||
|
|
Loading…
Reference in New Issue