Skip to content

Commit

Permalink
Fix SPDX
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed Feb 14, 2024
1 parent 333b24f commit 81bb1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions librz/analysis/arch/v850/v850_dwarf_reg_num_table.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2024 Billow <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

static const char *
v850_register_name(ut32 regnum) {
static const char *v850_reg_names[] = { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
Expand Down
1 change: 1 addition & 0 deletions librz/analysis/dwarf_process.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// SPDX-FileCopyrightText: 2012-2020 houndthe <[email protected]>
// SPDX-FileCopyrightText: 2024 Billow <[email protected]>
// SPDX-License-Identifier: LGPL-3.0-only

#include <rz_util.h>
Expand Down

0 comments on commit 81bb1f6

Please sign in to comment.