Add some missing copyright marks
This commit is contained in:
parent
b035033eb9
commit
c319449fed
52 changed files with 112 additions and 7 deletions
|
|
@ -1,4 +1,8 @@
|
|||
// THIS FILE IS AUTOGENERATED - SEE IMPORTER.PY FILE
|
||||
|
||||
// SPDX-FileCopyrightText: 2018-2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <rz_types.h>
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2018-2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
int hexagon_analysis_instruction(HexInsn *hi, RzAnalysisOp *op);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2018-2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <rz_types.h>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,10 @@
|
|||
// Predicates - declare the predicate state
|
||||
// SPDX-FileCopyrightText: 2018-2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#ifndef HEXAGON_H
|
||||
#define HEXAGON_H
|
||||
|
||||
// Predicates - declare the predicate state
|
||||
typedef enum {
|
||||
HEX_NOPRED, // no conditional execution
|
||||
HEX_PRED_TRUE, // if (Pd) ...
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
// THIS FILE IS AUTOGENERATED - SEE IMPORTER.PY FILE
|
||||
|
||||
// SPDX-FileCopyrightText: 2018-2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdbool.h>
|
||||
#include <rz_types.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
// THIS FILE IS AUTOGENERATED - SEE IMPORTER.PY FILE
|
||||
|
||||
// SPDX-FileCopyrightText: 2018-2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#ifndef HEXAGON_INSN_H
|
||||
#define HEXAGON_INSN_H
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
static version_opcode version_op[] = {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_10(void) {
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_12(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_13(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_14(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_15(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_16(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_20(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_21(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_22(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_23(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_24(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_25(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_26(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_27(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_2x(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_30(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_31(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_32(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_33(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_34(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_35(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_36(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_37(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_38(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_39(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
pyc_opcodes *opcode_3x(void) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
// The actual code of one opcode varies across the versions.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "opcode.h"
|
||||
|
||||
const char *format_extended_arg(ut32 oparg) {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2014-2020 inisider <inisider@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "types.h"
|
||||
#include "dbi.h"
|
||||
#include "stream_file.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2014-2020 inisider <inisider@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "types.h"
|
||||
#include "fpo.h"
|
||||
#include "stream_file.h"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2014-2020 inisider <inisider@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "types.h"
|
||||
#include "gdata.h"
|
||||
#include "stream_file.h"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 Florian Märkl <info@florianmaerkl.de>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_util/rz_serialize.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// SPDX-FileCopyrightText: 2014-2020 pancake <pancake@nopcode.org>
|
||||
// SPDX-FileCopyrightText: 2014-2021 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_core.h>
|
||||
|
|
@ -198,4 +200,4 @@ RZ_IPI void rz_core_agraph_print_gml(RzCore *core) {
|
|||
rz_agraph_foreach(core->graph, agraph_print_node_gml, NULL);
|
||||
rz_agraph_foreach_edge(core->graph, agraph_print_edge_gml, NULL);
|
||||
rz_cons_print("]\n");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <tree_sitter/api.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2009-2020 pancake <pancake@nopcode.org>
|
||||
// SPDX-FileCopyrightText: 2021 Anton Kochkov <anton.kochkov@gmail.com>
|
||||
// SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_core.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2020 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_cmd.h>
|
||||
#include <rz_core.h>
|
||||
#include "cmd_descs/cmd_descs.h"
|
||||
|
|
@ -69,4 +71,4 @@ RZ_IPI RzCmdStatus rz_interpret_system_handler(RzCore *core, int argc, const cha
|
|||
RZ_IPI RzCmdStatus rz_interpret_macro_handler(RzCore *core, int argc, const char **argv) {
|
||||
rz_cmd_macro_call(&core->rcmd->macro, argv[1]);
|
||||
return RZ_CMD_STATUS_OK;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// SPDX-FileCopyrightText: 2009-2020 pancake <pancake@nopcode.org>
|
||||
// SPDX-FileCopyrightText: 2020 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <string.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,8 @@
|
|||
// SPDX-FileCopyrightText: 2009-2020 nibble <nibble.ds@gmail.com>
|
||||
// SPDX-FileCopyrightText: 2009-2020 pancake <pancake@nopcode.org>
|
||||
// SPDX-FileCopyrightText: 2020 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include "rz_cmd.h"
|
||||
#include "rz_core.h"
|
||||
|
||||
|
|
@ -249,4 +253,4 @@ RZ_IPI RzCmdStatus rz_remote_tcp_handler(RzCore *core, int argc, const char **ar
|
|||
return RZ_CMD_STATUS_OK;
|
||||
}
|
||||
return RZ_CMD_STATUS_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_cmd.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
// SPDX-FileCopyrightText: 2009-2020 pancake <pancake@nopcode.org>
|
||||
// SPDX-FileCopyrightText: 2021 ret2libc <sirmy15@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_core.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 Florian Märkl <info@florianmaerkl.de>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_util/rz_serialize.h>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 Florian Märkl <info@florianmaerkl.de>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <rz_util/rz_serialize.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// SPDX-FileCopyrightText: 2020 FXTi
|
||||
// SPDX-FileCopyrightText: 2020 FXTi <zjxiang1998@gmail.com>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
/* Based on https://github.com/kokke/tiny-bignum-c.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/* RAR-VM assembler/disassembler by pancake for rizin with love */
|
||||
/* this implementation is licensed under LGPLv3 - 2012 */
|
||||
// SPDX-FileCopyrightText: 2012 pancake <pancake@nopcode.org>
|
||||
// SPDX-License-Identifier: LGPL-3.0-only
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue