summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/devices/nld_7483.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/devices/nld_7483.cpp')
-rw-r--r--src/lib/netlist/devices/nld_7483.cpp11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/netlist/devices/nld_7483.cpp b/src/lib/netlist/devices/nld_7483.cpp
index d6708cbd3b6..866b8569284 100644
--- a/src/lib/netlist/devices/nld_7483.cpp
+++ b/src/lib/netlist/devices/nld_7483.cpp
@@ -1,4 +1,4 @@
-// license:GPL-2.0+
+// license:BSD-3-Clause
// copyright-holders:Couriersud
/*
* nld_7483.cpp
@@ -26,10 +26,8 @@
#include "nl_base.h"
-namespace netlist
-{
- namespace devices
- {
+namespace netlist::devices {
+
NETLIB_OBJECT(7483)
{
NETLIB_CONSTRUCTOR(7483)
@@ -111,5 +109,4 @@ namespace netlist
NETLIB_DEVICE_IMPL(7483, "TTL_7483", "+A1,+A2,+A3,+A4,+B1,+B2,+B3,+B4,+C0,@VCC,@GND")
- } //namespace devices
-} // namespace netlist
+} // namespace netlist::devices