diff options
author | Mike Frysinger | 2006-04-16 20:38:26 +0000 |
---|---|---|
committer | Mike Frysinger | 2006-04-16 20:38:26 +0000 |
commit | f284c767e5e8d138589f760d03dc2c681f326b25 (patch) | |
tree | b122c3ae77adef573433cdd6046b87ad4d329151 /miscutils/crond.c | |
parent | 3a2b103eea9f87fa476b1f8c4ed4a11b7422eab8 (diff) | |
download | busybox-f284c767e5e8d138589f760d03dc2c681f326b25.zip busybox-f284c767e5e8d138589f760d03dc2c681f326b25.tar.gz |
use more boiler plate GPL notices
Diffstat (limited to 'miscutils/crond.c')
-rw-r--r-- | miscutils/crond.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/crond.c b/miscutils/crond.c index 4d479bc..f0b4753 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c @@ -5,9 +5,9 @@ * run as root, but NOT setuid root * * Copyright 1994 Matthew Dillon (dillon@apollo.west.oic.com) - * May be distributed under the GNU General Public License + * Vladimir Oleynik <dzo@simtreas.ru> (C) 2002 * - * Vladimir Oleynik <dzo@simtreas.ru> (C) 2002 to be used in busybox + * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. */ #define VERSION "2.3.2" |