diff options
author | 2016-03-12 12:31:13 +0100 | |
---|---|---|
committer | 2016-03-12 12:31:13 +0100 | |
commit | a026a582f1a0ea8c1ede3acaddacef506ef3f3b0 (patch) | |
tree | e31573822f2359677de519f9f3b600d98e8764cd /nl_examples | |
parent | 477d2abd43984f076b7e45f5527591fa8fd0d241 (diff) | |
parent | dcab55bf53b94713a6f72e9633f5101c8dd6c08c (diff) |
Merge pull request #15 from mamedev/master
Sync to base master
Diffstat (limited to 'nl_examples')
-rw-r--r-- | nl_examples/7400_astable.c | 2 | ||||
-rw-r--r-- | nl_examples/74123_mstable.c | 2 | ||||
-rw-r--r-- | nl_examples/9602_mstable.c | 2 | ||||
-rw-r--r-- | nl_examples/bjt.c | 2 | ||||
-rw-r--r-- | nl_examples/bjt_eb.c | 2 | ||||
-rw-r--r-- | nl_examples/bjt_eb_pnp.c | 2 | ||||
-rw-r--r-- | nl_examples/breakout.c | 3 | ||||
-rw-r--r-- | nl_examples/cd4066.c | 2 | ||||
-rw-r--r-- | nl_examples/cdelay.c | 2 | ||||
-rw-r--r-- | nl_examples/congo_bongo.c | 3 | ||||
-rw-r--r-- | nl_examples/kidniki.c | 3 | ||||
-rw-r--r-- | nl_examples/mm5837_noise.c | 2 | ||||
-rw-r--r-- | nl_examples/msx_mixer_stage.c | 2 | ||||
-rw-r--r-- | nl_examples/ne555_astable.c | 2 | ||||
-rw-r--r-- | nl_examples/opamp.c | 2 | ||||
-rw-r--r-- | nl_examples/sn74ls629_osc.c | 2 | ||||
-rw-r--r-- | nl_examples/test.c | 2 | ||||
-rw-r--r-- | nl_examples/todo.c | 2 | ||||
-rw-r--r-- | nl_examples/vccs.c | 2 | ||||
-rw-r--r-- | nl_examples/vccs1.c | 2 | ||||
-rw-r--r-- | nl_examples/vs_cs.c | 2 |
21 files changed, 42 insertions, 3 deletions
diff --git a/nl_examples/7400_astable.c b/nl_examples/7400_astable.c index 87e925b4a97..07748a0816a 100644 --- a/nl_examples/7400_astable.c +++ b/nl_examples/7400_astable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * 7400_astable.c * diff --git a/nl_examples/74123_mstable.c b/nl_examples/74123_mstable.c index ddb8955e033..fd2bfd85871 100644 --- a/nl_examples/74123_mstable.c +++ b/nl_examples/74123_mstable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * 74123_mstable.c * diff --git a/nl_examples/9602_mstable.c b/nl_examples/9602_mstable.c index 5db2df04d0e..8e482c8dfb3 100644 --- a/nl_examples/9602_mstable.c +++ b/nl_examples/9602_mstable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * 9602_mstable.c * diff --git a/nl_examples/bjt.c b/nl_examples/bjt.c index fc5b72f3d02..7222ced4445 100644 --- a/nl_examples/bjt.c +++ b/nl_examples/bjt.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/bjt_eb.c b/nl_examples/bjt_eb.c index bc35345a44d..f21735c36ec 100644 --- a/nl_examples/bjt_eb.c +++ b/nl_examples/bjt_eb.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/bjt_eb_pnp.c b/nl_examples/bjt_eb_pnp.c index a4a0b8f566f..10169b6bd3f 100644 --- a/nl_examples/bjt_eb_pnp.c +++ b/nl_examples/bjt_eb_pnp.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/breakout.c b/nl_examples/breakout.c index 2c8d9f3ccae..591ffaf3414 100644 --- a/nl_examples/breakout.c +++ b/nl_examples/breakout.c @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #define NETLIST_DEVELOPMENT 1 #include "netlist/nl_dice_compat.h" diff --git a/nl_examples/cd4066.c b/nl_examples/cd4066.c index 1db59b670ed..c77e6438c0f 100644 --- a/nl_examples/cd4066.c +++ b/nl_examples/cd4066.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/cdelay.c b/nl_examples/cdelay.c index 9a6bdcc1aff..6f396e8ca07 100644 --- a/nl_examples/cdelay.c +++ b/nl_examples/cdelay.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * cdelay.c * diff --git a/nl_examples/congo_bongo.c b/nl_examples/congo_bongo.c index facd4054c00..4256d364d17 100644 --- a/nl_examples/congo_bongo.c +++ b/nl_examples/congo_bongo.c @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud /* € */ // ABC #include "netlist/devices/net_lib.h" diff --git a/nl_examples/kidniki.c b/nl_examples/kidniki.c index 9e2b0052dae..661f94ca72d 100644 --- a/nl_examples/kidniki.c +++ b/nl_examples/kidniki.c @@ -1,4 +1,5 @@ - +// license:GPL-2.0+ +// copyright-holders:Couriersud #include "netlist/devices/net_lib.h" #include "netlist/devices/nld_system.h" #include "netlist/analog/nld_bjt.h" diff --git a/nl_examples/mm5837_noise.c b/nl_examples/mm5837_noise.c index 7afe2b6e54d..dff1966e1eb 100644 --- a/nl_examples/mm5837_noise.c +++ b/nl_examples/mm5837_noise.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * mm5837_noise.c * diff --git a/nl_examples/msx_mixer_stage.c b/nl_examples/msx_mixer_stage.c index ddc1cd70cfd..445777eb9cf 100644 --- a/nl_examples/msx_mixer_stage.c +++ b/nl_examples/msx_mixer_stage.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/ne555_astable.c b/nl_examples/ne555_astable.c index 0ab323d3c2d..d5a77b9b8fa 100644 --- a/nl_examples/ne555_astable.c +++ b/nl_examples/ne555_astable.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * ne555_astable.c * diff --git a/nl_examples/opamp.c b/nl_examples/opamp.c index ce347c21c64..40c04a5d4f2 100644 --- a/nl_examples/opamp.c +++ b/nl_examples/opamp.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * opamp.c * diff --git a/nl_examples/sn74ls629_osc.c b/nl_examples/sn74ls629_osc.c index 8e697e0855f..f40c464f55c 100644 --- a/nl_examples/sn74ls629_osc.c +++ b/nl_examples/sn74ls629_osc.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * ne555_astable.c * diff --git a/nl_examples/test.c b/nl_examples/test.c index aee7bf9ec86..9a75dd3ad91 100644 --- a/nl_examples/test.c +++ b/nl_examples/test.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * bjt.c * diff --git a/nl_examples/todo.c b/nl_examples/todo.c index 1c9815864ed..62c713e86fd 100644 --- a/nl_examples/todo.c +++ b/nl_examples/todo.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * todo.c * diff --git a/nl_examples/vccs.c b/nl_examples/vccs.c index 3945734a5da..27ebf5a64e0 100644 --- a/nl_examples/vccs.c +++ b/nl_examples/vccs.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * vccs.c * diff --git a/nl_examples/vccs1.c b/nl_examples/vccs1.c index 72db7467d84..7e6dd1ea48c 100644 --- a/nl_examples/vccs1.c +++ b/nl_examples/vccs1.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * vccs.c * diff --git a/nl_examples/vs_cs.c b/nl_examples/vs_cs.c index 4e6bb9615fe..9b39106a540 100644 --- a/nl_examples/vs_cs.c +++ b/nl_examples/vs_cs.c @@ -1,3 +1,5 @@ +// license:GPL-2.0+ +// copyright-holders:Couriersud /* * vs_cs.c * |