summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--src/emu/sound/ics2115.c2
-rw-r--r--src/emu/sound/ics2115.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/sound/ics2115.c b/src/emu/sound/ics2115.c
index 915ad168b04..42d8e31eb93 100644
--- a/src/emu/sound/ics2115.c
+++ b/src/emu/sound/ics2115.c
@@ -1,3 +1,5 @@
+// license:mame
+// copyright-holders:trap15,nimitz,austere
//ICS2115 by Raiden II team (c) 2010
//members: austere, nimitz, trap15
//
diff --git a/src/emu/sound/ics2115.h b/src/emu/sound/ics2115.h
index 03eb91b5bcd..3c4f17e5088 100644
--- a/src/emu/sound/ics2115.h
+++ b/src/emu/sound/ics2115.h
@@ -1,3 +1,5 @@
+// license:mame
+// copyright-holders:trap15,nimitz,austere
#pragma once
#ifndef __ICS2115_H__