summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/abc1600.h2
-rw-r--r--src/mess/includes/abc80.h2
-rw-r--r--src/mess/includes/abc80x.h2
-rw-r--r--src/mess/includes/adam.h2
-rw-r--r--src/mess/includes/atarist.h2
-rw-r--r--src/mess/includes/beta.h2
-rw-r--r--src/mess/includes/bullet.h2
-rw-r--r--src/mess/includes/bw2.h2
-rw-r--r--src/mess/includes/c128.h2
-rw-r--r--src/mess/includes/c64.h2
-rw-r--r--src/mess/includes/c80.h2
-rw-r--r--src/mess/includes/cbm2.h2
-rw-r--r--src/mess/includes/cgc7900.h2
-rw-r--r--src/mess/includes/comx35.h2
-rw-r--r--src/mess/includes/cosmicos.h2
-rw-r--r--src/mess/includes/elf.h2
-rw-r--r--src/mess/includes/ep64.h2
-rw-r--r--src/mess/includes/eti660.h2
-rw-r--r--src/mess/includes/exp85.h2
-rw-r--r--src/mess/includes/huebler.h2
-rw-r--r--src/mess/includes/kyocera.h2
-rw-r--r--src/mess/includes/lc80.h2
-rw-r--r--src/mess/includes/mc1000.h2
-rw-r--r--src/mess/includes/mikromik.h2
-rw-r--r--src/mess/includes/mpz80.h2
-rw-r--r--src/mess/includes/newbrain.h2
-rw-r--r--src/mess/includes/ob68k1a.h2
-rw-r--r--src/mess/includes/pc1512.h2
-rw-r--r--src/mess/includes/pc8001.h2
-rw-r--r--src/mess/includes/pc8401a.h2
-rw-r--r--src/mess/includes/pet.h2
-rw-r--r--src/mess/includes/phc25.h2
-rw-r--r--src/mess/includes/plus4.h2
-rw-r--r--src/mess/includes/poly880.h2
-rw-r--r--src/mess/includes/portfoli.h2
-rw-r--r--src/mess/includes/prof180x.h2
-rw-r--r--src/mess/includes/prof80.h2
-rw-r--r--src/mess/includes/ql.h2
-rw-r--r--src/mess/includes/sage2.h2
-rw-r--r--src/mess/includes/sg1000.h2
-rw-r--r--src/mess/includes/softbox.h2
-rw-r--r--src/mess/includes/studio2.h2
-rw-r--r--src/mess/includes/super6.h2
-rw-r--r--src/mess/includes/superslave.h2
-rw-r--r--src/mess/includes/tandy2k.h2
-rw-r--r--src/mess/includes/tek405x.h2
-rw-r--r--src/mess/includes/tiki100.h2
-rw-r--r--src/mess/includes/tmc1800.h2
-rw-r--r--src/mess/includes/tmc2000e.h2
-rw-r--r--src/mess/includes/tmc600.h2
-rw-r--r--src/mess/includes/trs80m2.h2
-rw-r--r--src/mess/includes/v1050.h2
-rw-r--r--src/mess/includes/vic10.h2
-rw-r--r--src/mess/includes/vic20.h2
-rw-r--r--src/mess/includes/victor9k.h2
-rw-r--r--src/mess/includes/vidbrain.h2
-rw-r--r--src/mess/includes/vip.h2
-rw-r--r--src/mess/includes/wangpc.h2
-rw-r--r--src/mess/includes/xerox820.h2
-rw-r--r--src/mess/includes/xor100.h2
60 files changed, 120 insertions, 0 deletions
diff --git a/src/mess/includes/abc1600.h b/src/mess/includes/abc1600.h
index ea51e7ce748..9f29b94657b 100644
--- a/src/mess/includes/abc1600.h
+++ b/src/mess/includes/abc1600.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __ABC1600__
diff --git a/src/mess/includes/abc80.h b/src/mess/includes/abc80.h
index 2cbb8c48a51..70879130735 100644
--- a/src/mess/includes/abc80.h
+++ b/src/mess/includes/abc80.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/*****************************************************************************
*
* includes/abc80.h
diff --git a/src/mess/includes/abc80x.h b/src/mess/includes/abc80x.h
index 3838ca113c7..6e79e1c02f7 100644
--- a/src/mess/includes/abc80x.h
+++ b/src/mess/includes/abc80x.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __ABC800__
diff --git a/src/mess/includes/adam.h b/src/mess/includes/adam.h
index c598ab26efb..38e6c5c9769 100644
--- a/src/mess/includes/adam.h
+++ b/src/mess/includes/adam.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef ADAM_H_
diff --git a/src/mess/includes/atarist.h b/src/mess/includes/atarist.h
index 8181f351863..58f7e717d23 100644
--- a/src/mess/includes/atarist.h
+++ b/src/mess/includes/atarist.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder, Olivier Galibert
#pragma once
#ifndef __ATARI_ST__
diff --git a/src/mess/includes/beta.h b/src/mess/includes/beta.h
index 1eff4b88ce7..30446a5af67 100644
--- a/src/mess/includes/beta.h
+++ b/src/mess/includes/beta.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __BETA__
diff --git a/src/mess/includes/bullet.h b/src/mess/includes/bullet.h
index 9872d0536c0..6fdd02fa291 100644
--- a/src/mess/includes/bullet.h
+++ b/src/mess/includes/bullet.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __BULLET__
diff --git a/src/mess/includes/bw2.h b/src/mess/includes/bw2.h
index fdd4d2c338f..b7e16b1a9cb 100644
--- a/src/mess/includes/bw2.h
+++ b/src/mess/includes/bw2.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __BW2__
diff --git a/src/mess/includes/c128.h b/src/mess/includes/c128.h
index 45db035bc81..0ce980c8854 100644
--- a/src/mess/includes/c128.h
+++ b/src/mess/includes/c128.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __C128__
diff --git a/src/mess/includes/c64.h b/src/mess/includes/c64.h
index 46b19ce3153..016949f39f1 100644
--- a/src/mess/includes/c64.h
+++ b/src/mess/includes/c64.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __C64__
diff --git a/src/mess/includes/c80.h b/src/mess/includes/c80.h
index 9cc999c6a85..d2b461fb0a3 100644
--- a/src/mess/includes/c80.h
+++ b/src/mess/includes/c80.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __C80__
#define __C80__
diff --git a/src/mess/includes/cbm2.h b/src/mess/includes/cbm2.h
index c19abbaf0e4..8580554e5da 100644
--- a/src/mess/includes/cbm2.h
+++ b/src/mess/includes/cbm2.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __P500__
diff --git a/src/mess/includes/cgc7900.h b/src/mess/includes/cgc7900.h
index 19d1ed0555b..76b2fb0bb77 100644
--- a/src/mess/includes/cgc7900.h
+++ b/src/mess/includes/cgc7900.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __CGC7900__
diff --git a/src/mess/includes/comx35.h b/src/mess/includes/comx35.h
index 39fee6d28fc..03379e1836e 100644
--- a/src/mess/includes/comx35.h
+++ b/src/mess/includes/comx35.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __COMX35__
diff --git a/src/mess/includes/cosmicos.h b/src/mess/includes/cosmicos.h
index 9762fd83c0a..d489b8b2683 100644
--- a/src/mess/includes/cosmicos.h
+++ b/src/mess/includes/cosmicos.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __COSMICOS__
diff --git a/src/mess/includes/elf.h b/src/mess/includes/elf.h
index 70a391333c6..df8009d398c 100644
--- a/src/mess/includes/elf.h
+++ b/src/mess/includes/elf.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __INCLUDES_ELF__
diff --git a/src/mess/includes/ep64.h b/src/mess/includes/ep64.h
index 9a9a04dd47c..4860e5773f1 100644
--- a/src/mess/includes/ep64.h
+++ b/src/mess/includes/ep64.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/**********************************************************************
Enterprise Sixty Four / One Two Eight emulation
diff --git a/src/mess/includes/eti660.h b/src/mess/includes/eti660.h
index 258494d8ed6..6298475d66a 100644
--- a/src/mess/includes/eti660.h
+++ b/src/mess/includes/eti660.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __ETI660__
diff --git a/src/mess/includes/exp85.h b/src/mess/includes/exp85.h
index f954650a801..15ea0251cbb 100644
--- a/src/mess/includes/exp85.h
+++ b/src/mess/includes/exp85.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __EXP85__
#define __EXP85__
diff --git a/src/mess/includes/huebler.h b/src/mess/includes/huebler.h
index 9671b31f049..c1b3d270350 100644
--- a/src/mess/includes/huebler.h
+++ b/src/mess/includes/huebler.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __HUEBLER__
#define __HUEBLER__
diff --git a/src/mess/includes/kyocera.h b/src/mess/includes/kyocera.h
index 632062a1cc2..038772b9917 100644
--- a/src/mess/includes/kyocera.h
+++ b/src/mess/includes/kyocera.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __KYOCERA__
diff --git a/src/mess/includes/lc80.h b/src/mess/includes/lc80.h
index c71d14c9fcb..01270a77ce2 100644
--- a/src/mess/includes/lc80.h
+++ b/src/mess/includes/lc80.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __LC80__
#define __LC80__
diff --git a/src/mess/includes/mc1000.h b/src/mess/includes/mc1000.h
index 8c21162e7df..efa7dbe5539 100644
--- a/src/mess/includes/mc1000.h
+++ b/src/mess/includes/mc1000.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __MC1000__
#define __MC1000__
diff --git a/src/mess/includes/mikromik.h b/src/mess/includes/mikromik.h
index ba45041fea2..5fb3f10e722 100644
--- a/src/mess/includes/mikromik.h
+++ b/src/mess/includes/mikromik.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __MIKROMIKKO__
diff --git a/src/mess/includes/mpz80.h b/src/mess/includes/mpz80.h
index 9b4cc604c10..ebcacfe173a 100644
--- a/src/mess/includes/mpz80.h
+++ b/src/mess/includes/mpz80.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __MPZ80__
diff --git a/src/mess/includes/newbrain.h b/src/mess/includes/newbrain.h
index 375fb3527f0..ab45c392fb3 100644
--- a/src/mess/includes/newbrain.h
+++ b/src/mess/includes/newbrain.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __NEWBRAIN__
diff --git a/src/mess/includes/ob68k1a.h b/src/mess/includes/ob68k1a.h
index 785fcd8633f..2768c8b6e6e 100644
--- a/src/mess/includes/ob68k1a.h
+++ b/src/mess/includes/ob68k1a.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __OB68K1A__
diff --git a/src/mess/includes/pc1512.h b/src/mess/includes/pc1512.h
index 6f3d0ec3ea2..caf2a518a29 100644
--- a/src/mess/includes/pc1512.h
+++ b/src/mess/includes/pc1512.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PC1512__
diff --git a/src/mess/includes/pc8001.h b/src/mess/includes/pc8001.h
index 2449b5afda8..f0c113bb82d 100644
--- a/src/mess/includes/pc8001.h
+++ b/src/mess/includes/pc8001.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PC8001__
diff --git a/src/mess/includes/pc8401a.h b/src/mess/includes/pc8401a.h
index d8fc91ea15a..a434a6ba51a 100644
--- a/src/mess/includes/pc8401a.h
+++ b/src/mess/includes/pc8401a.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PC8401A__
diff --git a/src/mess/includes/pet.h b/src/mess/includes/pet.h
index c28923946e0..2f6c1a4d05b 100644
--- a/src/mess/includes/pet.h
+++ b/src/mess/includes/pet.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PET__
diff --git a/src/mess/includes/phc25.h b/src/mess/includes/phc25.h
index 6fe4db63908..ca1df977858 100644
--- a/src/mess/includes/phc25.h
+++ b/src/mess/includes/phc25.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PHC25__
diff --git a/src/mess/includes/plus4.h b/src/mess/includes/plus4.h
index 7f7d0b56005..2b1ea167bd6 100644
--- a/src/mess/includes/plus4.h
+++ b/src/mess/includes/plus4.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PLUS4__
diff --git a/src/mess/includes/poly880.h b/src/mess/includes/poly880.h
index 1276f82238c..b92ed0a92f4 100644
--- a/src/mess/includes/poly880.h
+++ b/src/mess/includes/poly880.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __POLY880__
diff --git a/src/mess/includes/portfoli.h b/src/mess/includes/portfoli.h
index bec12943aaa..cacfdbf0e55 100644
--- a/src/mess/includes/portfoli.h
+++ b/src/mess/includes/portfoli.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PORTFOLIO__
diff --git a/src/mess/includes/prof180x.h b/src/mess/includes/prof180x.h
index d4ed2ae4f5e..aafe89472bd 100644
--- a/src/mess/includes/prof180x.h
+++ b/src/mess/includes/prof180x.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PROF180X__
diff --git a/src/mess/includes/prof80.h b/src/mess/includes/prof80.h
index 681d44851f9..935f7bed4a3 100644
--- a/src/mess/includes/prof80.h
+++ b/src/mess/includes/prof80.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __PROF80__
diff --git a/src/mess/includes/ql.h b/src/mess/includes/ql.h
index d126b90040b..34cda1e5f77 100644
--- a/src/mess/includes/ql.h
+++ b/src/mess/includes/ql.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __QL__
diff --git a/src/mess/includes/sage2.h b/src/mess/includes/sage2.h
index 3033ea8eb4a..44b46472b04 100644
--- a/src/mess/includes/sage2.h
+++ b/src/mess/includes/sage2.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#include "emu.h"
#include "cpu/m68000/m68000.h"
diff --git a/src/mess/includes/sg1000.h b/src/mess/includes/sg1000.h
index 6a341774d4f..9ee050b7a21 100644
--- a/src/mess/includes/sg1000.h
+++ b/src/mess/includes/sg1000.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __SG1000__
#define __SG1000__
diff --git a/src/mess/includes/softbox.h b/src/mess/includes/softbox.h
index 8f48a81fad9..587d22cf66c 100644
--- a/src/mess/includes/softbox.h
+++ b/src/mess/includes/softbox.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder, Mike Naberezny
#pragma once
#ifndef __SOFTBOX__
diff --git a/src/mess/includes/studio2.h b/src/mess/includes/studio2.h
index 75d0bca2507..b51b258817c 100644
--- a/src/mess/includes/studio2.h
+++ b/src/mess/includes/studio2.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __STUDIO2__
diff --git a/src/mess/includes/super6.h b/src/mess/includes/super6.h
index 906da7dc2af..33af095eb8e 100644
--- a/src/mess/includes/super6.h
+++ b/src/mess/includes/super6.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __SUPER6__
diff --git a/src/mess/includes/superslave.h b/src/mess/includes/superslave.h
index eb98b59ea8d..c43e3a8d39d 100644
--- a/src/mess/includes/superslave.h
+++ b/src/mess/includes/superslave.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __SUPERSLAVE__
diff --git a/src/mess/includes/tandy2k.h b/src/mess/includes/tandy2k.h
index 34bf8a5ed01..382be478b13 100644
--- a/src/mess/includes/tandy2k.h
+++ b/src/mess/includes/tandy2k.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __TANDY2K__
#define __TANDY2K__
diff --git a/src/mess/includes/tek405x.h b/src/mess/includes/tek405x.h
index 31f5be1a2c5..0378bed01ac 100644
--- a/src/mess/includes/tek405x.h
+++ b/src/mess/includes/tek405x.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __TEK405X__
diff --git a/src/mess/includes/tiki100.h b/src/mess/includes/tiki100.h
index 3b096d5c3df..9d4b664cfc5 100644
--- a/src/mess/includes/tiki100.h
+++ b/src/mess/includes/tiki100.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __TIKI100__
diff --git a/src/mess/includes/tmc1800.h b/src/mess/includes/tmc1800.h
index 5a7cf5829a5..43d9c98daca 100644
--- a/src/mess/includes/tmc1800.h
+++ b/src/mess/includes/tmc1800.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __TMC1800__
diff --git a/src/mess/includes/tmc2000e.h b/src/mess/includes/tmc2000e.h
index 526c9a935ad..e54fffa67ab 100644
--- a/src/mess/includes/tmc2000e.h
+++ b/src/mess/includes/tmc2000e.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __TMC2000E__
diff --git a/src/mess/includes/tmc600.h b/src/mess/includes/tmc600.h
index fab766dd441..6e6bee2ca1c 100644
--- a/src/mess/includes/tmc600.h
+++ b/src/mess/includes/tmc600.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __TMC600__
diff --git a/src/mess/includes/trs80m2.h b/src/mess/includes/trs80m2.h
index a27c0e25a41..957b5d0a11f 100644
--- a/src/mess/includes/trs80m2.h
+++ b/src/mess/includes/trs80m2.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __TRS80M2__
diff --git a/src/mess/includes/v1050.h b/src/mess/includes/v1050.h
index 19f7175ca7e..193e4ee5595 100644
--- a/src/mess/includes/v1050.h
+++ b/src/mess/includes/v1050.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __V1050__
diff --git a/src/mess/includes/vic10.h b/src/mess/includes/vic10.h
index daa45b5318b..4622a9635f0 100644
--- a/src/mess/includes/vic10.h
+++ b/src/mess/includes/vic10.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __VIC10__
diff --git a/src/mess/includes/vic20.h b/src/mess/includes/vic20.h
index 3fb6d686243..65b74b9230d 100644
--- a/src/mess/includes/vic20.h
+++ b/src/mess/includes/vic20.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __VIC20__
diff --git a/src/mess/includes/victor9k.h b/src/mess/includes/victor9k.h
index 81f9360e6d7..65edb281ed1 100644
--- a/src/mess/includes/victor9k.h
+++ b/src/mess/includes/victor9k.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/**********************************************************************
Victor 9000 / ACT Sirius 1 emulation
diff --git a/src/mess/includes/vidbrain.h b/src/mess/includes/vidbrain.h
index 358bd6e7fd0..048c38147a4 100644
--- a/src/mess/includes/vidbrain.h
+++ b/src/mess/includes/vidbrain.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __VIDBRAIN__
diff --git a/src/mess/includes/vip.h b/src/mess/includes/vip.h
index fbf83db2f9e..80112929fd4 100644
--- a/src/mess/includes/vip.h
+++ b/src/mess/includes/vip.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __VIP__
diff --git a/src/mess/includes/wangpc.h b/src/mess/includes/wangpc.h
index 5a75ce50f3a..458ce7cbe83 100644
--- a/src/mess/includes/wangpc.h
+++ b/src/mess/includes/wangpc.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __WANGPC__
diff --git a/src/mess/includes/xerox820.h b/src/mess/includes/xerox820.h
index 9e6c2eed8ac..18b95d96df5 100644
--- a/src/mess/includes/xerox820.h
+++ b/src/mess/includes/xerox820.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#ifndef __XEROX820__
#define __XEROX820__
diff --git a/src/mess/includes/xor100.h b/src/mess/includes/xor100.h
index 8dd4d992fcb..0bf27573f94 100644
--- a/src/mess/includes/xor100.h
+++ b/src/mess/includes/xor100.h
@@ -1,3 +1,5 @@
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
#pragma once
#ifndef __XOR100__