- sed -i -e "/\$Id:/d;"

This commit is contained in:
Bernhard Reutner-Fischer 2007-01-22 17:04:53 +00:00
parent 703e20235a
commit bb8c7c041c
10 changed files with 0 additions and 10 deletions

View File

@ -301,4 +301,3 @@ John BEPPU <b@ax9.org>
=cut
# $Id: autodocifier.pl,v 1.26 2004/04/06 15:26:25 andersen Exp $

View File

@ -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 $

View File

@ -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 $
*
*/

View File

@ -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 $ */

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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 $ */

View File

@ -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>

View File

@ -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 $
*/