Remove CVS Id Strings (manual edits after script)

These modifications were required by hand after running the script.
In some cases, the file names did not match patterns. In others,
the format of the file did not match any common patterns.
This commit is contained in:
Joel Sherrill
2012-05-03 12:24:46 -05:00
parent ae55da7232
commit 65c6425de9
117 changed files with 26 additions and 332 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/sh
#
# doxygen input filter
# $Id$
# usage: doxy-filter <input-file-name>
# Reads <input-file> and writes to stdout.

View File

@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)filio.h 8.1 (Berkeley) 3/28/94
* $Id$
*/
#ifndef _SYS_FILIO_H_

View File

@@ -36,7 +36,6 @@
* SUCH DAMAGE.
*
* @(#)ttycom.h 8.1 (Berkeley) 3/28/94
* $Id$
*/
#ifndef _SYS_TTYCOM_H_

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This is a list of cases to consider when implementing a file system:

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
+ newlib 1.8.0 has the wrong prototype for at least read() and write().
+ There should be a "eat it" stub for all system calls which are
@@ -11,4 +7,4 @@
+ Fix strerror() so it prints all error numbers.
+ Check the node allocation coment in the fchdir call.
+ Add an interface somewhere for this call.
+ Add an interface somewhere for this call.

View File

@@ -20,9 +20,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 10.05.02 creation doe |
|*****************************************************************|
|* $Id$
*
|*****************************************************************|
\*===============================================================*/
#ifdef HAVE_CONFIG_H

View File

@@ -19,9 +19,6 @@
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 13.05.02 creation doe |
|*****************************************************************|
|* $Id$
*
|*****************************************************************|
\*===============================================================*/
#ifdef HAVE_CONFIG_H

View File

@@ -51,7 +51,6 @@
/*%
* @(#)inet.h 8.1 (Berkeley) 6/2/93
* $Id$
* $FreeBSD: src/include/arpa/inet.h,v 1.33 2010/07/06 03:48:46 maxim Exp $
*/

View File

@@ -33,7 +33,6 @@
/*
* from nameser.h 8.1 (Berkeley) 6/2/93
* From: Id: nameser_compat.h,v 8.9 1998/03/20 23:25:10 halley Exp
* $Id$
*/
#ifndef _ARPA_NAMESER_COMPAT_

View File

@@ -34,11 +34,8 @@
* Written by Bill Paul <wpaul@ctr.columbia.edu>
* Center for Telecommunications Research
* Columbia University, New York City
*
* $Id$
*/
#if HAVE_CONFIG_H
#include "config.h"
#endif

View File

@@ -33,7 +33,6 @@
* from tahoe: in_cksum.c 1.2 86/01/05
* from: @(#)in_cksum.c 1.3 (Berkeley) 1/19/91
* from: Id: in_cksum.c,v 1.8 1995/12/03 18:35:19 bde Exp
* $Id$
*/
#ifndef _MACHINE_IN_CKSUM_H_

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)route.c 8.2 (Berkeley) 11/15/93
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -35,7 +35,6 @@
* SUCH DAMAGE.
*
* @(#)igmp.h 8.1 (Berkeley) 6/10/93
* $Id$
*/
#ifndef _NETINET_IGMP_H_

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)in_proto.c 8.2 (Berkeley) 2/9/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -1,4 +1,3 @@
/* $Id */
/*
* Copyright (c) 1985, 1986, 1993
* The Regents of the University of California. All rights reserved.

View File

@@ -11,8 +11,6 @@
* but requiring it would be too onerous.
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
* $Id$
*/
/*

View File

@@ -10,8 +10,6 @@
* but requiring it would be too onerous.
*
* This software is provided ``AS IS'' without any warranties of any kind.
*
* $Id$
*/
#ifndef _IP_FW_H

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_input.c 8.12 (Berkeley) 5/24/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_output.c 8.4 (Berkeley) 5/24/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -27,7 +27,6 @@
* SUCH DAMAGE.
*
* @(#)tcp_timer.c 8.2 (Berkeley) 5/24/95
* $Id$
*/
#ifdef HAVE_CONFIG_H

View File

@@ -30,10 +30,6 @@
* $FreeBSD: src/sys/netinet/tcp_var.h,v 1.121 2005/04/21 20:11:01 ps Exp $
*/
/*
* $Id$
*/
#ifndef _NETINET_TCP_VAR_H_
#define _NETINET_TCP_VAR_H_

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/*
* Copyright (c) 1995 Gordon Ross, Adam Glass
* Copyright (c) 1992 Regents of the University of California.

View File

@@ -46,7 +46,6 @@
/*%
* @(#)resolv.h 8.1 (Berkeley) 6/2/93
* $Id: resolv.h,v 1.19.18.4 2008/04/03 23:15:15 marka Exp $
* $FreeBSD: release/9.0.0/include/resolv.h 203964 2010-02-16 19:39:50Z imp $
*/

View File

@@ -13,12 +13,9 @@
The license and distribution terms for this file may be
found in the file LICENSE in this distribution or at
http://www.rtems.com/license/LICENSE.
This software with is provided ``as is'' and with NO WARRANTY.
$Id$
*/
#ifndef _RTEMS_MKROOTFS_H

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/* Simple (default) implementation for SIOCGIFMEDIA/SIOCSIFMEDIA
* to be used by ethernet drivers [from their ioctl].
*

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/*-
* Copyright (c) 1982, 1986, 1990, 1993
* The Regents of the University of California. All rights reserved.

View File

@@ -1,5 +1,3 @@
/* $Id$ */
/*
* Copyright (c) 1991, 1993
* The Regents of the University of California. All rights reserved.

View File

@@ -29,10 +29,10 @@
* 2550 Garcia Avenue
* Mountain View, California 94043
*/
/*
* Copyright (c) 1986 - 1991 by Sun Microsystems, Inc.
*/
/*
* rpc_com.h, Common definitions for both the server and client side.

View File

@@ -38,7 +38,6 @@
* Copyright (C) 1984, Sun Microsystems, Inc.
*/
#ifndef _RPC_RPC_MSG_H
#define _RPC_RPC_MSG_H

View File

@@ -1,7 +1,3 @@
##
## $Id$
##
include $(top_srcdir)/automake/compile.am
if LIBNETWORKING

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This directory contains a port of ppp-2.3.11. The official site for
the original source for this PPP implementation is:

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
The pppd application seems to very stable. It has been tested using
the example application with the i386/pc586 and m68k/sbc5206e BSPs.
The tests were executed using a null modem serial cable to connect

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This is an example user application using pppd. It is built using
the RTEMS application Makefiles. The file Makefile-user should
be renamed to Makefile or the -f option given to make. The file

View File

@@ -1,5 +1,4 @@
.\" manual page [] for pppd 2.3
.\" $Id$
.\" SH section heading
.\" SS subsection heading
.\" LP paragraph

View File

@@ -18,8 +18,6 @@
** **
** eric@skatter.usask.ca **
** **
** $Id$ **
** **
**************************************************************************
**************************************************************************
*/

View File

@@ -1,7 +1,3 @@
#
# $Id$
#
This document explains how the unlimited objects support works. This was
written by Chris Johns <ccj@acm.org> of Objective Design Systems as a
design document. This was submitted as part of the patch which added