summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-05-14 15:04:21 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2015-05-14 15:04:21 +0200
commit9e20a645aeb78f0b3468b229a1681c09c08a5784 (patch)
treeab55f085c797ec1224c0207cb39b37210f57724e /src/emu/sound
parent1959a525d692372a4b8436ef80b3c4212b754e6d (diff)
updated licenses for most of devices (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/cdda.c4
-rw-r--r--src/emu/sound/cdda.h4
-rw-r--r--src/emu/sound/cem3394.c4
-rw-r--r--src/emu/sound/cem3394.h4
-rw-r--r--src/emu/sound/digitalk.c4
-rw-r--r--src/emu/sound/digitalk.h4
-rw-r--r--src/emu/sound/es8712.c2
-rw-r--r--src/emu/sound/es8712.h2
-rw-r--r--src/emu/sound/filter.c2
-rw-r--r--src/emu/sound/filter.h2
-rw-r--r--src/emu/sound/flt_rc.c2
-rw-r--r--src/emu/sound/flt_rc.h2
-rw-r--r--src/emu/sound/flt_vol.c2
-rw-r--r--src/emu/sound/flt_vol.h2
-rw-r--r--src/emu/sound/hc55516.c4
-rw-r--r--src/emu/sound/hc55516.h4
-rw-r--r--src/emu/sound/k007232.c4
-rw-r--r--src/emu/sound/k007232.h4
-rw-r--r--src/emu/sound/k053260.c4
-rw-r--r--src/emu/sound/k053260.h4
-rw-r--r--src/emu/sound/k054539.c4
-rw-r--r--src/emu/sound/k054539.h4
-rw-r--r--src/emu/sound/k056800.c4
-rw-r--r--src/emu/sound/k056800.h4
-rw-r--r--src/emu/sound/l7a1045_l6028_dsp_a.c4
-rw-r--r--src/emu/sound/l7a1045_l6028_dsp_a.h4
-rw-r--r--src/emu/sound/lmc1992.c4
-rw-r--r--src/emu/sound/lmc1992.h4
-rw-r--r--src/emu/sound/mas3507d.c4
-rw-r--r--src/emu/sound/mas3507d.h4
-rw-r--r--src/emu/sound/mos6581.c4
-rw-r--r--src/emu/sound/mos6581.h4
-rw-r--r--src/emu/sound/mos7360.c4
-rw-r--r--src/emu/sound/mos7360.h4
-rw-r--r--src/emu/sound/msm5232.c2
-rw-r--r--src/emu/sound/msm5232.h2
-rw-r--r--src/emu/sound/n63701x.c4
-rw-r--r--src/emu/sound/n63701x.h4
-rw-r--r--src/emu/sound/namco.c4
-rw-r--r--src/emu/sound/namco.h4
-rw-r--r--src/emu/sound/okiadpcm.c4
-rw-r--r--src/emu/sound/okiadpcm.h4
-rw-r--r--src/emu/sound/okim6258.c4
-rw-r--r--src/emu/sound/okim6258.h4
-rw-r--r--src/emu/sound/okim9810.c4
-rw-r--r--src/emu/sound/okim9810.h4
-rw-r--r--src/emu/sound/qs1000.c2
-rw-r--r--src/emu/sound/qs1000.h2
-rw-r--r--src/emu/sound/rf5c68.c4
-rw-r--r--src/emu/sound/rf5c68.h4
-rw-r--r--src/emu/sound/sb0400.c4
-rw-r--r--src/emu/sound/sb0400.h4
-rw-r--r--src/emu/sound/segapcm.c2
-rw-r--r--src/emu/sound/segapcm.h2
-rw-r--r--src/emu/sound/snkwave.c4
-rw-r--r--src/emu/sound/snkwave.h4
-rw-r--r--src/emu/sound/speaker.c4
-rw-r--r--src/emu/sound/speaker.h4
-rw-r--r--src/emu/sound/spu.h2
-rw-r--r--src/emu/sound/t6w28.c4
-rw-r--r--src/emu/sound/t6w28.h4
-rw-r--r--src/emu/sound/tms3615.c4
-rw-r--r--src/emu/sound/tms3615.h4
-rw-r--r--src/emu/sound/tms36xx.c4
-rw-r--r--src/emu/sound/tms36xx.h4
-rw-r--r--src/emu/sound/upd7752.c4
-rw-r--r--src/emu/sound/upd7752.h4
-rw-r--r--src/emu/sound/vrender0.c4
-rw-r--r--src/emu/sound/vrender0.h4
69 files changed, 123 insertions, 123 deletions
diff --git a/src/emu/sound/cdda.c b/src/emu/sound/cdda.c
index 1ef050b7dcb..1b7c81c1172 100644
--- a/src/emu/sound/cdda.c
+++ b/src/emu/sound/cdda.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles,smf
/*
CD-DA "Red Book" audio sound hardware handler
Relies on the actual CD logic and reading in cdrom.c.
diff --git a/src/emu/sound/cdda.h b/src/emu/sound/cdda.h
index 92bd9ebc9d9..7650348a099 100644
--- a/src/emu/sound/cdda.h
+++ b/src/emu/sound/cdda.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles,smf
#pragma once
#ifndef __CDDA_H__
diff --git a/src/emu/sound/cem3394.c b/src/emu/sound/cem3394.c
index 09361fbdc66..f5af2dd2b86 100644
--- a/src/emu/sound/cem3394.c
+++ b/src/emu/sound/cem3394.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
/***************************************************************************
CEM3394 sound driver.
diff --git a/src/emu/sound/cem3394.h b/src/emu/sound/cem3394.h
index d695999b903..65290aefce9 100644
--- a/src/emu/sound/cem3394.h
+++ b/src/emu/sound/cem3394.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
#pragma once
#ifndef __CEM3394_H__
diff --git a/src/emu/sound/digitalk.c b/src/emu/sound/digitalk.c
index 5e63193383e..cf5d99d0c07 100644
--- a/src/emu/sound/digitalk.c
+++ b/src/emu/sound/digitalk.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#include "emu.h"
#include "digitalk.h"
diff --git a/src/emu/sound/digitalk.h b/src/emu/sound/digitalk.h
index 143e6a29df0..fc2dd497f09 100644
--- a/src/emu/sound/digitalk.h
+++ b/src/emu/sound/digitalk.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#ifndef _DIGITALKER_H_
#define _DIGITALKER_H_
diff --git a/src/emu/sound/es8712.c b/src/emu/sound/es8712.c
index b3306e8970d..5f1f6dd85e4 100644
--- a/src/emu/sound/es8712.c
+++ b/src/emu/sound/es8712.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Quench
/**********************************************************************************************
*
* Streaming single channel ADPCM core for the ES8712 chip
diff --git a/src/emu/sound/es8712.h b/src/emu/sound/es8712.h
index 5c2810f56d8..5f5cffc43a6 100644
--- a/src/emu/sound/es8712.h
+++ b/src/emu/sound/es8712.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Quench
/* An interface for the ES8712 ADPCM chip */
#pragma once
diff --git a/src/emu/sound/filter.c b/src/emu/sound/filter.c
index ee760fb569c..3d80966d029 100644
--- a/src/emu/sound/filter.c
+++ b/src/emu/sound/filter.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Derrick Renaud, Couriersud
#include "emu.h"
#include "filter.h"
diff --git a/src/emu/sound/filter.h b/src/emu/sound/filter.h
index 9ce54348a84..5e671e85545 100644
--- a/src/emu/sound/filter.h
+++ b/src/emu/sound/filter.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Derrick Renaud, Couriersud
#pragma once
#ifndef __FILTER_H__
diff --git a/src/emu/sound/flt_rc.c b/src/emu/sound/flt_rc.c
index 37299b23536..5fc0a7df882 100644
--- a/src/emu/sound/flt_rc.c
+++ b/src/emu/sound/flt_rc.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Derrick Renaud, Couriersud
#include "emu.h"
#include "flt_rc.h"
diff --git a/src/emu/sound/flt_rc.h b/src/emu/sound/flt_rc.h
index d99b27195bd..0ea52c6972a 100644
--- a/src/emu/sound/flt_rc.h
+++ b/src/emu/sound/flt_rc.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Derrick Renaud, Couriersud
#pragma once
#ifndef __FLT_RC_H__
diff --git a/src/emu/sound/flt_vol.c b/src/emu/sound/flt_vol.c
index 3f553704adb..0012f3fc4db 100644
--- a/src/emu/sound/flt_vol.c
+++ b/src/emu/sound/flt_vol.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Derrick Renaud, Couriersud
#include "emu.h"
#include "flt_vol.h"
diff --git a/src/emu/sound/flt_vol.h b/src/emu/sound/flt_vol.h
index 437681d9851..20ce17a58e9 100644
--- a/src/emu/sound/flt_vol.h
+++ b/src/emu/sound/flt_vol.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Derrick Renaud, Couriersud
#pragma once
#ifndef __FLT_VOL_H__
diff --git a/src/emu/sound/hc55516.c b/src/emu/sound/hc55516.c
index 929b27e0e9c..7165fd28158 100644
--- a/src/emu/sound/hc55516.c
+++ b/src/emu/sound/hc55516.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
/*****************************************************************************
Harris HC-55516 (and related) emulator
diff --git a/src/emu/sound/hc55516.h b/src/emu/sound/hc55516.h
index 182bce3cc49..a6323f8ee4f 100644
--- a/src/emu/sound/hc55516.h
+++ b/src/emu/sound/hc55516.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
#pragma once
#ifndef __HC55516_H__
diff --git a/src/emu/sound/k007232.c b/src/emu/sound/k007232.c
index fd7b61371ee..989a9693ee3 100644
--- a/src/emu/sound/k007232.c
+++ b/src/emu/sound/k007232.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/*********************************************************/
/* Konami PCM controller */
/*********************************************************/
diff --git a/src/emu/sound/k007232.h b/src/emu/sound/k007232.h
index a52df169680..236fbd26671 100644
--- a/src/emu/sound/k007232.h
+++ b/src/emu/sound/k007232.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/*********************************************************/
/* Konami PCM controller */
/*********************************************************/
diff --git a/src/emu/sound/k053260.c b/src/emu/sound/k053260.c
index 75497314afe..776c0b89716 100644
--- a/src/emu/sound/k053260.c
+++ b/src/emu/sound/k053260.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ernesto Corvi
/*********************************************************
Konami 053260 KDSC
diff --git a/src/emu/sound/k053260.h b/src/emu/sound/k053260.h
index be2332ceb2b..2652bb09e91 100644
--- a/src/emu/sound/k053260.h
+++ b/src/emu/sound/k053260.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ernesto Corvi
/*********************************************************
Konami 053260 KDSC
diff --git a/src/emu/sound/k054539.c b/src/emu/sound/k054539.c
index c749f38945e..965ed5b9b58 100644
--- a/src/emu/sound/k054539.c
+++ b/src/emu/sound/k054539.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
/*********************************************************
Konami 054539 (TOP) PCM Sound Chip
diff --git a/src/emu/sound/k054539.h b/src/emu/sound/k054539.h
index c246089afdd..d6fa2dc73a1 100644
--- a/src/emu/sound/k054539.h
+++ b/src/emu/sound/k054539.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Aaron Giles
/*********************************************************
Konami 054539 PCM Sound Chip
diff --git a/src/emu/sound/k056800.c b/src/emu/sound/k056800.c
index 20842e1cf31..1534783f8de 100644
--- a/src/emu/sound/k056800.c
+++ b/src/emu/sound/k056800.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ville Linde
/***********************************************************************
Konami K056800 (MIRAC)
diff --git a/src/emu/sound/k056800.h b/src/emu/sound/k056800.h
index 07aa408a2d2..7a14647b3f1 100644
--- a/src/emu/sound/k056800.h
+++ b/src/emu/sound/k056800.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Ville Linde
/*********************************************************
Konami 056800 MIRAC sound interface
diff --git a/src/emu/sound/l7a1045_l6028_dsp_a.c b/src/emu/sound/l7a1045_l6028_dsp_a.c
index 04cf10a392d..9f5f6cbe965 100644
--- a/src/emu/sound/l7a1045_l6028_dsp_a.c
+++ b/src/emu/sound/l7a1045_l6028_dsp_a.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:LGPL-2.1+
+// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis
/***************************************************************************
L7A1045 L6028 DSP-A
diff --git a/src/emu/sound/l7a1045_l6028_dsp_a.h b/src/emu/sound/l7a1045_l6028_dsp_a.h
index 314fc34b554..76c6a9a6744 100644
--- a/src/emu/sound/l7a1045_l6028_dsp_a.h
+++ b/src/emu/sound/l7a1045_l6028_dsp_a.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:LGPL-2.1+
+// copyright-holders:David Haywood, Angelo Salese, ElSemi, Andrew Gardner, Andrew Zaferakis
//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************
diff --git a/src/emu/sound/lmc1992.c b/src/emu/sound/lmc1992.c
index 3984888f66f..c15b7aa025c 100644
--- a/src/emu/sound/lmc1992.c
+++ b/src/emu/sound/lmc1992.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/**********************************************************************
LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with
diff --git a/src/emu/sound/lmc1992.h b/src/emu/sound/lmc1992.h
index fda581f028d..b47d1e0c9bb 100644
--- a/src/emu/sound/lmc1992.h
+++ b/src/emu/sound/lmc1992.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/**********************************************************************
LMC1992 Digitally-Controlled Stereo Tone and Volume Circuit with
diff --git a/src/emu/sound/mas3507d.c b/src/emu/sound/mas3507d.c
index 7f2bb4a9eb9..a7be9bb4ba1 100644
--- a/src/emu/sound/mas3507d.c
+++ b/src/emu/sound/mas3507d.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
//
// MAS 3507D MPEG audio decoder
//
diff --git a/src/emu/sound/mas3507d.h b/src/emu/sound/mas3507d.h
index 49aee634813..0dad34bfe61 100644
--- a/src/emu/sound/mas3507d.h
+++ b/src/emu/sound/mas3507d.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galibert
#pragma once
#ifndef __MAS3507D_H__
diff --git a/src/emu/sound/mos6581.c b/src/emu/sound/mos6581.c
index ee0eac4ef9d..8a98a373683 100644
--- a/src/emu/sound/mos6581.c
+++ b/src/emu/sound/mos6581.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods, Curt Coder
/**********************************************************************
MOS 6581/8580 Sound Interface Device emulation
diff --git a/src/emu/sound/mos6581.h b/src/emu/sound/mos6581.h
index c199827d291..998577f8e9d 100644
--- a/src/emu/sound/mos6581.h
+++ b/src/emu/sound/mos6581.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nathan Woods, Curt Coder
/**********************************************************************
MOS 6581/8580 Sound Interface Device emulation
diff --git a/src/emu/sound/mos7360.c b/src/emu/sound/mos7360.c
index 5ab22be3734..453306e2376 100644
--- a/src/emu/sound/mos7360.c
+++ b/src/emu/sound/mos7360.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/**********************************************************************
MOS 7360/8360 Text Edit Device (TED) emulation
diff --git a/src/emu/sound/mos7360.h b/src/emu/sound/mos7360.h
index 803811e0758..61e464df399 100644
--- a/src/emu/sound/mos7360.h
+++ b/src/emu/sound/mos7360.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Curt Coder
/***************************************************************************
MOS 7360/8360 Text Edit Device (TED) emulation
diff --git a/src/emu/sound/msm5232.c b/src/emu/sound/msm5232.c
index 29fa99cb4d4..6bd36aac09e 100644
--- a/src/emu/sound/msm5232.c
+++ b/src/emu/sound/msm5232.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Jarek Burczynski, Hiromitsu Shioya
#include "emu.h"
#include "msm5232.h"
diff --git a/src/emu/sound/msm5232.h b/src/emu/sound/msm5232.h
index c0cb64d9306..a7e30e72a57 100644
--- a/src/emu/sound/msm5232.h
+++ b/src/emu/sound/msm5232.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Jarek Burczynski, Hiromitsu Shioya
#pragma once
#ifndef __MSM5232_H__
diff --git a/src/emu/sound/n63701x.c b/src/emu/sound/n63701x.c
index 608a40d3bbf..e76db1e1fc4 100644
--- a/src/emu/sound/n63701x.c
+++ b/src/emu/sound/n63701x.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/***************************************************************************
An Hitachi HD637A01X0 MCU programmed to act as a sample player.
diff --git a/src/emu/sound/n63701x.h b/src/emu/sound/n63701x.h
index 4539c449179..9af9bfc62ab 100644
--- a/src/emu/sound/n63701x.h
+++ b/src/emu/sound/n63701x.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
#pragma once
#ifndef __N63701X_H__
diff --git a/src/emu/sound/namco.c b/src/emu/sound/namco.c
index bb7e1019110..596ad6311d5 100644
--- a/src/emu/sound/namco.c
+++ b/src/emu/sound/namco.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/***************************************************************************
NAMCO sound driver.
diff --git a/src/emu/sound/namco.h b/src/emu/sound/namco.h
index a39684c7bb8..4eb91f3db8a 100644
--- a/src/emu/sound/namco.h
+++ b/src/emu/sound/namco.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
#pragma once
#ifndef __NAMCO_H__
diff --git a/src/emu/sound/okiadpcm.c b/src/emu/sound/okiadpcm.c
index e5431629232..f37a8e7750b 100644
--- a/src/emu/sound/okiadpcm.c
+++ b/src/emu/sound/okiadpcm.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Andrew Gardner
/***************************************************************************
okiadpcm.h
diff --git a/src/emu/sound/okiadpcm.h b/src/emu/sound/okiadpcm.h
index 517714cb416..51df4b2dbb2 100644
--- a/src/emu/sound/okiadpcm.h
+++ b/src/emu/sound/okiadpcm.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Andrew Gardner
/***************************************************************************
okiadpcm.h
diff --git a/src/emu/sound/okim6258.c b/src/emu/sound/okim6258.c
index d4e7c71aa19..d26810e33d5 100644
--- a/src/emu/sound/okim6258.c
+++ b/src/emu/sound/okim6258.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Barry Rodewald
/**********************************************************************************************
*
* OKI MSM6258 ADPCM
diff --git a/src/emu/sound/okim6258.h b/src/emu/sound/okim6258.h
index af1b662a3a9..c4cfed1c82c 100644
--- a/src/emu/sound/okim6258.h
+++ b/src/emu/sound/okim6258.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Barry Rodewald
#pragma once
#ifndef __OKIM6258_H__
diff --git a/src/emu/sound/okim9810.c b/src/emu/sound/okim9810.c
index 1503d0e7c80..311138e8df7 100644
--- a/src/emu/sound/okim9810.c
+++ b/src/emu/sound/okim9810.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Andrew Gardner
/***************************************************************************
okim9810.h
diff --git a/src/emu/sound/okim9810.h b/src/emu/sound/okim9810.h
index 8d5a88c7252..665c9a9fdee 100644
--- a/src/emu/sound/okim9810.h
+++ b/src/emu/sound/okim9810.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Andrew Gardner
/***************************************************************************
okim9810.h
diff --git a/src/emu/sound/qs1000.c b/src/emu/sound/qs1000.c
index 8be8794694c..0d08755dc27 100644
--- a/src/emu/sound/qs1000.c
+++ b/src/emu/sound/qs1000.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Phil Bennett
/***************************************************************************
qs1000.c
diff --git a/src/emu/sound/qs1000.h b/src/emu/sound/qs1000.h
index 180f05fab02..d8137d143a6 100644
--- a/src/emu/sound/qs1000.h
+++ b/src/emu/sound/qs1000.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Phil Bennett
/***************************************************************************
qs1000.h
diff --git a/src/emu/sound/rf5c68.c b/src/emu/sound/rf5c68.c
index c4efa4e6045..4bf5e56e774 100644
--- a/src/emu/sound/rf5c68.c
+++ b/src/emu/sound/rf5c68.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galiber
/*********************************************************/
/* ricoh RF5C68(or clone) PCM controller */
/*********************************************************/
diff --git a/src/emu/sound/rf5c68.h b/src/emu/sound/rf5c68.h
index 7e204e3021d..8f81d3afbf3 100644
--- a/src/emu/sound/rf5c68.h
+++ b/src/emu/sound/rf5c68.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galiber
/*********************************************************/
/* ricoh RF5C68(or clone) PCM controller */
/*********************************************************/
diff --git a/src/emu/sound/sb0400.c b/src/emu/sound/sb0400.c
index 238f7ff61aa..33873324683 100644
--- a/src/emu/sound/sb0400.c
+++ b/src/emu/sound/sb0400.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galiber
#include "sb0400.h"
const device_type SB0400 = &device_creator<sb0400_device>;
diff --git a/src/emu/sound/sb0400.h b/src/emu/sound/sb0400.h
index 666d242eb0a..d3e27b627ac 100644
--- a/src/emu/sound/sb0400.h
+++ b/src/emu/sound/sb0400.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Olivier Galiber
// Creative labs SB0400 Audigy2 Value
#ifndef SB0400_H
diff --git a/src/emu/sound/segapcm.c b/src/emu/sound/segapcm.c
index 112dba3d994..9e2ece97935 100644
--- a/src/emu/sound/segapcm.c
+++ b/src/emu/sound/segapcm.c
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Hiromitsu Shioya
/*********************************************************/
/* SEGA 16ch 8bit PCM */
/*********************************************************/
diff --git a/src/emu/sound/segapcm.h b/src/emu/sound/segapcm.h
index 45c567f141e..7be02f3c249 100644
--- a/src/emu/sound/segapcm.h
+++ b/src/emu/sound/segapcm.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:Hiromitsu Shioya
/*********************************************************/
/* SEGA 8bit PCM */
/*********************************************************/
diff --git a/src/emu/sound/snkwave.c b/src/emu/sound/snkwave.c
index ffc56838e20..bc9cca6b59c 100644
--- a/src/emu/sound/snkwave.c
+++ b/src/emu/sound/snkwave.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/***************************************************************************
SNK Wave sound driver.
diff --git a/src/emu/sound/snkwave.h b/src/emu/sound/snkwave.h
index 89bc70c84a8..f613ca3ff5b 100644
--- a/src/emu/sound/snkwave.h
+++ b/src/emu/sound/snkwave.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
#pragma once
#ifndef __SNKWAVE_H__
diff --git a/src/emu/sound/speaker.c b/src/emu/sound/speaker.c
index 83bc9697b74..7872351a0e3 100644
--- a/src/emu/sound/speaker.c
+++ b/src/emu/sound/speaker.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/***************************************************************************
speaker.c
diff --git a/src/emu/sound/speaker.h b/src/emu/sound/speaker.h
index 60849926f00..67819769926 100644
--- a/src/emu/sound/speaker.h
+++ b/src/emu/sound/speaker.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Nicola Salmoria
/**********************************************************************
speaker.h
diff --git a/src/emu/sound/spu.h b/src/emu/sound/spu.h
index fa4930cafd6..d76da751a65 100644
--- a/src/emu/sound/spu.h
+++ b/src/emu/sound/spu.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:???
+// copyright-holders:pSXAuthor, R.Belmont
#pragma once
#ifndef __SPU_H__
diff --git a/src/emu/sound/t6w28.c b/src/emu/sound/t6w28.c
index b9c0b62775c..25303ec4f1b 100644
--- a/src/emu/sound/t6w28.c
+++ b/src/emu/sound/t6w28.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol
/***************************************************************************
t6w28.c (based on sn74696.c)
diff --git a/src/emu/sound/t6w28.h b/src/emu/sound/t6w28.h
index ba996f8f992..7bee03bbc6b 100644
--- a/src/emu/sound/t6w28.h
+++ b/src/emu/sound/t6w28.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Wilbert Pol
#pragma once
#ifndef __T6W28_H__
diff --git a/src/emu/sound/tms3615.c b/src/emu/sound/tms3615.c
index b63deeffee3..3ccf9159b9d 100644
--- a/src/emu/sound/tms3615.c
+++ b/src/emu/sound/tms3615.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
#include "emu.h"
#include "tms3615.h"
diff --git a/src/emu/sound/tms3615.h b/src/emu/sound/tms3615.h
index da89a5ee18c..f68a4718ef1 100644
--- a/src/emu/sound/tms3615.h
+++ b/src/emu/sound/tms3615.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
#pragma once
#ifndef __TMS3615_H__
diff --git a/src/emu/sound/tms36xx.c b/src/emu/sound/tms36xx.c
index 74910a0813f..3bc5425bade 100644
--- a/src/emu/sound/tms36xx.c
+++ b/src/emu/sound/tms36xx.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
#include "emu.h"
#include "tms36xx.h"
diff --git a/src/emu/sound/tms36xx.h b/src/emu/sound/tms36xx.h
index 1dce15b0086..b15e5908cc5 100644
--- a/src/emu/sound/tms36xx.h
+++ b/src/emu/sound/tms36xx.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Juergen Buchmueller
#pragma once
#ifndef __TMS36XX_H__
diff --git a/src/emu/sound/upd7752.c b/src/emu/sound/upd7752.c
index 9b996f111e8..bebe180f722 100644
--- a/src/emu/sound/upd7752.c
+++ b/src/emu/sound/upd7752.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Angelo Salese
/***************************************************************************
NEC uPD7752 Voice Synthesizing LSI
diff --git a/src/emu/sound/upd7752.h b/src/emu/sound/upd7752.h
index 2a818102c09..eabd705e047 100644
--- a/src/emu/sound/upd7752.h
+++ b/src/emu/sound/upd7752.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:Angelo Salese
/***************************************************************************
Template for skeleton device
diff --git a/src/emu/sound/vrender0.c b/src/emu/sound/vrender0.c
index 459310c279a..b13f4556525 100644
--- a/src/emu/sound/vrender0.c
+++ b/src/emu/sound/vrender0.c
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:ElSemi
#include "emu.h"
#include "vrender0.h"
diff --git a/src/emu/sound/vrender0.h b/src/emu/sound/vrender0.h
index 11d1e17e2c0..9baaefac203 100644
--- a/src/emu/sound/vrender0.h
+++ b/src/emu/sound/vrender0.h
@@ -1,5 +1,5 @@
-// license:???
-// copyright-holders:???
+// license:BSD-3-Clause
+// copyright-holders:ElSemi
#pragma once
#ifndef __VRENDER0_H__