aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/cal.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c
index ed480dd78..9dbe2c44b 100644
--- a/coreutils/cal.c
+++ b/coreutils/cal.c
@@ -1,18 +1,7 @@
1/* NOTE:
2 *
3 * Apparently, all "Steven J. Merrifield" did was grab the util-linux cal applet,
4 * spend maybe 5 minutes integrating it into busybox, slapped a copyright on it,
5 * and submitted it. I certainly saw no evidence of any attempt at size reduction.
6 * Not only do I consider his copyright below meaningless, I also consider his
7 * actions shameful.
8 *
9 * Manuel Novoa III (mjn3@codepoet.org)
10 */
11
12/* 1/*
13 * Calendar implementation for busybox 2 * Calendar implementation for busybox
14 * 3 *
15 * Copyright (C) 2001 by Steven J. Merrifield <steve@labyrinth.net.au> 4 * Copyright (C) 2003 by Manuel Novoa III (mjn3@codepoet.org)
16 * 5 *
17 * See original copyright at the end of this file 6 * See original copyright at the end of this file
18 * 7 *