Browse Source

Authorship for HICUM

pre-master-46
Holger Vogt 2 years ago
parent
commit
727a920032
  1. 2
      src/spicelib/devices/hicum2/hicum2.c
  2. 2
      src/spicelib/devices/hicum2/hicum2acld.c
  3. 2
      src/spicelib/devices/hicum2/hicum2ask.c
  4. 2
      src/spicelib/devices/hicum2/hicum2conv.c
  5. 2
      src/spicelib/devices/hicum2/hicum2defs.h
  6. 2
      src/spicelib/devices/hicum2/hicum2ext.h
  7. 2
      src/spicelib/devices/hicum2/hicum2getic.c
  8. 2
      src/spicelib/devices/hicum2/hicum2init.c
  9. 2
      src/spicelib/devices/hicum2/hicum2init.h
  10. 2
      src/spicelib/devices/hicum2/hicum2itf.h
  11. 2
      src/spicelib/devices/hicum2/hicum2mask.c
  12. 2
      src/spicelib/devices/hicum2/hicum2mpar.c
  13. 2
      src/spicelib/devices/hicum2/hicum2noise.c
  14. 2
      src/spicelib/devices/hicum2/hicum2param.c
  15. 2
      src/spicelib/devices/hicum2/hicum2pzld.c
  16. 2
      src/spicelib/devices/hicum2/hicum2setup.c
  17. 2
      src/spicelib/devices/hicum2/hicum2soachk.c
  18. 2
      src/spicelib/devices/hicum2/hicum2trunc.c
  19. 2
      src/spicelib/devices/hicum2/hicumL2.cpp
  20. 2
      src/spicelib/devices/hicum2/hicumL2.hpp
  21. 2
      src/spicelib/devices/hicum2/hicumL2temp.cpp
  22. 2
      src/spicelib/devices/hicum2/hicumL2temp.hpp

2
src/spicelib/devices/hicum2/hicum2.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2acld.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2ask.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2conv.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2defs.h

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#ifndef HICUM

2
src/spicelib/devices/hicum2/hicum2ext.h

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#ifndef __HICUMEXT_H
#define __HICUMEXT_H

2
src/spicelib/devices/hicum2/hicum2getic.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2init.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/

2
src/spicelib/devices/hicum2/hicum2init.h

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/

2
src/spicelib/devices/hicum2/hicum2itf.h

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#ifndef DEV_HICUM
#define DEV_HICUM

2
src/spicelib/devices/hicum2/hicum2mask.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#include "ngspice/ngspice.h"

2
src/spicelib/devices/hicum2/hicum2mpar.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2noise.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#include "ngspice/ngspice.h"

2
src/spicelib/devices/hicum2/hicum2param.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2pzld.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/

2
src/spicelib/devices/hicum2/hicum2setup.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicum2soachk.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#include "ngspice/ngspice.h"

2
src/spicelib/devices/hicum2/hicum2trunc.c

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicumL2.cpp

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
/*

2
src/spicelib/devices/hicum2/hicumL2.hpp

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#ifndef hicumL2_H
#define hicumL2_H

2
src/spicelib/devices/hicum2/hicumL2temp.cpp

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#include <cmath>

2
src/spicelib/devices/hicum2/hicumL2temp.hpp

@ -1,7 +1,7 @@
/**********
License : 3-clause BSD
Spice3 Implementation: 2019-2020 Dietmar Warning, Markus Müller, Mario Krattenmacher
Model Author : 1990 Michael Schröter TU Dresden
Model Author : (Copyright 1993-2024) Michael Schroter
**********/
#ifndef hicumL2_temp
#define hicumL2_temp

Loading…
Cancel
Save