Remove those annoying $Id and $Revision tags

This commit is contained in:
Erik van der Kouwe 2010-05-31 20:00:08 +00:00
parent 5d78cefaf2
commit 8bca982581
62 changed files with 6 additions and 108 deletions

View file

@ -2,7 +2,6 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
/*
** print symbol tables for
** ACK object files

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -2,7 +2,6 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
#ifndef __RANLIB_H_INCLUDED
#define __RANLIB_H_INCLUDED

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1,4 +1,3 @@
/* $Id$ */
/*
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".

View file

@ -1113,6 +1113,3 @@ register unsigned bytes;
exit (1);
}
}
char dosread_c_rcs_id [] =
"$Id$";

View file

@ -40,7 +40,6 @@
* #endif
*
* Porting to Minix by G. Falzoni <gfalzoni@inwind.it>
* $Id$
*/
#include <sys/types.h>

View file

@ -1,8 +1,6 @@
/* swapfs - swap a Minix file system Author: Niels C. Willems */
/* $Id$ */
/* Swapfs, a program to convert V1 or V2 Minix file systems from big endian
byte order to little endian and vv.
@ -144,8 +142,6 @@ typedef struct { /* summary of inode */
int ztype; /* type of zones that belong to this inode */
} inode_t;
static char rcsid[] = "$Id$";
static int super_format[] = {2, 2, 2, 2, 2, 2, 4, 2, 2, 4, 0};
static int inode1_format[] = {2, 2, 4, 4, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0};
static int inode2_format[] = {2, 2, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,

View file

@ -22,8 +22,6 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_access.c,v 1.1 2003/01/15 21:50:58 mikesw Exp $
*/
/*

View file

@ -22,8 +22,6 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_access.h,v 1.1 2003/01/15 21:51:24 mikesw Exp $
*/
#ifndef _DDB_DB_ACCESS_H_

View file

@ -22,8 +22,6 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_disasm.c,v 1.1 2003/01/15 21:50:58 mikesw Exp $
*/
/*

View file

@ -22,8 +22,6 @@
*
* any improvements or extensions that they make and grant Carnegie Mellon
* the rights to redistribute these changes.
*
* $Id: db_machdep.h,v 1.1 2003/01/15 21:51:24 mikesw Exp $
*/
#ifndef _MACHINE_DB_MACHDEP_H_

View file

@ -22,8 +22,6 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_sym.c,v 1.2 2003/01/16 01:06:09 mikesw Exp $
*/
/*

View file

@ -22,8 +22,6 @@
*
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: db_sym.h,v 1.1 2003/01/15 21:51:24 mikesw Exp $
*/
#ifndef _DDB_DB_SYM_H_

View file

@ -26,8 +26,6 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: ddb.h,v 1.1 2003/01/15 21:51:24 mikesw Exp $
*/
/*

View file

@ -31,7 +31,6 @@
* SUCH DAMAGE.
*
* @(#)random.c 8.1 (Berkeley) 6/10/93
* $Id: random.c,v 1.1 2003/01/15 21:50:59 mikesw Exp $
*/
#include "ddb.h"

View file

@ -79,8 +79,6 @@
**
** Revision 1.3 2005/09/16 10:10:12 lsodgf0
** Rework for Minix 3. Adds kernel logs from /dev/klogd
**
** $Id$
*/
#include <sys/types.h>

View file

@ -10,7 +10,6 @@
* Authors: Original author unknown. Rewritten for POSIX by
* Peter Holzer (hp@vmars.tuwien.ac.at).
*
* $Id$
* $Log$
* Revision 1.1 2005/04/21 14:55:35 beng
* Initial revision

View file

@ -7,8 +7,6 @@
** device driver for 3Com Etherlink (3c501) boards. This is a
** very old board and its performances are very poor for today
** network environments.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -12,8 +12,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
/* The various board command registers */

View file

@ -7,8 +7,6 @@
** Programmed I/O could be used as well but would result in poor
** performances. This file contains only the board specific code,
** the rest is in 8390.c Code specific for ISA bus only
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -12,8 +12,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#define EL2_MEMTEST 0 /* Set to 1 for on board memory test */

View file

@ -7,8 +7,6 @@
** device driver for 3Com Etherlink III (3c509) boards.
** NOTE: The board has to be setup to disable PnP and to assign
** I/O base and IRQ. The driver is for ISA bus only
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -12,8 +12,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
/* Command codes */

View file

@ -9,8 +9,6 @@
** It has to be associated with the board specific driver.
** Rewritten from Minix 2.0.0 ethernet driver dp8390.c
** to extract the NS 8390 common functions.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -15,8 +15,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#define DP_PAGESIZE 256 /* NS 8390 page size */

View file

@ -5,8 +5,6 @@
**
** This file contains the routines for readind/writing
** from/to the device registers.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -9,8 +9,6 @@
** It is a rewriting of Minix 2.0.0 ethernet driver (dp8390.c)
** to remove bord specific code. It should operate (I hope)
** with any board driver.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -29,8 +29,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#undef ENABLE_3C501

View file

@ -10,8 +10,6 @@
**
** Modified: Jun. 08, 2000 by Giovanni Falzoni <gfalzoni@inwind.it>
** Adapted to interface new main network task.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -11,8 +11,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#ifndef NE2000_H

View file

@ -5,8 +5,6 @@
**
** This file contains specific implementation of buffering
** for network packets.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -10,8 +10,6 @@
**
** Modified: Jun. 08, 2000 by Giovanni Falzoni <gfalzoni@inwind.it>
** Adaptation to interfacing new main network task.
**
** $Id$
*/
#include <minix/drivers.h>

View file

@ -14,8 +14,6 @@
**
** Revision 2.0 2005/06/26 16:16:46 lsodgf0
** Initial revision for Minix 3.0.6
**
** $Id$
*/
#ifndef WDETH_H

View file

@ -31,7 +31,6 @@
*
* from @(#)syslog.h 7.20 (Berkeley) 2/23/91
* Porting to Minix by G. Falzoni <gfalzoni@inwind.it>
* $Id$
*/
/*

View file

@ -3,8 +3,6 @@
See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
/* extended precision arithmetic for the strtod() and cvt() routines */
/* This may require some more work when long doubles get bigger than 8

View file

@ -2,7 +2,6 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
#include <string.h>

View file

@ -2,7 +2,6 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
#include <string.h>

View file

@ -2,7 +2,6 @@
* (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
* See the copyright notice in the ACK home directory, in the file "Copyright".
*/
/* $Id$ */
#include <string.h>

View file

@ -1,5 +1,3 @@
/* $Id$ */
/* Interface definitions for ethernet access library */
typedef union etheraddr

View file

@ -1,4 +1,3 @@
/* $Id$ */
/* This file was part of the etherlib package. */
#include <stdio.h>

View file

@ -3,8 +3,6 @@
*
* Porting to Minix 2.0.0
* Author: Giovanni Falzoni <gfalzoni@pointest.com>
*
* $Id$
*/
#include <sys/types.h>
#include <fcntl.h>

View file

@ -38,8 +38,6 @@
* Patched March 12, 1996 by A. Ian Vogelesang <vogelesang@hdshq.com>
* Rewritten by Martin Mares <mj@atrey.karlin.mff.cuni.cz> on May 14, 1997
* Rewritten by G. Falzoni <gfalzoni@inwind.it> for porting to Minix
*
* $Id$
*/
#include <sys/types.h>
#include <stdlib.h>

View file

@ -1,7 +1,6 @@
/*
* flushbuf.c - flush a buffer
*/
/* $Id$ */
#include <stdio.h>
#include <stdlib.h>

View file

@ -1,7 +1,6 @@
/*
* setbuf.c - control buffering of a stream
*/
/* $Id$ */
#include <stdio.h>
#include <stdlib.h>

View file

@ -1,5 +1,4 @@
/* $Revision$
**
/*
** History and file completion functions for editline library.
*/
#include "editline.h"

View file

@ -1,5 +1,4 @@
/* $Revision$
**
/*
** Main editing routines for editline library.
*/
#include "editline.h"

View file

@ -1,5 +1,4 @@
/* $Revision$
**
/*
** Internal header file for editline library.
*/
#include <stdio.h>

View file

@ -1,5 +1,4 @@
/* $Revision$
**
/*
** Unix system-dependant routines for editline library.
*/
#include "editline.h"

View file

@ -1,5 +1,4 @@
/* $Revision$
**
/*
** A "micro-shell" to test editline library.
** If given any arguments, commands aren't executed.
*/

View file

@ -1,5 +1,4 @@
/* $Revision$
**
/*
** Editline system header file for Unix.
*/

View file

@ -30,8 +30,6 @@
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
*/
/* $Id: parse_opts.c,v 1.10 2006/04/19 18:23:40 mreed10 Exp $ */
/**********************************************************
*
* OS Testing - Silicon Graphics, Inc.

View file

@ -30,8 +30,6 @@
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
*/
/* $Id: rmobj.c,v 1.4 2003/07/28 16:03:02 robbiew Exp $ */
/**********************************************************
*
* OS Testing - Silicon Graphics, Inc.

View file

@ -30,8 +30,6 @@
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
*/
/* $Id: test.h,v 1.10 2006/05/26 06:17:53 vapier Exp $ */
#ifndef __TEST_H__
#define __TEST_H__

View file

@ -31,8 +31,6 @@
*/
/* $Id: tst_res.c,v 1.3 2005/12/22 20:18:22 robbiew Exp $ */
/**********************************************************
*
* OS Testing - Silicon Graphics, Inc.

View file

@ -30,8 +30,6 @@
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
*/
/* $Id: tst_sig.c,v 1.10 2005/01/04 21:00:35 mridge Exp $ */
/*****************************************************************************
OS Testing - Silicon Graphics, Inc.

View file

@ -30,8 +30,6 @@
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
*/
/* $Id: tst_tmpdir.c,v 1.10 2005/01/04 21:00:35 mridge Exp $ */
/**********************************************************
*
* OS Testing - Silicon Graphics, Inc.

View file

@ -30,8 +30,6 @@
* http://oss.sgi.com/projects/GenInfo/NoticeExplan/
*/
/* $Id: usctest.h,v 1.10 2006/05/26 06:06:06 vapier Exp $ */
/**********************************************************
*
* IRIX/Linux Feature Test and Evaluation - Silicon Graphics, Inc.