aboutsummaryrefslogtreecommitdiff
path: root/coreutils
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-08 08:57:03 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-08-08 08:57:03 +0000
commitbae7ae2c4ebc7cc6f2114bcf9880ac6f241f219b (patch)
treeaa3a0c1503071a5e48b5be6da0127b02e91c2e3b /coreutils
parent85f03dbe7f12f70b25577a38028bfd5095d2b354 (diff)
downloadbusybox-w32-bae7ae2c4ebc7cc6f2114bcf9880ac6f241f219b.tar.gz
busybox-w32-bae7ae2c4ebc7cc6f2114bcf9880ac6f241f219b.tar.bz2
busybox-w32-bae7ae2c4ebc7cc6f2114bcf9880ac6f241f219b.zip
Remove unnecessary defamatory comment
git-svn-id: svn://busybox.net/trunk/busybox@7182 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils')
-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 *