diff options
-rwxr-xr-x | docs/autodocifier.pl | 1 | ||||
-rw-r--r-- | docs/busybox_footer.pod | 1 | ||||
-rw-r--r-- | libbb/inet_common.c | 1 | ||||
-rw-r--r-- | loginutils/deluser.c | 1 | ||||
-rw-r--r-- | miscutils/rx.c | 1 | ||||
-rw-r--r-- | networking/hostname.c | 1 | ||||
-rw-r--r-- | networking/interface.c | 1 | ||||
-rw-r--r-- | networking/nslookup.c | 1 | ||||
-rw-r--r-- | networking/route.c | 1 | ||||
-rw-r--r-- | networking/wget.c | 1 |
10 files changed, 0 insertions, 10 deletions
diff --git a/docs/autodocifier.pl b/docs/autodocifier.pl index 3aa838e..68b6f3c 100755 --- a/docs/autodocifier.pl +++ b/docs/autodocifier.pl @@ -301,4 +301,3 @@ John BEPPU <b@ax9.org> =cut -# $Id: autodocifier.pl,v 1.26 2004/04/06 15:26:25 andersen Exp $ diff --git a/docs/busybox_footer.pod b/docs/busybox_footer.pod index b2835f6..2a9caad 100644 --- a/docs/busybox_footer.pod +++ b/docs/busybox_footer.pod @@ -254,5 +254,4 @@ Tito Ragusa <farmatito@tiscali.it> =cut -# $Id: busybox_footer.pod,v 1.18 2004/04/25 06:05:14 bug1 Exp $ diff --git a/libbb/inet_common.c b/libbb/inet_common.c index 6b31c79..0ef91dc 100644 --- a/libbb/inet_common.c +++ b/libbb/inet_common.c @@ -5,7 +5,6 @@ * * Heavily modified by Manuel Novoa III Mar 12, 2001 * - * Version: $Id: inet_common.c,v 1.8 2004/03/10 07:42:38 mjn3 Exp $ * */ diff --git a/loginutils/deluser.c b/loginutils/deluser.c index d07fd22..034ab94 100644 --- a/loginutils/deluser.c +++ b/loginutils/deluser.c @@ -80,4 +80,3 @@ int deluser_main(int argc, char **argv) return EXIT_SUCCESS; } -/* $Id: deluser.c,v 1.4 2003/07/14 20:20:45 andersen Exp $ */ diff --git a/miscutils/rx.c b/miscutils/rx.c index 9b9f6af..6fb23b9 100644 --- a/miscutils/rx.c +++ b/miscutils/rx.c @@ -1,7 +1,6 @@ /* vi: set sw=4 ts=4: */ /*------------------------------------------------------------------------- * Filename: xmodem.c - * Version: $Id: rx.c,v 1.2 2004/03/15 08:28:46 andersen Exp $ * Copyright: Copyright (C) 2001, Hewlett-Packard Company * Author: Christopher Hoover <ch@hpl.hp.com> * Description: xmodem functionality for uploading of kernels diff --git a/networking/hostname.c b/networking/hostname.c index 6975b2b..6d3b8eb 100644 --- a/networking/hostname.c +++ b/networking/hostname.c @@ -1,6 +1,5 @@ /* vi: set sw=4 ts=4: */ /* - * $Id: hostname.c,v 1.36 2003/07/14 21:21:01 andersen Exp $ * Mini hostname implementation for busybox * * Copyright (C) 1999 by Randolph Chung <tausq@debian.org> diff --git a/networking/interface.c b/networking/interface.c index d470592..fbcf501 100644 --- a/networking/interface.c +++ b/networking/interface.c @@ -15,7 +15,6 @@ * that either displays or sets the characteristics of * one or more of the system's networking interfaces. * - * Version: $Id: interface.c,v 1.25 2004/08/26 21:45:21 andersen Exp $ * * Author: Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org> * and others. Copyright 1993 MicroWalt Corporation diff --git a/networking/nslookup.c b/networking/nslookup.c index 4beecc6..5a08844 100644 --- a/networking/nslookup.c +++ b/networking/nslookup.c @@ -146,4 +146,3 @@ int nslookup_main(int argc, char **argv) return print_host(argv[1], "Name: "); } -/* $Id: nslookup.c,v 1.33 2004/10/13 07:25:01 andersen Exp $ */ diff --git a/networking/route.c b/networking/route.c index c6fb5a3..56c6f46 100644 --- a/networking/route.c +++ b/networking/route.c @@ -12,7 +12,6 @@ * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. * - * $Id: route.c,v 1.26 2004/03/19 23:27:08 mjn3 Exp $ * * displayroute() code added by Vladimir N. Oleynik <dzo@simtreas.ru> * adjustments by Larry Doolittle <LRDoolittle@lbl.gov> diff --git a/networking/wget.c b/networking/wget.c index 0e02687..5c3083c 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -802,5 +802,4 @@ progressmeter(int flag) * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: wget.c,v 1.75 2004/10/08 08:27:40 andersen Exp $ */ |