diff --git a/librz/arch/isa/h8300/h8300_il.c b/librz/arch/isa/h8300/h8300_il.c index bc2d2b740de..62a66d6fc2c 100644 --- a/librz/arch/isa/h8300/h8300_il.c +++ b/librz/arch/isa/h8300/h8300_il.c @@ -1,6 +1,5 @@ -// -// Created by Ashis Kumar Naik on 21/03/24. -// +// SPDX-FileCopyrightText: 2024 Ashis Kumar Naik +// SPDX-License-Identifier: LGPL-3.0-only #include "h8300_il.h" #include "h8300_disas.h" diff --git a/librz/arch/isa/h8300/h8300_il.h b/librz/arch/isa/h8300/h8300_il.h index b86adf0b703..2cbd0ad484a 100644 --- a/librz/arch/isa/h8300/h8300_il.h +++ b/librz/arch/isa/h8300/h8300_il.h @@ -1,6 +1,5 @@ -// -// Created by Ashis Kumar Naik on 21/03/24. -// +// SPDX-FileCopyrightText: 2024 Ashis Kumar Naik +// SPDX-License-Identifier: LGPL-3.0-only #ifndef RIZIN_H8300_IL_H #define RIZIN_H8300_IL_H diff --git a/librz/arch/meson.build b/librz/arch/meson.build index f22e20b39a9..f66bad70ab2 100644 --- a/librz/arch/meson.build +++ b/librz/arch/meson.build @@ -231,6 +231,7 @@ arch_isa_sources = [ 'isa/sh/disassembler.c', 'isa/sh/lookup.c', 'isa/sh/sh_il.c', + 'isa/h8300/h8300_il.c', 'isa/snes/snesdis.c', 'isa/spc700/spc700dis.c', 'isa/tms320/c55x_plus/c55plus.c',