aboutsummaryrefslogtreecommitdiff
path: root/coreutils/rm.c
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-03-13 16:35:55 +0000
committerMark Whitley <markw@lineo.com>2001-03-13 16:35:55 +0000
commitf6ba2da29f89e7e62b8d14fe1394527dffceaf59 (patch)
treea03a61df8a24625091c4af00dc2029b85633ba3b /coreutils/rm.c
parente0bf91d7c612619526772605890538f0c3e44c05 (diff)
downloadbusybox-f6ba2da29f89e7e62b8d14fe1394527dffceaf59.tar.gz
Credited Christophe Boyaniqu for interactive patch to rm.
Diffstat (limited to 'coreutils/rm.c')
-rw-r--r--coreutils/rm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c
index 6d92b5daa..f1152eab3 100644
--- a/coreutils/rm.c
+++ b/coreutils/rm.c
@@ -6,6 +6,10 @@
* Copyright (C) 1999,2000,2001 by Lineo, inc.
* Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
*
+ * INTERACTIVE feature Copyright (C) 2001 by Alcove
+ * written by Christophe Boyanique <Christophe.Boyanique@fr.alcove.com>
+ * for Ipanema Technologies
+ *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or