summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/cpu/v810/v810dasm.c2
-rw-r--r--src/emu/sound/nile.c2
-rw-r--r--src/emu/sound/st0016.c2
-rw-r--r--src/mame/drivers/4enraya.c2
-rw-r--r--src/mame/drivers/attckufo.c2
-rw-r--r--src/mame/drivers/bigevglf.c2
-rw-r--r--src/mame/drivers/bmcbowl.c2
-rw-r--r--src/mame/drivers/cardline.c2
-rw-r--r--src/mame/drivers/chanbara.c2
-rw-r--r--src/mame/drivers/cshooter.c2
-rw-r--r--src/mame/drivers/dominob.c2
-rw-r--r--src/mame/drivers/dorachan.c2
-rw-r--r--src/mame/drivers/dynadice.c2
-rw-r--r--src/mame/drivers/eolith.c2
-rw-r--r--src/mame/drivers/fcombat.c2
-rw-r--r--src/mame/drivers/freekick.c2
-rw-r--r--src/mame/drivers/homerun.c2
-rw-r--r--src/mame/drivers/koftball.c2
-rw-r--r--src/mame/drivers/koikoi.c2
-rw-r--r--src/mame/drivers/ksayakyu.c2
-rw-r--r--src/mame/drivers/ladyfrog.c2
-rw-r--r--src/mame/drivers/laserbas.c2
-rw-r--r--src/mame/drivers/meijinsn.c2
-rw-r--r--src/mame/drivers/meyc8080.c2
-rw-r--r--src/mame/drivers/mustache.c2
-rw-r--r--src/mame/drivers/nycaptor.c2
-rw-r--r--src/mame/drivers/othello.c2
-rw-r--r--src/mame/drivers/pachifev.c2
-rw-r--r--src/mame/drivers/pitnrun.c2
-rw-r--r--src/mame/drivers/pturn.c2
-rw-r--r--src/mame/drivers/quizo.c2
-rw-r--r--src/mame/drivers/rltennis.c2
-rw-r--r--src/mame/drivers/sbowling.c2
-rw-r--r--src/mame/drivers/sfkick.c2
-rw-r--r--src/mame/drivers/sg1000a.c2
-rw-r--r--src/mame/drivers/shougi.c2
-rw-r--r--src/mame/drivers/simple_st0016.c2
-rw-r--r--src/mame/drivers/skyarmy.c2
-rw-r--r--src/mame/drivers/sliver.c2
-rw-r--r--src/mame/drivers/snesb.c2
-rw-r--r--src/mame/drivers/sothello.c2
-rw-r--r--src/mame/drivers/speglsht.c2
-rw-r--r--src/mame/drivers/srmp5.c2
-rw-r--r--src/mame/drivers/srmp6.c2
-rw-r--r--src/mame/drivers/ssfindo.c2
-rw-r--r--src/mame/drivers/ssingles.c2
-rw-r--r--src/mame/drivers/ssrj.c2
-rw-r--r--src/mame/drivers/superqix.c2
-rw-r--r--src/mame/drivers/superwng.c2
-rw-r--r--src/mame/drivers/tattack.c2
-rw-r--r--src/mame/drivers/tcl.c2
-rw-r--r--src/mame/drivers/travrusa.c2
-rw-r--r--src/mame/drivers/vega.c2
53 files changed, 53 insertions, 53 deletions
diff --git a/src/emu/cpu/v810/v810dasm.c b/src/emu/cpu/v810/v810dasm.c
index 35aba79f9bf..7635a3c6369 100644
--- a/src/emu/cpu/v810/v810dasm.c
+++ b/src/emu/cpu/v810/v810dasm.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Tomasz Slanina
/********************************************
NEC V810 (upd70732) disassembler
diff --git a/src/emu/sound/nile.c b/src/emu/sound/nile.c
index b16589f7f00..a0fd9d8b5a5 100644
--- a/src/emu/sound/nile.c
+++ b/src/emu/sound/nile.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Tomasz Slanina
/************************************
Seta custom Nile ST-0026 chip
diff --git a/src/emu/sound/st0016.c b/src/emu/sound/st0016.c
index 5e1e79289dd..4c75f3f7b02 100644
--- a/src/emu/sound/st0016.c
+++ b/src/emu/sound/st0016.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:R. Belmont, Tomasz Slanina, David Haywood
/************************************
Seta custom ST-0016 chip
diff --git a/src/mame/drivers/4enraya.c b/src/mame/drivers/4enraya.c
index db03e94ffcb..5b44789b76c 100644
--- a/src/mame/drivers/4enraya.c
+++ b/src/mame/drivers/4enraya.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, Roberto Fresca
/***************************************************************************
diff --git a/src/mame/drivers/attckufo.c b/src/mame/drivers/attckufo.c
index 4b0cc62d948..9714df9fb24 100644
--- a/src/mame/drivers/attckufo.c
+++ b/src/mame/drivers/attckufo.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/***************************************
Attack ufo / Ryoto Electric Co. 1980(?)
diff --git a/src/mame/drivers/bigevglf.c b/src/mame/drivers/bigevglf.c
index 218141d4d31..ffbf9ff6d85 100644
--- a/src/mame/drivers/bigevglf.c
+++ b/src/mame/drivers/bigevglf.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Jaroslaw Burczynski, Tomasz Slanina
/***************************************************************************
Big Event Golf (c) Taito 1986
diff --git a/src/mame/drivers/bmcbowl.c b/src/mame/drivers/bmcbowl.c
index ba4820c8a68..5bb20a2f2a0 100644
--- a/src/mame/drivers/bmcbowl.c
+++ b/src/mame/drivers/bmcbowl.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
BMC Bowling (c) 1994.05 BMC, Ltd
diff --git a/src/mame/drivers/cardline.c b/src/mame/drivers/cardline.c
index 53ff9772a85..e823189e2cf 100644
--- a/src/mame/drivers/cardline.c
+++ b/src/mame/drivers/cardline.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/************************************
diff --git a/src/mame/drivers/chanbara.c b/src/mame/drivers/chanbara.c
index fced5b1dc39..0c81b40e41b 100644
--- a/src/mame/drivers/chanbara.c
+++ b/src/mame/drivers/chanbara.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, David Haywood
/****************************************************************************************
Chanbara
diff --git a/src/mame/drivers/cshooter.c b/src/mame/drivers/cshooter.c
index 10da79c6216..597acba64aa 100644
--- a/src/mame/drivers/cshooter.c
+++ b/src/mame/drivers/cshooter.c
@@ -1,4 +1,4 @@
-// license:?
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, Angelo Salese, hap
/* Cross Shooter (c) 1987 Seibu
diff --git a/src/mame/drivers/dominob.c b/src/mame/drivers/dominob.c
index 6522d7850a4..5809591a168 100644
--- a/src/mame/drivers/dominob.c
+++ b/src/mame/drivers/dominob.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, David Haywood
/***************************************************************************
diff --git a/src/mame/drivers/dorachan.c b/src/mame/drivers/dorachan.c
index e72df3c34f5..64c9bf5eba2 100644
--- a/src/mame/drivers/dorachan.c
+++ b/src/mame/drivers/dorachan.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Dorachan (Dora-Chan ?) (c) 1980 Craul Denshi
diff --git a/src/mame/drivers/dynadice.c b/src/mame/drivers/dynadice.c
index c10e4ec1c7e..c90d1961906 100644
--- a/src/mame/drivers/dynadice.c
+++ b/src/mame/drivers/dynadice.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli
/*
Dynamic Dice (??)
diff --git a/src/mame/drivers/eolith.c b/src/mame/drivers/eolith.c
index 4948acaccf2..6a90413268d 100644
--- a/src/mame/drivers/eolith.c
+++ b/src/mame/drivers/eolith.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina,Pierpaolo Prazzoli
/********************************************************************
Eolith 32 bits hardware: Gradation 2D system
diff --git a/src/mame/drivers/fcombat.c b/src/mame/drivers/fcombat.c
index 8ac56f5f7ab..50b86177ba4 100644
--- a/src/mame/drivers/fcombat.c
+++ b/src/mame/drivers/fcombat.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/* Field Combat (c)1985 Jaleco
diff --git a/src/mame/drivers/freekick.c b/src/mame/drivers/freekick.c
index fbc727b9c7e..f9043a736f7 100644
--- a/src/mame/drivers/freekick.c
+++ b/src/mame/drivers/freekick.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina,David Haywood
/***************************************************************************
diff --git a/src/mame/drivers/homerun.c b/src/mame/drivers/homerun.c
index dbaa0f7f528..d745c922d4f 100644
--- a/src/mame/drivers/homerun.c
+++ b/src/mame/drivers/homerun.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Moero!! Pro Yakyuu Homerun Kyousou - (c) 1988 Jaleco
diff --git a/src/mame/drivers/koftball.c b/src/mame/drivers/koftball.c
index e564a8913d7..0369a2b16b1 100644
--- a/src/mame/drivers/koftball.c
+++ b/src/mame/drivers/koftball.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
King Of Football (c)1995 BMC
diff --git a/src/mame/drivers/koikoi.c b/src/mame/drivers/koikoi.c
index 6f97e32f193..386363880ac 100644
--- a/src/mame/drivers/koikoi.c
+++ b/src/mame/drivers/koikoi.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, David Haywood
/***************************************************************************
diff --git a/src/mame/drivers/ksayakyu.c b/src/mame/drivers/ksayakyu.c
index 0143bcbbaab..115660734fd 100644
--- a/src/mame/drivers/ksayakyu.c
+++ b/src/mame/drivers/ksayakyu.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Kusayakyuu (Sandlot Baseball)
diff --git a/src/mame/drivers/ladyfrog.c b/src/mame/drivers/ladyfrog.c
index 51911450729..3c168d0ca0c 100644
--- a/src/mame/drivers/ladyfrog.c
+++ b/src/mame/drivers/ladyfrog.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Lady Frog (c) 1990 Mondial Games
diff --git a/src/mame/drivers/laserbas.c b/src/mame/drivers/laserbas.c
index 84f62e33b5d..ee1afa6907c 100644
--- a/src/mame/drivers/laserbas.c
+++ b/src/mame/drivers/laserbas.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/********************************************
Laser Base / Future Flash driver
diff --git a/src/mame/drivers/meijinsn.c b/src/mame/drivers/meijinsn.c
index e13703cb5ac..219c8c76979 100644
--- a/src/mame/drivers/meijinsn.c
+++ b/src/mame/drivers/meijinsn.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Meijinsen (snk/alpha)
diff --git a/src/mame/drivers/meyc8080.c b/src/mame/drivers/meyc8080.c
index c371bdfa7bb..8704c8bec7e 100644
--- a/src/mame/drivers/meyc8080.c
+++ b/src/mame/drivers/meyc8080.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina,Pierpaolo Prazzoli,hap,Roberto Fresca
/**********************************************************
diff --git a/src/mame/drivers/mustache.c b/src/mame/drivers/mustache.c
index 5f7cbde803b..885c1b2acdf 100644
--- a/src/mame/drivers/mustache.c
+++ b/src/mame/drivers/mustache.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/***************************************************************************
diff --git a/src/mame/drivers/nycaptor.c b/src/mame/drivers/nycaptor.c
index 32e65ba64ce..ee23e4cedac 100644
--- a/src/mame/drivers/nycaptor.c
+++ b/src/mame/drivers/nycaptor.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/***************************************************************************
N.Y. Captor - Taito '85
diff --git a/src/mame/drivers/othello.c b/src/mame/drivers/othello.c
index b33df660af4..9e47911eef7 100644
--- a/src/mame/drivers/othello.c
+++ b/src/mame/drivers/othello.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
diff --git a/src/mame/drivers/pachifev.c b/src/mame/drivers/pachifev.c
index 2eade511d3f..1c625bb22ce 100644
--- a/src/mame/drivers/pachifev.c
+++ b/src/mame/drivers/pachifev.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/**********************************************************************************************************
diff --git a/src/mame/drivers/pitnrun.c b/src/mame/drivers/pitnrun.c
index 84fa79b7ed9..32eb823e68b 100644
--- a/src/mame/drivers/pitnrun.c
+++ b/src/mame/drivers/pitnrun.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina, Pierpaolo Prazzoli
/****************************************************
Pit&Run - Taito 1984
diff --git a/src/mame/drivers/pturn.c b/src/mame/drivers/pturn.c
index 2a2646c477d..4971c2c04a8 100644
--- a/src/mame/drivers/pturn.c
+++ b/src/mame/drivers/pturn.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina,Tatsuyuki Satoh
/*
Parallel Turn
diff --git a/src/mame/drivers/quizo.c b/src/mame/drivers/quizo.c
index 0823dc7ca9c..e96929e0f2b 100644
--- a/src/mame/drivers/quizo.c
+++ b/src/mame/drivers/quizo.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*********************************************
Quiz Olympic (c)1985 Seoul Coin Corp.
diff --git a/src/mame/drivers/rltennis.c b/src/mame/drivers/rltennis.c
index 6de1d7a217c..b12e6a8d9a7 100644
--- a/src/mame/drivers/rltennis.c
+++ b/src/mame/drivers/rltennis.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/****************************************************************************************
Reality Tennis - (c) 1993 TCH
diff --git a/src/mame/drivers/sbowling.c b/src/mame/drivers/sbowling.c
index 2ce969dd3ff..255dbd1d93f 100644
--- a/src/mame/drivers/sbowling.c
+++ b/src/mame/drivers/sbowling.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Jaroslaw Burczynski, Tomasz Slanina
/**********************************************************
Strike Bowling (c)1982 Taito
diff --git a/src/mame/drivers/sfkick.c b/src/mame/drivers/sfkick.c
index 411d4f3bf73..cd6e4bbed66 100644
--- a/src/mame/drivers/sfkick.c
+++ b/src/mame/drivers/sfkick.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Super Free Kick / Spinkick by HEC (Haesung Enterprise Co.)
diff --git a/src/mame/drivers/sg1000a.c b/src/mame/drivers/sg1000a.c
index fd4cb02b2b1..dbee65b80ea 100644
--- a/src/mame/drivers/sg1000a.c
+++ b/src/mame/drivers/sg1000a.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*********************************************************
Sega hardware based on their SG-1000 console
diff --git a/src/mame/drivers/shougi.c b/src/mame/drivers/shougi.c
index 62986b55dd4..260456b10c7 100644
--- a/src/mame/drivers/shougi.c
+++ b/src/mame/drivers/shougi.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Jarek Burczynski, Tomasz Slanina
/***************************************************************************
diff --git a/src/mame/drivers/simple_st0016.c b/src/mame/drivers/simple_st0016.c
index 61935297428..5b77cd72c2d 100644
--- a/src/mame/drivers/simple_st0016.c
+++ b/src/mame/drivers/simple_st0016.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*******************************************
diff --git a/src/mame/drivers/skyarmy.c b/src/mame/drivers/skyarmy.c
index 3d1bac5ef48..56ba90f678a 100644
--- a/src/mame/drivers/skyarmy.c
+++ b/src/mame/drivers/skyarmy.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina,Ryan Holtz
/*
2010.04.05. stephh
diff --git a/src/mame/drivers/sliver.c b/src/mame/drivers/sliver.c
index ce8fdbf39a4..19b37d5ee3d 100644
--- a/src/mame/drivers/sliver.c
+++ b/src/mame/drivers/sliver.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Sliver - Hollow Corp.1996
diff --git a/src/mame/drivers/snesb.c b/src/mame/drivers/snesb.c
index 9b011f630c8..29bc4b4f644 100644
--- a/src/mame/drivers/snesb.c
+++ b/src/mame/drivers/snesb.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/***************************************************************************
diff --git a/src/mame/drivers/sothello.c b/src/mame/drivers/sothello.c
index c2ec2d44319..17d0684ed44 100644
--- a/src/mame/drivers/sothello.c
+++ b/src/mame/drivers/sothello.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Super Othello (c)1986 Fujiwara/Success
diff --git a/src/mame/drivers/speglsht.c b/src/mame/drivers/speglsht.c
index 4673164ca6a..888d1d85197 100644
--- a/src/mame/drivers/speglsht.c
+++ b/src/mame/drivers/speglsht.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Super Eagle Shot
diff --git a/src/mame/drivers/srmp5.c b/src/mame/drivers/srmp5.c
index 7eb9804f0a4..ec442c8ea2b 100644
--- a/src/mame/drivers/srmp5.c
+++ b/src/mame/drivers/srmp5.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
diff --git a/src/mame/drivers/srmp6.c b/src/mame/drivers/srmp6.c
index 89764b59105..de9b30a58e6 100644
--- a/src/mame/drivers/srmp6.c
+++ b/src/mame/drivers/srmp6.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Sebastien Volpe, Tomasz Slanina, David Haywood
/*
Super Real Mahjong P6 (JPN Ver.)
diff --git a/src/mame/drivers/ssfindo.c b/src/mame/drivers/ssfindo.c
index 909c22e3626..1ca320bb5ee 100644
--- a/src/mame/drivers/ssfindo.c
+++ b/src/mame/drivers/ssfindo.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/************************************************************************
diff --git a/src/mame/drivers/ssingles.c b/src/mame/drivers/ssingles.c
index 640bb50d5d3..362ea470021 100644
--- a/src/mame/drivers/ssingles.c
+++ b/src/mame/drivers/ssingles.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
'Swinging Singles' by Ent. Ent. Ltd
diff --git a/src/mame/drivers/ssrj.c b/src/mame/drivers/ssrj.c
index ded909a965d..a8b2eb7df31 100644
--- a/src/mame/drivers/ssrj.c
+++ b/src/mame/drivers/ssrj.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/***********************************
Super Speed Race Jr (c) 1985 Taito
diff --git a/src/mame/drivers/superqix.c b/src/mame/drivers/superqix.c
index d4c6ae806da..38b394520a0 100644
--- a/src/mame/drivers/superqix.c
+++ b/src/mame/drivers/superqix.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Mirko Buffoni, Nicola Salmoria, Tomasz Slanina
/***************************************************************************
diff --git a/src/mame/drivers/superwng.c b/src/mame/drivers/superwng.c
index dd6a1422bb2..e7a5f7aa3a5 100644
--- a/src/mame/drivers/superwng.c
+++ b/src/mame/drivers/superwng.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/****************************************************************************************
diff --git a/src/mame/drivers/tattack.c b/src/mame/drivers/tattack.c
index 50ba999f503..366e3c9f433 100644
--- a/src/mame/drivers/tattack.c
+++ b/src/mame/drivers/tattack.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/****************************************************************************
Time Attacker
diff --git a/src/mame/drivers/tcl.c b/src/mame/drivers/tcl.c
index 78d172735ac..2c975602f4d 100644
--- a/src/mame/drivers/tcl.c
+++ b/src/mame/drivers/tcl.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/*
Taiwan Chess Legend
diff --git a/src/mame/drivers/travrusa.c b/src/mame/drivers/travrusa.c
index e0a6d427eef..df170706528 100644
--- a/src/mame/drivers/travrusa.c
+++ b/src/mame/drivers/travrusa.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Lee Taylor,John Clegg,Tomasz Slanina
/****************************************************************************
diff --git a/src/mame/drivers/vega.c b/src/mame/drivers/vega.c
index 21513770133..fe1ba7868c8 100644
--- a/src/mame/drivers/vega.c
+++ b/src/mame/drivers/vega.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Tomasz Slanina
/***************************************************************************
Vega by Olympia