summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_74163.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_74163.cpp')
-rw-r--r--src/lib/netlist/devices/nld_74163.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/netlist/devices/nld_74163.cpp b/src/lib/netlist/devices/nld_74163.cpp
index ceb88c809cf..5044b0aa7c4 100644
--- a/src/lib/netlist/devices/nld_74163.cpp
+++ b/src/lib/netlist/devices/nld_74163.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/*
* nld_74163.cpp
@@ -17,12 +17,8 @@
// FIXME: this file could be created programmatically
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
- NETLIB_DEVICE_IMPL(74163, "TTL_74163", "+CLK,+ENP,+ENT,+CLRQ,+LOADQ,+A,+B,+C,+D,@VCC,@GND")
+ NETLIB_DEVICE_IMPL(74163, "TTL_74163", "+CLK,+ENP,+ENT,+CLRQ,+LOADQ,+A,+B,+C,+D,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices