Browse Source

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

rlar 14 years ago
parent
commit
0b5042e7da
  1. 2
      autogen.sh
  2. 2
      man/man1/ngnutmeg.1
  3. 2
      man/man1/ngsconvert.1
  4. 2
      man/man1/ngspice.1
  5. 1
      src/Makefile.am
  6. 1
      src/ciderlib/input/dopset.c
  7. 1
      src/ciderlib/input/matlset.c
  8. 1
      src/ciderlib/input/meshset.c
  9. 1
      src/ciderlib/input/modlset.c
  10. 1
      src/ciderlib/input/outpset.c
  11. 1
      src/ciderlib/oned/oneadmit.c
  12. 1
      src/ciderlib/oned/onecond.c
  13. 1
      src/ciderlib/oned/onecont.c
  14. 1
      src/ciderlib/oned/onemesh.c
  15. 1
      src/ciderlib/oned/onepoiss.c
  16. 1
      src/ciderlib/oned/oneprint.c
  17. 1
      src/ciderlib/oned/oneproj.c
  18. 1
      src/ciderlib/oned/oneread.c
  19. 1
      src/ciderlib/oned/onesetup.c
  20. 1
      src/ciderlib/oned/onesolve.c
  21. 1
      src/ciderlib/support/integset.c
  22. 1
      src/ciderlib/support/mobil.c
  23. 1
      src/ciderlib/support/suprem.c
  24. 1
      src/ciderlib/twod/twoadmit.c
  25. 1
      src/ciderlib/twod/twocond.c
  26. 1
      src/ciderlib/twod/twocont.c
  27. 1
      src/ciderlib/twod/twomesh.c
  28. 1
      src/ciderlib/twod/twomobfn.c
  29. 1
      src/ciderlib/twod/twoncont.c
  30. 1
      src/ciderlib/twod/twopcont.c
  31. 1
      src/ciderlib/twod/twopoiss.c
  32. 1
      src/ciderlib/twod/twoprint.c
  33. 1
      src/ciderlib/twod/tworead.c
  34. 1
      src/ciderlib/twod/twosetup.c
  35. 1
      src/ciderlib/twod/twosolve.c
  36. 1
      src/frontend/Makefile.am
  37. 1
      src/frontend/aspice.c
  38. 1
      src/frontend/breakp.c
  39. 1
      src/frontend/breakp2.c
  40. 1
      src/frontend/breakp2.h
  41. 1
      src/frontend/com_chdir.c
  42. 1
      src/frontend/com_chdir.h
  43. 1
      src/frontend/com_echo.c
  44. 1
      src/frontend/com_echo.h
  45. 1
      src/frontend/com_history.c
  46. 3
      src/frontend/com_measure2.c
  47. 1
      src/frontend/com_rehash.c
  48. 1
      src/frontend/com_rehash.h
  49. 1
      src/frontend/com_shell.c
  50. 1
      src/frontend/com_shell.h
  51. 1
      src/frontend/com_shift.c
  52. 1
      src/frontend/com_shift.h
  53. 1
      src/frontend/com_sysinfo.c
  54. 1
      src/frontend/com_unset.c
  55. 1
      src/frontend/com_unset.h
  56. 1
      src/frontend/commands.c
  57. 1
      src/frontend/control.h
  58. 1
      src/frontend/cpitf.c
  59. 1
      src/frontend/define.c
  60. 1
      src/frontend/display.c
  61. 1
      src/frontend/dotcards.c
  62. 1
      src/frontend/help/x11disp.c
  63. 1
      src/frontend/hpgl.h
  64. 1
      src/frontend/inp.c
  65. 1
      src/frontend/inpcom.c
  66. 1
      src/frontend/linear.c
  67. 2
      src/frontend/measure.c
  68. 1
      src/frontend/mw_coms.c
  69. 1
      src/frontend/numparam/mystring.c
  70. 1
      src/frontend/numparam/numpaif.h
  71. 1
      src/frontend/numparam/numparam.h
  72. 1
      src/frontend/numparam/nupatest.c
  73. 1
      src/frontend/numparam/xpressn.c
  74. 1
      src/frontend/nutinp.c
  75. 1
      src/frontend/options.c
  76. 1
      src/frontend/outitf.c
  77. 1
      src/frontend/parse.c
  78. 1
      src/frontend/parse.h
  79. 1
      src/frontend/parser/backq.c
  80. 1
      src/frontend/parser/backq.h
  81. 1
      src/frontend/parser/cshpar.c
  82. 1
      src/frontend/parser/cshpar.h
  83. 1
      src/frontend/parser/input.c
  84. 1
      src/frontend/plotting/graf.c
  85. 1
      src/frontend/plotting/graf.h
  86. 1
      src/frontend/plotting/graphdb.c
  87. 1
      src/frontend/plotting/grid.c
  88. 1
      src/frontend/plotting/plot5.c
  89. 1
      src/frontend/plotting/plot5.h
  90. 1
      src/frontend/plotting/plotit.c
  91. 1
      src/frontend/plotting/x11.c
  92. 1
      src/frontend/plotting/x11.h
  93. 1
      src/frontend/postsc.c
  94. 1
      src/frontend/rawfile.c
  95. 1
      src/frontend/resource.c
  96. 1
      src/frontend/runcoms.c
  97. 1
      src/frontend/runcoms.h
  98. 1
      src/frontend/runcoms2.c
  99. 1
      src/frontend/signal_handler.h
  100. 1
      src/frontend/spec.c

2
autogen.sh

@ -5,8 +5,6 @@
# package. # package.
# #
# #
# $Id$
#
# temp-adms.ac: modified configure.ac if --adms is selected # temp-adms.ac: modified configure.ac if --adms is selected
# for temporary use by autoconf, will be deleted automatically # for temporary use by autoconf, will be deleted automatically
# configure.ac stays untouched # configure.ac stays untouched

2
man/man1/ngnutmeg.1

@ -1,5 +1,3 @@
.\" RCS Info: $Revision$ on $Date$
.\" $Source$
.\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group .\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
.ig .ig

2
man/man1/ngsconvert.1

@ -1,5 +1,3 @@
.\" RCS Info: $Revision$ on $Date$
.\" $Source$
.\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group .\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
.TH SCONVERT 1 "20 March 1986" .TH SCONVERT 1 "20 March 1986"
.UC 4 .UC 4

2
man/man1/ngspice.1

@ -1,5 +1,3 @@
.\" RCS Info: $Revision$ on $Date$
.\" $Source$
.\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group .\" Copyright (c) 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
.ig .ig

1
src/Makefile.am

@ -1,5 +1,4 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
# $Id$
SUBDIRS = misc maths frontend spicelib include/ngspice SUBDIRS = misc maths frontend spicelib include/ngspice
DIST_SUBDIRS = misc maths frontend spicelib include/ngspice xspice ciderlib DIST_SUBDIRS = misc maths frontend spicelib include/ngspice xspice ciderlib

1
src/ciderlib/input/dopset.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
Modifed: 2001 Paolo Nenzi Modifed: 2001 Paolo Nenzi
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/input/matlset.c

@ -2,7 +2,6 @@
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
Modified: 2001 Paolo Nenzi Modified: 2001 Paolo Nenzi
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/input/meshset.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
Modified: 2001 Paolo Nenzi Modified: 2001 Paolo Nenzi
$Id$
**********/ **********/
/********** /**********
Mesh Setup & Query Routines. Mesh Setup & Query Routines.

1
src/ciderlib/input/modlset.c

@ -2,7 +2,6 @@
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
Modified: 2001 Paolo Nenzi Modified: 2001 Paolo Nenzi
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/input/outpset.c

@ -2,7 +2,6 @@
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
Modified: 2001 Paolo Nenzi Modified: 2001 Paolo Nenzi
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/oned/oneadmit.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* Functions to compute small-signal parameters of 1D devices */ /* Functions to compute small-signal parameters of 1D devices */

1
src/ciderlib/oned/onecond.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* Functions to compute device conductances and currents */ /* Functions to compute device conductances and currents */

1
src/ciderlib/oned/onecont.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/oned/onemesh.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/oned/onepoiss.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/oned/oneprint.c

@ -2,7 +2,6 @@
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/oned/oneproj.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/oned/oneread.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/ciderlib/oned/onesetup.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/********** /**********

1
src/ciderlib/oned/onesolve.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/ciderlib/support/integset.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/support/mobil.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/support/suprem.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* Functions to read SUPREM (Binary or Ascii) & ASCII input files */ /* Functions to read SUPREM (Binary or Ascii) & ASCII input files */

1
src/ciderlib/twod/twoadmit.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* Functions to compute the ac admittances of a device. */ /* Functions to compute the ac admittances of a device. */

1
src/ciderlib/twod/twocond.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* Functions to compute terminal conductances & currents. */ /* Functions to compute terminal conductances & currents. */

1
src/ciderlib/twod/twocont.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/twomesh.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/twomobfn.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1990 David A. Gates, U. C. Berkeley CAD Group Author: 1990 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/twoncont.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/twopcont.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/twopoiss.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/twoprint.c

@ -2,7 +2,6 @@
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/ciderlib/twod/tworead.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1992 Regents of the University of California. All rights reserved. Copyright 1992 Regents of the University of California. All rights reserved.
Author: 1992 David A. Gates, U. C. Berkeley CAD Group Author: 1992 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/ciderlib/twod/twosetup.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/********** /**********

1
src/ciderlib/twod/twosolve.c

@ -2,7 +2,6 @@
Copyright 1991 Regents of the University of California. All rights reserved. Copyright 1991 Regents of the University of California. All rights reserved.
Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group Author: 1987 Kartikeya Mayaram, U. C. Berkeley CAD Group
Author: 1991 David A. Gates, U. C. Berkeley CAD Group Author: 1991 David A. Gates, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/frontend/Makefile.am

@ -1,5 +1,4 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
## $Id$
SUBDIRS = plotting help parser wdisp numparam trannoise SUBDIRS = plotting help parser wdisp numparam trannoise
DIST_SUBDIRS = plotting help parser wdisp numparam trannoise DIST_SUBDIRS = plotting help parser wdisp numparam trannoise

1
src/frontend/aspice.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/breakp.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/breakp2.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/breakp2.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for breakp2.c * Header file for breakp2.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef BREAKP2_H_INCLUDED #ifndef BREAKP2_H_INCLUDED

1
src/frontend/com_chdir.c

@ -1,6 +1,5 @@
/************* /*************
* com_chdir.c * com_chdir.c
* $Id$
************/ ************/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/frontend/com_chdir.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for com_chdir.c * Header file for com_chdir.c
* $Id$
************/ ************/
#ifndef COM_CHDIR_H #ifndef COM_CHDIR_H

1
src/frontend/com_echo.c

@ -1,6 +1,5 @@
/************* /*************
* com_echo.c * com_echo.c
* $Id$
************/ ************/
#include <config.h> #include <config.h>

1
src/frontend/com_echo.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for com_echo.c * Header file for com_echo.c
* $Id$
************/ ************/
#ifndef COM_ECHO_H #ifndef COM_ECHO_H

1
src/frontend/com_history.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* Do history substitutions. */ /* Do history substitutions. */

3
src/frontend/com_measure2.c

@ -2,9 +2,8 @@
Entry point is function get_measure2(), called by fcn do_measure() Entry point is function get_measure2(), called by fcn do_measure()
from measure.c. from measure.c.
Patches by Bill Swartz from 2009-05-18 and 2009-08-21 are included. Patches by Bill Swartz from 2009-05-18 and 2009-08-21 are included.
$Id$
*/ */
#include <config.h> #include <config.h>
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include "ngspice/memory.h" #include "ngspice/memory.h"

1
src/frontend/com_rehash.c

@ -1,6 +1,5 @@
/************* /*************
* com_rehash.c * com_rehash.c
* $Id$
************/ ************/
#include <config.h> #include <config.h>

1
src/frontend/com_rehash.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for com_rehsh.c * Header file for com_rehsh.c
* $Id$
************/ ************/
#ifndef COM_REHASH_H #ifndef COM_REHASH_H

1
src/frontend/com_shell.c

@ -1,6 +1,5 @@
/************* /*************
* com_shell.c * com_shell.c
* $Id$
************/ ************/
#include <config.h> #include <config.h>

1
src/frontend/com_shell.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for com_shell.c * Header file for com_shell.c
* $Id$
************/ ************/
#ifndef COM_SHELL_H #ifndef COM_SHELL_H

1
src/frontend/com_shift.c

@ -1,6 +1,5 @@
/************* /*************
* com_shift.c * com_shift.c
* $Id$
************/ ************/
#include <config.h> #include <config.h>

1
src/frontend/com_shift.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for com_shift.c * Header file for com_shift.c
* $Id$
************/ ************/
#ifndef COM_SHIFT_H #ifndef COM_SHIFT_H

1
src/frontend/com_sysinfo.c

@ -5,7 +5,6 @@
Authors: Holger Vogt, Hendrik Vogt Authors: Holger Vogt, Hendrik Vogt
$Id$
*/ */
#include "config.h" #include "config.h"

1
src/frontend/com_unset.c

@ -1,6 +1,5 @@
/************* /*************
* com_unset.c * com_unset.c
* $Id$
************/ ************/
#include <config.h> #include <config.h>

1
src/frontend/com_unset.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for com_unset.c * Header file for com_unset.c
* $Id$
************/ ************/
#ifndef COM_UNSET_H #ifndef COM_UNSET_H

1
src/frontend/commands.c

@ -1,5 +1,4 @@
/* NG-SPICE -- An electrical circuit simulator /* NG-SPICE -- An electrical circuit simulator
* $Id$
* *
* Copyright (c) 1990 University of California * Copyright (c) 1990 University of California
* Copyright (c) 2000 Arno W. Peters * Copyright (c) 2000 Arno W. Peters

1
src/frontend/control.h

@ -1,6 +1,5 @@
/********** /**********
* Header file for control.c * Header file for control.c
* $Id$
**********/ **********/
#ifndef CONTROL_H #ifndef CONTROL_H

1
src/frontend/cpitf.c

@ -2,7 +2,6 @@
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
*********** ***********
$Id$
*/ */

1
src/frontend/define.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/display.c

@ -1,6 +1,5 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
$Id$
**********/ **********/

1
src/frontend/dotcards.c

@ -2,7 +2,6 @@
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
Modified: 2000 AlansFixes Modified: 2000 AlansFixes
$Id$
**********/ **********/
/* /*

1
src/frontend/help/x11disp.c

@ -2,7 +2,6 @@
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: Jeffrey M. Hsu Author: Jeffrey M. Hsu
Modified 1999 Emmanuel Rouat Modified 1999 Emmanuel Rouat
$Id$
**********/ **********/
#include <config.h> #include <config.h>

1
src/frontend/hpgl.h

@ -1,6 +1,5 @@
/************* /*************
* Header file for hpgl.c * Header file for hpgl.c
* $Id$
************/ ************/
#ifndef HPGH_H #ifndef HPGH_H

1
src/frontend/inp.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher Author: 1985 Wayne A. Christopher
$Id$
**********/ **********/
/* /*

1
src/frontend/inpcom.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher Author: 1985 Wayne A. Christopher
$Id$
**********/ **********/
/* /*

1
src/frontend/linear.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

2
src/frontend/measure.c

@ -4,8 +4,6 @@
In addition it contains the fcn com_meas(), which provide the In addition it contains the fcn com_meas(), which provide the
interactive 'meas' command. interactive 'meas' command.
$Id$
*/ */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/frontend/mw_coms.c

@ -1,5 +1,4 @@
/* Michael Widlok 2 Jun 1999 */ /* Michael Widlok 2 Jun 1999 */
/* $Id$ */
/* New commands for unloading circuits */ /* New commands for unloading circuits */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/frontend/numparam/mystring.c

@ -2,7 +2,6 @@
* *
* This file is part of Numparam, see: readme.txt * This file is part of Numparam, see: readme.txt
* Free software under the terms of the GNU Lesser General Public License * Free software under the terms of the GNU Lesser General Public License
* $Id$
*/ */
#include <stdio.h> #include <stdio.h>

1
src/frontend/numparam/numpaif.h

@ -1,7 +1,6 @@
/* /*
* numpaif.h * numpaif.h
* external interface to spice frontend subckt.c * external interface to spice frontend subckt.c
* $Id$
*/ */
#ifndef NUMPAIF_H #ifndef NUMPAIF_H

1
src/frontend/numparam/numparam.h

@ -1,6 +1,5 @@
/* /*
* numparam.h * numparam.h
* $Id$
*/ */
/*** interface to spice frontend subckt.c ***/ /*** interface to spice frontend subckt.c ***/

1
src/frontend/numparam/nupatest.c

@ -2,7 +2,6 @@
* *
* This file is part of Numparam, see: readme.txt * This file is part of Numparam, see: readme.txt
* Free software under the terms of the GNU Lesser General Public License * Free software under the terms of the GNU Lesser General Public License
* $Id$
*/ */
/**** test executable for the numparam library ****/ /**** test executable for the numparam library ****/

1
src/frontend/numparam/xpressn.c

@ -2,7 +2,6 @@
This file is part of Numparam, see: readme.txt This file is part of Numparam, see: readme.txt
Free software under the terms of the GNU Lesser General Public License Free software under the terms of the GNU Lesser General Public License
$Id$
*/ */
#include <stdio.h> /* for function message() only. */ #include <stdio.h> /* for function message() only. */

1
src/frontend/nutinp.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher Author: 1985 Wayne A. Christopher
$Id$
**********/ **********/
/* /*

1
src/frontend/options.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/outitf.c

@ -2,7 +2,6 @@
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1988 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1988 Wayne A. Christopher, U. C. Berkeley CAD Group
Modified: 2000 AlansFixes Modified: 2000 AlansFixes
$Id$
**********/ **********/
/* /*

1
src/frontend/parse.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/parse.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for parse.c * Header file for parse.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef _PARSE_H #ifndef _PARSE_H

1
src/frontend/parser/backq.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/parser/backq.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for backq.c * Header file for backq.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef BACKQ_H_INCLUDED #ifndef BACKQ_H_INCLUDED

1
src/frontend/parser/cshpar.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/parser/cshpar.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for cshpar.c * Header file for cshpar.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef CSHPAR_H_INCLUDED #ifndef CSHPAR_H_INCLUDED

1
src/frontend/parser/input.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1988 Jeffrey M. Hsu Author: 1988 Jeffrey M. Hsu
$Id$
**********/ **********/
/* /*

1
src/frontend/plotting/graf.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1988 Jeffrey M. Hsu Author: 1988 Jeffrey M. Hsu
$Id$
**********/ **********/
/* /*

1
src/frontend/plotting/graf.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for graf.c * Header file for graf.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef GRAF_H #ifndef GRAF_H

1
src/frontend/plotting/graphdb.c

@ -1,6 +1,5 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
$Id$
**********/ **********/
/* /*

1
src/frontend/plotting/grid.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Modified: 2001 AlansFixes Modified: 2001 AlansFixes
$Id$
**********/ **********/
/* /*

1
src/frontend/plotting/plot5.c

@ -1,6 +1,5 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
$Id$
**********/ **********/
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"

1
src/frontend/plotting/plot5.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for plot5.c * Header file for plot5.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef PLOT5_H_INCLUDED #ifndef PLOT5_H_INCLUDED

1
src/frontend/plotting/plotit.c

@ -1,4 +1,3 @@
/* $Id$ */
#include "ngspice/ngspice.h" #include "ngspice/ngspice.h"
#include <config.h> #include <config.h>
#include "ngspice/bool.h" #include "ngspice/bool.h"

1
src/frontend/plotting/x11.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1988 Jeffrey M. Hsu Author: 1988 Jeffrey M. Hsu
$Id$
**********/ **********/
/* /*

1
src/frontend/plotting/x11.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for x11.c * Header file for x11.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef X11_H_INCLUDED #ifndef X11_H_INCLUDED

1
src/frontend/postsc.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1988 Jeffrey M. Hsu Author: 1988 Jeffrey M. Hsu
$Id$
**********/ **********/
/* /*

1
src/frontend/rawfile.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1986 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/resource.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/runcoms.c

@ -2,7 +2,6 @@
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
Modified: 2000 AlansFixes Modified: 2000 AlansFixes
$Id$
**********/ **********/
/* /*

1
src/frontend/runcoms.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for runcoms.c * Header file for runcoms.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef RUNCOMS_H_INCLUDED #ifndef RUNCOMS_H_INCLUDED

1
src/frontend/runcoms2.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1990 Regents of the University of California. All rights reserved. Copyright 1990 Regents of the University of California. All rights reserved.
Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD Group
$Id$
**********/ **********/
/* /*

1
src/frontend/signal_handler.h

@ -1,7 +1,6 @@
/************* /*************
* Header file for signal_handler.c * Header file for signal_handler.c
* 1999 E. Rouat * 1999 E. Rouat
* $Id$
************/ ************/
#ifndef SIGNAL_HANDLER_H_INCLUDED #ifndef SIGNAL_HANDLER_H_INCLUDED

1
src/frontend/spec.c

@ -1,7 +1,6 @@
/********** /**********
Copyright 1994 Macquarie University, Sydney Australia. All rights reserved. Copyright 1994 Macquarie University, Sydney Australia. All rights reserved.
Author: 1994 Anthony E. Parker, Department of Electronics, Macquarie Uni. Author: 1994 Anthony E. Parker, Department of Electronics, Macquarie Uni.
$Id$
**********/ **********/
/* /*

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save