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"