summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-26 19:45:46 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-26 19:45:46 +0200
commit327a972efbcc67dacdda4a03cefd124133f8f772 (patch)
treefee6c4533cf097c91143928ead9b8493020842a5
parent0ae3f313318a5fe4af7f3e14b596f53d17d63293 (diff)
update for Jonathan Edwards (nw)
-rw-r--r--src/emu/bus/bml3/bml3bus.c2
-rw-r--r--src/emu/bus/bml3/bml3bus.h2
-rw-r--r--src/emu/bus/bml3/bml3kanji.c2
-rw-r--r--src/emu/bus/bml3/bml3kanji.h2
-rw-r--r--src/emu/bus/bml3/bml3mp1802.c2
-rw-r--r--src/emu/bus/bml3/bml3mp1802.h2
-rw-r--r--src/emu/bus/bml3/bml3mp1805.c2
-rw-r--r--src/emu/bus/bml3/bml3mp1805.h2
-rw-r--r--src/mess/drivers/bml3.c2
-rw-r--r--src/mess/tools/imgtool/modules/bml3.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/bus/bml3/bml3bus.c b/src/emu/bus/bml3/bml3bus.c
index 4307aedfd62..5839ea00196 100644
--- a/src/emu/bus/bml3/bml3bus.c
+++ b/src/emu/bus/bml3/bml3bus.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/***************************************************************************
diff --git a/src/emu/bus/bml3/bml3bus.h b/src/emu/bus/bml3/bml3bus.h
index 270e9ede652..63da81fd1fc 100644
--- a/src/emu/bus/bml3/bml3bus.h
+++ b/src/emu/bus/bml3/bml3bus.h
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/***************************************************************************
diff --git a/src/emu/bus/bml3/bml3kanji.c b/src/emu/bus/bml3/bml3kanji.c
index f3dd031a901..f07e95c8bba 100644
--- a/src/emu/bus/bml3/bml3kanji.c
+++ b/src/emu/bus/bml3/bml3kanji.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/*********************************************************************
diff --git a/src/emu/bus/bml3/bml3kanji.h b/src/emu/bus/bml3/bml3kanji.h
index 4c81a8b473c..e05a4fd96d2 100644
--- a/src/emu/bus/bml3/bml3kanji.h
+++ b/src/emu/bus/bml3/bml3kanji.h
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/*********************************************************************
diff --git a/src/emu/bus/bml3/bml3mp1802.c b/src/emu/bus/bml3/bml3mp1802.c
index 122ef09a056..af061edbab9 100644
--- a/src/emu/bus/bml3/bml3mp1802.c
+++ b/src/emu/bus/bml3/bml3mp1802.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/*********************************************************************
diff --git a/src/emu/bus/bml3/bml3mp1802.h b/src/emu/bus/bml3/bml3mp1802.h
index a2721ec8321..6569171a199 100644
--- a/src/emu/bus/bml3/bml3mp1802.h
+++ b/src/emu/bus/bml3/bml3mp1802.h
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/*********************************************************************
diff --git a/src/emu/bus/bml3/bml3mp1805.c b/src/emu/bus/bml3/bml3mp1805.c
index c0e66ef9114..f87e0604476 100644
--- a/src/emu/bus/bml3/bml3mp1805.c
+++ b/src/emu/bus/bml3/bml3mp1805.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/*********************************************************************
diff --git a/src/emu/bus/bml3/bml3mp1805.h b/src/emu/bus/bml3/bml3mp1805.h
index 15d9aa8afc2..ca819b4c061 100644
--- a/src/emu/bus/bml3/bml3mp1805.h
+++ b/src/emu/bus/bml3/bml3mp1805.h
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/*********************************************************************
diff --git a/src/mess/drivers/bml3.c b/src/mess/drivers/bml3.c
index c321eb3de54..c60f8425149 100644
--- a/src/mess/drivers/bml3.c
+++ b/src/mess/drivers/bml3.c
@@ -1,4 +1,4 @@
-// license:BSD-3-Clause
+// license:GPL-2.0+
// copyright-holders:Angelo Salese, Jonathan Edwards, Christopher Edwards,Robbbert
/**************************************************************************************
diff --git a/src/mess/tools/imgtool/modules/bml3.c b/src/mess/tools/imgtool/modules/bml3.c
index 7baad0d98c0..1ed1b645f69 100644
--- a/src/mess/tools/imgtool/modules/bml3.c
+++ b/src/mess/tools/imgtool/modules/bml3.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Jonathan Edwards
/****************************************************************************