aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
diff options
context:
space:
mode:
authorRobert Griebl <griebl@gmx.de>2002-08-05 02:57:12 +0000
committerRobert Griebl <griebl@gmx.de>2002-08-05 02:57:12 +0000
commit6859d761d36f57668da44c4cb9281b45c463e65d (patch)
treec1581f23b9ed8a30275d90bce0e84c77f0f40d90 /coreutils/date.c
parent0d833ca7fdf8500956191947dee4eb9bda49e86d (diff)
downloadbusybox-6859d761d36f57668da44c4cb9281b45c463e65d.tar.gz
- updated a few copyright/left file headers
- documented most of my 0.61 changes in the ChangeLog
Diffstat (limited to 'coreutils/date.c')
-rw-r--r--coreutils/date.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index 4bd308b86..a9188a1ce 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -3,6 +3,8 @@
* Mini date implementation for busybox
*
* by Matthew Grant <grantma@anathoth.gen.nz>
+ *
+ * iso-format handling added by Robert Griebl <griebl@gmx.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by