diff options
-rw-r--r-- | src/emu/sound/ics2115.c | 2 | ||||
-rw-r--r-- | src/emu/sound/ics2115.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/ics2115.c b/src/emu/sound/ics2115.c index d4eb0886c05..92affac6f30 100644 --- a/src/emu/sound/ics2115.c +++ b/src/emu/sound/ics2115.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Alex Marshal,nimitz,austere //ICS2115 by Raiden II team (c) 2010 //members: austere, nimitz, Alex Marshal diff --git a/src/emu/sound/ics2115.h b/src/emu/sound/ics2115.h index 0883f2a43c9..5ea25a1e768 100644 --- a/src/emu/sound/ics2115.h +++ b/src/emu/sound/ics2115.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Alex Marshal,nimitz,austere #pragma once |