summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-01-13 21:04:00 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-01-13 21:04:00 +0100
commitc56116336f5666f6f8c5dc66c3f3326e1f966eac (patch)
treedd524e1f6207428fd96d81df7238fa7be228e4b0 /src/mame
parenta77aaee7e9acf2bf279b1a3b20585b4634897206 (diff)
BSD-3-Clause for Stefan Jokisch (nw)
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/boxer.cpp2
-rw-r--r--src/mame/drivers/cball.cpp2
-rw-r--r--src/mame/drivers/destroyr.cpp2
-rw-r--r--src/mame/drivers/dragrace.cpp2
-rw-r--r--src/mame/drivers/embargo.cpp2
-rw-r--r--src/mame/drivers/fgoal.cpp2
-rw-r--r--src/mame/drivers/flyball.cpp2
-rw-r--r--src/mame/drivers/liberatr.cpp2
-rw-r--r--src/mame/drivers/mgolf.cpp2
-rw-r--r--src/mame/drivers/orbit.cpp2
-rw-r--r--src/mame/drivers/poolshrk.cpp2
-rw-r--r--src/mame/drivers/skyraid.cpp2
-rw-r--r--src/mame/drivers/sprint4.cpp2
-rw-r--r--src/mame/drivers/sprint8.cpp2
-rw-r--r--src/mame/drivers/sspeedr.cpp2
-rw-r--r--src/mame/drivers/starshp1.cpp2
-rw-r--r--src/mame/drivers/tank8.cpp2
-rw-r--r--src/mame/drivers/tourtabl.cpp2
-rw-r--r--src/mame/drivers/triplhnt.cpp2
-rw-r--r--src/mame/drivers/ultratnk.cpp2
-rw-r--r--src/mame/drivers/wolfpack.cpp2
-rw-r--r--src/mame/includes/dragrace.h2
-rw-r--r--src/mame/includes/fgoal.h2
-rw-r--r--src/mame/includes/liberatr.h2
-rw-r--r--src/mame/includes/orbit.h2
-rw-r--r--src/mame/includes/poolshrk.h2
-rw-r--r--src/mame/includes/skyraid.h2
-rw-r--r--src/mame/includes/sprint4.h2
-rw-r--r--src/mame/includes/sprint8.h2
-rw-r--r--src/mame/includes/sspeedr.h2
-rw-r--r--src/mame/includes/starshp1.h2
-rw-r--r--src/mame/includes/tank8.h2
-rw-r--r--src/mame/includes/triplhnt.h2
-rw-r--r--src/mame/includes/ultratnk.h2
-rw-r--r--src/mame/includes/wolfpack.h2
-rw-r--r--src/mame/video/dragrace.cpp2
-rw-r--r--src/mame/video/fgoal.cpp2
-rw-r--r--src/mame/video/liberatr.cpp2
-rw-r--r--src/mame/video/orbit.cpp2
-rw-r--r--src/mame/video/poolshrk.cpp2
-rw-r--r--src/mame/video/skyraid.cpp2
-rw-r--r--src/mame/video/sprint4.cpp2
-rw-r--r--src/mame/video/sprint8.cpp2
-rw-r--r--src/mame/video/sspeedr.cpp2
-rw-r--r--src/mame/video/starshp1.cpp2
-rw-r--r--src/mame/video/tank8.cpp2
-rw-r--r--src/mame/video/tia.cpp2
-rw-r--r--src/mame/video/tia.h2
-rw-r--r--src/mame/video/triplhnt.cpp2
-rw-r--r--src/mame/video/ultratnk.cpp2
-rw-r--r--src/mame/video/wolfpack.cpp2
51 files changed, 51 insertions, 51 deletions
diff --git a/src/mame/drivers/boxer.cpp b/src/mame/drivers/boxer.cpp
index bbdc9a51ff7..eb31c5dc174 100644
--- a/src/mame/drivers/boxer.cpp
+++ b/src/mame/drivers/boxer.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/cball.cpp b/src/mame/drivers/cball.cpp
index fb192cc7155..ecb12c186d3 100644
--- a/src/mame/drivers/cball.cpp
+++ b/src/mame/drivers/cball.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/destroyr.cpp b/src/mame/drivers/destroyr.cpp
index ff4a8a6e523..026e057f14b 100644
--- a/src/mame/drivers/destroyr.cpp
+++ b/src/mame/drivers/destroyr.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/dragrace.cpp b/src/mame/drivers/dragrace.cpp
index 836a483211b..5e53f685474 100644
--- a/src/mame/drivers/dragrace.cpp
+++ b/src/mame/drivers/dragrace.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/embargo.cpp b/src/mame/drivers/embargo.cpp
index cc438d0deea..586b96e16af 100644
--- a/src/mame/drivers/embargo.cpp
+++ b/src/mame/drivers/embargo.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/fgoal.cpp b/src/mame/drivers/fgoal.cpp
index 6d4ee03f425..e8c366e4955 100644
--- a/src/mame/drivers/fgoal.cpp
+++ b/src/mame/drivers/fgoal.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/flyball.cpp b/src/mame/drivers/flyball.cpp
index 63b312f3a4c..f2772125a32 100644
--- a/src/mame/drivers/flyball.cpp
+++ b/src/mame/drivers/flyball.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/liberatr.cpp b/src/mame/drivers/liberatr.cpp
index 4e865912052..c729a621946 100644
--- a/src/mame/drivers/liberatr.cpp
+++ b/src/mame/drivers/liberatr.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/mgolf.cpp b/src/mame/drivers/mgolf.cpp
index 7bc1788e9ae..af8917139df 100644
--- a/src/mame/drivers/mgolf.cpp
+++ b/src/mame/drivers/mgolf.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/orbit.cpp b/src/mame/drivers/orbit.cpp
index efa5d2ec133..248d818c497 100644
--- a/src/mame/drivers/orbit.cpp
+++ b/src/mame/drivers/orbit.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/poolshrk.cpp b/src/mame/drivers/poolshrk.cpp
index cfa896d115b..195de4b9b35 100644
--- a/src/mame/drivers/poolshrk.cpp
+++ b/src/mame/drivers/poolshrk.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/skyraid.cpp b/src/mame/drivers/skyraid.cpp
index dc11913cec0..9dd8b6765fb 100644
--- a/src/mame/drivers/skyraid.cpp
+++ b/src/mame/drivers/skyraid.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/sprint4.cpp b/src/mame/drivers/sprint4.cpp
index 54cc6c2819f..43dbcb80572 100644
--- a/src/mame/drivers/sprint4.cpp
+++ b/src/mame/drivers/sprint4.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/sprint8.cpp b/src/mame/drivers/sprint8.cpp
index 72c96dade39..0ad68f05dc2 100644
--- a/src/mame/drivers/sprint8.cpp
+++ b/src/mame/drivers/sprint8.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/sspeedr.cpp b/src/mame/drivers/sspeedr.cpp
index 1affe127da2..e6d2ef9f85a 100644
--- a/src/mame/drivers/sspeedr.cpp
+++ b/src/mame/drivers/sspeedr.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/starshp1.cpp b/src/mame/drivers/starshp1.cpp
index 8b1174d1ae8..1ad24cd1cf6 100644
--- a/src/mame/drivers/starshp1.cpp
+++ b/src/mame/drivers/starshp1.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/tank8.cpp b/src/mame/drivers/tank8.cpp
index bc63cd8ffde..19989e0c21f 100644
--- a/src/mame/drivers/tank8.cpp
+++ b/src/mame/drivers/tank8.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/tourtabl.cpp b/src/mame/drivers/tourtabl.cpp
index 4d950b0aa0e..c2b2fa57696 100644
--- a/src/mame/drivers/tourtabl.cpp
+++ b/src/mame/drivers/tourtabl.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/triplhnt.cpp b/src/mame/drivers/triplhnt.cpp
index d9752a72b35..0602cd192a2 100644
--- a/src/mame/drivers/triplhnt.cpp
+++ b/src/mame/drivers/triplhnt.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/ultratnk.cpp b/src/mame/drivers/ultratnk.cpp
index 70e7d0f2dd2..a23bf7d4615 100644
--- a/src/mame/drivers/ultratnk.cpp
+++ b/src/mame/drivers/ultratnk.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/drivers/wolfpack.cpp b/src/mame/drivers/wolfpack.cpp
index aa3bb9df8d0..01bf3937b5a 100644
--- a/src/mame/drivers/wolfpack.cpp
+++ b/src/mame/drivers/wolfpack.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/includes/dragrace.h b/src/mame/includes/dragrace.h
index bb33da88bb5..1fb1f52a4ec 100644
--- a/src/mame/includes/dragrace.h
+++ b/src/mame/includes/dragrace.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/fgoal.h b/src/mame/includes/fgoal.h
index 9580c4c39b9..3271bc56f2d 100644
--- a/src/mame/includes/fgoal.h
+++ b/src/mame/includes/fgoal.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
#include "machine/mb14241.h"
diff --git a/src/mame/includes/liberatr.h b/src/mame/includes/liberatr.h
index edaf2add687..39e3c11b967 100644
--- a/src/mame/includes/liberatr.h
+++ b/src/mame/includes/liberatr.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/orbit.h b/src/mame/includes/orbit.h
index 5db20316519..1095f531f04 100644
--- a/src/mame/includes/orbit.h
+++ b/src/mame/includes/orbit.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/poolshrk.h b/src/mame/includes/poolshrk.h
index d774d7ef1b9..c6196e08d55 100644
--- a/src/mame/includes/poolshrk.h
+++ b/src/mame/includes/poolshrk.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/skyraid.h b/src/mame/includes/skyraid.h
index 289fa56913f..b4258ad37ef 100644
--- a/src/mame/includes/skyraid.h
+++ b/src/mame/includes/skyraid.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
#include "sound/discrete.h"
diff --git a/src/mame/includes/sprint4.h b/src/mame/includes/sprint4.h
index a9dda80f7d3..79def94ada0 100644
--- a/src/mame/includes/sprint4.h
+++ b/src/mame/includes/sprint4.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
class sprint4_state : public driver_device
{
diff --git a/src/mame/includes/sprint8.h b/src/mame/includes/sprint8.h
index 81f2d827a5a..4db1fca0fa2 100644
--- a/src/mame/includes/sprint8.h
+++ b/src/mame/includes/sprint8.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
#include "sound/discrete.h"
diff --git a/src/mame/includes/sspeedr.h b/src/mame/includes/sspeedr.h
index 2ce7c39c3da..54978416da1 100644
--- a/src/mame/includes/sspeedr.h
+++ b/src/mame/includes/sspeedr.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
class sspeedr_state : public driver_device
{
diff --git a/src/mame/includes/starshp1.h b/src/mame/includes/starshp1.h
index 324c790db41..b4fa955bc80 100644
--- a/src/mame/includes/starshp1.h
+++ b/src/mame/includes/starshp1.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Stefan Jokisch
/*
* The schematics don't seem to make a lot of sense when it
diff --git a/src/mame/includes/tank8.h b/src/mame/includes/tank8.h
index 807e9c15209..2f9eac715c4 100644
--- a/src/mame/includes/tank8.h
+++ b/src/mame/includes/tank8.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/triplhnt.h b/src/mame/includes/triplhnt.h
index 2dea02c7de1..9d145c591a9 100644
--- a/src/mame/includes/triplhnt.h
+++ b/src/mame/includes/triplhnt.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/ultratnk.h b/src/mame/includes/ultratnk.h
index a5f74aaefaf..09bc0408fdd 100644
--- a/src/mame/includes/ultratnk.h
+++ b/src/mame/includes/ultratnk.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Stefan Jokisch
/*************************************************************************
diff --git a/src/mame/includes/wolfpack.h b/src/mame/includes/wolfpack.h
index 457f867f542..59f513f3969 100644
--- a/src/mame/includes/wolfpack.h
+++ b/src/mame/includes/wolfpack.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
#include "sound/s14001a.h"
diff --git a/src/mame/video/dragrace.cpp b/src/mame/video/dragrace.cpp
index 4bbbdd4907c..0a1ee960b4c 100644
--- a/src/mame/video/dragrace.cpp
+++ b/src/mame/video/dragrace.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/fgoal.cpp b/src/mame/video/fgoal.cpp
index 47c02d6d7fa..0ed8d5b7026 100644
--- a/src/mame/video/fgoal.cpp
+++ b/src/mame/video/fgoal.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/liberatr.cpp b/src/mame/video/liberatr.cpp
index 74c349924bf..f0791196198 100644
--- a/src/mame/video/liberatr.cpp
+++ b/src/mame/video/liberatr.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/orbit.cpp b/src/mame/video/orbit.cpp
index 5a12222aafd..d144edc0eb6 100644
--- a/src/mame/video/orbit.cpp
+++ b/src/mame/video/orbit.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/poolshrk.cpp b/src/mame/video/poolshrk.cpp
index fe5169bcf27..378a1eea288 100644
--- a/src/mame/video/poolshrk.cpp
+++ b/src/mame/video/poolshrk.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/skyraid.cpp b/src/mame/video/skyraid.cpp
index 849f175a8fb..d82515f8b31 100644
--- a/src/mame/video/skyraid.cpp
+++ b/src/mame/video/skyraid.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/sprint4.cpp b/src/mame/video/sprint4.cpp
index c0e0745662c..b32a2479d70 100644
--- a/src/mame/video/sprint4.cpp
+++ b/src/mame/video/sprint4.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/sprint8.cpp b/src/mame/video/sprint8.cpp
index fdbf0b89a4e..e3f7297025a 100644
--- a/src/mame/video/sprint8.cpp
+++ b/src/mame/video/sprint8.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/sspeedr.cpp b/src/mame/video/sspeedr.cpp
index b715da2834b..b73df3b11db 100644
--- a/src/mame/video/sspeedr.cpp
+++ b/src/mame/video/sspeedr.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/starshp1.cpp b/src/mame/video/starshp1.cpp
index b2cd7639167..dcd9dd4166d 100644
--- a/src/mame/video/starshp1.cpp
+++ b/src/mame/video/starshp1.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Frank Palazzolo, Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/tank8.cpp b/src/mame/video/tank8.cpp
index 52af82e0724..62736fbac84 100644
--- a/src/mame/video/tank8.cpp
+++ b/src/mame/video/tank8.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/tia.cpp b/src/mame/video/tia.cpp
index 05291544f58..c616ce695b0 100644
--- a/src/mame/video/tia.cpp
+++ b/src/mame/video/tia.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Wilbert Pol,Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/tia.h b/src/mame/video/tia.h
index de5cfc5da05..4ed1797cd2f 100644
--- a/src/mame/video/tia.h
+++ b/src/mame/video/tia.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Wilbert Pol,Stefan Jokisch
#ifndef _VIDEO_TIA_H_
#define _VIDEO_TIA_H_
diff --git a/src/mame/video/triplhnt.cpp b/src/mame/video/triplhnt.cpp
index 08785a53caf..8be7c11c274 100644
--- a/src/mame/video/triplhnt.cpp
+++ b/src/mame/video/triplhnt.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/ultratnk.cpp b/src/mame/video/ultratnk.cpp
index 5efbf1a4677..bf552ecce03 100644
--- a/src/mame/video/ultratnk.cpp
+++ b/src/mame/video/ultratnk.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/video/wolfpack.cpp b/src/mame/video/wolfpack.cpp
index 77b6f3ea1d1..07b3aea0acc 100644
--- a/src/mame/video/wolfpack.cpp
+++ b/src/mame/video/wolfpack.cpp
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Stefan Jokisch
/***************************************************************************