diff options
author | 2015-05-12 18:23:44 +0200 | |
---|---|---|
committer | 2015-05-12 18:23:44 +0200 | |
commit | 44a8b40271ac1e4cad8c1d31b9e27f9d566442bd (patch) | |
tree | 2abad71c060eb2478eb271c74ba6d25cbf888254 /src/emu/cpu/scudsp/scudspdasm.c | |
parent | ae24f91e2b396ee3d3dd85e53cd84662a30b1309 (diff) |
part of license work for Kale, mostly those that needs to be GPL (nw)
Diffstat (limited to 'src/emu/cpu/scudsp/scudspdasm.c')
-rw-r--r-- | src/emu/cpu/scudsp/scudspdasm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/scudsp/scudspdasm.c b/src/emu/cpu/scudsp/scudspdasm.c index 6ce7fb2ee7d..d5e79a2cbd7 100644 --- a/src/emu/cpu/scudsp/scudspdasm.c +++ b/src/emu/cpu/scudsp/scudspdasm.c @@ -1,5 +1,5 @@ -// license:??? -// copyright-holders:??? +// license:BSD-3-Clause +// copyright-holders:Angelo Salese, Mariusz Wojcieszek #include "emu.h" #include "debugger.h" #include "scudsp.h" |