diff options
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r-- | miscutils/crontab.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/miscutils/crontab.c b/miscutils/crontab.c index 1b2f46f3a..bad7f0018 100644 --- a/miscutils/crontab.c +++ b/miscutils/crontab.c | |||
@@ -5,10 +5,9 @@ | |||
5 | * usually setuid root, -c option only works if getuid() == geteuid() | 5 | * usually setuid root, -c option only works if getuid() == geteuid() |
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 | * | ||
10 | * Vladimir Oleynik <dzo@simtreas.ru> (C) 2002 to be used in busybox | ||
11 | * | 9 | * |
10 | * Licensed under the GPL v2 or later, see the file LICENSE in this tarball. | ||
12 | */ | 11 | */ |
13 | 12 | ||
14 | #include <stdio.h> | 13 | #include <stdio.h> |