Skip to content

Commit

Permalink
SPDX, updated meson.build
Browse files Browse the repository at this point in the history
Signed-off-by: Ashis Kumar Naik <[email protected]>
  • Loading branch information
ashiskumarnaik committed Mar 23, 2024
1 parent aa90791 commit 65f4734
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions librz/arch/isa/h8300/h8300_il.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// Created by Ashis Kumar Naik on 21/03/24.
//
// SPDX-FileCopyrightText: 2024 Ashis Kumar Naik <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include "h8300_il.h"
#include "h8300_disas.h"
Expand Down
5 changes: 2 additions & 3 deletions librz/arch/isa/h8300/h8300_il.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
//
// Created by Ashis Kumar Naik on 21/03/24.
//
// SPDX-FileCopyrightText: 2024 Ashis Kumar Naik <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#ifndef RIZIN_H8300_IL_H
#define RIZIN_H8300_IL_H
Expand Down
1 change: 1 addition & 0 deletions librz/arch/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 65f4734

Please sign in to comment.