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

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