remove CVS `Id',`log' etc. keyword incantations

This commit is contained in:
rlar 2011-12-30 15:52:45 +00:00
parent 171e8896b1
commit c7ddee5923
7 changed files with 21 additions and 12 deletions

View File

@ -1,3 +1,12 @@
2011-12-30 Robert Larice
* src/include/ngspice/cktdefs.h ,
* src/include/ngspice/pzdefs.h ,
* src/spicelib/devices/nbjt2/nbjt2def.h ,
* src/spicelib/devices/ndev/ndevexch.h ,
* src/spicelib/devices/numd2/numd2def.h ,
* src/spicelib/devices/numos/numosdef.h :
remove CVS `Id',`log' etc. keyword incantations
2011-12-29 Holger Vogt 2011-12-29 Holger Vogt
* inppas3.c, cktdest.c: reduce memory leaks * inppas3.c, cktdest.c: reduce memory leaks
* inpsymt.c: beautify * inpsymt.c: beautify

View File

@ -3,8 +3,8 @@
* Modified 1999 Paolo Nenzi - Removed non STDC definitions * Modified 1999 Paolo Nenzi - Removed non STDC definitions
* Modified 2000 AlansFixes * Modified 2000 AlansFixes
*/ */
#ifndef CKT #ifndef CKT_H
#define CKT "CKTdefs.h $Revision$ on $Date$ " #define CKT_H
#include "ngspice/typedefs.h" #include "ngspice/typedefs.h"
@ -414,4 +414,4 @@ extern void NInzIter(CKTcircuit *, int, int);
extern IFfrontEnd *SPfrontEnd; extern IFfrontEnd *SPfrontEnd;
#endif /*CKT*/ #endif

View File

@ -1,5 +1,5 @@
#ifndef PZDEFS #ifndef PZDEFS_H
#define PZDEFS "PZdefs.h $Revision$ on $Date$ " #define PZDEFS_H
/* structure used to describe an PZ analysis to be performed */ /* structure used to describe an PZ analysis to be performed */
@ -54,4 +54,4 @@ struct PZAN {
#define PZ_ZER 8 #define PZ_ZER 8
#define PZ_PZ 9 #define PZ_PZ 9
#endif /*PZDEFS*/ #endif

View File

@ -4,7 +4,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
**********/ **********/
#ifndef NBJT2_H #ifndef NBJT2_H
#define NBJT2_H "NBJT2defs.h $Revision$ on $Date$ " #define NBJT2_H
/* structures to describe 2d Numerical Bipolar Junction Transistors */ /* structures to describe 2d Numerical Bipolar Junction Transistors */

View File

@ -14,7 +14,7 @@
#define NDEV_AC_LOAD 0x0010 #define NDEV_AC_LOAD 0x0010
#define NDEV_PZ_LOAD 0x0020 #define NDEV_PZ_LOAD 0x0020
#ifndef CKT #ifndef CKT_H
/* defines for CKTmode */ /* defines for CKTmode */
/* this should be the same as cktdefs.h */ /* this should be the same as cktdefs.h */
/* old 'mode' parameters */ /* old 'mode' parameters */

View File

@ -4,7 +4,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
**********/ **********/
#ifndef NUMD2_H #ifndef NUMD2_H
#define NUMD2_H "NUMD2defs.h $Revision$ on $Date$ " #define NUMD2_H
/* data structures used to describe 2D numerical diodes */ /* data structures used to describe 2D numerical diodes */

View File

@ -4,7 +4,7 @@ Authors: 1987 Karti Mayaram, 1991 David Gates
**********/ **********/
#ifndef NUMOS_H #ifndef NUMOS_H
#define NUMOS_H "NUMOSdefs.h $Revision$ on $Date$ " #define NUMOS_H
/* data structures used to describe 2D Numerical MOSFETs */ /* data structures used to describe 2D Numerical MOSFETs */