aboutsummaryrefslogtreecommitdiff
path: root/coreutils
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
parent6c0e0fb8ac74743232e73021741fb21c6047cc35 (diff)
downloadbusybox-de6a6ae876ce7a501f8d9a948a59163b83a3766e.tar.gz
Remove unnecessary defamatory comment
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 @@
-/* NOTE:
- *
- * Apparently, all "Steven J. Merrifield" did was grab the util-linux cal applet,
- * spend maybe 5 minutes integrating it into busybox, slapped a copyright on it,
- * and submitted it. I certainly saw no evidence of any attempt at size reduction.
- * Not only do I consider his copyright below meaningless, I also consider his
- * actions shameful.
- *
- * Manuel Novoa III (mjn3@codepoet.org)
- */
-
/*
* Calendar implementation for busybox
*
- * Copyright (C) 2001 by Steven J. Merrifield <steve@labyrinth.net.au>
+ * Copyright (C) 2003 by Manuel Novoa III (mjn3@codepoet.org)
*
* See original copyright at the end of this file
*