diff options
author | 2015-05-26 09:23:32 -0500 | |
---|---|---|
committer | 2015-05-26 09:23:32 -0500 | |
commit | ff11e4ce6a8cc777ab922524c8b3d81a844bffbc (patch) | |
tree | d94330ae30906bc085018d3e4c26f0195ca3ad35 /src/emu/sound | |
parent | a61f647f1e2f18defd10ba29424803209f9a97d7 (diff) | |
parent | 9f6333e797069064a9a78a74e655f97e9d4de2f3 (diff) |
Merge branch 'master' of https://github.com/mamedev/mame
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/vlm5030.c | 2 | ||||
-rw-r--r-- | src/emu/sound/vlm5030.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/vlm5030.c b/src/emu/sound/vlm5030.c index 88c0631544e..6a66cfab937 100644 --- a/src/emu/sound/vlm5030.c +++ b/src/emu/sound/vlm5030.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh /* vlm5030.c diff --git a/src/emu/sound/vlm5030.h b/src/emu/sound/vlm5030.h index b325c88c04d..94a5b846b39 100644 --- a/src/emu/sound/vlm5030.h +++ b/src/emu/sound/vlm5030.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Tatsuyuki Satoh #pragma once |