diff options
-rw-r--r-- | src/devices/bus/hp_hil/hlebase.cpp | 2 | ||||
-rw-r--r-- | src/devices/cpu/diablo/diablo1300.h | 3 | ||||
-rw-r--r-- | src/devices/machine/scnxx562.cpp | 3 |
3 files changed, 5 insertions, 3 deletions
diff --git a/src/devices/bus/hp_hil/hlebase.cpp b/src/devices/bus/hp_hil/hlebase.cpp index b43271f705a..247dafeea51 100644 --- a/src/devices/bus/hp_hil/hlebase.cpp +++ b/src/devices/bus/hp_hil/hlebase.cpp @@ -1,4 +1,4 @@ -// license:BSD-3-Cl ause +// license:BSD-3-Clause // copyright-holders:Sergey Svishchev #include "emu.h" #include "hlebase.h" diff --git a/src/devices/cpu/diablo/diablo1300.h b/src/devices/cpu/diablo/diablo1300.h index ebccc694654..753d2f7b2b1 100644 --- a/src/devices/cpu/diablo/diablo1300.h +++ b/src/devices/cpu/diablo/diablo1300.h @@ -1,4 +1,5 @@ -// license:BSD-3-Clause copyright-holders:Joakim Larsson Edstrom +// license:BSD-3-Clause +// copyright-holders:Joakim Larsson Edstrom /* Diablo Printer TTL CPU */ diff --git a/src/devices/machine/scnxx562.cpp b/src/devices/machine/scnxx562.cpp index 2a21c36488e..a14110879d4 100644 --- a/src/devices/machine/scnxx562.cpp +++ b/src/devices/machine/scnxx562.cpp @@ -1,4 +1,5 @@ -// license:BSD-3-Clause copyright-holders: Joakim Larsson Edstrom +// license:BSD-3-Clause +// copyright-holders: Joakim Larsson Edstrom /*************************************************************************** DUSCC Dual Serial Communications Controller emulation |