summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-24 12:00:05 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-24 12:00:05 +0200
commite65292270a90533f60a070a8fea7e391d543cbb4 (patch)
tree57f928fc2e6b771bc262c504bd98b7b8a993bb97
parentbaae1beaf5b78699c500b24e0f84f86511ab2b83 (diff)
Update for Norbert Kehrer and one fix (nw)
-rw-r--r--src/mame/audio/madalien.c2
-rw-r--r--src/mame/drivers/dambustr.c2
-rw-r--r--src/mame/drivers/madalien.c2
-rw-r--r--src/mame/drivers/quantum.c2
-rw-r--r--src/mame/drivers/supertnk.c2
-rw-r--r--src/mame/includes/madalien.h2
-rw-r--r--src/mame/video/madalien.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/audio/madalien.c b/src/mame/audio/madalien.c
index d613d187dbd..0db147f4b3b 100644
--- a/src/mame/audio/madalien.c
+++ b/src/mame/audio/madalien.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Norbert Kehrer
/************************************************************************
* madalien Sound System Analog emulation
diff --git a/src/mame/drivers/dambustr.c b/src/mame/drivers/dambustr.c
index c1e4383597a..13626af687b 100644
--- a/src/mame/drivers/dambustr.c
+++ b/src/mame/drivers/dambustr.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Norbert Kehrer
/***************************************************************************
diff --git a/src/mame/drivers/madalien.c b/src/mame/drivers/madalien.c
index c2f8abb02f2..944bfd00d13 100644
--- a/src/mame/drivers/madalien.c
+++ b/src/mame/drivers/madalien.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Norbert Kehrer
/***************************************************************************
diff --git a/src/mame/drivers/quantum.c b/src/mame/drivers/quantum.c
index 1c34bf220dc..09abe250239 100644
--- a/src/mame/drivers/quantum.c
+++ b/src/mame/drivers/quantum.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Paul Forgey
+// copyright-holders:Paul Forgey, Hedley Rainnie, Aaron Giles
/***************************************************************************
Atari Quantum hardware
diff --git a/src/mame/drivers/supertnk.c b/src/mame/drivers/supertnk.c
index 3a0e1edd4ae..031f0d37048 100644
--- a/src/mame/drivers/supertnk.c
+++ b/src/mame/drivers/supertnk.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Norbert Kehrer
/***************************************************************************
diff --git a/src/mame/includes/madalien.h b/src/mame/includes/madalien.h
index 715cabf2536..b0fbb2a6a15 100644
--- a/src/mame/includes/madalien.h
+++ b/src/mame/includes/madalien.h
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Norbert Kehrer
/***************************************************************************
diff --git a/src/mame/video/madalien.c b/src/mame/video/madalien.c
index aeddac15b55..7d1822ad5b7 100644
--- a/src/mame/video/madalien.c
+++ b/src/mame/video/madalien.c
@@ -1,4 +1,4 @@
-// license:???
+// license:GPL-2.0+
// copyright-holders:Norbert Kehrer
/***************************************************************************