diff options
author | 2013-10-16 13:51:55 +0000 | |
---|---|---|
committer | 2013-10-16 13:51:55 +0000 | |
commit | 1f220d6e2cf96206380d54211988d9fd341f022d (patch) | |
tree | 5fd94a6b613a9facc3617d6aed9346d46eca786e /src | |
parent | 846c70bee9ced9fa28a5ed4467f079245f899083 (diff) |
sh2: license tags for DRC (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/cpu/sh2/sh2comn.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/sh2/sh2drc.c | 8 | ||||
-rw-r--r-- | src/emu/cpu/sh2/sh2fe.c | 5 |
3 files changed, 7 insertions, 8 deletions
diff --git a/src/emu/cpu/sh2/sh2comn.c b/src/emu/cpu/sh2/sh2comn.c index e866a83e910..8f66e5d78b0 100644 --- a/src/emu/cpu/sh2/sh2comn.c +++ b/src/emu/cpu/sh2/sh2comn.c @@ -1,3 +1,5 @@ +// license:BSD-3-Clause +// copyright-holders:R. Belmont /***************************************************************************** * * sh2common.c diff --git a/src/emu/cpu/sh2/sh2drc.c b/src/emu/cpu/sh2/sh2drc.c index 9fe50771481..bc02077ce49 100644 --- a/src/emu/cpu/sh2/sh2drc.c +++ b/src/emu/cpu/sh2/sh2drc.c @@ -1,12 +1,10 @@ +// license:BSD-3-Clause +// copyright-holders:R. Belmont /*************************************************************************** sh2drc.c Universal machine language-based SH-2 emulator. - By R. Belmont - - Released for general non-commercial use under the MAME license - Visit http://mamedev.org for licensing and usage restrictions. - + ***************************************************************************/ #include "emu.h" diff --git a/src/emu/cpu/sh2/sh2fe.c b/src/emu/cpu/sh2/sh2fe.c index 688b729c8ff..c79b27cd456 100644 --- a/src/emu/cpu/sh2/sh2fe.c +++ b/src/emu/cpu/sh2/sh2fe.c @@ -1,12 +1,11 @@ +// license:BSD-3-Clause +// copyright-holders:R. Belmont /*************************************************************************** sh2fe.c Front end for SH-2 recompiler - Released for general non-commercial use under the MAME license - Visit http://mamedev.org for licensing and usage restrictions. - ***************************************************************************/ #include "emu.h" |