summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-02-15 15:25:29 +0000
committerJim Meyering <jim@meyering.net>1999-02-15 15:25:29 +0000
commitb874c1716956eb19fb194e8d4a25dcdb7cfbf923 (patch)
tree99dda8dc1849e6c68638652a7be861a3c4e566c6 /src
parente63a340c465c4453f2560143971adbaaad9669e9 (diff)
downloadcoreutils-b874c1716956eb19fb194e8d4a25dcdb7cfbf923.tar.xz
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/shred.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/shred.c b/src/shred.c
index 8ca8df388..46b26beed 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -1,9 +1,6 @@
/* TODO:
- x use getopt_long
- x use error, not pferror
- don't use pfstatus (at least vprintf isn't portable) -- or maybe
leave it in and see who complains
- x bracket strings with _(...) for gettext
- use consistent non-capitalization in error messages
- add standard GNU copyleft comment
*/
@@ -40,7 +37,7 @@
* If asked to wipe a file, this also deletes it, renaming it to in a
* clever way to try to leave no trace of the original filename.
*
- * Copyright 1997, 1998 Colin Plumb <colin@nyx.net>. This program may
+ * Copyright 1997-1999 Colin Plumb <colin@nyx.net>. This program may
* be freely distributed under the terms of the GNU GPL, the BSD license,
* or Larry Wall's "Artistic License" Even if you use the BSD license,
* which does not require it, I'd really like to get improvements back.