diff options
author | 2015-06-02 16:21:11 +0200 | |
---|---|---|
committer | 2015-06-02 16:21:11 +0200 | |
commit | 3aeb79cbc0b8a92b304a5bcb368c186b7958ff71 (patch) | |
tree | 521f5d351553d1683661729b3f52a66cae6bf5dc /src | |
parent | 04e8ae89d2d11660386fdb4d6c0cfc6de3373473 (diff) |
resolved some more (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/sound/pokey.c | 2 | ||||
-rw-r--r-- | src/emu/sound/pokey.h | 2 | ||||
-rw-r--r-- | src/mame/drivers/bublbobl.c | 2 | ||||
-rw-r--r-- | src/mame/drivers/cheekyms.c | 2 | ||||
-rw-r--r-- | src/mame/drivers/dmndrby.c | 2 | ||||
-rw-r--r-- | src/mame/drivers/firefox.c | 4 | ||||
-rw-r--r-- | src/mame/drivers/gameplan.c | 2 | ||||
-rw-r--r-- | src/mame/drivers/naughtyb.c | 2 | ||||
-rw-r--r-- | src/mame/drivers/pse.c | 2 | ||||
-rw-r--r-- | src/mame/includes/bublbobl.h | 2 | ||||
-rw-r--r-- | src/mame/includes/cheekyms.h | 2 | ||||
-rw-r--r-- | src/mame/includes/gameplan.h | 2 | ||||
-rw-r--r-- | src/mame/includes/naughtyb.h | 2 | ||||
-rw-r--r-- | src/mame/machine/bublbobl.c | 2 | ||||
-rw-r--r-- | src/mame/machine/mathbox.c | 2 | ||||
-rw-r--r-- | src/mame/machine/mathbox.h | 2 | ||||
-rw-r--r-- | src/mame/video/avgdvg.c | 2 | ||||
-rw-r--r-- | src/mame/video/avgdvg.h | 2 | ||||
-rw-r--r-- | src/mame/video/bublbobl.c | 2 | ||||
-rw-r--r-- | src/mame/video/cheekyms.c | 2 | ||||
-rw-r--r-- | src/mame/video/gameplan.c | 2 | ||||
-rw-r--r-- | src/mame/video/naughtyb.c | 2 | ||||
-rw-r--r-- | src/mess/drivers/bbc.c | 2 | ||||
-rw-r--r-- | src/mess/includes/bbc.h | 2 | ||||
-rw-r--r-- | src/mess/machine/bbc.c | 2 | ||||
-rw-r--r-- | src/mess/video/bbc.c | 2 |
26 files changed, 27 insertions, 27 deletions
diff --git a/src/emu/sound/pokey.c b/src/emu/sound/pokey.c index e27870108b5..33aec56ae80 100644 --- a/src/emu/sound/pokey.c +++ b/src/emu/sound/pokey.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Brad Oliver, Eric Smith, Juergen Buchmueller /***************************************************************************** * diff --git a/src/emu/sound/pokey.h b/src/emu/sound/pokey.h index c2cf13ba477..96c9f672246 100644 --- a/src/emu/sound/pokey.h +++ b/src/emu/sound/pokey.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Brad Oliver, Eric Smith, Juergen Buchmueller /***************************************************************************** * diff --git a/src/mame/drivers/bublbobl.c b/src/mame/drivers/bublbobl.c index 1683613309b..065ca46b23f 100644 --- a/src/mame/drivers/bublbobl.c +++ b/src/mame/drivers/bublbobl.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/drivers/cheekyms.c b/src/mame/drivers/cheekyms.c index a0aadecb296..6b155075488 100644 --- a/src/mame/drivers/cheekyms.c +++ b/src/mame/drivers/cheekyms.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Lee Taylor, Chris Moore /************************************************************************* Universal Cheeky Mouse Driver diff --git a/src/mame/drivers/dmndrby.c b/src/mame/drivers/dmndrby.c index 3094ff3450e..988e014330b 100644 --- a/src/mame/drivers/dmndrby.c +++ b/src/mame/drivers/dmndrby.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Angelo Salese, David Haywood, Mike Green /******************************************************************************************* diff --git a/src/mame/drivers/firefox.c b/src/mame/drivers/firefox.c index 236a761b9f6..7d18687fed4 100644 --- a/src/mame/drivers/firefox.c +++ b/src/mame/drivers/firefox.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:smf, Aaron Giles, Chris Hardy, Scott Waye +// license:BSD-3-Clause +// copyright-holders:smf, Aaron Giles, Chris Hardy /*************************************************************************** Atari Fire Fox hardware diff --git a/src/mame/drivers/gameplan.c b/src/mame/drivers/gameplan.c index a8bc03e56ce..90161a9f3d3 100644 --- a/src/mame/drivers/gameplan.c +++ b/src/mame/drivers/gameplan.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore /*************************************************************************** diff --git a/src/mame/drivers/naughtyb.c b/src/mame/drivers/naughtyb.c index bcc89e59a34..d1f409d131f 100644 --- a/src/mame/drivers/naughtyb.c +++ b/src/mame/drivers/naughtyb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Brad Oliver,Sal and John Bugliarisi,Paul Priest /*************************************************************************** diff --git a/src/mame/drivers/pse.c b/src/mame/drivers/pse.c index 40fa2859b3c..d24aca5a0d0 100644 --- a/src/mame/drivers/pse.c +++ b/src/mame/drivers/pse.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Fabio Priuli,Dave Widel, gregf /*************************************************************************** diff --git a/src/mame/includes/bublbobl.h b/src/mame/includes/bublbobl.h index aff69a0391d..61a18a94ca8 100644 --- a/src/mame/includes/bublbobl.h +++ b/src/mame/includes/bublbobl.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria class bublbobl_state : public driver_device diff --git a/src/mame/includes/cheekyms.h b/src/mame/includes/cheekyms.h index d40d9e4dc77..4e6ce443d99 100644 --- a/src/mame/includes/cheekyms.h +++ b/src/mame/includes/cheekyms.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Lee Taylor, Chris Moore /************************************************************************* diff --git a/src/mame/includes/gameplan.h b/src/mame/includes/gameplan.h index 21e29d9b7d8..700a2e1e4ea 100644 --- a/src/mame/includes/gameplan.h +++ b/src/mame/includes/gameplan.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore /*************************************************************************** diff --git a/src/mame/includes/naughtyb.h b/src/mame/includes/naughtyb.h index 42aa42b5f1c..33ee7367396 100644 --- a/src/mame/includes/naughtyb.h +++ b/src/mame/includes/naughtyb.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Brad Oliver,Sal and John Bugliarisi,Paul Priest #include "audio/pleiads.h" diff --git a/src/mame/machine/bublbobl.c b/src/mame/machine/bublbobl.c index 5fb2ad4e140..84a3a6c125b 100644 --- a/src/mame/machine/bublbobl.c +++ b/src/mame/machine/bublbobl.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/machine/mathbox.c b/src/mame/machine/mathbox.c index 5a7ae2f2b17..7b014ed1158 100644 --- a/src/mame/machine/mathbox.c +++ b/src/mame/machine/mathbox.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Eric Smith /* * mathbox.c: math box simulation (Battlezone/Red Baron/Tempest) diff --git a/src/mame/machine/mathbox.h b/src/mame/machine/mathbox.h index 5ff280477b2..bbc35505b8d 100644 --- a/src/mame/machine/mathbox.h +++ b/src/mame/machine/mathbox.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Eric Smith /* * mathbox.h: math box simulation (Battlezone/Red Baron/Tempest) diff --git a/src/mame/video/avgdvg.c b/src/mame/video/avgdvg.c index 66ef84ca034..1b5d6b3b37b 100644 --- a/src/mame/video/avgdvg.c +++ b/src/mame/video/avgdvg.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Eric Smith, Brad Oliver, Bernd Wiebelt, Aaron Giles, Andrew Caldwell /************************************************************************* diff --git a/src/mame/video/avgdvg.h b/src/mame/video/avgdvg.h index 2a455974dc0..79f923e7f46 100644 --- a/src/mame/video/avgdvg.h +++ b/src/mame/video/avgdvg.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Eric Smith, Brad Oliver, Bernd Wiebelt, Aaron Giles, Andrew Caldwell #ifndef __AVGDVG__ #define __AVGDVG__ diff --git a/src/mame/video/bublbobl.c b/src/mame/video/bublbobl.c index 9ec2ca6bb37..5efdd4db370 100644 --- a/src/mame/video/bublbobl.c +++ b/src/mame/video/bublbobl.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore, Nicola Salmoria /*************************************************************************** diff --git a/src/mame/video/cheekyms.c b/src/mame/video/cheekyms.c index ec317af70ec..99a98580f82 100644 --- a/src/mame/video/cheekyms.c +++ b/src/mame/video/cheekyms.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Lee Taylor, Chris Moore /************************************************************************* Universal Cheeky Mouse Driver diff --git a/src/mame/video/gameplan.c b/src/mame/video/gameplan.c index 9d51a2b59ef..e20324372e0 100644 --- a/src/mame/video/gameplan.c +++ b/src/mame/video/gameplan.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Chris Moore /*************************************************************************** diff --git a/src/mame/video/naughtyb.c b/src/mame/video/naughtyb.c index 7a9da39b827..fea1e0227d8 100644 --- a/src/mame/video/naughtyb.c +++ b/src/mame/video/naughtyb.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Brad Oliver,Sal and John Bugliarisi,Paul Priest /*************************************************************************** diff --git a/src/mess/drivers/bbc.c b/src/mess/drivers/bbc.c index 5a4df8785ac..de7f17dee44 100644 --- a/src/mess/drivers/bbc.c +++ b/src/mess/drivers/bbc.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Gordon Jefferyes, Nigel Barnes /****************************************************************************** BBC Model A,B diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h index 499283e8ec3..11bd1c13eb1 100644 --- a/src/mess/includes/bbc.h +++ b/src/mess/includes/bbc.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Gordon Jefferyes, Nigel Barnes /***************************************************************************** * diff --git a/src/mess/machine/bbc.c b/src/mess/machine/bbc.c index 1fc4d5c22da..d0a5572540e 100644 --- a/src/mess/machine/bbc.c +++ b/src/mess/machine/bbc.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Gordon Jefferyes, Nigel Barnes /****************************************************************************** BBC Model B diff --git a/src/mess/video/bbc.c b/src/mess/video/bbc.c index 06400a45ed8..8297f4cacaf 100644 --- a/src/mess/video/bbc.c +++ b/src/mess/video/bbc.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Gordon Jefferyes, Nigel Barnes /****************************************************************************** BBC Model B |