summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/macro/modules/nlmod_rtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/macro/modules/nlmod_rtest.cpp')
-rw-r--r--[-rwxr-xr-x]src/lib/netlist/macro/modules/nlmod_rtest.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/netlist/macro/modules/nlmod_rtest.cpp b/src/lib/netlist/macro/modules/nlmod_rtest.cpp
index c2ad129c6e3..39c8cd5e63e 100755..100644
--- a/src/lib/netlist/macro/modules/nlmod_rtest.cpp
+++ b/src/lib/netlist/macro/modules/nlmod_rtest.cpp
@@ -1,12 +1,13 @@
-// license:CC0
+// license:CC0-1.0
// copyright-holders:Couriersud
#include "devices/net_lib.h"
NETLIST_START(RTEST)
+{
RES(R1, RES_K(10))
ALIAS(1, R1.1)
ALIAS(2, R1.2)
-NETLIST_END()
+}