summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound
diff options
context:
space:
mode:
author couriersud <couriersud@arcor.de>2015-05-25 21:17:00 +0200
committer couriersud <couriersud@arcor.de>2015-05-25 21:24:02 +0200
commitc702261bae666b80c14f3749cea7b67b43d6988b (patch)
tree6b1fcc06be00afa65223f69ab24cae395d87e60c /src/emu/sound
parent1963cf696766dafc768979db3876aba1476a92ea (diff)
Discrete audio license update. Put my name on quite a number of discrete
audio drivers which I created. Also inserted D. Renaud were appropriate. Left FIXMEs were I think the copyright holder could actually be D. R. (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r--src/emu/sound/disc_cls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/disc_cls.h b/src/emu/sound/disc_cls.h
index 49bead7d5d3..267a099bcc4 100644
--- a/src/emu/sound/disc_cls.h
+++ b/src/emu/sound/disc_cls.h
@@ -1,5 +1,5 @@
// license:???
-// copyright-holders:Keith Wilkins
+// copyright-holders:Keith Wilkins, Derrick Renaud, F.Palazzolo, Couriersud
#pragma once
#ifndef __DISC_CLS_H__