diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-16 20:38:26 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-04-16 20:38:26 +0000 |
commit | a30b8d72e3b34a18da552f55630b6ba8faa14507 (patch) | |
tree | b122c3ae77adef573433cdd6046b87ad4d329151 /miscutils/crond.c | |
parent | 75e03275be6763cd6b83a9183ca2f2e7d3cd7109 (diff) | |
download | busybox-w32-a30b8d72e3b34a18da552f55630b6ba8faa14507.tar.gz busybox-w32-a30b8d72e3b34a18da552f55630b6ba8faa14507.tar.bz2 busybox-w32-a30b8d72e3b34a18da552f55630b6ba8faa14507.zip |
use more boiler plate GPL notices
git-svn-id: svn://busybox.net/trunk/busybox@14890 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 4d479bc0d..f0b475389 100644 --- a/miscutils/crond.c +++ b/miscutils/crond.c | |||
@@ -5,9 +5,9 @@ | |||
5 | * run as root, but NOT setuid root | 5 | * run as root, but NOT setuid root |
6 | * | 6 | * |
7 | * Copyright 1994 Matthew Dillon (dillon@apollo.west.oic.com) | 7 | * Copyright 1994 Matthew Dillon (dillon@apollo.west.oic.com) |
8 | * May be distributed under the GNU General Public License | 8 | * Vladimir Oleynik <dzo@simtreas.ru> (C) 2002 |
9 | * | 9 | * |
10 | * Vladimir Oleynik <dzo@simtreas.ru> (C) 2002 to be used in busybox | 10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. |
11 | */ | 11 | */ |
12 | 12 | ||
13 | #define VERSION "2.3.2" | 13 | #define VERSION "2.3.2" |