Removing extra `$Header$`

This commit is contained in:
Tim 'mithro' Ansell 2020-05-25 12:46:59 -07:00 committed by Tim Edwards
parent e63e8f5761
commit b47d4c5642
19 changed files with 19 additions and 19 deletions

View File

@ -18,7 +18,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/extflat/EFbuild.c,v 1.6 2010/06/24 12:37:17 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -21,7 +21,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/lef/lefTech.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -13,7 +13,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/lef/lefWrite.c,v 1.3 2010/06/24 12:37:18 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -17,7 +17,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windDebug.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -16,7 +16,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windDisp.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -15,7 +15,7 @@
* * of the United States of America may require an export license. * * * of the United States of America may require an export license. *
* ********************************************************************* * *********************************************************************
* *
* rcsid $Header: /usr/cvsroot/magic-8.0/windows/windInt.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ * rcsid $Header$
* *
*/ */

View File

@ -44,7 +44,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windMain.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windMove.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -17,7 +17,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windSearch.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -17,7 +17,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windSend.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windTrans.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/windows/windView.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -16,7 +16,7 @@
* * of the United States of America may require an export license. * * * of the United States of America may require an export license. *
* ********************************************************************* * *********************************************************************
* *
* rcsid $Header: /usr/cvsroot/magic-8.0/windows/windows.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ * rcsid $Header$
* *
*/ */

View File

@ -1,5 +1,5 @@
# #
# rcsid $Header: /usr/cvsroot/magic-8.0/wiring/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ # rcsid $Header$
# #
MODULE = wiring MODULE = wiring

View File

@ -16,7 +16,7 @@
* * of the United States of America may require an export license. * * * of the United States of America may require an export license. *
* ********************************************************************* * *********************************************************************
* *
* rcsid $Header: /usr/cvsroot/magic-8.0/wiring/wireInt.h,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $ * rcsid $Header$
*/ */
#ifndef _WIREINT_H #ifndef _WIREINT_H

View File

@ -19,7 +19,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/wiring/wireOps.c,v 1.2 2008/09/05 13:56:25 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/wiring/wireTech.c,v 1.2 2009/05/13 15:03:19 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -18,7 +18,7 @@
*/ */
#ifndef lint #ifndef lint
static char rcsid[] __attribute__ ((unused)) = "$Header: /usr/cvsroot/magic-8.0/wiring/wireUndo.c,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"; static char rcsid[] __attribute__ ((unused)) = "$Header$";
#endif /* not lint */ #endif /* not lint */
#include <stdio.h> #include <stdio.h>

View File

@ -16,7 +16,7 @@
* * of the United States of America may require an export license. * * * of the United States of America may require an export license. *
* ********************************************************************* * *********************************************************************
* *
* rcsid $Header: /usr/cvsroot/magic-8.0/wiring/wiring.h,v 1.2 2008/09/05 13:56:25 tim Exp $ * rcsid $Header$
*/ */
#ifndef _WIRING_H #ifndef _WIRING_H