summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-12 09:58:26 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-12 11:21:32 +0100
commit234c5deb8253e6b86b1fc7c1ade3436c70c6694d (patch)
treeac0b9b8f67ff8e4de8afaab2a793b7e2357018f4 /src
parent27d7781b7c8d8f0e3ce45ae72c9d779ef6e151ad (diff)
update license based on what actually is done by each person (nw)
Diffstat (limited to 'src')
-rw-r--r--src/devices/sound/disc_cls.h5
-rw-r--r--src/devices/sound/disc_dev.h3
-rw-r--r--src/devices/sound/disc_flt.h3
-rw-r--r--src/devices/sound/disc_mth.h3
-rw-r--r--src/devices/sound/disc_wav.h3
-rw-r--r--src/devices/sound/discrete.cpp5
-rw-r--r--src/devices/sound/discrete.h5
7 files changed, 17 insertions, 10 deletions
diff --git a/src/devices/sound/disc_cls.h b/src/devices/sound/disc_cls.h
index 678b38a9fea..de7faeb1e2a 100644
--- a/src/devices/sound/disc_cls.h
+++ b/src/devices/sound/disc_cls.h
@@ -1,5 +1,6 @@
-// license:???
-// copyright-holders:K.Wilkins, Derrick Renaud, F.Palazzolo, Couriersud
+// license:BSD-3-Clause
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
#pragma once
#ifndef __DISC_CLS_H__
diff --git a/src/devices/sound/disc_dev.h b/src/devices/sound/disc_dev.h
index 80af62a3ae3..8828bf15573 100644
--- a/src/devices/sound/disc_dev.h
+++ b/src/devices/sound/disc_dev.h
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
#pragma once
#ifndef __DISC_DEV_H__
diff --git a/src/devices/sound/disc_flt.h b/src/devices/sound/disc_flt.h
index 3c6f2d72607..f873c87228b 100644
--- a/src/devices/sound/disc_flt.h
+++ b/src/devices/sound/disc_flt.h
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
#pragma once
#ifndef __DISC_FLTH__
diff --git a/src/devices/sound/disc_mth.h b/src/devices/sound/disc_mth.h
index 31a44f1a32c..4c46f9bad54 100644
--- a/src/devices/sound/disc_mth.h
+++ b/src/devices/sound/disc_mth.h
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
#pragma once
#ifndef __DISC_MTH_H__
diff --git a/src/devices/sound/disc_wav.h b/src/devices/sound/disc_wav.h
index dfc9d4d215f..c84d70addf4 100644
--- a/src/devices/sound/disc_wav.h
+++ b/src/devices/sound/disc_wav.h
@@ -1,5 +1,6 @@
// license:BSD-3-Clause
-// copyright-holders:K.Wilkins
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
#pragma once
#ifndef __DISC_WAV_H__
diff --git a/src/devices/sound/discrete.cpp b/src/devices/sound/discrete.cpp
index 586e928966f..6e670b3f333 100644
--- a/src/devices/sound/discrete.cpp
+++ b/src/devices/sound/discrete.cpp
@@ -1,5 +1,6 @@
-// license:???
-// copyright-holders:K.Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud
+// license:BSD-3-Clause
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
/************************************************************************
*
* MAME - Discrete sound system emulation library
diff --git a/src/devices/sound/discrete.h b/src/devices/sound/discrete.h
index 148763be1bc..1ee71e4056d 100644
--- a/src/devices/sound/discrete.h
+++ b/src/devices/sound/discrete.h
@@ -1,5 +1,6 @@
-// license:???
-// copyright-holders:K.Wilkins, Derrick Renaud, Frank Palazzolo, Couriersud
+// license:BSD-3-Clause
+// copyright-holders:K.Wilkins,Couriersud
+// thanks-to:Derrick Renaud, F.Palazzolo
#pragma once
#ifndef __DISCRETE_H__