diff options
author | 2015-05-25 10:23:28 -0700 | |
---|---|---|
committer | 2015-05-25 10:24:34 -0700 | |
commit | 1763f18b96bea0c595cb350626164e41cc8e301d (patch) | |
tree | d2e5a83c03f97c48b9bdfe9c8a1cc6236dab6b9a /src/emu/sound | |
parent | d68fe923a1974cc82ab3b12dc1f70b509bf06a95 (diff) |
License self-service.
License self-service. Mostly adding attribution where I made significant
contributions. In a few cases files I previously missed were
default-attributed to Nicola.
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/namco.c | 2 | ||||
-rw-r--r-- | src/emu/sound/namco.h | 2 | ||||
-rw-r--r-- | src/emu/sound/okiadpcm.c | 2 | ||||
-rw-r--r-- | src/emu/sound/okiadpcm.h | 2 | ||||
-rw-r--r-- | src/emu/sound/okim6295.c | 2 | ||||
-rw-r--r-- | src/emu/sound/okim6295.h | 2 | ||||
-rw-r--r-- | src/emu/sound/rf5c68.c | 2 | ||||
-rw-r--r-- | src/emu/sound/rf5c68.h | 2 | ||||
-rw-r--r-- | src/emu/sound/wavwrite.c | 2 | ||||
-rw-r--r-- | src/emu/sound/wavwrite.h | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/src/emu/sound/namco.c b/src/emu/sound/namco.c index 596ad6311d5..ea59b5c6393 100644 --- a/src/emu/sound/namco.c +++ b/src/emu/sound/namco.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Nicola Salmoria,Aaron Giles /*************************************************************************** NAMCO sound driver. diff --git a/src/emu/sound/namco.h b/src/emu/sound/namco.h index 4eb91f3db8a..56be828b046 100644 --- a/src/emu/sound/namco.h +++ b/src/emu/sound/namco.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Nicola Salmoria,Aaron Giles #pragma once #ifndef __NAMCO_H__ diff --git a/src/emu/sound/okiadpcm.c b/src/emu/sound/okiadpcm.c index f37a8e7750b..611f7e2f13f 100644 --- a/src/emu/sound/okiadpcm.c +++ b/src/emu/sound/okiadpcm.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Andrew Gardner +// copyright-holders:Andrew Gardner,Aaron Giles /*************************************************************************** okiadpcm.h diff --git a/src/emu/sound/okiadpcm.h b/src/emu/sound/okiadpcm.h index 51df4b2dbb2..311ee9d404f 100644 --- a/src/emu/sound/okiadpcm.h +++ b/src/emu/sound/okiadpcm.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Andrew Gardner +// copyright-holders:Andrew Gardner,Aaron Giles /*************************************************************************** okiadpcm.h diff --git a/src/emu/sound/okim6295.c b/src/emu/sound/okim6295.c index 75b36d3daff..2e59809199d 100644 --- a/src/emu/sound/okim6295.c +++ b/src/emu/sound/okim6295.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Mirko Buffoni +// copyright-holders:Mirko Buffoni,Aaron Giles /*************************************************************************** okim6295.h diff --git a/src/emu/sound/okim6295.h b/src/emu/sound/okim6295.h index c7df3b7aea6..33c8962767a 100644 --- a/src/emu/sound/okim6295.h +++ b/src/emu/sound/okim6295.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Mirko Buffoni +// copyright-holders:Mirko Buffoni,Aaron Giles /*************************************************************************** okim6295.h diff --git a/src/emu/sound/rf5c68.c b/src/emu/sound/rf5c68.c index 1b4b99051b2..af99edd197a 100644 --- a/src/emu/sound/rf5c68.c +++ b/src/emu/sound/rf5c68.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Olivier Galibert +// copyright-holders:Olivier Galibert,Aaron Giles /*********************************************************/ /* ricoh RF5C68(or clone) PCM controller */ /*********************************************************/ diff --git a/src/emu/sound/rf5c68.h b/src/emu/sound/rf5c68.h index 32a35971981..8dafb114f21 100644 --- a/src/emu/sound/rf5c68.h +++ b/src/emu/sound/rf5c68.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Olivier Galibert +// copyright-holders:Olivier Galibert,Aaron Giles /*********************************************************/ /* ricoh RF5C68(or clone) PCM controller */ /*********************************************************/ diff --git a/src/emu/sound/wavwrite.c b/src/emu/sound/wavwrite.c index 2aa00ceba5b..baf5498f02c 100644 --- a/src/emu/sound/wavwrite.c +++ b/src/emu/sound/wavwrite.c @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Aaron Giles #include "emu.h" #include "sound/wavwrite.h" diff --git a/src/emu/sound/wavwrite.h b/src/emu/sound/wavwrite.h index 97849c23585..376856fb16f 100644 --- a/src/emu/sound/wavwrite.h +++ b/src/emu/sound/wavwrite.h @@ -1,5 +1,5 @@ // license:BSD-3-Clause -// copyright-holders:Nicola Salmoria +// copyright-holders:Aaron Giles #pragma once #ifndef __WAVWRITE_H__ |