aboutsummaryrefslogtreecommitdiff
path: root/coreutils/cal.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-08 08:57:03 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-08 08:57:03 +0000
commitde6a6ae876ce7a501f8d9a948a59163b83a3766e (patch)
treeaa3a0c1503071a5e48b5be6da0127b02e91c2e3b /coreutils/cal.c
parent6c0e0fb8ac74743232e73021741fb21c6047cc35 (diff)
downloadbusybox-w32-de6a6ae876ce7a501f8d9a948a59163b83a3766e.tar.gz
busybox-w32-de6a6ae876ce7a501f8d9a948a59163b83a3766e.tar.bz2
busybox-w32-de6a6ae876ce7a501f8d9a948a59163b83a3766e.zip
Remove unnecessary defamatory comment
Diffstat (limited to 'coreutils/cal.c')
-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 *