diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 18:56:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 18:56:48 +0000 |
commit | f40cc9096d6d4b899259798c3b0de4f594ea248c (patch) | |
tree | d552ab56aee3c7e919cf68246a86997c0c888b27 /media-video/drip | |
parent | Removed stale SRC_URI. (Manifest recommit) (diff) | |
download | gentoo-2-f40cc9096d6d4b899259798c3b0de4f594ea248c.tar.gz gentoo-2-f40cc9096d6d4b899259798c3b0de4f594ea248c.tar.bz2 gentoo-2-f40cc9096d6d4b899259798c3b0de4f594ea248c.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 - |