diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:09:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:09:34 +0000 |
commit | fe85b0dc5b92adc9e48966e2227d525f0d12f7db (patch) | |
tree | 5a84c769020394faac5b9a0f4779dcfc89943534 /sys-apps/anacron/files | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | gentoo-2-fe85b0dc5b92adc9e48966e2227d525f0d12f7db.tar.gz gentoo-2-fe85b0dc5b92adc9e48966e2227d525f0d12f7db.tar.bz2 gentoo-2-fe85b0dc5b92adc9e48966e2227d525f0d12f7db.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-apps/anacron/files')
-rw-r--r-- | sys-apps/anacron/files/anacron.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/anacron/files/anacron.rc6 b/sys-apps/anacron/files/anacron.rc6 index 9af75533e72a..676b607bcbd0 100644 --- a/sys-apps/anacron/files/anacron.rc6 +++ b/sys-apps/anacron/files/anacron.rc6 @@ -1,7 +1,7 @@ #!/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-apps/anacron/files/anacron.rc6,v 1.2 2003/02/14 23:11:46 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/anacron/files/anacron.rc6,v 1.3 2004/03/06 04:06:01 vapier Exp $ depend() { need clock hostname logger |