aboutsummaryrefslogtreecommitdiff
path: root/coreutils/date.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 22:08:37 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-20 22:08:37 +0000
commita284d70b59c11c06960052fc39a699493f898854 (patch)
tree6447b860dad6dd3a463547fa048a4c635d8864c8 /coreutils/date.c
parent8d84ad35cf400a534514f53ad6e434d6a5e29098 (diff)
downloadbusybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.gz
busybox-w32-a284d70b59c11c06960052fc39a699493f898854.tar.bz2
busybox-w32-a284d70b59c11c06960052fc39a699493f898854.zip
Fixed up copyright notices and such
git-svn-id: svn://busybox.net/trunk/busybox@49 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/date.c')
-rw-r--r--coreutils/date.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/date.c b/coreutils/date.c
index 51194848b..501ccc28f 100644
--- a/coreutils/date.c
+++ b/coreutils/date.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * Mini date implementation for busybox 2 * Mini date implementation for busybox
3 * 3 *
4 * Copyright (C) 1999 by Erik Andersen <andersee@debian.org> 4 * by Matthew Grant <grantma@anathoth.gen.nz>
5 * 5 *
6 * This program is free software; you can redistribute it and/or modify 6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 7 * it under the terms of the GNU General Public License as published by