diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-01 06:41:41 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-03-01 06:41:41 +0000 |
commit | 7f2f536a1766eefc3582126ddc8845586d0f40cf (patch) | |
tree | 58215dab93a6101cbb736a96d3e67222f29e0724 /libmpdvdkit2/bsdi_ioctl.c | |
parent | 0716f6f77505efc3df02a5b863b304165141d8ec (diff) | |
download | mpv-7f2f536a1766eefc3582126ddc8845586d0f40cf.tar.bz2 mpv-7f2f536a1766eefc3582126ddc8845586d0f40cf.tar.xz |
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
Diffstat (limited to 'libmpdvdkit2/bsdi_ioctl.c')
-rw-r--r-- | libmpdvdkit2/bsdi_ioctl.c | 4 |
1 files changed, 4 insertions, 0 deletions
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 <sys/types.h> |