diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-09 02:57:55 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-08-09 02:57:55 +0000 |
commit | 96379b0d7da8800d248d58641923870781f1a6f9 (patch) | |
tree | ea78ff713f87282d67840fbef751654ea7841b06 | |
parent | 8f4cdd516dceeee0dc6c85fd6a3e5bba7ce79048 (diff) | |
download | busybox-w32-96379b0d7da8800d248d58641923870781f1a6f9.tar.gz busybox-w32-96379b0d7da8800d248d58641923870781f1a6f9.tar.bz2 busybox-w32-96379b0d7da8800d248d58641923870781f1a6f9.zip |
Adjust Erik's change, as I don't claim copyright of the applet.
-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 |