diff options
author | 2015-05-22 21:26:19 +0200 | |
---|---|---|
committer | 2015-05-22 21:27:04 +0200 | |
commit | af43ed86ee5b3aa8a5993eb3f88480ed7c1374ae (patch) | |
tree | df804a3f6af6cbb86b3f94bcbfd28007c18ccca3 /src/emu/sound | |
parent | d7c78460b64135fea8e33e01c0126f87738a27f3 (diff) |
update for Christian Brunschen (nw)
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/esqpump.c | 2 | ||||
-rw-r--r-- | src/emu/sound/esqpump.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/esqpump.c b/src/emu/sound/esqpump.c index ed85dd88e39..147f97786ca 100644 --- a/src/emu/sound/esqpump.c +++ b/src/emu/sound/esqpump.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Christian Brunschen /*************************************************************************** diff --git a/src/emu/sound/esqpump.h b/src/emu/sound/esqpump.h index 666300b4a03..bc2c72f8a72 100644 --- a/src/emu/sound/esqpump.h +++ b/src/emu/sound/esqpump.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Christian Brunschen #pragma once |