summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--THANKS.in1
-rw-r--r--src/shred.c11
2 files changed, 1 insertions, 11 deletions
diff --git a/THANKS.in b/THANKS.in
index afed5d451..3541c6fe4 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -38,6 +38,7 @@ Alexey Solovyov alekso@math.uu.se
Alexey Vyskubov alexey@pippuri.mawhrin.net
Alfred M. Szmidt ams@kemisten.nu
Ambrose Feinstein ambrose@google.com
+Amr Ali amr.ali.cc@gmail.com
Andi Kleen freitag@alancoxonachip.com
Andre Novaes Cunha Andre.Cunha@br.global-one.net
Andreas Frische andreasfrische@gmail.com
diff --git a/src/shred.c b/src/shred.c
index a2365b0fb..fd57c3848 100644
--- a/src/shred.c
+++ b/src/shred.c
@@ -18,17 +18,6 @@
Written by Colin Plumb. */
-/* TODO:
- - use consistent non-capitalization in error messages
- - add standard GNU copyleft comment
-
- - Add -r/-R/--recursive
- - Add -i/--interactive
- - Reserve -d
- - Add -L
- - Add an unlink-all option to emulate rm.
- */
-
/*
* Do a more secure overwrite of given files or devices, to make it harder
* for even very expensive hardware probing to recover the data.