* AUTHORS doc/ngspice.texi: Included an acknowledgements section.
This commit is contained in:
parent
d7ad0ee10c
commit
e61ba3bcf0
75
AUTHORS
75
AUTHORS
|
|
@ -1,41 +1,36 @@
|
||||||
|
@c This file will be processed with texinfo.
|
||||||
|
|
||||||
SPICE was originally written at The University of Berkeley (USA).
|
SPICE was originally written at The University of Berkeley (USA).
|
||||||
|
Since then, there have been many people working on the software.
|
||||||
|
The following people have contributed in some way:
|
||||||
Contributors:
|
Giles C. Billingsley,
|
||||||
-------------
|
Mansun Chan,
|
||||||
|
Wayne A. Christopher,
|
||||||
Giles C. Billingsley
|
Glao S. Dezai <dezai@@hotbot.com>,
|
||||||
Mansun Chan
|
Daniele Foci <d.foci@@ieee.ing.uniroma1.it>,
|
||||||
Wayne A. Christopher
|
Noah Friedman <friedman@@prep.ai.mit.edu>,
|
||||||
Noah Friedman <friedman@prep.ai.mit.edu>
|
David A. Gates,
|
||||||
David A. Gates
|
JianHui Huang,
|
||||||
JianHui Huang
|
Jeffrey M. Hsu,
|
||||||
Jeffrey M. Hsu
|
S. Hwang,
|
||||||
S. Hwang
|
Chris Inbody <cinbody@@cowtown.net>,
|
||||||
Gordon M. Jacobs
|
Gordon M. Jacobs,
|
||||||
Min-Chie Jeng
|
Min-Chie Jeng,
|
||||||
Kenneth H. Keller
|
Kenneth H. Keller,
|
||||||
Mathew Lew
|
Mathew Lew,
|
||||||
Weidong Liu
|
Weidong Liu,
|
||||||
Richard D. McRoberts
|
Richard D. McRoberts,
|
||||||
Gary W. Ng
|
Manfred Metzger <ManfredMetzger@@gmx.de>,
|
||||||
Hong June Park
|
Paolo Nenzi <pnenzi@@ieee.ing.uniroma1.it>,
|
||||||
Thomas L. Quarles
|
Gary W. Ng,
|
||||||
Jaijeet S. Roychowdhury
|
Hong June Park,
|
||||||
Takayasu Sakurai
|
Arno Peters <A.W.Peters@@ieee.org>,
|
||||||
Kanwar Jit Singh
|
Serban-Mihai Popescu <serbanp@@ix.netcom.com>,
|
||||||
Andrew Tuckey <Tuckey@ieee.org>
|
Thomas L. Quarles,
|
||||||
|
Emmanuel Rouat <emmanuel.rouat@@wanadoo.fr>,
|
||||||
NGSPICE is now actively hacked by:
|
Jaijeet S. Roychowdhury,
|
||||||
|
Takayasu Sakurai,
|
||||||
* Glao S. Dezai <dezai@hotbot.com>
|
Kanwar Jit Singh,
|
||||||
* Daniele Foci <d.foci@ieee.ing.uniroma1.it>
|
Andrew Tuckey <Tuckey@@ieee.org>
|
||||||
* Chris Inbody <cinbody@cowtown.net>
|
Michael Widlok <widlok@@uci.agh.edu.pl>,
|
||||||
* Paolo Nenzi <pnenzi@ieee.ing.uniroma1.it>
|
and many others...
|
||||||
* Arno Peters <A.W.Peters@ieee.org>
|
|
||||||
* Serban-Mihai Popescu <serbanp@ix.netcom.com>
|
|
||||||
* Emmanuel Rouat <emmanuel.rouat@wanadoo.fr>
|
|
||||||
* Michael Widlok <widlok@uci.agh.edu.pl>
|
|
||||||
* Manfred Metzger <ManfredMetzger@gmx.de>
|
|
||||||
|
|
||||||
(and many others...)
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,8 @@
|
||||||
|
2000-06-18 Arno W. Peters <A.W.Peters@ieee.org>
|
||||||
|
|
||||||
|
* AUTHORS, doc/ngspice.texi: Included an acknowledgements
|
||||||
|
section.
|
||||||
|
|
||||||
2000-06-16 Arno W. Peters <A.W.Peters@ieee.org>
|
2000-06-16 Arno W. Peters <A.W.Peters@ieee.org>
|
||||||
|
|
||||||
* src/frontend/doplot.c: Refactored into the following files:
|
* src/frontend/doplot.c: Refactored into the following files:
|
||||||
|
|
|
||||||
|
|
@ -80,7 +80,7 @@ MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
||||||
@end titlepage
|
@end titlepage
|
||||||
|
|
||||||
|
|
||||||
@node Top, Introduction, (dir), (dir)
|
@node Top, Acknowledgements, (dir), (dir)
|
||||||
|
|
||||||
@ifinfo
|
@ifinfo
|
||||||
This document describes ...
|
This document describes ...
|
||||||
|
|
@ -90,6 +90,7 @@ of the program named ...
|
||||||
@end ifinfo
|
@end ifinfo
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
|
* Acknowledgements::
|
||||||
* Introduction::
|
* Introduction::
|
||||||
* Circuit Description::
|
* Circuit Description::
|
||||||
* Circuit Elements and Models::
|
* Circuit Elements and Models::
|
||||||
|
|
@ -106,7 +107,13 @@ of the program named ...
|
||||||
@c @cindex Index entry for First Chapter
|
@c @cindex Index entry for First Chapter
|
||||||
|
|
||||||
|
|
||||||
@node Introduction, Circuit Description, Top, Top
|
@node Acknowledgements, Introduction, Top, Top
|
||||||
|
@comment node-name, next, previous, up
|
||||||
|
@chapter Acknowledgements
|
||||||
|
|
||||||
|
@include ../AUTHORS
|
||||||
|
|
||||||
|
@node Introduction, Circuit Description, Acknowledgements, Top
|
||||||
@comment node-name, next, previous, up
|
@comment node-name, next, previous, up
|
||||||
@chapter Introduction
|
@chapter Introduction
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue