From 39f3243a201e77c11917a71a0f426bfe09a78a6a Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 4 Mar 2016 15:32:29 +0100 Subject: consistency fixes and add missed files (nw) --- src/lib/netlist/macro/nlm_cd4xxx.cpp | 3 ++- src/lib/netlist/macro/nlm_cd4xxx.h | 2 ++ src/lib/netlist/macro/nlm_opamp.cpp | 3 ++- src/lib/netlist/macro/nlm_opamp.h | 2 ++ src/lib/netlist/macro/nlm_other.cpp | 3 ++- src/lib/netlist/macro/nlm_other.h | 2 ++ src/lib/netlist/macro/nlm_ttl74xx.cpp | 3 ++- src/lib/netlist/macro/nlm_ttl74xx.h | 2 ++ 8 files changed, 16 insertions(+), 4 deletions(-) (limited to 'src/lib/netlist/macro') 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_ -- cgit v1.2.3-70-g09d2