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 | 1aafd45d52c252acaadfd12caaef2768b8ff6430 (patch) | |
tree | 304d7039d11720080459bf4469c8ed70821ae1bb /sys-apps/dcron | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.tar.gz historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.tar.bz2 historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-apps/dcron')
-rw-r--r-- | sys-apps/dcron/files/dcron.rc6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/dcron/files/dcron.rc6 b/sys-apps/dcron/files/dcron.rc6 index 29d59dd37e61..3e0c4458d26c 100644 --- a/sys-apps/dcron/files/dcron.rc6 +++ b/sys-apps/dcron/files/dcron.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/dcron/files/dcron.rc6,v 1.7 2003/02/14 23:12:23 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/dcron/files/dcron.rc6,v 1.8 2004/03/06 04:09:07 vapier Exp $ depend() { need clock hostname logger |