aboutsummaryrefslogtreecommitdiff
path: root/rm.c
diff options
context:
space:
mode:
authormarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-13 16:35:55 +0000
committermarkw <markw@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-13 16:35:55 +0000
commitfb94d3a8bf8b563319d012424db88b74490936c7 (patch)
treea03a61df8a24625091c4af00dc2029b85633ba3b /rm.c
parenta2173d99ae8c69d2dc95d7402dade2a600e6c5f2 (diff)
downloadbusybox-w32-fb94d3a8bf8b563319d012424db88b74490936c7.tar.gz
busybox-w32-fb94d3a8bf8b563319d012424db88b74490936c7.tar.bz2
busybox-w32-fb94d3a8bf8b563319d012424db88b74490936c7.zip
Credited Christophe Boyaniqu for interactive patch to rm.
git-svn-id: svn://busybox.net/trunk/busybox@2057 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'rm.c')
-rw-r--r--rm.c4
1 files changed, 4 insertions, 0 deletions
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