aboutsummaryrefslogtreecommitdiff
path: root/miscutils/crontab.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-16 20:38:26 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-16 20:38:26 +0000
commitf284c767e5e8d138589f760d03dc2c681f326b25 (patch)
treeb122c3ae77adef573433cdd6046b87ad4d329151 /miscutils/crontab.c
parent3a2b103eea9f87fa476b1f8c4ed4a11b7422eab8 (diff)
downloadbusybox-f284c767e5e8d138589f760d03dc2c681f326b25.tar.gz
use more boiler plate GPL notices
Diffstat (limited to 'miscutils/crontab.c')
-rw-r--r--miscutils/crontab.c5
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 @@
* usually setuid root, -c option only works if getuid() == geteuid()
*
* 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 to be used in busybox
+ * Vladimir Oleynik <dzo@simtreas.ru> (C) 2002
*
+ * Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
*/
#include <stdio.h>