From b47d4c5642aea898fc05e8efecc28566ec77898f Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Mon, 25 May 2020 12:46:59 -0700 Subject: [PATCH] Removing extra `$Header$` --- extflat/EFbuild.c | 2 +- lef/lefTech.c | 2 +- lef/lefWrite.c | 2 +- windows/windDebug.c | 2 +- windows/windDisp.c | 2 +- windows/windInt.h | 2 +- windows/windMain.c | 2 +- windows/windMove.c | 2 +- windows/windSearch.c | 2 +- windows/windSend.c | 2 +- windows/windTrans.c | 2 +- windows/windView.c | 2 +- windows/windows.h | 2 +- wiring/Makefile | 2 +- wiring/wireInt.h | 2 +- wiring/wireOps.c | 2 +- wiring/wireTech.c | 2 +- wiring/wireUndo.c | 2 +- wiring/wiring.h | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/extflat/EFbuild.c b/extflat/EFbuild.c index 115a5b8c..c5614f98 100644 --- a/extflat/EFbuild.c +++ b/extflat/EFbuild.c @@ -18,7 +18,7 @@ */ #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 */ #include diff --git a/lef/lefTech.c b/lef/lefTech.c index 8121c4b3..9851ae61 100644 --- a/lef/lefTech.c +++ b/lef/lefTech.c @@ -21,7 +21,7 @@ */ #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 */ #include diff --git a/lef/lefWrite.c b/lef/lefWrite.c index d1fc9f9a..3d0896a3 100644 --- a/lef/lefWrite.c +++ b/lef/lefWrite.c @@ -13,7 +13,7 @@ */ #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 */ #include diff --git a/windows/windDebug.c b/windows/windDebug.c index ab584d60..a4cd11a8 100644 --- a/windows/windDebug.c +++ b/windows/windDebug.c @@ -17,7 +17,7 @@ */ #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 */ #include diff --git a/windows/windDisp.c b/windows/windDisp.c index 2f8b52a1..63f8f40a 100644 --- a/windows/windDisp.c +++ b/windows/windDisp.c @@ -16,7 +16,7 @@ */ #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 */ #include diff --git a/windows/windInt.h b/windows/windInt.h index 96b2c082..26943392 100644 --- a/windows/windInt.h +++ b/windows/windInt.h @@ -15,7 +15,7 @@ * * 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$ * */ diff --git a/windows/windMain.c b/windows/windMain.c index d8e0c7f5..852d6ef4 100644 --- a/windows/windMain.c +++ b/windows/windMain.c @@ -44,7 +44,7 @@ */ #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 */ #include diff --git a/windows/windMove.c b/windows/windMove.c index f2229f43..1a715788 100644 --- a/windows/windMove.c +++ b/windows/windMove.c @@ -18,7 +18,7 @@ */ #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 */ #include diff --git a/windows/windSearch.c b/windows/windSearch.c index 3862252c..c35be39f 100644 --- a/windows/windSearch.c +++ b/windows/windSearch.c @@ -17,7 +17,7 @@ */ #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 */ #include diff --git a/windows/windSend.c b/windows/windSend.c index 7fe7fe16..a086be5a 100644 --- a/windows/windSend.c +++ b/windows/windSend.c @@ -17,7 +17,7 @@ */ #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 */ #include diff --git a/windows/windTrans.c b/windows/windTrans.c index 7158c06e..ac3679d9 100644 --- a/windows/windTrans.c +++ b/windows/windTrans.c @@ -18,7 +18,7 @@ */ #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 */ #include diff --git a/windows/windView.c b/windows/windView.c index c08102b3..2bf1ccc5 100644 --- a/windows/windView.c +++ b/windows/windView.c @@ -18,7 +18,7 @@ */ #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 */ #include diff --git a/windows/windows.h b/windows/windows.h index f9bf1f15..db7e78a8 100644 --- a/windows/windows.h +++ b/windows/windows.h @@ -16,7 +16,7 @@ * * 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$ * */ diff --git a/wiring/Makefile b/wiring/Makefile index b921fde6..64301904 100644 --- a/wiring/Makefile +++ b/wiring/Makefile @@ -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 diff --git a/wiring/wireInt.h b/wiring/wireInt.h index 9306dc97..0a60ee1c 100644 --- a/wiring/wireInt.h +++ b/wiring/wireInt.h @@ -16,7 +16,7 @@ * * 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 diff --git a/wiring/wireOps.c b/wiring/wireOps.c index 6df1fd32..c44666b1 100644 --- a/wiring/wireOps.c +++ b/wiring/wireOps.c @@ -19,7 +19,7 @@ */ #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 */ #include diff --git a/wiring/wireTech.c b/wiring/wireTech.c index cc830e67..b1555a2b 100644 --- a/wiring/wireTech.c +++ b/wiring/wireTech.c @@ -18,7 +18,7 @@ */ #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 */ #include diff --git a/wiring/wireUndo.c b/wiring/wireUndo.c index 665b30a5..f31c3c31 100644 --- a/wiring/wireUndo.c +++ b/wiring/wireUndo.c @@ -18,7 +18,7 @@ */ #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 */ #include diff --git a/wiring/wiring.h b/wiring/wiring.h index 2d1f3842..20d9ee00 100644 --- a/wiring/wiring.h +++ b/wiring/wiring.h @@ -16,7 +16,7 @@ * * 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