summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/sound/c6280.c2
-rw-r--r--src/emu/sound/c6280.h2
-rw-r--r--src/mame/drivers/aeroboto.c2
-rw-r--r--src/mame/drivers/bloodbro.c2
-rw-r--r--src/mame/drivers/cabal.c2
-rw-r--r--src/mame/drivers/contra.c2
-rw-r--r--src/mame/drivers/cop01.c2
-rw-r--r--src/mame/drivers/electra.c2
-rw-r--r--src/mame/drivers/gladiatr.c2
-rw-r--r--src/mame/drivers/renegade.c2
-rw-r--r--src/mame/drivers/starfire.c4
-rw-r--r--src/mame/drivers/terracre.c2
-rw-r--r--src/mame/drivers/thief.c2
-rw-r--r--src/mame/drivers/vroulet.c2
-rw-r--r--src/mame/drivers/xain.c2
-rw-r--r--src/mame/includes/aeroboto.h2
-rw-r--r--src/mame/includes/bloodbro.h2
-rw-r--r--src/mame/includes/cabal.h2
-rw-r--r--src/mame/includes/contra.h2
-rw-r--r--src/mame/includes/cop01.h2
-rw-r--r--src/mame/includes/gladiatr.h2
-rw-r--r--src/mame/includes/renegade.h2
-rw-r--r--src/mame/includes/starfire.h4
-rw-r--r--src/mame/includes/terracre.h2
-rw-r--r--src/mame/includes/thief.h2
-rw-r--r--src/mame/includes/xain.h2
-rw-r--r--src/mame/machine/cps2crpt.c4
-rw-r--r--src/mame/machine/pgmprot_orlegend.c2
-rw-r--r--src/mame/machine/raiden2cop.c2
-rw-r--r--src/mame/video/aeroboto.c2
-rw-r--r--src/mame/video/bloodbro.c2
-rw-r--r--src/mame/video/cabal.c2
-rw-r--r--src/mame/video/contra.c2
-rw-r--r--src/mame/video/cop01.c2
-rw-r--r--src/mame/video/gladiatr.c2
-rw-r--r--src/mame/video/renegade.c2
-rw-r--r--src/mame/video/starfire.c4
-rw-r--r--src/mame/video/terracre.c2
-rw-r--r--src/mame/video/thief.c2
-rw-r--r--src/mame/video/tia.c4
-rw-r--r--src/mame/video/tia.h2
-rw-r--r--src/mame/video/xain.c2
-rw-r--r--src/mess/drivers/nes.c2
-rw-r--r--src/mess/includes/nes.h2
-rw-r--r--src/mess/machine/nes.c2
-rw-r--r--src/mess/tools/imgtool/modules/os9.c2
-rw-r--r--src/mess/video/nes.c2
47 files changed, 52 insertions, 52 deletions
diff --git a/src/emu/sound/c6280.c b/src/emu/sound/c6280.c
index 44d94f93c3e..099224f78be 100644
--- a/src/emu/sound/c6280.c
+++ b/src/emu/sound/c6280.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Charles MacDonald
/*
HuC6280 sound chip emulator
diff --git a/src/emu/sound/c6280.h b/src/emu/sound/c6280.h
index 6255f99dfd0..af53962a83e 100644
--- a/src/emu/sound/c6280.h
+++ b/src/emu/sound/c6280.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Charles MacDonald
#pragma once
diff --git a/src/mame/drivers/aeroboto.c b/src/mame/drivers/aeroboto.c
index 00ccbf92f44..f1d6e837b80 100644
--- a/src/mame/drivers/aeroboto.c
+++ b/src/mame/drivers/aeroboto.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/****************************************************************************
diff --git a/src/mame/drivers/bloodbro.c b/src/mame/drivers/bloodbro.c
index 6e13a318c13..b7fd5f64360 100644
--- a/src/mame/drivers/bloodbro.c
+++ b/src/mame/drivers/bloodbro.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/**************************************************************************
diff --git a/src/mame/drivers/cabal.c b/src/mame/drivers/cabal.c
index 50060c8f59b..2e9b2936dee 100644
--- a/src/mame/drivers/cabal.c
+++ b/src/mame/drivers/cabal.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/******************************************************************
diff --git a/src/mame/drivers/contra.c b/src/mame/drivers/contra.c
index 4946a961e77..d2d046949e6 100644
--- a/src/mame/drivers/contra.c
+++ b/src/mame/drivers/contra.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/drivers/cop01.c b/src/mame/drivers/cop01.c
index 4f4da1e4211..715d063dbd2 100644
--- a/src/mame/drivers/cop01.c
+++ b/src/mame/drivers/cop01.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************
diff --git a/src/mame/drivers/electra.c b/src/mame/drivers/electra.c
index d3c6dca26fd..9dde18b782a 100644
--- a/src/mame/drivers/electra.c
+++ b/src/mame/drivers/electra.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Fabio Priuli
/***************************************************************************
diff --git a/src/mame/drivers/gladiatr.c b/src/mame/drivers/gladiatr.c
index 875818142ee..482c56808c7 100644
--- a/src/mame/drivers/gladiatr.c
+++ b/src/mame/drivers/gladiatr.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
/***************************************************************************
diff --git a/src/mame/drivers/renegade.c b/src/mame/drivers/renegade.c
index d2d22dde524..57808b1d19b 100644
--- a/src/mame/drivers/renegade.c
+++ b/src/mame/drivers/renegade.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
/***************************************************************************
diff --git a/src/mame/drivers/starfire.c b/src/mame/drivers/starfire.c
index 96f80c2f943..82c9d43511c 100644
--- a/src/mame/drivers/starfire.c
+++ b/src/mame/drivers/starfire.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Daniel Boris, Olivier Galibert, Aaron Giles
+// license:BSD-3-Clause
+// copyright-holders:Dan Boris, Olivier Galibert, Aaron Giles
/***************************************************************************
Star Fire/Fire One system
diff --git a/src/mame/drivers/terracre.c b/src/mame/drivers/terracre.c
index 99cd13f8699..76fbefa2e0f 100644
--- a/src/mame/drivers/terracre.c
+++ b/src/mame/drivers/terracre.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/******************************************************************
Terra Cresta (preliminary)
diff --git a/src/mame/drivers/thief.c b/src/mame/drivers/thief.c
index 7e2e5ba5ee0..960fdd08614 100644
--- a/src/mame/drivers/thief.c
+++ b/src/mame/drivers/thief.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Victor Trucco, Mike Balfour, Phil Stroffolino
/******************************************************************
diff --git a/src/mame/drivers/vroulet.c b/src/mame/drivers/vroulet.c
index 419a226eacb..c295ed9de3c 100644
--- a/src/mame/drivers/vroulet.c
+++ b/src/mame/drivers/vroulet.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Curt Coder,Tomasz Slanina
/*
diff --git a/src/mame/drivers/xain.c b/src/mame/drivers/xain.c
index 6988ae5796e..0c35ac7954c 100644
--- a/src/mame/drivers/xain.c
+++ b/src/mame/drivers/xain.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/includes/aeroboto.h b/src/mame/includes/aeroboto.h
index 3b6ba8b0da8..4a13d61773e 100644
--- a/src/mame/includes/aeroboto.h
+++ b/src/mame/includes/aeroboto.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************
diff --git a/src/mame/includes/bloodbro.h b/src/mame/includes/bloodbro.h
index 38b3818b0d4..3adf387eba5 100644
--- a/src/mame/includes/bloodbro.h
+++ b/src/mame/includes/bloodbro.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
class bloodbro_state : public driver_device
{
diff --git a/src/mame/includes/cabal.h b/src/mame/includes/cabal.h
index 0359820f9a1..6126f861fcb 100644
--- a/src/mame/includes/cabal.h
+++ b/src/mame/includes/cabal.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
#include "audio/seibu.h"
#include "sound/msm5205.h"
diff --git a/src/mame/includes/contra.h b/src/mame/includes/contra.h
index faf5e22358f..75fa69e8675 100644
--- a/src/mame/includes/contra.h
+++ b/src/mame/includes/contra.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Phil Stroffolino
/*************************************************************************
diff --git a/src/mame/includes/cop01.h b/src/mame/includes/cop01.h
index 05b362e8435..e2b3a1ccb40 100644
--- a/src/mame/includes/cop01.h
+++ b/src/mame/includes/cop01.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/*************************************************************************
diff --git a/src/mame/includes/gladiatr.h b/src/mame/includes/gladiatr.h
index 93beba148e4..06813718742 100644
--- a/src/mame/includes/gladiatr.h
+++ b/src/mame/includes/gladiatr.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
#include "sound/msm5205.h"
diff --git a/src/mame/includes/renegade.h b/src/mame/includes/renegade.h
index f236f5f724d..4bee502c641 100644
--- a/src/mame/includes/renegade.h
+++ b/src/mame/includes/renegade.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
#include "sound/msm5205.h"
diff --git a/src/mame/includes/starfire.h b/src/mame/includes/starfire.h
index a3978aae9e6..6915519dd2f 100644
--- a/src/mame/includes/starfire.h
+++ b/src/mame/includes/starfire.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Daniel Boris, Olivier Galibert, Aaron Giles
+// license:BSD-3-Clause
+// copyright-holders:Dan Boris, Olivier Galibert, Aaron Giles
/***************************************************************************
Star Fire/Fire One system
diff --git a/src/mame/includes/terracre.h b/src/mame/includes/terracre.h
index efb6e238b4f..81d2611efeb 100644
--- a/src/mame/includes/terracre.h
+++ b/src/mame/includes/terracre.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
#include "video/bufsprite.h"
diff --git a/src/mame/includes/thief.h b/src/mame/includes/thief.h
index b03222bbec3..f67bd93f391 100644
--- a/src/mame/includes/thief.h
+++ b/src/mame/includes/thief.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Victor Trucco, Mike Balfour, Phil Stroffolino
#include "sound/samples.h"
#include "video/tms9927.h"
diff --git a/src/mame/includes/xain.h b/src/mame/includes/xain.h
index 1f65025d602..b1a1db6bc33 100644
--- a/src/mame/includes/xain.h
+++ b/src/mame/includes/xain.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
class xain_state : public driver_device
{
diff --git a/src/mame/machine/cps2crpt.c b/src/mame/machine/cps2crpt.c
index 25663b934dd..e0af3a75bf6 100644
--- a/src/mame/machine/cps2crpt.c
+++ b/src/mame/machine/cps2crpt.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria
+// license:BSD-3-Clause
+// copyright-holders:Paul Leaman, Andreas Naive, Nicola Salmoria,Charles MacDonald
/******************************************************************************
CPS-2 Encryption
diff --git a/src/mame/machine/pgmprot_orlegend.c b/src/mame/machine/pgmprot_orlegend.c
index cd8bdf6458c..1e4a0553aa9 100644
--- a/src/mame/machine/pgmprot_orlegend.c
+++ b/src/mame/machine/pgmprot_orlegend.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Olivier Galibert, iq_132
/***********************************************************************
PGM ASIC3 PGM protection emulation
diff --git a/src/mame/machine/raiden2cop.c b/src/mame/machine/raiden2cop.c
index c0f788d810e..0a2baec5caf 100644
--- a/src/mame/machine/raiden2cop.c
+++ b/src/mame/machine/raiden2cop.c
@@ -1,4 +1,4 @@
-// license:???
+// license:LGPL-2.1+
// copyright-holders:Olivier Gaibert, Angelo Salese, David Haywood
/***************************************************************************
diff --git a/src/mame/video/aeroboto.c b/src/mame/video/aeroboto.c
index f87d32ca67a..b6e18e7968d 100644
--- a/src/mame/video/aeroboto.c
+++ b/src/mame/video/aeroboto.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************
diff --git a/src/mame/video/bloodbro.c b/src/mame/video/bloodbro.c
index 8e0727d4859..e82109f8741 100644
--- a/src/mame/video/bloodbro.c
+++ b/src/mame/video/bloodbro.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/***************************************************************************
diff --git a/src/mame/video/cabal.c b/src/mame/video/cabal.c
index 1c8c67471fb..682b4bdc3e8 100644
--- a/src/mame/video/cabal.c
+++ b/src/mame/video/cabal.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano Baides
/***************************************************************************
diff --git a/src/mame/video/contra.c b/src/mame/video/contra.c
index 9986f543ed1..4e639e9e7ba 100644
--- a/src/mame/video/contra.c
+++ b/src/mame/video/contra.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Phil Stroffolino
/***************************************************************************
diff --git a/src/mame/video/cop01.c b/src/mame/video/cop01.c
index 05d8a8b1a3b..ca29e24db63 100644
--- a/src/mame/video/cop01.c
+++ b/src/mame/video/cop01.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************
diff --git a/src/mame/video/gladiatr.c b/src/mame/video/gladiatr.c
index d94bd4e7dd3..31a115c792a 100644
--- a/src/mame/video/gladiatr.c
+++ b/src/mame/video/gladiatr.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Victor Trucco,Steve Ellenoff,Phil Stroffolino,Tatsuyuki Satoh,Tomasz Slanina,Nicola Salmoria
/***************************************************************************
diff --git a/src/mame/video/renegade.c b/src/mame/video/renegade.c
index 963fa433cc5..0fba8eb3c1f 100644
--- a/src/mame/video/renegade.c
+++ b/src/mame/video/renegade.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Phil Stroffolino, Carlos A. Lozano, Rob Rosenbrock
/***************************************************************************
diff --git a/src/mame/video/starfire.c b/src/mame/video/starfire.c
index bd1317f0a24..04583822a33 100644
--- a/src/mame/video/starfire.c
+++ b/src/mame/video/starfire.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Daniel Boris, Olivier Galibert, Aaron Giles
+// license:BSD-3-Clause
+// copyright-holders:Dan Boris, Olivier Galibert, Aaron Giles
/***************************************************************************
Star Fire/Fire One system - video hardware
diff --git a/src/mame/video/terracre.c b/src/mame/video/terracre.c
index 2ac32612d65..f29525a6312 100644
--- a/src/mame/video/terracre.c
+++ b/src/mame/video/terracre.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano
/***************************************************************************
diff --git a/src/mame/video/thief.c b/src/mame/video/thief.c
index a3fdafb9d36..00862465ae9 100644
--- a/src/mame/video/thief.c
+++ b/src/mame/video/thief.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Victor Trucco, Mike Balfour, Phil Stroffolino
/* video hardware for Pacific Novelty games:
** Thief/Nato Defense
diff --git a/src/mame/video/tia.c b/src/mame/video/tia.c
index 122ff311394..a3a735cb485 100644
--- a/src/mame/video/tia.c
+++ b/src/mame/video/tia.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:Wilbert Pol,???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol
/***************************************************************************
Atari TIA video emulation
diff --git a/src/mame/video/tia.h b/src/mame/video/tia.h
index 4f619ff521c..481be788f75 100644
--- a/src/mame/video/tia.h
+++ b/src/mame/video/tia.h
@@ -1,5 +1,5 @@
// license:BSD-3-Clause
-// copyright-holders:Wilbert Pol,???
+// copyright-holders:Wilbert Pol
#ifndef _VIDEO_TIA_H_
#define _VIDEO_TIA_H_
diff --git a/src/mame/video/xain.c b/src/mame/video/xain.c
index c50a729011a..21da90085f2 100644
--- a/src/mame/video/xain.c
+++ b/src/mame/video/xain.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Carlos A. Lozano, Rob Rosenbrock, Phil Stroffolino
/***************************************************************************
diff --git a/src/mess/drivers/nes.c b/src/mess/drivers/nes.c
index 513a0dc7275..44a4db083d8 100644
--- a/src/mess/drivers/nes.c
+++ b/src/mess/drivers/nes.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/***************************************************************************
diff --git a/src/mess/includes/nes.h b/src/mess/includes/nes.h
index 41efd7115c1..49d8b51df12 100644
--- a/src/mess/includes/nes.h
+++ b/src/mess/includes/nes.h
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/*****************************************************************************
diff --git a/src/mess/machine/nes.c b/src/mess/machine/nes.c
index a95ca75f4cc..c5cd79575ee 100644
--- a/src/mess/machine/nes.c
+++ b/src/mess/machine/nes.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/*****************************************************************************
diff --git a/src/mess/tools/imgtool/modules/os9.c b/src/mess/tools/imgtool/modules/os9.c
index a6971836ec5..2a9e2fb0292 100644
--- a/src/mess/tools/imgtool/modules/os9.c
+++ b/src/mess/tools/imgtool/modules/os9.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/****************************************************************************
diff --git a/src/mess/video/nes.c b/src/mess/video/nes.c
index 656858f46cf..3c898d58b1b 100644
--- a/src/mess/video/nes.c
+++ b/src/mess/video/nes.c
@@ -1,4 +1,4 @@
-// license:???
+// license:BSD-3-Clause
// copyright-holders:Brad Oliver,Fabio Priuli
/***************************************************************************