diff options
author | 2015-05-17 10:41:40 -0600 | |
---|---|---|
committer | 2015-05-17 10:41:40 -0600 | |
commit | 48c49af416abceeacce3fa1e44b78ca5d9622c21 (patch) | |
tree | 575799eb88e4fbab27c0574eba3011ed9c3fc72a /src/emu/sound | |
parent | 352c2ab45affdac98848668902f1d733079bde29 (diff) |
Updated license
Diffstat (limited to 'src/emu/sound')
-rw-r--r-- | src/emu/sound/es1373.c | 2 | ||||
-rw-r--r-- | src/emu/sound/es1373.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/es1373.c b/src/emu/sound/es1373.c index d957302865d..509b4a873d2 100644 --- a/src/emu/sound/es1373.c +++ b/src/emu/sound/es1373.c @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Ted Green #include "es1373.h" diff --git a/src/emu/sound/es1373.h b/src/emu/sound/es1373.h index 6f1b0023654..a5c7e974204 100644 --- a/src/emu/sound/es1373.h +++ b/src/emu/sound/es1373.h @@ -1,4 +1,4 @@ -// license:??? +// license:BSD-3-Clause // copyright-holders:Ted Green // Creative Labs Ensonic AudioPCI97 ES1373 |