diff --git a/src/devices/sound/fm.cpp b/src/devices/sound/fm.cpp index 26888590c03..854fbb61004 100644 --- a/src/devices/sound/fm.cpp +++ b/src/devices/sound/fm.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski,Tatsuyuki Satoh #define YM2610B_WARNING diff --git a/src/devices/sound/fm.h b/src/devices/sound/fm.h index 9d6042ac768..11b76eff45b 100644 --- a/src/devices/sound/fm.h +++ b/src/devices/sound/fm.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski,Tatsuyuki Satoh /* File: fm.h -- header file for software emulation for FM sound generator diff --git a/src/devices/sound/fm2612.cpp b/src/devices/sound/fm2612.cpp index f8a35534417..af75298a59a 100644 --- a/src/devices/sound/fm2612.cpp +++ b/src/devices/sound/fm2612.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski,Tatsuyuki Satoh /* ** diff --git a/src/devices/sound/fmopl.cpp b/src/devices/sound/fmopl.cpp index 920d65e59ed..9f3a92a4517 100644 --- a/src/devices/sound/fmopl.cpp +++ b/src/devices/sound/fmopl.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski,Tatsuyuki Satoh /* ** diff --git a/src/devices/sound/fmopl.h b/src/devices/sound/fmopl.h index 7dccb50001e..1769cf57789 100644 --- a/src/devices/sound/fmopl.h +++ b/src/devices/sound/fmopl.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski,Tatsuyuki Satoh #pragma once diff --git a/src/devices/sound/msm5232.cpp b/src/devices/sound/msm5232.cpp index 5d3f2ddf8b0..5411dc29558 100644 --- a/src/devices/sound/msm5232.cpp +++ b/src/devices/sound/msm5232.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Hiromitsu Shioya #include "emu.h" diff --git a/src/devices/sound/msm5232.h b/src/devices/sound/msm5232.h index 5edb00b6cff..e861aa2725e 100644 --- a/src/devices/sound/msm5232.h +++ b/src/devices/sound/msm5232.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Hiromitsu Shioya #pragma once diff --git a/src/devices/sound/tms5110.cpp b/src/devices/sound/tms5110.cpp index 724e2b02c98..96a2a6c4f46 100644 --- a/src/devices/sound/tms5110.cpp +++ b/src/devices/sound/tms5110.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud /********************************************************************************************** diff --git a/src/devices/sound/tms5110.h b/src/devices/sound/tms5110.h index 6dd6c707fff..7b708c0a79e 100644 --- a/src/devices/sound/tms5110.h +++ b/src/devices/sound/tms5110.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Frank Palazzolo, Jarek Burczynski, Aaron Giles, Jonathan Gevaryahu, Couriersud #pragma once diff --git a/src/devices/sound/ym2151.cpp b/src/devices/sound/ym2151.cpp index 9f5f63120ec..f41077b96aa 100644 --- a/src/devices/sound/ym2151.cpp +++ b/src/devices/sound/ym2151.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /***************************************************************************** * diff --git a/src/devices/sound/ym2151.h b/src/devices/sound/ym2151.h index 3d62ac278ac..8ad1c8ea773 100644 --- a/src/devices/sound/ym2151.h +++ b/src/devices/sound/ym2151.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* ** File: ym2151.h - header file for software implementation of YM2151 diff --git a/src/devices/sound/ym2413.cpp b/src/devices/sound/ym2413.cpp index 5a644815f5a..2e0ab6cd38b 100644 --- a/src/devices/sound/ym2413.cpp +++ b/src/devices/sound/ym2413.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* ** diff --git a/src/devices/sound/ym2413.h b/src/devices/sound/ym2413.h index eb9441bec5a..413986d8c8f 100644 --- a/src/devices/sound/ym2413.h +++ b/src/devices/sound/ym2413.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #pragma once diff --git a/src/devices/sound/ymdeltat.cpp b/src/devices/sound/ymdeltat.cpp index d6668c7a8a5..ad8c0f12b13 100644 --- a/src/devices/sound/ymdeltat.cpp +++ b/src/devices/sound/ymdeltat.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* ** diff --git a/src/devices/sound/ymdeltat.h b/src/devices/sound/ymdeltat.h index afff1ab447a..8ba599f42c3 100644 --- a/src/devices/sound/ymdeltat.h +++ b/src/devices/sound/ymdeltat.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #pragma once diff --git a/src/devices/sound/ymf262.cpp b/src/devices/sound/ymf262.cpp index 333a7ecae0d..912b70e530e 100644 --- a/src/devices/sound/ymf262.cpp +++ b/src/devices/sound/ymf262.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* ** diff --git a/src/devices/sound/ymf262.h b/src/devices/sound/ymf262.h index 904b4f259c5..ef8e2fbf47a 100644 --- a/src/devices/sound/ymf262.h +++ b/src/devices/sound/ymf262.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #pragma once diff --git a/src/mame/drivers/40love.cpp b/src/mame/drivers/40love.cpp index 473f01cc748..1d80abff981 100644 --- a/src/mame/drivers/40love.cpp +++ b/src/mame/drivers/40love.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /**************************************************************************** diff --git a/src/mame/drivers/ace.cpp b/src/mame/drivers/ace.cpp index 57d96585296..46b86ba5e09 100644 --- a/src/mame/drivers/ace.cpp +++ b/src/mame/drivers/ace.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /**************************************************************************** diff --git a/src/mame/drivers/bigevglf.cpp b/src/mame/drivers/bigevglf.cpp index c0d18524ba2..a5b6fe662b6 100644 --- a/src/mame/drivers/bigevglf.cpp +++ b/src/mame/drivers/bigevglf.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina /*************************************************************************** Big Event Golf (c) Taito 1986 diff --git a/src/mame/drivers/changela.cpp b/src/mame/drivers/changela.cpp index 3bf89bd85af..377c9ff0e10 100644 --- a/src/mame/drivers/changela.cpp +++ b/src/mame/drivers/changela.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina /************************************************************************** Change Lanes diff --git a/src/mame/drivers/darius.cpp b/src/mame/drivers/darius.cpp index b4039d593bd..aa8734d4c01 100644 --- a/src/mame/drivers/darius.cpp +++ b/src/mame/drivers/darius.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski // thanks-to:Richard Bush /*************************************************************************** diff --git a/src/mame/drivers/mazerbla.cpp b/src/mame/drivers/mazerbla.cpp index 21b1e6951ed..24c80847ea8 100644 --- a/src/mame/drivers/mazerbla.cpp +++ b/src/mame/drivers/mazerbla.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Angelo Salese /**************************************************************************** diff --git a/src/mame/drivers/msisaac.cpp b/src/mame/drivers/msisaac.cpp index 2311b85907f..0d97a8662f7 100644 --- a/src/mame/drivers/msisaac.cpp +++ b/src/mame/drivers/msisaac.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /**************************************************************************** diff --git a/src/mame/drivers/opwolf.cpp b/src/mame/drivers/opwolf.cpp index 9a60f39000c..bfac0ecb625 100644 --- a/src/mame/drivers/opwolf.cpp +++ b/src/mame/drivers/opwolf.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski // thanks-to:Richard Bush /**************************************************************************** diff --git a/src/mame/drivers/rastan.cpp b/src/mame/drivers/rastan.cpp index 0c7e2273550..fe3c3dfa6b1 100644 --- a/src/mame/drivers/rastan.cpp +++ b/src/mame/drivers/rastan.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /*************************************************************************** diff --git a/src/mame/drivers/sbowling.cpp b/src/mame/drivers/sbowling.cpp index b4869187e49..189639a051d 100644 --- a/src/mame/drivers/sbowling.cpp +++ b/src/mame/drivers/sbowling.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina /********************************************************** Strike Bowling (c)1982 Taito diff --git a/src/mame/drivers/shougi.cpp b/src/mame/drivers/shougi.cpp index 3d8a4a56374..528f062fdef 100644 --- a/src/mame/drivers/shougi.cpp +++ b/src/mame/drivers/shougi.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina /*************************************************************************** diff --git a/src/mame/drivers/spaceg.cpp b/src/mame/drivers/spaceg.cpp index e7b81a0ac7b..785d22f2de3 100644 --- a/src/mame/drivers/spaceg.cpp +++ b/src/mame/drivers/spaceg.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina /************************************************************************************** diff --git a/src/mame/drivers/taito_b.cpp b/src/mame/drivers/taito_b.cpp index eb0cff9f77c..a58f7b22e90 100644 --- a/src/mame/drivers/taito_b.cpp +++ b/src/mame/drivers/taito_b.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /*************************************************************************** diff --git a/src/mame/drivers/tankbust.cpp b/src/mame/drivers/tankbust.cpp index b7c4044cdc5..87d363612b7 100644 --- a/src/mame/drivers/tankbust.cpp +++ b/src/mame/drivers/tankbust.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /*************************************************************************** diff --git a/src/mame/drivers/tubep.cpp b/src/mame/drivers/tubep.cpp index f4d692faec5..381225db409 100644 --- a/src/mame/drivers/tubep.cpp +++ b/src/mame/drivers/tubep.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /*************************************************************************** diff --git a/src/mame/drivers/wallc.cpp b/src/mame/drivers/wallc.cpp index 7e6243e6f60..0e6607ab2e1 100644 --- a/src/mame/drivers/wallc.cpp +++ b/src/mame/drivers/wallc.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /**************************************************************************** diff --git a/src/mame/includes/40love.h b/src/mame/includes/40love.h index f40e4b338f3..3494a28f717 100644 --- a/src/mame/includes/40love.h +++ b/src/mame/includes/40love.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #include "machine/buggychl.h" #include "sound/msm5232.h" diff --git a/src/mame/includes/bigevglf.h b/src/mame/includes/bigevglf.h index d0bd4a3cea5..39fd1c170ab 100644 --- a/src/mame/includes/bigevglf.h +++ b/src/mame/includes/bigevglf.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina #include "sound/msm5232.h" diff --git a/src/mame/includes/changela.h b/src/mame/includes/changela.h index 2b0d9b24db7..232e2e783ce 100644 --- a/src/mame/includes/changela.h +++ b/src/mame/includes/changela.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina diff --git a/src/mame/includes/darius.h b/src/mame/includes/darius.h index 13f037f0ca0..9800aa14dd3 100644 --- a/src/mame/includes/darius.h +++ b/src/mame/includes/darius.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski /************************************************************************* diff --git a/src/mame/includes/msisaac.h b/src/mame/includes/msisaac.h index d2f94f51e41..23453743854 100644 --- a/src/mame/includes/msisaac.h +++ b/src/mame/includes/msisaac.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #include "machine/buggychl.h" #include "sound/msm5232.h" diff --git a/src/mame/includes/opwolf.h b/src/mame/includes/opwolf.h index e93ab442abd..d8cffe9b213 100644 --- a/src/mame/includes/opwolf.h +++ b/src/mame/includes/opwolf.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski /************************************************************************* diff --git a/src/mame/includes/rastan.h b/src/mame/includes/rastan.h index 4d4771a407d..177579c0ef2 100644 --- a/src/mame/includes/rastan.h +++ b/src/mame/includes/rastan.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /************************************************************************* diff --git a/src/mame/includes/taito_b.h b/src/mame/includes/taito_b.h index 9a317f2eea9..b8a4a3aa4e8 100644 --- a/src/mame/includes/taito_b.h +++ b/src/mame/includes/taito_b.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #include "machine/mb87078.h" #include "machine/taitoio.h" diff --git a/src/mame/includes/tankbust.h b/src/mame/includes/tankbust.h index aa1501e59d0..1eeda476258 100644 --- a/src/mame/includes/tankbust.h +++ b/src/mame/includes/tankbust.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski class tankbust_state : public driver_device { diff --git a/src/mame/includes/tubep.h b/src/mame/includes/tubep.h index 5e86965aac6..9494d3c9299 100644 --- a/src/mame/includes/tubep.h +++ b/src/mame/includes/tubep.h @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #include "sound/msm5205.h" diff --git a/src/mame/machine/bigevglf.cpp b/src/mame/machine/bigevglf.cpp index bca48fed8af..0b2c801ecbf 100644 --- a/src/mame/machine/bigevglf.cpp +++ b/src/mame/machine/bigevglf.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina /*************************************************************************** diff --git a/src/mame/machine/opwolf.cpp b/src/mame/machine/opwolf.cpp index e356e55a156..41ba01a582f 100644 --- a/src/mame/machine/opwolf.cpp +++ b/src/mame/machine/opwolf.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski /************************************************************************* diff --git a/src/mame/video/40love.cpp b/src/mame/video/40love.cpp index 6facc1c7006..344ca7e05a7 100644 --- a/src/mame/video/40love.cpp +++ b/src/mame/video/40love.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* * Video Driver for Forty-Love diff --git a/src/mame/video/bigevglf.cpp b/src/mame/video/bigevglf.cpp index b2e32d00a63..fcf253b9e8c 100644 --- a/src/mame/video/bigevglf.cpp +++ b/src/mame/video/bigevglf.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Tomasz Slanina /*************************************************************************** diff --git a/src/mame/video/changela.cpp b/src/mame/video/changela.cpp index e9bdae5c878..09d8aecc0eb 100644 --- a/src/mame/video/changela.cpp +++ b/src/mame/video/changela.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski, Phil Stroffolino, Tomasz Slanina /************************************************************************** Change Lanes - Video Hardware diff --git a/src/mame/video/darius.cpp b/src/mame/video/darius.cpp index 7cfbb834d6c..8b700250b43 100644 --- a/src/mame/video/darius.cpp +++ b/src/mame/video/darius.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski #include "emu.h" #include "includes/darius.h" diff --git a/src/mame/video/msisaac.cpp b/src/mame/video/msisaac.cpp index ffc5a77f238..0d5c596f1f9 100644 --- a/src/mame/video/msisaac.cpp +++ b/src/mame/video/msisaac.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* * Video Driver for Metal Soldier Isaac II (1985) diff --git a/src/mame/video/opwolf.cpp b/src/mame/video/opwolf.cpp index 25336b1ee72..1ff719a8178 100644 --- a/src/mame/video/opwolf.cpp +++ b/src/mame/video/opwolf.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:David Graves, Jarek Burczynski /*************************************************************************** Functions to emulate video hardware on these Taito games: diff --git a/src/mame/video/rastan.cpp b/src/mame/video/rastan.cpp index 9c4438579f8..b1af0d981d3 100644 --- a/src/mame/video/rastan.cpp +++ b/src/mame/video/rastan.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /*************************************************************************** Functions to emulate video hardware on these Taito games: diff --git a/src/mame/video/taito_b.cpp b/src/mame/video/taito_b.cpp index 141331eccf2..cb96cbdb3ec 100644 --- a/src/mame/video/taito_b.cpp +++ b/src/mame/video/taito_b.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski #include "emu.h" #include "includes/taito_b.h" diff --git a/src/mame/video/tankbust.cpp b/src/mame/video/tankbust.cpp index c1a73bca85c..6bf815907e5 100644 --- a/src/mame/video/tankbust.cpp +++ b/src/mame/video/tankbust.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /* * Video Driver for Tank Busters diff --git a/src/mame/video/tubep.cpp b/src/mame/video/tubep.cpp index 95091136ee2..87404172aaf 100644 --- a/src/mame/video/tubep.cpp +++ b/src/mame/video/tubep.cpp @@ -1,4 +1,4 @@ -// license:??? +// license:GPL-2.0+ // copyright-holders:Jarek Burczynski /***************************************************************************