summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-25 11:15:23 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-25 11:15:23 +0200
commit4c6ff236c98e66e200e3dfd634a264d10244eb23 (patch)
tree9ad9128e9632bd4e6f796efb19213d35eed80d6a /src/mess/machine
parentfbd0a150a86bc4014a47486cce98308ee7663227 (diff)
Update for Krzysztof Strzecha (nw)
Diffstat (limited to 'src/mess/machine')
-rw-r--r--src/mess/machine/galaxy.c2
-rw-r--r--src/mess/machine/lviv.c2
-rw-r--r--src/mess/machine/pmd85.c2
-rw-r--r--src/mess/machine/primo.c2
-rw-r--r--src/mess/machine/ti85.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/machine/galaxy.c b/src/mess/machine/galaxy.c
index 08e16e0351f..2356a193b7e 100644
--- a/src/mess/machine/galaxy.c
+++ b/src/mess/machine/galaxy.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Krzysztof Strzecha, Miodrag Milanovic
/***************************************************************************
diff --git a/src/mess/machine/lviv.c b/src/mess/machine/lviv.c
index 1bf56a19134..e2fd86c293f 100644
--- a/src/mess/machine/lviv.c
+++ b/src/mess/machine/lviv.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Krzysztof Strzecha
/***************************************************************************
diff --git a/src/mess/machine/pmd85.c b/src/mess/machine/pmd85.c
index 8454899d21d..d5435443d26 100644
--- a/src/mess/machine/pmd85.c
+++ b/src/mess/machine/pmd85.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Krzysztof Strzecha
/***************************************************************************
diff --git a/src/mess/machine/primo.c b/src/mess/machine/primo.c
index 37222e35b37..1295fe14b8d 100644
--- a/src/mess/machine/primo.c
+++ b/src/mess/machine/primo.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Krzysztof Strzecha
/*******************************************************************************
diff --git a/src/mess/machine/ti85.c b/src/mess/machine/ti85.c
index 42073599b14..069e8f7f6fa 100644
--- a/src/mess/machine/ti85.c
+++ b/src/mess/machine/ti85.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Krzysztof Strzecha,Jon Sturm
/***************************************************************************
TI-85 driver by Krzysztof Strzecha