diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 18:52:12 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 18:52:12 +0000 |
commit | a747444624b1cf33daa7d524a2d1619dbce62b51 (patch) | |
tree | 89d72f98de9d201cf0b74a1bf76cd824838dea49 /media-video/drip | |
parent | gpl2, forget the later (diff) | |
download | historical-a747444624b1cf33daa7d524a2d1619dbce62b51.tar.gz historical-a747444624b1cf33daa7d524a2d1619dbce62b51.tar.bz2 historical-a747444624b1cf33daa7d524a2d1619dbce62b51.zip |
gpl2, forget the later
Diffstat (limited to 'media-video/drip')
-rw-r--r-- | media-video/drip/files/dripgetdvd.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/drip/files/dripgetdvd.sh b/media-video/drip/files/dripgetdvd.sh index 6dd3d3be40cb..3cb288a7d114 100644 --- a/media-video/drip/files/dripgetdvd.sh +++ b/media-video/drip/files/dripgetdvd.sh @@ -1,8 +1,8 @@ #!/bin/sh -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-video/drip/files/dripgetdvd.sh,v 1.2 2003/04/27 14:27:37 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/drip/files/dripgetdvd.sh,v 1.3 2004/03/04 18:52:12 vapier Exp $ # This basically resolves a symlink in /dev to the block device node. If # $1 is a absolute path, and that do not exist, we also check /etc/fstab @@ -72,4 +72,3 @@ else fi exit 0 - |