summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/audio/firetrk.c2
-rw-r--r--src/mame/drivers/bionicc.c2
-rw-r--r--src/mame/drivers/brkthru.c2
-rw-r--r--src/mame/drivers/changela.c2
-rw-r--r--src/mame/drivers/djboy.c2
-rw-r--r--src/mame/drivers/firetrk.c2
-rw-r--r--src/mame/drivers/gaiden.c2
-rw-r--r--src/mame/drivers/homedata.c2
-rw-r--r--src/mame/drivers/imolagp.c2
-rw-r--r--src/mame/drivers/lkage.c2
-rw-r--r--src/mame/drivers/looping.c2
-rw-r--r--src/mame/drivers/m57.c2
-rw-r--r--src/mame/drivers/mole.c2
-rw-r--r--src/mame/drivers/monzagp.c2
-rw-r--r--src/mame/drivers/mrflea.c2
-rw-r--r--src/mame/drivers/munchmo.c2
-rw-r--r--src/mame/drivers/namcoic.c2
-rw-r--r--src/mame/drivers/namcona1.c2
-rw-r--r--src/mame/drivers/namconb1.c2
-rw-r--r--src/mame/drivers/namcos21.c2
-rw-r--r--src/mame/drivers/namcos22.c2
-rw-r--r--src/mame/drivers/shangkid.c2
-rw-r--r--src/mame/drivers/tigeroad.c2
-rw-r--r--src/mame/drivers/tsamurai.c2
-rw-r--r--src/mame/drivers/tunhunt.c2
-rw-r--r--src/mame/drivers/twin16.c2
-rw-r--r--src/mame/drivers/ultratnk.c2
-rw-r--r--src/mame/includes/bionicc.h2
-rw-r--r--src/mame/includes/brkthru.h2
-rw-r--r--src/mame/includes/changela.h2
-rw-r--r--src/mame/includes/djboy.h2
-rw-r--r--src/mame/includes/firetrk.h2
-rw-r--r--src/mame/includes/gaiden.h2
-rw-r--r--src/mame/includes/homedata.h2
-rw-r--r--src/mame/includes/lkage.h2
-rw-r--r--src/mame/includes/m57.h2
-rw-r--r--src/mame/includes/mrflea.h2
-rw-r--r--src/mame/includes/munchmo.h2
-rw-r--r--src/mame/includes/namcoic.h2
-rw-r--r--src/mame/includes/namcona1.h2
-rw-r--r--src/mame/includes/namconb1.h2
-rw-r--r--src/mame/includes/namcos21.h2
-rw-r--r--src/mame/includes/namcos22.h2
-rw-r--r--src/mame/includes/shangkid.h2
-rw-r--r--src/mame/includes/tigeroad.h2
-rw-r--r--src/mame/includes/tsamurai.h2
-rw-r--r--src/mame/includes/tunhunt.h4
-rw-r--r--src/mame/includes/twin16.h2
-rw-r--r--src/mame/includes/ultratnk.h2
-rw-r--r--src/mame/machine/lkage.c2
-rw-r--r--src/mame/machine/tigeroad.c2
-rw-r--r--src/mame/video/bionicc.c2
-rw-r--r--src/mame/video/brkthru.c2
-rw-r--r--src/mame/video/c45.c2
-rw-r--r--src/mame/video/c45.h2
-rw-r--r--src/mame/video/changela.c2
-rw-r--r--src/mame/video/djboy.c2
-rw-r--r--src/mame/video/firetrk.c2
-rw-r--r--src/mame/video/gaiden.c2
-rw-r--r--src/mame/video/homedata.c2
-rw-r--r--src/mame/video/lkage.c2
-rw-r--r--src/mame/video/m57.c2
-rw-r--r--src/mame/video/mrflea.c2
-rw-r--r--src/mame/video/munchmo.c2
-rw-r--r--src/mame/video/namcona1.c2
-rw-r--r--src/mame/video/namconb1.c2
-rw-r--r--src/mame/video/namcos21.c2
-rw-r--r--src/mame/video/namcos22.c2
-rw-r--r--src/mame/video/shangkid.c2
-rw-r--r--src/mame/video/tigeroad.c2
-rw-r--r--src/mame/video/tsamurai.c2
-rw-r--r--src/mame/video/tunhunt.c4
-rw-r--r--src/mame/video/twin16.c2
-rw-r--r--src/mame/video/ultratnk.c2
74 files changed, 76 insertions, 76 deletions
diff --git a/src/mame/audio/firetrk.c b/src/mame/audio/firetrk.c
index cb84a9e065c..71f7dc7d960 100644
--- a/src/mame/audio/firetrk.c
+++ b/src/mame/audio/firetrk.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*************************************************************************
diff --git a/src/mame/drivers/bionicc.c b/src/mame/drivers/bionicc.c
index 196c217979e..ce4f3f85a90 100644
--- a/src/mame/drivers/bionicc.c
+++ b/src/mame/drivers/bionicc.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman
/******************************************************************************************
diff --git a/src/mame/drivers/brkthru.c b/src/mame/drivers/brkthru.c
index fe85103d4c9..1bb13c59bec 100644
--- a/src/mame/drivers/brkthru.c
+++ b/src/mame/drivers/brkthru.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/changela.c b/src/mame/drivers/changela.c
index 206390febf0..b5717ac6f71 100644
--- a/src/mame/drivers/changela.c
+++ b/src/mame/drivers/changela.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina
/**************************************************************************
Change Lanes
diff --git a/src/mame/drivers/djboy.c b/src/mame/drivers/djboy.c
index 13bb90da863..3d03f1727af 100644
--- a/src/mame/drivers/djboy.c
+++ b/src/mame/drivers/djboy.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
DJ Boy (c)1989 Kaneko
diff --git a/src/mame/drivers/firetrk.c b/src/mame/drivers/firetrk.c
index 93afdaf7f09..2eabe912933 100644
--- a/src/mame/drivers/firetrk.c
+++ b/src/mame/drivers/firetrk.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/gaiden.c b/src/mame/drivers/gaiden.c
index f847df3b44a..927fdf02a7b 100644
--- a/src/mame/drivers/gaiden.c
+++ b/src/mame/drivers/gaiden.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/homedata.c b/src/mame/drivers/homedata.c
index 2996be9bac3..3738e18bef5 100644
--- a/src/mame/drivers/homedata.c
+++ b/src/mame/drivers/homedata.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Nicola Salmoria
/***************************************************************************
diff --git a/src/mame/drivers/imolagp.c b/src/mame/drivers/imolagp.c
index 13595ba1ef9..4a735828a8c 100644
--- a/src/mame/drivers/imolagp.c
+++ b/src/mame/drivers/imolagp.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/lkage.c b/src/mame/drivers/lkage.c
index 9f41d960595..317922994d9 100644
--- a/src/mame/drivers/lkage.c
+++ b/src/mame/drivers/lkage.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/looping.c b/src/mame/drivers/looping.c
index 6887ccded5d..91a0aa274bf 100644
--- a/src/mame/drivers/looping.c
+++ b/src/mame/drivers/looping.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
To Do:
diff --git a/src/mame/drivers/m57.c b/src/mame/drivers/m57.c
index 40c08af5528..10213ff93bb 100644
--- a/src/mame/drivers/m57.c
+++ b/src/mame/drivers/m57.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/****************************************************************************
diff --git a/src/mame/drivers/mole.c b/src/mame/drivers/mole.c
index 3710e73e06c..da22065ae40 100644
--- a/src/mame/drivers/mole.c
+++ b/src/mame/drivers/mole.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jason Nelson, Phil Stroffolino
/*****************************************************************************
diff --git a/src/mame/drivers/monzagp.c b/src/mame/drivers/monzagp.c
index fa37c6ef75d..57e8566b62a 100644
--- a/src/mame/drivers/monzagp.c
+++ b/src/mame/drivers/monzagp.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/mrflea.c b/src/mame/drivers/mrflea.c
index 1d5559b5051..6928ba33cc7 100644
--- a/src/mame/drivers/mrflea.c
+++ b/src/mame/drivers/mrflea.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/******************************************************************
diff --git a/src/mame/drivers/munchmo.c b/src/mame/drivers/munchmo.c
index 494e5c45cd9..9467604394f 100644
--- a/src/mame/drivers/munchmo.c
+++ b/src/mame/drivers/munchmo.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
Munch Mobile
diff --git a/src/mame/drivers/namcoic.c b/src/mame/drivers/namcoic.c
index 4ced250ac44..422756fb48f 100644
--- a/src/mame/drivers/namcoic.c
+++ b/src/mame/drivers/namcoic.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
#include "emu.h"
#include "includes/namcos2.h" /* for game-specific hacks */
diff --git a/src/mame/drivers/namcona1.c b/src/mame/drivers/namcona1.c
index 0c0f1d75c48..1d1f2fdb006 100644
--- a/src/mame/drivers/namcona1.c
+++ b/src/mame/drivers/namcona1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/namconb1.c b/src/mame/drivers/namconb1.c
index 16052b9c6ae..1d4eaad65ed 100644
--- a/src/mame/drivers/namconb1.c
+++ b/src/mame/drivers/namconb1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
Namco System NB-1
diff --git a/src/mame/drivers/namcos21.c b/src/mame/drivers/namcos21.c
index 03b70f0a0ca..db38523c096 100644
--- a/src/mame/drivers/namcos21.c
+++ b/src/mame/drivers/namcos21.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/**
2008/06/11, by Naibo(translated to English by Mameplus team):
diff --git a/src/mame/drivers/namcos22.c b/src/mame/drivers/namcos22.c
index 3ca109b065b..b15a3941e83 100644
--- a/src/mame/drivers/namcos22.c
+++ b/src/mame/drivers/namcos22.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, hap, R. Belmont
/**
* This driver describes Namco's System22 and Super System 22 hardware.
diff --git a/src/mame/drivers/shangkid.c b/src/mame/drivers/shangkid.c
index b307779705b..90e82122da0 100644
--- a/src/mame/drivers/shangkid.c
+++ b/src/mame/drivers/shangkid.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
Dynamic Ski
diff --git a/src/mame/drivers/tigeroad.c b/src/mame/drivers/tigeroad.c
index 54842724592..5e812b3fe1d 100644
--- a/src/mame/drivers/tigeroad.c
+++ b/src/mame/drivers/tigeroad.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/tsamurai.c b/src/mame/drivers/tsamurai.c
index 956ef342ecf..d0073fdc784 100644
--- a/src/mame/drivers/tsamurai.c
+++ b/src/mame/drivers/tsamurai.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/****************************************************************************
diff --git a/src/mame/drivers/tunhunt.c b/src/mame/drivers/tunhunt.c
index 7d995584ec1..440578cb9f2 100644
--- a/src/mame/drivers/tunhunt.c
+++ b/src/mame/drivers/tunhunt.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Owen Rubin,David Haywood
/***************************************************************************
diff --git a/src/mame/drivers/twin16.c b/src/mame/drivers/twin16.c
index e2f9a21a171..82522648a12 100644
--- a/src/mame/drivers/twin16.c
+++ b/src/mame/drivers/twin16.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
Konami "Twin16"
diff --git a/src/mame/drivers/ultratnk.c b/src/mame/drivers/ultratnk.c
index ccb8e1b4858..9bba1fab3c1 100644
--- a/src/mame/drivers/ultratnk.c
+++ b/src/mame/drivers/ultratnk.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Stefan Jokisch
/***************************************************************************
diff --git a/src/mame/includes/bionicc.h b/src/mame/includes/bionicc.h
index 1fd57dd5e7c..15c6ab531f5 100644
--- a/src/mame/includes/bionicc.h
+++ b/src/mame/includes/bionicc.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman
/***************************************************************************
diff --git a/src/mame/includes/brkthru.h b/src/mame/includes/brkthru.h
index 951287151ce..e8f4e826daa 100644
--- a/src/mame/includes/brkthru.h
+++ b/src/mame/includes/brkthru.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/includes/changela.h b/src/mame/includes/changela.h
index 23c7952bc85..a88731d32dc 100644
--- a/src/mame/includes/changela.h
+++ b/src/mame/includes/changela.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina
diff --git a/src/mame/includes/djboy.h b/src/mame/includes/djboy.h
index bff657388ed..e2616116637 100644
--- a/src/mame/includes/djboy.h
+++ b/src/mame/includes/djboy.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*************************************************************************
diff --git a/src/mame/includes/firetrk.h b/src/mame/includes/firetrk.h
index cb5795f5fd7..ad9ed54c55e 100644
--- a/src/mame/includes/firetrk.h
+++ b/src/mame/includes/firetrk.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*************************************************************************
diff --git a/src/mame/includes/gaiden.h b/src/mame/includes/gaiden.h
index bb42a5dfaf1..d96d1e27826 100644
--- a/src/mame/includes/gaiden.h
+++ b/src/mame/includes/gaiden.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/includes/homedata.h b/src/mame/includes/homedata.h
index 7c143d5b089..084bdecb8cb 100644
--- a/src/mame/includes/homedata.h
+++ b/src/mame/includes/homedata.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Nicola Salmoria
#include "sound/dac.h"
#include "sound/sn76496.h"
diff --git a/src/mame/includes/lkage.h b/src/mame/includes/lkage.h
index 4635f04f4cf..27bacd92fde 100644
--- a/src/mame/includes/lkage.h
+++ b/src/mame/includes/lkage.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
class lkage_state : public driver_device
diff --git a/src/mame/includes/m57.h b/src/mame/includes/m57.h
index bdb902cbd7c..226db7c5b96 100644
--- a/src/mame/includes/m57.h
+++ b/src/mame/includes/m57.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
class m57_state : public driver_device
{
diff --git a/src/mame/includes/mrflea.h b/src/mame/includes/mrflea.h
index d8e8ee40698..527d52b01e1 100644
--- a/src/mame/includes/mrflea.h
+++ b/src/mame/includes/mrflea.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*************************************************************************
diff --git a/src/mame/includes/munchmo.h b/src/mame/includes/munchmo.h
index 1b4a83d044c..3efae8e5442 100644
--- a/src/mame/includes/munchmo.h
+++ b/src/mame/includes/munchmo.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*************************************************************************
diff --git a/src/mame/includes/namcoic.h b/src/mame/includes/namcoic.h
index 0b0274ccb56..cf8e50e9948 100644
--- a/src/mame/includes/namcoic.h
+++ b/src/mame/includes/namcoic.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/* namcoic.h
diff --git a/src/mame/includes/namcona1.h b/src/mame/includes/namcona1.h
index d529db09569..94d99cffefb 100644
--- a/src/mame/includes/namcona1.h
+++ b/src/mame/includes/namcona1.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index 7066c90f630..02930edb0e0 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/includes/namcos21.h b/src/mame/includes/namcos21.h
index df676b499a7..f9fd700d66d 100644
--- a/src/mame/includes/namcos21.h
+++ b/src/mame/includes/namcos21.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/**
* @file namcos21.h
diff --git a/src/mame/includes/namcos22.h b/src/mame/includes/namcos22.h
index 1dc2d48ac3f..5534a95dcf7 100644
--- a/src/mame/includes/namcos22.h
+++ b/src/mame/includes/namcos22.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, hap, R. Belmont
/***************************************************************************
diff --git a/src/mame/includes/shangkid.h b/src/mame/includes/shangkid.h
index 4ec57042a72..6680c6c1748 100644
--- a/src/mame/includes/shangkid.h
+++ b/src/mame/includes/shangkid.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
class shangkid_state : public driver_device
{
diff --git a/src/mame/includes/tigeroad.h b/src/mame/includes/tigeroad.h
index 6d577e482e3..af55bb9a7d8 100644
--- a/src/mame/includes/tigeroad.h
+++ b/src/mame/includes/tigeroad.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
#include "video/bufsprite.h"
#include "sound/msm5205.h"
diff --git a/src/mame/includes/tsamurai.h b/src/mame/includes/tsamurai.h
index 1677ff18760..ca2d635b91d 100644
--- a/src/mame/includes/tsamurai.h
+++ b/src/mame/includes/tsamurai.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
class tsamurai_state : public driver_device
{
diff --git a/src/mame/includes/tunhunt.h b/src/mame/includes/tunhunt.h
index 7dc6bb5be26..acf226c146f 100644
--- a/src/mame/includes/tunhunt.h
+++ b/src/mame/includes/tunhunt.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Phil Stroffolino, Owen Rubin,David Haywood
+// license:BSD-3-Clause
+// copyright-holders:Phil Stroffolino, Owen Rubin, David Haywood
class tunhunt_state : public driver_device
{
public:
diff --git a/src/mame/includes/twin16.h b/src/mame/includes/twin16.h
index 001dfa00e50..3d5157089d2 100644
--- a/src/mame/includes/twin16.h
+++ b/src/mame/includes/twin16.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
#include "video/bufsprite.h"
#include "sound/upd7759.h"
diff --git a/src/mame/includes/ultratnk.h b/src/mame/includes/ultratnk.h
index b347ecf7b89..cfa01811967 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/machine/lkage.c b/src/mame/machine/lkage.c
index 7796674ea67..3235f08e72c 100644
--- a/src/mame/machine/lkage.c
+++ b/src/mame/machine/lkage.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/machine/tigeroad.c b/src/mame/machine/tigeroad.c
index 2b899cfdc94..f142cf3c523 100644
--- a/src/mame/machine/tigeroad.c
+++ b/src/mame/machine/tigeroad.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
#include "emu.h"
#include "includes/tigeroad.h"
diff --git a/src/mame/video/bionicc.c b/src/mame/video/bionicc.c
index 6f61d0ff32b..8379cd0b78c 100644
--- a/src/mame/video/bionicc.c
+++ b/src/mame/video/bionicc.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Steven Frew, Phil Stroffolino, Paul Leaman
/***************************************************************************
diff --git a/src/mame/video/brkthru.c b/src/mame/video/brkthru.c
index 9e4400d5952..80895af8115 100644
--- a/src/mame/video/brkthru.c
+++ b/src/mame/video/brkthru.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/video/c45.c b/src/mame/video/c45.c
index 7221f13d9fa..6df7edd2331 100644
--- a/src/mame/video/c45.c
+++ b/src/mame/video/c45.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson
/**************************************************************************************************************/
/*
diff --git a/src/mame/video/c45.h b/src/mame/video/c45.h
index 210009d8a23..662c3df8c58 100644
--- a/src/mame/video/c45.h
+++ b/src/mame/video/c45.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Aaron Giles, Alex W. Jackson
#pragma once
diff --git a/src/mame/video/changela.c b/src/mame/video/changela.c
index 11de0e5269a..5e5a119997f 100644
--- a/src/mame/video/changela.c
+++ b/src/mame/video/changela.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina
/**************************************************************************
Change Lanes - Video Hardware
diff --git a/src/mame/video/djboy.c b/src/mame/video/djboy.c
index 77938e8ac83..859d79335ed 100644
--- a/src/mame/video/djboy.c
+++ b/src/mame/video/djboy.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/**
* @file video/djboy.c
diff --git a/src/mame/video/firetrk.c b/src/mame/video/firetrk.c
index c0686d95620..ab6fb710857 100644
--- a/src/mame/video/firetrk.c
+++ b/src/mame/video/firetrk.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/video/gaiden.c b/src/mame/video/gaiden.c
index 0170c3e56f3..f8f1f951e26 100644
--- a/src/mame/video/gaiden.c
+++ b/src/mame/video/gaiden.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/video/homedata.c b/src/mame/video/homedata.c
index 1954f241369..4ca9e496cf2 100644
--- a/src/mame/video/homedata.c
+++ b/src/mame/video/homedata.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Nicola Salmoria
#include "emu.h"
#include "cpu/m6809/m6809.h"
diff --git a/src/mame/video/lkage.c b/src/mame/video/lkage.c
index 783fcefa473..c08811266f4 100644
--- a/src/mame/video/lkage.c
+++ b/src/mame/video/lkage.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/video/m57.c b/src/mame/video/m57.c
index a433a2ae9ee..60826394ff0 100644
--- a/src/mame/video/m57.c
+++ b/src/mame/video/m57.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/****************************************************************************
diff --git a/src/mame/video/mrflea.c b/src/mame/video/mrflea.c
index 0c4f398411e..56260a50da3 100644
--- a/src/mame/video/mrflea.c
+++ b/src/mame/video/mrflea.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/******************************************************************
diff --git a/src/mame/video/munchmo.c b/src/mame/video/munchmo.c
index afd986d0f68..86febc95642 100644
--- a/src/mame/video/munchmo.c
+++ b/src/mame/video/munchmo.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
#include "emu.h"
#include "includes/munchmo.h"
diff --git a/src/mame/video/namcona1.c b/src/mame/video/namcona1.c
index 55bbe484d54..db20eadddf6 100644
--- a/src/mame/video/namcona1.c
+++ b/src/mame/video/namcona1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/* Namco System NA1/2 Video Hardware */
diff --git a/src/mame/video/namconb1.c b/src/mame/video/namconb1.c
index 1703be9f7e1..cc38da66c8a 100644
--- a/src/mame/video/namconb1.c
+++ b/src/mame/video/namconb1.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/* video/namconb1.c */
diff --git a/src/mame/video/namcos21.c b/src/mame/video/namcos21.c
index 62e67fd0230..ca7ed63c0ef 100644
--- a/src/mame/video/namcos21.c
+++ b/src/mame/video/namcos21.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/***************************************************************************
Namco System 21 Video Hardware
diff --git a/src/mame/video/namcos22.c b/src/mame/video/namcos22.c
index 1a59f8a3d12..83e13a33a80 100644
--- a/src/mame/video/namcos22.c
+++ b/src/mame/video/namcos22.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, hap, R. Belmont
/**
* video hardware for Namco System22
diff --git a/src/mame/video/shangkid.c b/src/mame/video/shangkid.c
index d5066634fb7..9b6525f4e30 100644
--- a/src/mame/video/shangkid.c
+++ b/src/mame/video/shangkid.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/* video/shangkid */
diff --git a/src/mame/video/tigeroad.c b/src/mame/video/tigeroad.c
index a7e181b94af..0b7f36c66d7 100644
--- a/src/mame/video/tigeroad.c
+++ b/src/mame/video/tigeroad.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
#include "emu.h"
#include "includes/tigeroad.h"
diff --git a/src/mame/video/tsamurai.c b/src/mame/video/tsamurai.c
index 3b34fc4bece..8cc38f9d8f3 100644
--- a/src/mame/video/tsamurai.c
+++ b/src/mame/video/tsamurai.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
** Video Driver for Taito Samurai (1985)
diff --git a/src/mame/video/tunhunt.c b/src/mame/video/tunhunt.c
index 218849e9f6c..88a551a15a9 100644
--- a/src/mame/video/tunhunt.c
+++ b/src/mame/video/tunhunt.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Phil Stroffolino, Owen Rubin,David Haywood
+// license:BSD-3-Clause
+// copyright-holders:Phil Stroffolino, Owen Rubin, David Haywood
/*************************************************************************
Atari Tunnel Hunt hardware
diff --git a/src/mame/video/twin16.c b/src/mame/video/twin16.c
index 9c9d903ebde..464bf85d8cd 100644
--- a/src/mame/video/twin16.c
+++ b/src/mame/video/twin16.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino
/*
diff --git a/src/mame/video/ultratnk.c b/src/mame/video/ultratnk.c
index 5efbf1a4677..bf552ecce03 100644
--- a/src/mame/video/ultratnk.c
+++ b/src/mame/video/ultratnk.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Stefan Jokisch
/***************************************************************************