summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-25 14:03:43 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-25 14:03:43 +0200
commit8894c493eba79506c674d685751e6ac30ca6fb1e (patch)
treeebc24151c1949feb6b774aabc37d638b8d4c4228
parentb7d9bd0f71d61507110a89a5acdf08fdd73ea775 (diff)
Update for Eugene Sandulenko (nw)
-rw-r--r--src/mame/audio/tiamc1.c2
-rw-r--r--src/mame/drivers/tiamc1.c2
-rw-r--r--src/mame/includes/tiamc1.h2
-rw-r--r--src/mame/video/tiamc1.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/audio/tiamc1.c b/src/mame/audio/tiamc1.c
index 3fcf78d6a2e..6c7f2555623 100644
--- a/src/mame/audio/tiamc1.c
+++ b/src/mame/audio/tiamc1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Eugene Sandulenko
/***************************************************************************
diff --git a/src/mame/drivers/tiamc1.c b/src/mame/drivers/tiamc1.c
index be727ba9b8c..4dca20a1e68 100644
--- a/src/mame/drivers/tiamc1.c
+++ b/src/mame/drivers/tiamc1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Eugene Sandulenko
/*****************************************************************************
diff --git a/src/mame/includes/tiamc1.h b/src/mame/includes/tiamc1.h
index 66ff91b68f5..917601b6bc0 100644
--- a/src/mame/includes/tiamc1.h
+++ b/src/mame/includes/tiamc1.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Eugene Sandulenko
class tiamc1_state : public driver_device
diff --git a/src/mame/video/tiamc1.c b/src/mame/video/tiamc1.c
index e9c1d533a91..460917a90d4 100644
--- a/src/mame/video/tiamc1.c
+++ b/src/mame/video/tiamc1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Eugene Sandulenko
/***************************************************************************