diff options
author | 2013-10-15 20:17:09 +0000 | |
---|---|---|
committer | 2013-10-15 20:17:09 +0000 | |
commit | ab105f89746bc3a25e73a8293d25dab5e6b2aecf (patch) | |
tree | e47be937d67c9d57d2127ddec39bfa32656979fd | |
parent | c40544d14c54cfbecf07a5d128f3f0e38f7fd4a0 (diff) |
specify licenses
-rw-r--r-- | src/emu/sound/ics2115.c | 2 | ||||
-rw-r--r-- | src/emu/sound/ics2115.h | 2 |
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__ |