diff options
author | 2015-05-14 15:58:06 +0200 | |
---|---|---|
committer | 2015-05-14 15:58:06 +0200 | |
commit | 20880e8840ac158a939717cc1a732019ea86672c (patch) | |
tree | a1c67a1b7cd59d3d33cfc199c2ab1bb25c6ad979 /src/emu/sound | |
parent | e00932e9bf74d2a68e6ad26c4f8c5f20003fb5a3 (diff) |
fixes (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/amiga.c | 4 | ||||
-rw-r--r-- | src/emu/sound/amiga.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/sound/amiga.c b/src/emu/sound/amiga.c index fd3222faf08..84b761e73bd 100644 --- a/src/emu/sound/amiga.c +++ b/src/emu/sound/amiga.c @@ -1,5 +1,5 @@ -// license:GPL-2.0+ -// copyright-holders:Dirk Best +// license:BSD-3-Clause +// copyright-holders:Aaron Giles /*************************************************************************** Amiga audio hardware diff --git a/src/emu/sound/amiga.h b/src/emu/sound/amiga.h index ff27205b903..eb8b9ee436d 100644 --- a/src/emu/sound/amiga.h +++ b/src/emu/sound/amiga.h @@ -1,5 +1,5 @@ -// license:GPL-2.0+ -// copyright-holders:Dirk Best +// license:BSD-3-Clause +// copyright-holders:Aaron Giles /*************************************************************************** Amiga audio hardware |