diff options
author | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-09 02:57:55 +0000 |
---|---|---|
committer | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-08-09 02:57:55 +0000 |
commit | 56cb8ddc0f68587a3f443d15d955a0e5cd168632 (patch) | |
tree | ea78ff713f87282d67840fbef751654ea7841b06 /coreutils/cal.c | |
parent | a5e44433a7c7caf94d89ff342a6267e46dea81a4 (diff) | |
download | busybox-w32-56cb8ddc0f68587a3f443d15d955a0e5cd168632.tar.gz busybox-w32-56cb8ddc0f68587a3f443d15d955a0e5cd168632.tar.bz2 busybox-w32-56cb8ddc0f68587a3f443d15d955a0e5cd168632.zip |
Adjust Erik's change, as I don't claim copyright of the applet.
git-svn-id: svn://busybox.net/trunk/busybox@7192 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-rw-r--r-- | coreutils/cal.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/cal.c b/coreutils/cal.c index 9dbe2c44b..a50f54db9 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c | |||
@@ -1,8 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | * Calendar implementation for busybox | 2 | * Calendar implementation for busybox |
3 | * | 3 | * |
4 | * Copyright (C) 2003 by Manuel Novoa III (mjn3@codepoet.org) | ||
5 | * | ||
6 | * See original copyright at the end of this file | 4 | * See original copyright at the end of this file |
7 | * | 5 | * |
8 | * 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 |