Browse Source

XSPICE is in the public domain.

Update to the license information.
pre-master-46
Holger Vogt 6 years ago
parent
commit
cc5369816b
  1. 3
      src/spicelib/parser/inpgmod.c
  2. 7
      src/xspice/cm/cm.c
  3. 5
      src/xspice/cm/cmevt.c
  4. 5
      src/xspice/cm/cmmeters.c
  5. 5
      src/xspice/cm/cmutil.c
  6. 5
      src/xspice/enh/enh.c
  7. 5
      src/xspice/enh/enhtrans.c
  8. 5
      src/xspice/evt/evtaccept.c
  9. 5
      src/xspice/evt/evtbackup.c
  10. 5
      src/xspice/evt/evtcall_hybrids.c
  11. 5
      src/xspice/evt/evtdeque.c
  12. 5
      src/xspice/evt/evtdump.c
  13. 5
      src/xspice/evt/evtinit.c
  14. 5
      src/xspice/evt/evtiter.c
  15. 5
      src/xspice/evt/evtload.c
  16. 5
      src/xspice/evt/evtnext_time.c
  17. 5
      src/xspice/evt/evtnode_copy.c
  18. 5
      src/xspice/evt/evtop.c
  19. 5
      src/xspice/evt/evtqueue.c
  20. 5
      src/xspice/evt/evtsetup.c
  21. 5
      src/xspice/evt/evttermi.c
  22. 8
      src/xspice/icm/analog/hyst/cm_hyst.h
  23. 6
      src/xspice/icm/analog/int/int.h
  24. 6
      src/xspice/icm/analog/slew/slew.h
  25. 6
      src/xspice/icm/digital/d_osc/d_osc.h
  26. 6
      src/xspice/icm/digital/d_source/d_source.h
  27. 6
      src/xspice/icm/digital/d_state/d_state.h
  28. 8
      src/xspice/icm/dlmain.c
  29. 7
      src/xspice/icm/dlmain.h
  30. 5
      src/xspice/icm/xtraevt/int/udnfunc.c
  31. 5
      src/xspice/icm/xtraevt/real/udnfunc.c
  32. 5
      src/xspice/idn/idndig.c
  33. 5
      src/xspice/ipc/ipc.c
  34. 5
      src/xspice/ipc/ipcaegis.c
  35. 8
      src/xspice/ipc/ipcsockets.c
  36. 5
      src/xspice/ipc/ipctiein.c
  37. 5
      src/xspice/mif/mif.c
  38. 5
      src/xspice/mif/mif_inp2.c
  39. 5
      src/xspice/mif/mifask.c
  40. 5
      src/xspice/mif/mifconvt.c
  41. 5
      src/xspice/mif/mifdelete.c
  42. 5
      src/xspice/mif/mifdestr.c
  43. 5
      src/xspice/mif/mifgetvalue.c
  44. 5
      src/xspice/mif/mifload.c
  45. 5
      src/xspice/mif/mifmask.c
  46. 5
      src/xspice/mif/mifmdelete.c
  47. 5
      src/xspice/mif/mifmpara.c
  48. 5
      src/xspice/mif/mifsetup.c
  49. 6
      src/xspice/mif/miftrunc.c
  50. 5
      src/xspice/mif/mifutil.c

3
src/spicelib/parser/inpgmod.c

@ -1,5 +1,8 @@
/**********
Copyright 1990 Regents of the University of California. All rights reserved.
Copyright 2000 The ngspice team
3-Clause BSD license
(see COPYING or https://opensource.org/licenses/BSD-3-Clause)
Author: 1985 Thomas L. Quarles, 1991 David A. Gates
Modified: 2001 Paolo Nenzi (Cider Integration)
**********/

7
src/xspice/cm/cm.c

@ -3,11 +3,10 @@ FILE CM.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS
@ -524,8 +523,6 @@ double cm_analog_ramp_factor(void)
*
* This is a modified version of the function NIintegrate()
*
* Modifications are Copyright 1991 Georgia Tech Research Institute
*
*/
static void cm_static_integrate(int byte_index,

5
src/xspice/cm/cmevt.c

@ -3,11 +3,10 @@ FILE CMevt.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/cm/cmmeters.c

@ -3,11 +3,10 @@ FILE CMmeters.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/cm/cmutil.c

@ -3,11 +3,10 @@ FILE CMutil.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/enh/enh.c

@ -3,11 +3,10 @@ FILE ENH.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/enh/enhtrans.c

@ -3,11 +3,10 @@ FILE ENHtranslate_poly.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtaccept.c

@ -3,11 +3,10 @@ FILE EVTaccept.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtbackup.c

@ -3,11 +3,10 @@ FILE EVTbackup.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtcall_hybrids.c

@ -3,11 +3,10 @@ FILE EVTcall_hybrids.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtdeque.c

@ -3,11 +3,10 @@ FILE EVTdequeue.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtdump.c

@ -3,11 +3,10 @@ FILE EVTdump.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtinit.c

@ -3,11 +3,10 @@ FILE EVTinit.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtiter.c

@ -3,11 +3,10 @@ FILE EVTiter.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtload.c

@ -3,11 +3,10 @@ FILE EVTload.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtnext_time.c

@ -3,11 +3,10 @@ FILE EVTnext_time.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtnode_copy.c

@ -3,11 +3,10 @@ FILE EVTnode_copy.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtop.c

@ -3,11 +3,10 @@ FILE EVTop.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtqueue.c

@ -3,11 +3,10 @@ FILE EVTqueue.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evtsetup.c

@ -3,11 +3,10 @@ FILE EVTsetup.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/evt/evttermi.c

@ -3,11 +3,10 @@ FILE EVTtermInsert.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

8
src/xspice/icm/analog/hyst/cm_hyst.h

@ -3,11 +3,11 @@
FILE hyst/cm_hyst.h
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Ga. 30332
All Rights Reserved
Public Domain
PROJECT A-8503-405
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503 405
AUTHORS

6
src/xspice/icm/analog/int/int.h

@ -3,10 +3,10 @@
FILE int/int.h
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Ga. 30332
All Rights Reserved
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503-405

6
src/xspice/icm/analog/slew/slew.h

@ -3,10 +3,10 @@
FILE slew/slew.h
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Ga. 30332
All Rights Reserved
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503-405

6
src/xspice/icm/digital/d_osc/d_osc.h

@ -3,10 +3,10 @@
FILE d_osc/d_osc.h
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Ga. 30332
All Rights Reserved
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503-405

6
src/xspice/icm/digital/d_source/d_source.h

@ -3,10 +3,10 @@
FILE d_source/cfunc.mod
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Ga. 30332
All Rights Reserved
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503-405

6
src/xspice/icm/digital/d_state/d_state.h

@ -3,10 +3,10 @@
FILE d_state/d_state.h
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Ga. 30332
All Rights Reserved
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503-405

8
src/xspice/icm/dlmain.c

@ -1,9 +1,11 @@
//////////////////////////////////////////////////////////////////////////////
// Build cmextrn.h, cminfo.h, udnextrn.h and udninfo.h from udnpath.lst and
// modpath.lst using 'cmpp -lst'. Then compile this file and link it with
// cm and udn object files to produce a dll that can be loaded by the
// spice opus simulator at run-time.
//
// cm and udn object files to produce a dll that can be loaded by ngspice
// at run-time.
// Copyright 2000 The ngspice team
// 3 - Clause BSD license
// (see COPYING or https://opensource.org/licenses/BSD-3-Clause)
// Author: Arpad Buermen
//////////////////////////////////////////////////////////////////////////////

7
src/xspice/icm/dlmain.h

@ -1,3 +1,10 @@
//////////////////////////////////////////////////////////////////////////////
// Copyright 2000 The ngspice team
// 3 - Clause BSD license
// (see COPYING or https://opensource.org/licenses/BSD-3-Clause)
// Author: Arpad Buermen
//////////////////////////////////////////////////////////////////////////////
#ifndef dlmain_h_included
#define dlmain_h_included

5
src/xspice/icm/xtraevt/int/udnfunc.c

@ -3,11 +3,10 @@ FILE int/udnfunc.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/icm/xtraevt/real/udnfunc.c

@ -3,11 +3,10 @@ FILE real/udnfunc.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/idn/idndig.c

@ -3,11 +3,10 @@ FILE IDNdig.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/ipc/ipc.c

@ -3,11 +3,10 @@ FILE IPC.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/ipc/ipcaegis.c

@ -3,11 +3,10 @@ FILE IPCaegis.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

8
src/xspice/ipc/ipcsockets.c

@ -2,11 +2,11 @@
FILE IPCsockets.c
Copyright 1991
Georgia Tech Research Corporation, Atlanta, Georgia 30332
All Rights Reserved
Public Domain
PROJECT ATESSE A-8503
Georgia Tech Research Corporation
Atlanta, Georgia 30332
PROJECT A-8503
AUTHOR
Stefan Roth July 1991

5
src/xspice/ipc/ipctiein.c

@ -3,11 +3,10 @@ FILE IPCtiein.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mif.c

@ -3,11 +3,10 @@ FILE MIF.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mif_inp2.c

@ -3,11 +3,10 @@ FILE MIF_INP2A.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifask.c

@ -3,11 +3,10 @@ FILE MIFask.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifconvt.c

@ -3,11 +3,10 @@ FILE MIFconvTest.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifdelete.c

@ -3,11 +3,10 @@ FILE MIFdelete.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifdestr.c

@ -3,11 +3,10 @@ FILE MIFdestroy.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifgetvalue.c

@ -3,11 +3,10 @@ FILE MIFgetValue.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifload.c

@ -3,11 +3,10 @@ FILE MIFload.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifmask.c

@ -3,11 +3,10 @@ FILE MIFmAsk.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifmdelete.c

@ -3,11 +3,10 @@ FILE MIFmDelete.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifmpara.c

@ -3,11 +3,10 @@ FILE MIFmParam.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

5
src/xspice/mif/mifsetup.c

@ -3,11 +3,10 @@ FILE MIFsetup.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

6
src/xspice/mif/miftrunc.c

@ -3,11 +3,10 @@ FILE MIFtrunc.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS
@ -114,7 +113,6 @@ MIFtrunc(
/*
* Copyright (c) 1985 Thomas L. Quarles
*
* This is a modified version of the function CKTterr(). It limits
* timeStep according to computed truncation error.

5
src/xspice/mif/mifutil.c

@ -3,11 +3,10 @@ FILE MIFutil.c
MEMBER OF process XSPICE
Copyright 1991
Public Domain
Georgia Tech Research Corporation
Atlanta, Georgia 30332
All Rights Reserved
PROJECT A-8503
AUTHORS

Loading…
Cancel
Save