diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:21:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:21:44 +0000 |
commit | 3fdaccda3e4e72fe59f8c1651a2717a8d3da6f23 (patch) | |
tree | afb0e69f5ac03431435c64087c2abe4521560b93 /sys-libs | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-3fdaccda3e4e72fe59f8c1651a2717a8d3da6f23.tar.gz gentoo-2-3fdaccda3e4e72fe59f8c1651a2717a8d3da6f23.tar.bz2 gentoo-2-3fdaccda3e4e72fe59f8c1651a2717a8d3da6f23.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/gpm/files/gpm.rc6 | 7 | ||||
-rw-r--r-- | sys-libs/libchipcard/files/chipcardd | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/sys-libs/gpm/files/gpm.rc6 b/sys-libs/gpm/files/gpm.rc6 index 2229f40221f9..53f25e7a4fa9 100644 --- a/sys-libs/gpm/files/gpm.rc6 +++ b/sys-libs/gpm/files/gpm.rc6 @@ -1,11 +1,10 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/files/gpm.rc6,v 1.10 2003/07/28 09:56:44 azarah Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/files/gpm.rc6,v 1.11 2004/03/06 04:18:36 vapier Exp $ #NB: Config is in /etc/conf.d/gpm - depend() { need localmount use hotplug logger diff --git a/sys-libs/libchipcard/files/chipcardd b/sys-libs/libchipcard/files/chipcardd index 76dcc6c5608d..f6f025e7a237 100644 --- a/sys-libs/libchipcard/files/chipcardd +++ b/sys-libs/libchipcard/files/chipcardd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/files/chipcardd,v 1.1 2003/10/11 12:03:16 hanno Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libchipcard/files/chipcardd,v 1.2 2004/03/06 04:18:36 vapier Exp $ start() { ebegin "Starting libchipcard daemon" |