aboutsummaryrefslogtreecommitdiff
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
parente0bf91d7c612619526772605890538f0c3e44c05 (diff)
downloadbusybox-w32-f6ba2da29f89e7e62b8d14fe1394527dffceaf59.tar.gz
busybox-w32-f6ba2da29f89e7e62b8d14fe1394527dffceaf59.tar.bz2
busybox-w32-f6ba2da29f89e7e62b8d14fe1394527dffceaf59.zip
Credited Christophe Boyaniqu for interactive patch to rm.
-rw-r--r--coreutils/rm.c4
-rw-r--r--rm.c4
2 files changed, 8 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 @@
6 * Copyright (C) 1999,2000,2001 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * 8 *
9 * INTERACTIVE feature Copyright (C) 2001 by Alcove
10 * written by Christophe Boyanique <Christophe.Boyanique@fr.alcove.com>
11 * for Ipanema Technologies
12 *
9 * This program is free software; you can redistribute it and/or modify 13 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 14 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 15 * the Free Software Foundation; either version 2 of the License, or
diff --git a/rm.c b/rm.c
index 6d92b5daa..f1152eab3 100644
--- a/rm.c
+++ b/rm.c
@@ -6,6 +6,10 @@
6 * Copyright (C) 1999,2000,2001 by Lineo, inc. 6 * Copyright (C) 1999,2000,2001 by Lineo, inc.
7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org> 7 * Written by Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
8 * 8 *
9 * INTERACTIVE feature Copyright (C) 2001 by Alcove
10 * written by Christophe Boyanique <Christophe.Boyanique@fr.alcove.com>
11 * for Ipanema Technologies
12 *
9 * This program is free software; you can redistribute it and/or modify 13 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 14 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 15 * the Free Software Foundation; either version 2 of the License, or