diff options
author | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-08-05 02:57:12 +0000 |
---|---|---|
committer | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-08-05 02:57:12 +0000 |
commit | f1ee501cf13061fd4b6fbcb8b068f5255d02ef13 (patch) | |
tree | c1581f23b9ed8a30275d90bce0e84c77f0f40d90 /coreutils/date.c | |
parent | 5093ad9ce24e118fe61055ea7fbd30f43be8f2e3 (diff) | |
download | busybox-w32-f1ee501cf13061fd4b6fbcb8b068f5255d02ef13.tar.gz busybox-w32-f1ee501cf13061fd4b6fbcb8b068f5255d02ef13.tar.bz2 busybox-w32-f1ee501cf13061fd4b6fbcb8b068f5255d02ef13.zip |
- updated a few copyright/left file headers
- documented most of my 0.61 changes in the ChangeLog
git-svn-id: svn://busybox.net/trunk/busybox@5150 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/date.c')
-rw-r--r-- | coreutils/date.c | 2 |
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 @@ | |||
3 | * Mini date implementation for busybox | 3 | * Mini date implementation for busybox |
4 | * | 4 | * |
5 | * by Matthew Grant <grantma@anathoth.gen.nz> | 5 | * by Matthew Grant <grantma@anathoth.gen.nz> |
6 | * | ||
7 | * iso-format handling added by Robert Griebl <griebl@gmx.de> | ||
6 | * | 8 | * |
7 | * This program is free software; you can redistribute it and/or modify | 9 | * This program is free software; you can redistribute it and/or modify |
8 | * it under the terms of the GNU General Public License as published by | 10 | * it under the terms of the GNU General Public License as published by |