diff options
author | 2016-03-04 15:32:29 +0100 | |
---|---|---|
committer | 2016-03-04 15:37:07 +0100 | |
commit | 39f3243a201e77c11917a71a0f426bfe09a78a6a (patch) | |
tree | a04c1207bab20eb3c6a05c48f9c974fb2b97d083 /src/lib/netlist/macro | |
parent | 9f3cd785b2a69b000cb635c175b50acf13692676 (diff) |
consistency fixes and add missed files (nw)
Diffstat (limited to 'src/lib/netlist/macro')
-rw-r--r-- | src/lib/netlist/macro/nlm_cd4xxx.cpp | 3 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_cd4xxx.h | 2 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_opamp.cpp | 3 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_opamp.h | 2 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_other.cpp | 3 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_other.h | 2 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_ttl74xx.cpp | 3 | ||||
-rw-r--r-- | src/lib/netlist/macro/nlm_ttl74xx.h | 2 |
8 files changed, 16 insertions, 4 deletions
diff --git a/src/lib/netlist/macro/nlm_cd4xxx.cpp b/src/lib/netlist/macro/nlm_cd4xxx.cpp index e8ffede2aa8..f7eda575bab 100644 --- a/src/lib/netlist/macro/nlm_cd4xxx.cpp +++ b/src/lib/netlist/macro/nlm_cd4xxx.cpp @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #include "nlm_cd4xxx.h" #include "devices/nld_truthtable.h" diff --git a/src/lib/netlist/macro/nlm_cd4xxx.h b/src/lib/netlist/macro/nlm_cd4xxx.h index 94c5d04aef8..ebfb58740b2 100644 --- a/src/lib/netlist/macro/nlm_cd4xxx.h +++ b/src/lib/netlist/macro/nlm_cd4xxx.h @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud #ifndef NLD_CD4XXX_H_ #define NLD_CD4XXX_H_ diff --git a/src/lib/netlist/macro/nlm_opamp.cpp b/src/lib/netlist/macro/nlm_opamp.cpp index 9d246ebb04f..c3a932c0a35 100644 --- a/src/lib/netlist/macro/nlm_opamp.cpp +++ b/src/lib/netlist/macro/nlm_opamp.cpp @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #include "nlm_opamp.h" #include "analog/nld_opamps.h" diff --git a/src/lib/netlist/macro/nlm_opamp.h b/src/lib/netlist/macro/nlm_opamp.h index 8612f72e453..c0d6a0b158f 100644 --- a/src/lib/netlist/macro/nlm_opamp.h +++ b/src/lib/netlist/macro/nlm_opamp.h @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud #ifndef NLM_OPAMP_H_ #define NLM_OPAMP_H_ diff --git a/src/lib/netlist/macro/nlm_other.cpp b/src/lib/netlist/macro/nlm_other.cpp index e3d53def922..9a5e54af737 100644 --- a/src/lib/netlist/macro/nlm_other.cpp +++ b/src/lib/netlist/macro/nlm_other.cpp @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #include "nlm_other.h" #include "devices/nld_truthtable.h" diff --git a/src/lib/netlist/macro/nlm_other.h b/src/lib/netlist/macro/nlm_other.h index cc104968ed3..76f8dd781d5 100644 --- a/src/lib/netlist/macro/nlm_other.h +++ b/src/lib/netlist/macro/nlm_other.h @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud #ifndef NLM_OTHER_H_ #define NLM_OTHER_H_ diff --git a/src/lib/netlist/macro/nlm_ttl74xx.cpp b/src/lib/netlist/macro/nlm_ttl74xx.cpp index c9c33aceaeb..c06aa2e45d4 100644 --- a/src/lib/netlist/macro/nlm_ttl74xx.cpp +++ b/src/lib/netlist/macro/nlm_ttl74xx.cpp @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #include "nlm_ttl74xx.h" #include "devices/nld_truthtable.h" diff --git a/src/lib/netlist/macro/nlm_ttl74xx.h b/src/lib/netlist/macro/nlm_ttl74xx.h index 0fed60235c1..8ae8819480f 100644 --- a/src/lib/netlist/macro/nlm_ttl74xx.h +++ b/src/lib/netlist/macro/nlm_ttl74xx.h @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud #ifndef NLD_TTL74XX_H_ #define NLD_TTL74XX_H_ |