From 728815fba3e1ecc8246c7ddb9f4ee2801982b287 Mon Sep 17 00:00:00 2001 From: angie Date: Sun, 28 Jan 2024 12:16:11 -0300 Subject: [PATCH] Update copyright years --- Cargo.toml | 2 +- MANIFEST.in | 2 +- cplusplus/include/analysis/LoPairingInfo.hpp | 2 +- cplusplus/include/analysis/RegistersTracker.hpp | 2 +- cplusplus/include/common/Utils.hpp | 2 +- cplusplus/include/generated/AccessType_enum_class.hpp | 2 +- cplusplus/include/generated/InstrIdType_enum_class.hpp | 2 +- cplusplus/include/generated/OperandType_enum_class.hpp | 2 +- cplusplus/include/generated/Registers_enum_classes.hpp | 2 +- cplusplus/include/generated/UniqueId_enum_class.hpp | 2 +- cplusplus/include/instructions/AccessType.hpp | 2 +- cplusplus/include/instructions/InstrId.hpp | 2 +- cplusplus/include/instructions/InstrIdType.hpp | 2 +- cplusplus/include/instructions/InstructionBase.hpp | 2 +- cplusplus/include/instructions/InstructionCpu.hpp | 2 +- cplusplus/include/instructions/InstructionR3000GTE.hpp | 2 +- cplusplus/include/instructions/InstructionR5900.hpp | 2 +- cplusplus/include/instructions/InstructionRsp.hpp | 2 +- cplusplus/include/instructions/OperandType.hpp | 2 +- cplusplus/include/instructions/Registers.hpp | 2 +- cplusplus/include/rabbitizer.hpp | 2 +- cplusplus/src/analysis/LoPairingInfo.cpp | 2 +- cplusplus/src/analysis/RegistersTracker.cpp | 2 +- cplusplus/src/instructions/InstrId.cpp | 2 +- cplusplus/src/instructions/InstrIdType.cpp | 2 +- cplusplus/src/instructions/InstructionBase.cpp | 2 +- cplusplus/src/instructions/InstructionCpu.cpp | 2 +- cplusplus/src/instructions/InstructionR3000GTE.cpp | 2 +- cplusplus/src/instructions/InstructionR5900.cpp | 2 +- cplusplus/src/instructions/InstructionRsp.cpp | 2 +- include/analysis/RabbitizerLoPairingInfo.h | 2 +- include/analysis/RabbitizerRegistersTracker.h | 2 +- include/analysis/RabbitizerTrackedRegisterState.h | 2 +- include/common/RabbitizerConfig.h | 2 +- include/common/RabbitizerVersion.h | 2 +- include/common/Utils.h | 2 +- include/generated/Abi_enum.h | 2 +- include/generated/AccessType_enum.h | 2 +- include/generated/InstrCategory_Names_array.h | 2 +- include/generated/InstrCategory_enum.h | 2 +- include/generated/InstrDescriptor_Descriptors_array.h | 2 +- include/generated/InstrIdType_Names_array.h | 2 +- include/generated/InstrIdType_enum.h | 2 +- include/generated/InstrId_Names_array.h | 2 +- include/generated/InstrId_enum.h | 2 +- include/generated/InstrSuffix_enum.h | 2 +- include/generated/OperandType_enum.h | 2 +- include/generated/OperandType_function_declarations.h | 2 +- include/generated/RegisterDescriptor_Descriptors_arrays.h | 2 +- include/generated/Registers_Names_arrays.h | 2 +- include/generated/Registers_enums.h | 2 +- include/generated/instrOpercandCallbacks_array.h | 2 +- include/instructions/RabbitizerAccessType.h | 2 +- include/instructions/RabbitizerInstrCategory.h | 2 +- include/instructions/RabbitizerInstrDescriptor.h | 2 +- include/instructions/RabbitizerInstrId.h | 2 +- include/instructions/RabbitizerInstrIdType.h | 2 +- include/instructions/RabbitizerInstrSuffix.h | 2 +- include/instructions/RabbitizerInstruction.h | 2 +- include/instructions/RabbitizerInstructionR3000GTE.h | 2 +- include/instructions/RabbitizerInstructionR5900.h | 2 +- include/instructions/RabbitizerInstructionRsp.h | 2 +- include/instructions/RabbitizerOperandType.h | 2 +- include/instructions/RabbitizerRegister.h | 2 +- include/instructions/RabbitizerRegisterDescriptor.h | 2 +- include/rabbitizer.h | 2 +- pyproject.toml | 2 +- rabbitizer/Abi.pyi | 2 +- rabbitizer/AccessType.pyi | 2 +- rabbitizer/Config.pyi | 2 +- rabbitizer/Enum.pyi | 2 +- rabbitizer/InstrCategory.pyi | 2 +- rabbitizer/InstrId.pyi | 2 +- rabbitizer/InstrIdType.pyi | 2 +- rabbitizer/LoPairingInfo.pyi | 2 +- rabbitizer/OperandType.pyi | 2 +- rabbitizer/RegCop1N32.pyi | 2 +- rabbitizer/RegCop1N64.pyi | 2 +- rabbitizer/RegCop1O32.pyi | 2 +- rabbitizer/RegGprN32.pyi | 2 +- rabbitizer/RegGprO32.pyi | 2 +- rabbitizer/RegistersTracker.pyi | 2 +- rabbitizer/TrackedRegisterState.pyi | 2 +- rabbitizer/TrinaryValue.pyi | 2 +- rabbitizer/Utils.pyi | 2 +- rabbitizer/__init__.pyi | 2 +- rabbitizer/enums/enums_utils.c | 2 +- rabbitizer/enums/enums_utils.h | 2 +- rabbitizer/enums/rabbitizer_enum_Abi.c | 2 +- rabbitizer/enums/rabbitizer_enum_AccessType.c | 2 +- rabbitizer/enums/rabbitizer_enum_InstrCategory.c | 2 +- rabbitizer/enums/rabbitizer_enum_InstrId.c | 2 +- rabbitizer/enums/rabbitizer_enum_InstrIdType.c | 2 +- rabbitizer/enums/rabbitizer_enum_OperandType.c | 2 +- rabbitizer/enums/rabbitizer_enum_TrinaryValue.c | 2 +- rabbitizer/enums/rabbitizer_type_Enum.c | 2 +- rabbitizer/enums/registers/rabbitizer_enum_Cop1N32.c | 2 +- rabbitizer/enums/registers/rabbitizer_enum_Cop1N64.c | 2 +- rabbitizer/enums/registers/rabbitizer_enum_Cop1O32.c | 2 +- rabbitizer/enums/registers/rabbitizer_enum_GprN32.c | 2 +- rabbitizer/enums/registers/rabbitizer_enum_GprO32.c | 2 +- rabbitizer/rabbitizer.pyi | 2 +- rabbitizer/rabbitizer_global_config.c | 2 +- rabbitizer/rabbitizer_macro_utilities.h | 2 +- rabbitizer/rabbitizer_module.c | 2 +- rabbitizer/rabbitizer_module.h | 2 +- rabbitizer/rabbitizer_submodule_Utils.c | 2 +- rabbitizer/rabbitizer_type_Instruction.c | 2 +- rabbitizer/rabbitizer_type_LoPairingInfo.c | 2 +- rabbitizer/rabbitizer_type_RegistersTracker.c | 2 +- rabbitizer/rabbitizer_type_TrackedRegisterState.c | 2 +- rust/src/abi_enum.rs | 2 +- rust/src/access_type_enum.rs | 2 +- rust/src/config.rs | 2 +- rust/src/instr_category_enum.rs | 2 +- rust/src/instr_descriptor.rs | 2 +- rust/src/instr_id_enum.rs | 2 +- rust/src/instr_id_type_enum.rs | 2 +- rust/src/instr_suffix_enum.rs | 2 +- rust/src/instruction.rs | 2 +- rust/src/lib.rs | 2 +- rust/src/operand_type_enum.rs | 2 +- rust/src/opereand_type.rs | 2 +- rust/src/register_descriptor.rs | 2 +- rust/src/registers_enum.rs | 2 +- rust/src/registers_methods.rs | 2 +- rust/src/utils.rs | 2 +- setup.py | 2 +- src/analysis/RabbitizerLoPairingInfo.c | 2 +- src/analysis/RabbitizerRegistersTracker.c | 2 +- src/analysis/RabbitizerTrackedRegisterState.c | 2 +- src/common/RabbitizerConfig.c | 2 +- src/common/RabbitizerVersion.c | 2 +- src/common/Utils.c | 2 +- src/instructions/RabbitizerInstrCategory.c | 2 +- src/instructions/RabbitizerInstrDescriptor.c | 2 +- src/instructions/RabbitizerInstrId.c | 2 +- src/instructions/RabbitizerInstrIdType.c | 2 +- src/instructions/RabbitizerInstrSuffix.c | 2 +- .../RabbitizerInstruction/RabbitizerInstruction.c | 2 +- .../RabbitizerInstruction/RabbitizerInstruction_Disassemble.c | 2 +- .../RabbitizerInstruction/RabbitizerInstruction_Examination.c | 2 +- .../RabbitizerInstruction/RabbitizerInstruction_Operand.c | 2 +- .../RabbitizerInstruction_ProcessUniqueId.c | 2 +- .../RabbitizerInstructionCpu_OperandType.c | 2 +- .../RabbitizerInstructionR3000GTE.c | 2 +- .../RabbitizerInstructionR3000GTE_OperandType.c | 2 +- .../RabbitizerInstructionR3000GTE_ProcessUniqueId.c | 2 +- .../RabbitizerInstructionR5900/RabbitizerInstructionR5900.c | 2 +- .../RabbitizerInstructionR5900_OperandType.c | 2 +- .../RabbitizerInstructionR5900_ProcessUniqueId.c | 2 +- .../RabbitizerInstructionRsp/RabbitizerInstructionRsp.c | 2 +- .../RabbitizerInstructionRsp_OperandType.c | 2 +- .../RabbitizerInstructionRsp_ProcessUniqueId.c | 2 +- src/instructions/RabbitizerRegister.c | 2 +- src/instructions/RabbitizerRegisterDescriptor.c | 2 +- tables/tables/Abi.inc | 2 +- tables/tables/AccessType.inc | 2 +- tables/tables/InstrCategory.inc | 2 +- tables/tables/InstrIdType.inc | 2 +- tables/tables/InstrIds.inc | 2 +- tables/tables/InstrSuffix.inc | 2 +- tables/tables/OperandTypes.inc | 2 +- tables/tables/instr_id/RabbitizerInstrId_cpu.inc | 2 +- tables/tables/instr_id/RabbitizerInstrId_r3000gte.inc | 2 +- tables/tables/instr_id/RabbitizerInstrId_r5900.inc | 2 +- tables/tables/instr_id/RabbitizerInstrId_rsp.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop0.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop0_bc0.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop0_tlb.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop1.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop1_bc1.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop1_fpu_d.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop1_fpu_l.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop1_fpu_s.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop1_fpu_w.inc | 2 +- tables/tables/instr_id/cpu/cpu_cop2.inc | 2 +- tables/tables/instr_id/cpu/cpu_normal.inc | 2 +- tables/tables/instr_id/cpu/cpu_regimm.inc | 2 +- tables/tables/instr_id/cpu/cpu_special.inc | 2 +- tables/tables/instr_id/r3000gte/r3000gte_cop2_gte.inc | 2 +- tables/tables/instr_id/r5900/r5900_cop0_tlb.inc | 2 +- tables/tables/instr_id/r5900/r5900_cop1_fpu_s.inc | 2 +- tables/tables/instr_id/r5900/r5900_cop2.inc | 2 +- tables/tables/instr_id/r5900/r5900_cop2_bc2.inc | 2 +- tables/tables/instr_id/r5900/r5900_cop2_special1.inc | 2 +- tables/tables/instr_id/r5900/r5900_cop2_special2.inc | 2 +- tables/tables/instr_id/r5900/r5900_mmi.inc | 2 +- tables/tables/instr_id/r5900/r5900_mmi_0.inc | 2 +- tables/tables/instr_id/r5900/r5900_mmi_1.inc | 2 +- tables/tables/instr_id/r5900/r5900_mmi_2.inc | 2 +- tables/tables/instr_id/r5900/r5900_mmi_3.inc | 2 +- tables/tables/instr_id/r5900/r5900_normal.inc | 2 +- tables/tables/instr_id/r5900/r5900_regimm.inc | 2 +- tables/tables/instr_id/r5900/r5900_special.inc | 2 +- tables/tables/instr_id/rsp/rsp_cop0.inc | 2 +- tables/tables/instr_id/rsp/rsp_cop2.inc | 2 +- tables/tables/instr_id/rsp/rsp_cop2_vu.inc | 2 +- tables/tables/instr_id/rsp/rsp_normal.inc | 2 +- tables/tables/instr_id/rsp/rsp_normal_lwc2.inc | 2 +- tables/tables/instr_id/rsp/rsp_normal_swc2.inc | 2 +- tables/tables/instr_id/rsp/rsp_regimm.inc | 2 +- tables/tables/instr_id/rsp/rsp_special.inc | 2 +- tables/tables/instr_id_types/InstrIdType_cpu.inc | 2 +- tables/tables/instr_id_types/InstrIdType_r3000gte.inc | 2 +- tables/tables/instr_id_types/InstrIdType_r5900.inc | 2 +- tables/tables/instr_id_types/InstrIdType_rsp.inc | 2 +- tables/tables/operands/RabbitizerOperandType_cpu.inc | 2 +- tables/tables/operands/RabbitizerOperandType_r3000gte.inc | 2 +- tables/tables/operands/RabbitizerOperandType_r5900.inc | 2 +- tables/tables/operands/RabbitizerOperandType_rsp.inc | 2 +- tables/tables/registers/RabbitizerRegister_Cop0.inc | 2 +- tables/tables/registers/RabbitizerRegister_Cop1Control.inc | 2 +- tables/tables/registers/RabbitizerRegister_Cop1N32.inc | 2 +- tables/tables/registers/RabbitizerRegister_Cop1N64.inc | 2 +- tables/tables/registers/RabbitizerRegister_Cop1O32.inc | 2 +- tables/tables/registers/RabbitizerRegister_Cop2.inc | 2 +- tables/tables/registers/RabbitizerRegister_GprN32.inc | 2 +- tables/tables/registers/RabbitizerRegister_GprO32.inc | 2 +- tables/tables/registers/RabbitizerRegister_R5900VF.inc | 2 +- tables/tables/registers/RabbitizerRegister_R5900VI.inc | 2 +- tables/tables/registers/RabbitizerRegister_RspCop0.inc | 2 +- tables/tables/registers/RabbitizerRegister_RspCop2.inc | 2 +- tables/tables/registers/RabbitizerRegister_RspCop2Control.inc | 2 +- tables/tables/registers/RabbitizerRegister_RspGpr.inc | 2 +- tables/tables/registers/RabbitizerRegister_RspVector.inc | 2 +- tables/templates/c/Abi_enum.table.template | 2 +- tables/templates/c/AccessType_enum.table.template | 2 +- tables/templates/c/InstrCategory_Names_array.table.template | 2 +- tables/templates/c/InstrCategory_enum.table.template | 2 +- .../c/InstrDescriptor_Descriptors_array.table.template | 2 +- tables/templates/c/InstrIdType_Names_array.table.template | 2 +- tables/templates/c/InstrIdType_enum.table.template | 2 +- tables/templates/c/InstrId_Names_array.table.template | 2 +- tables/templates/c/InstrId_enum.table.template | 2 +- tables/templates/c/InstrSuffix_enum.table.template | 2 +- tables/templates/c/OperandType_enum.table.template | 2 +- .../c/OperandType_function_declarations.table.template | 2 +- .../c/RegisterDescriptor_Descriptors_arrays.table.template | 2 +- tables/templates/c/Registers_Names_arrays.table.template | 2 +- tables/templates/c/Registers_enums.table.template | 2 +- .../templates/c/instrOpercandCallbacks_array.table.template | 2 +- .../templates/cplusplus/AccessType_enum_class.table.template | 2 +- .../templates/cplusplus/InstrIdType_enum_class.table.template | 2 +- .../templates/cplusplus/OperandType_enum_class.table.template | 2 +- .../templates/cplusplus/Registers_enum_classes.table.template | 2 +- tables/templates/cplusplus/UniqueId_enum_class.table.template | 2 +- tables/templates/python/Abi.tablepyi.template | 2 +- tables/templates/python/AccessType.tablepyi.template | 2 +- tables/templates/python/InstrCategory.tablepyi.template | 2 +- tables/templates/python/InstrId.tablepyi.template | 2 +- tables/templates/python/InstrIdType.tablepyi.template | 2 +- tables/templates/python/OperandType.tablepyi.template | 2 +- tables/templates/python/RegCop1N32.tablepyi.template | 2 +- tables/templates/python/RegCop1N64.tablepyi.template | 2 +- tables/templates/python/RegCop1O32.tablepyi.template | 2 +- tables/templates/python/RegGprN32.tablepyi.template | 2 +- tables/templates/python/RegGprO32.tablepyi.template | 2 +- tables/templates/rust/abi_enum.tablers.template | 2 +- tables/templates/rust/access_type_enum.tablers.template | 2 +- tables/templates/rust/instr_category_enum.tablers.template | 2 +- tables/templates/rust/instr_id_enum.tablers.template | 2 +- tables/templates/rust/instr_id_type_enum.tablers.template | 2 +- tables/templates/rust/instr_suffix_enum.tablers.template | 2 +- tables/templates/rust/operand_type_enum.tablers.template | 2 +- tables/templates/rust/registers_enum.tablers.template | 2 +- tables/tools/c_table_gen.sh | 4 ++-- tables/tools/pyi_table_gen.sh | 4 ++-- tables/tools/rs_table_gen.sh | 4 ++-- tests/c/build_info_checks/version_number.c | 2 +- tests/c/instruction_checks/jalr.c | 2 +- tests/c/instruction_checks/plain_disassembly.c | 2 +- tests/c/instruction_checks/r3000gte_disasm.c | 2 +- tests/c/instruction_checks/r5900_trunc_cvt.c | 2 +- tests/c/instruction_checks/r5900_vcallms.c | 2 +- tests/c/logic_checks/descriptor_logic_check.c | 2 +- tests/c/r3000gte.c | 2 +- tests/c/r5900test.c | 2 +- tests/c/registersTrackerTest.c | 2 +- tests/c/rsptest.c | 2 +- tests/c/test.c | 2 +- tests/cplusplus/test.cpp | 2 +- tests/run_build_info_checks.sh | 2 +- tests/run_instruction_checks.sh | 2 +- tests/run_logic_checks.sh | 2 +- 285 files changed, 288 insertions(+), 288 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f36f6db..b73b439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT [package] diff --git a/MANIFEST.in b/MANIFEST.in index 7299cb7..fd53212 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT include **/*.h diff --git a/cplusplus/include/analysis/LoPairingInfo.hpp b/cplusplus/include/analysis/LoPairingInfo.hpp index 400d173..738d0a1 100644 --- a/cplusplus/include/analysis/LoPairingInfo.hpp +++ b/cplusplus/include/analysis/LoPairingInfo.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_LO_PAIRING_INFO_HPP diff --git a/cplusplus/include/analysis/RegistersTracker.hpp b/cplusplus/include/analysis/RegistersTracker.hpp index 23c7a04..1fa0ad7 100644 --- a/cplusplus/include/analysis/RegistersTracker.hpp +++ b/cplusplus/include/analysis/RegistersTracker.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_REGISTERS_TRACKER_HPP diff --git a/cplusplus/include/common/Utils.hpp b/cplusplus/include/common/Utils.hpp index dc6964b..dabf47b 100644 --- a/cplusplus/include/common/Utils.hpp +++ b/cplusplus/include/common/Utils.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_UTILS_HPP diff --git a/cplusplus/include/generated/AccessType_enum_class.hpp b/cplusplus/include/generated/AccessType_enum_class.hpp index cac408a..ae98cd9 100644 --- a/cplusplus/include/generated/AccessType_enum_class.hpp +++ b/cplusplus/include/generated/AccessType_enum_class.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/cplusplus/include/generated/InstrIdType_enum_class.hpp b/cplusplus/include/generated/InstrIdType_enum_class.hpp index 51a692e..2ad76f2 100644 --- a/cplusplus/include/generated/InstrIdType_enum_class.hpp +++ b/cplusplus/include/generated/InstrIdType_enum_class.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/cplusplus/include/generated/OperandType_enum_class.hpp b/cplusplus/include/generated/OperandType_enum_class.hpp index 34fac66..8ce4443 100644 --- a/cplusplus/include/generated/OperandType_enum_class.hpp +++ b/cplusplus/include/generated/OperandType_enum_class.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/cplusplus/include/generated/Registers_enum_classes.hpp b/cplusplus/include/generated/Registers_enum_classes.hpp index d28c3a9..d0c8e46 100644 --- a/cplusplus/include/generated/Registers_enum_classes.hpp +++ b/cplusplus/include/generated/Registers_enum_classes.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/cplusplus/include/generated/UniqueId_enum_class.hpp b/cplusplus/include/generated/UniqueId_enum_class.hpp index 45b953b..3af44ba 100644 --- a/cplusplus/include/generated/UniqueId_enum_class.hpp +++ b/cplusplus/include/generated/UniqueId_enum_class.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/cplusplus/include/instructions/AccessType.hpp b/cplusplus/include/instructions/AccessType.hpp index 1115ee4..d2c5678 100644 --- a/cplusplus/include/instructions/AccessType.hpp +++ b/cplusplus/include/instructions/AccessType.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_ACCESS_TYPE_HPP diff --git a/cplusplus/include/instructions/InstrId.hpp b/cplusplus/include/instructions/InstrId.hpp index 00204ee..fa03f47 100644 --- a/cplusplus/include/instructions/InstrId.hpp +++ b/cplusplus/include/instructions/InstrId.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRID_HPP diff --git a/cplusplus/include/instructions/InstrIdType.hpp b/cplusplus/include/instructions/InstrIdType.hpp index 372f761..e9ef456 100644 --- a/cplusplus/include/instructions/InstrIdType.hpp +++ b/cplusplus/include/instructions/InstrIdType.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTR_ID_TYPE_HPP diff --git a/cplusplus/include/instructions/InstructionBase.hpp b/cplusplus/include/instructions/InstructionBase.hpp index 00d22dc..a88c7cd 100644 --- a/cplusplus/include/instructions/InstructionBase.hpp +++ b/cplusplus/include/instructions/InstructionBase.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_BASE_HPP diff --git a/cplusplus/include/instructions/InstructionCpu.hpp b/cplusplus/include/instructions/InstructionCpu.hpp index af6f1c8..d1b3d86 100644 --- a/cplusplus/include/instructions/InstructionCpu.hpp +++ b/cplusplus/include/instructions/InstructionCpu.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_CPU_HPP diff --git a/cplusplus/include/instructions/InstructionR3000GTE.hpp b/cplusplus/include/instructions/InstructionR3000GTE.hpp index 7637e3d..e33d507 100644 --- a/cplusplus/include/instructions/InstructionR3000GTE.hpp +++ b/cplusplus/include/instructions/InstructionR3000GTE.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_R3000GTE_HPP diff --git a/cplusplus/include/instructions/InstructionR5900.hpp b/cplusplus/include/instructions/InstructionR5900.hpp index c498c56..d481901 100644 --- a/cplusplus/include/instructions/InstructionR5900.hpp +++ b/cplusplus/include/instructions/InstructionR5900.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_R5900_HPP diff --git a/cplusplus/include/instructions/InstructionRsp.hpp b/cplusplus/include/instructions/InstructionRsp.hpp index 2489ac5..b583105 100644 --- a/cplusplus/include/instructions/InstructionRsp.hpp +++ b/cplusplus/include/instructions/InstructionRsp.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_RSP_HPP diff --git a/cplusplus/include/instructions/OperandType.hpp b/cplusplus/include/instructions/OperandType.hpp index b81e55f..b0dfca8 100644 --- a/cplusplus/include/instructions/OperandType.hpp +++ b/cplusplus/include/instructions/OperandType.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_OPERAND_TYPE_HPP diff --git a/cplusplus/include/instructions/Registers.hpp b/cplusplus/include/instructions/Registers.hpp index 6a8e414..a887176 100644 --- a/cplusplus/include/instructions/Registers.hpp +++ b/cplusplus/include/instructions/Registers.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_REGISTER_HPP diff --git a/cplusplus/include/rabbitizer.hpp b/cplusplus/include/rabbitizer.hpp index 6ed40ff..d6abac2 100644 --- a/cplusplus/include/rabbitizer.hpp +++ b/cplusplus/include/rabbitizer.hpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_HPP diff --git a/cplusplus/src/analysis/LoPairingInfo.cpp b/cplusplus/src/analysis/LoPairingInfo.cpp index 9124044..15477b3 100644 --- a/cplusplus/src/analysis/LoPairingInfo.cpp +++ b/cplusplus/src/analysis/LoPairingInfo.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "analysis/LoPairingInfo.hpp" diff --git a/cplusplus/src/analysis/RegistersTracker.cpp b/cplusplus/src/analysis/RegistersTracker.cpp index e3e7db8..0cd84ee 100644 --- a/cplusplus/src/analysis/RegistersTracker.cpp +++ b/cplusplus/src/analysis/RegistersTracker.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "analysis/RegistersTracker.hpp" diff --git a/cplusplus/src/instructions/InstrId.cpp b/cplusplus/src/instructions/InstrId.cpp index 2f18bf2..92c4a44 100644 --- a/cplusplus/src/instructions/InstrId.cpp +++ b/cplusplus/src/instructions/InstrId.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstrId.hpp" diff --git a/cplusplus/src/instructions/InstrIdType.cpp b/cplusplus/src/instructions/InstrIdType.cpp index a607ebf..f465d1a 100644 --- a/cplusplus/src/instructions/InstrIdType.cpp +++ b/cplusplus/src/instructions/InstrIdType.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstrIdType.hpp" diff --git a/cplusplus/src/instructions/InstructionBase.cpp b/cplusplus/src/instructions/InstructionBase.cpp index 04d3478..c021218 100644 --- a/cplusplus/src/instructions/InstructionBase.cpp +++ b/cplusplus/src/instructions/InstructionBase.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstructionBase.hpp" diff --git a/cplusplus/src/instructions/InstructionCpu.cpp b/cplusplus/src/instructions/InstructionCpu.cpp index 05c488d..9064348 100644 --- a/cplusplus/src/instructions/InstructionCpu.cpp +++ b/cplusplus/src/instructions/InstructionCpu.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstructionCpu.hpp" diff --git a/cplusplus/src/instructions/InstructionR3000GTE.cpp b/cplusplus/src/instructions/InstructionR3000GTE.cpp index 25f6985..24ea71b 100644 --- a/cplusplus/src/instructions/InstructionR3000GTE.cpp +++ b/cplusplus/src/instructions/InstructionR3000GTE.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstructionR3000GTE.hpp" diff --git a/cplusplus/src/instructions/InstructionR5900.cpp b/cplusplus/src/instructions/InstructionR5900.cpp index c561298..2b01892 100644 --- a/cplusplus/src/instructions/InstructionR5900.cpp +++ b/cplusplus/src/instructions/InstructionR5900.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstructionR5900.hpp" diff --git a/cplusplus/src/instructions/InstructionRsp.cpp b/cplusplus/src/instructions/InstructionRsp.cpp index 91b3200..9aec8fd 100644 --- a/cplusplus/src/instructions/InstructionRsp.cpp +++ b/cplusplus/src/instructions/InstructionRsp.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstructionRsp.hpp" diff --git a/include/analysis/RabbitizerLoPairingInfo.h b/include/analysis/RabbitizerLoPairingInfo.h index 74f3825..02d71bb 100644 --- a/include/analysis/RabbitizerLoPairingInfo.h +++ b/include/analysis/RabbitizerLoPairingInfo.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_LO_PAIRING_INFO_H diff --git a/include/analysis/RabbitizerRegistersTracker.h b/include/analysis/RabbitizerRegistersTracker.h index 0dabd5e..681ab49 100644 --- a/include/analysis/RabbitizerRegistersTracker.h +++ b/include/analysis/RabbitizerRegistersTracker.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_REGISTERS_TRACKER_H diff --git a/include/analysis/RabbitizerTrackedRegisterState.h b/include/analysis/RabbitizerTrackedRegisterState.h index 1f5c33e..05ea8ee 100644 --- a/include/analysis/RabbitizerTrackedRegisterState.h +++ b/include/analysis/RabbitizerTrackedRegisterState.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_TRACKED_REGISTER_STATE_H diff --git a/include/common/RabbitizerConfig.h b/include/common/RabbitizerConfig.h index b6000db..97add91 100644 --- a/include/common/RabbitizerConfig.h +++ b/include/common/RabbitizerConfig.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_CONFIG_H diff --git a/include/common/RabbitizerVersion.h b/include/common/RabbitizerVersion.h index 1b7932e..bd5c4dd 100644 --- a/include/common/RabbitizerVersion.h +++ b/include/common/RabbitizerVersion.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_VERSION_H diff --git a/include/common/Utils.h b/include/common/Utils.h index bc4df17..c1a0c4a 100644 --- a/include/common/Utils.h +++ b/include/common/Utils.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_UTILS_H diff --git a/include/generated/Abi_enum.h b/include/generated/Abi_enum.h index 8896568..8befca4 100644 --- a/include/generated/Abi_enum.h +++ b/include/generated/Abi_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/AccessType_enum.h b/include/generated/AccessType_enum.h index 471ee92..69f97cd 100644 --- a/include/generated/AccessType_enum.h +++ b/include/generated/AccessType_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrCategory_Names_array.h b/include/generated/InstrCategory_Names_array.h index 92040c7..ca73f45 100644 --- a/include/generated/InstrCategory_Names_array.h +++ b/include/generated/InstrCategory_Names_array.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrCategory_enum.h b/include/generated/InstrCategory_enum.h index a1df90c..aa210a7 100644 --- a/include/generated/InstrCategory_enum.h +++ b/include/generated/InstrCategory_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrDescriptor_Descriptors_array.h b/include/generated/InstrDescriptor_Descriptors_array.h index 278fba8..c3293b8 100644 --- a/include/generated/InstrDescriptor_Descriptors_array.h +++ b/include/generated/InstrDescriptor_Descriptors_array.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrIdType_Names_array.h b/include/generated/InstrIdType_Names_array.h index fdd0909..95d82f3 100644 --- a/include/generated/InstrIdType_Names_array.h +++ b/include/generated/InstrIdType_Names_array.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrIdType_enum.h b/include/generated/InstrIdType_enum.h index 656d6e9..721e2d5 100644 --- a/include/generated/InstrIdType_enum.h +++ b/include/generated/InstrIdType_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrId_Names_array.h b/include/generated/InstrId_Names_array.h index a38e3c7..bb5ca50 100644 --- a/include/generated/InstrId_Names_array.h +++ b/include/generated/InstrId_Names_array.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrId_enum.h b/include/generated/InstrId_enum.h index a99a2bb..32e27c5 100644 --- a/include/generated/InstrId_enum.h +++ b/include/generated/InstrId_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/InstrSuffix_enum.h b/include/generated/InstrSuffix_enum.h index 3c18db8..85ab718 100644 --- a/include/generated/InstrSuffix_enum.h +++ b/include/generated/InstrSuffix_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/OperandType_enum.h b/include/generated/OperandType_enum.h index b46fd6c..2f6eb8a 100644 --- a/include/generated/OperandType_enum.h +++ b/include/generated/OperandType_enum.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/OperandType_function_declarations.h b/include/generated/OperandType_function_declarations.h index b5fdc8c..49873ab 100644 --- a/include/generated/OperandType_function_declarations.h +++ b/include/generated/OperandType_function_declarations.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/RegisterDescriptor_Descriptors_arrays.h b/include/generated/RegisterDescriptor_Descriptors_arrays.h index 3d28a1d..428158d 100644 --- a/include/generated/RegisterDescriptor_Descriptors_arrays.h +++ b/include/generated/RegisterDescriptor_Descriptors_arrays.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/Registers_Names_arrays.h b/include/generated/Registers_Names_arrays.h index 46f8f95..cf47c46 100644 --- a/include/generated/Registers_Names_arrays.h +++ b/include/generated/Registers_Names_arrays.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/Registers_enums.h b/include/generated/Registers_enums.h index 8062c0f..8052c69 100644 --- a/include/generated/Registers_enums.h +++ b/include/generated/Registers_enums.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/generated/instrOpercandCallbacks_array.h b/include/generated/instrOpercandCallbacks_array.h index 0504118..f19bb43 100644 --- a/include/generated/instrOpercandCallbacks_array.h +++ b/include/generated/instrOpercandCallbacks_array.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/include/instructions/RabbitizerAccessType.h b/include/instructions/RabbitizerAccessType.h index 0bf0d8a..7e57351 100644 --- a/include/instructions/RabbitizerAccessType.h +++ b/include/instructions/RabbitizerAccessType.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_ACCESS_TYPE_H diff --git a/include/instructions/RabbitizerInstrCategory.h b/include/instructions/RabbitizerInstrCategory.h index 0762329..36b2894 100644 --- a/include/instructions/RabbitizerInstrCategory.h +++ b/include/instructions/RabbitizerInstrCategory.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRCATEGORY_H diff --git a/include/instructions/RabbitizerInstrDescriptor.h b/include/instructions/RabbitizerInstrDescriptor.h index 57fa29e..a1ac85e 100644 --- a/include/instructions/RabbitizerInstrDescriptor.h +++ b/include/instructions/RabbitizerInstrDescriptor.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRDESCRIPTOR_H diff --git a/include/instructions/RabbitizerInstrId.h b/include/instructions/RabbitizerInstrId.h index 0d9ca33..bf6e36c 100644 --- a/include/instructions/RabbitizerInstrId.h +++ b/include/instructions/RabbitizerInstrId.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRID_H diff --git a/include/instructions/RabbitizerInstrIdType.h b/include/instructions/RabbitizerInstrIdType.h index 288921d..c1b2a9b 100644 --- a/include/instructions/RabbitizerInstrIdType.h +++ b/include/instructions/RabbitizerInstrIdType.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTR_ID_TYPE_H diff --git a/include/instructions/RabbitizerInstrSuffix.h b/include/instructions/RabbitizerInstrSuffix.h index 1f1c847..e34c9b6 100644 --- a/include/instructions/RabbitizerInstrSuffix.h +++ b/include/instructions/RabbitizerInstrSuffix.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRSUFFIX_H diff --git a/include/instructions/RabbitizerInstruction.h b/include/instructions/RabbitizerInstruction.h index 48f153e..426dadf 100644 --- a/include/instructions/RabbitizerInstruction.h +++ b/include/instructions/RabbitizerInstruction.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_H diff --git a/include/instructions/RabbitizerInstructionR3000GTE.h b/include/instructions/RabbitizerInstructionR3000GTE.h index 218cdbc..c361343 100644 --- a/include/instructions/RabbitizerInstructionR3000GTE.h +++ b/include/instructions/RabbitizerInstructionR3000GTE.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_R3000GTE_H diff --git a/include/instructions/RabbitizerInstructionR5900.h b/include/instructions/RabbitizerInstructionR5900.h index 1ab6c2d..0e194fa 100644 --- a/include/instructions/RabbitizerInstructionR5900.h +++ b/include/instructions/RabbitizerInstructionR5900.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_R5900_H diff --git a/include/instructions/RabbitizerInstructionRsp.h b/include/instructions/RabbitizerInstructionRsp.h index 6853653..3e8460b 100644 --- a/include/instructions/RabbitizerInstructionRsp.h +++ b/include/instructions/RabbitizerInstructionRsp.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_INSTRUCTION_RSP_H diff --git a/include/instructions/RabbitizerOperandType.h b/include/instructions/RabbitizerOperandType.h index 0b9469e..8fe54c0 100644 --- a/include/instructions/RabbitizerOperandType.h +++ b/include/instructions/RabbitizerOperandType.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_OPERAND_TYPE_H diff --git a/include/instructions/RabbitizerRegister.h b/include/instructions/RabbitizerRegister.h index 171105e..2387d19 100644 --- a/include/instructions/RabbitizerRegister.h +++ b/include/instructions/RabbitizerRegister.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_REGISTER_H diff --git a/include/instructions/RabbitizerRegisterDescriptor.h b/include/instructions/RabbitizerRegisterDescriptor.h index 236cbe0..e5740c6 100644 --- a/include/instructions/RabbitizerRegisterDescriptor.h +++ b/include/instructions/RabbitizerRegisterDescriptor.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_REGISTERDESCRIPTOR_H diff --git a/include/rabbitizer.h b/include/rabbitizer.h index 5e759a6..a4dbe53 100644 --- a/include/rabbitizer.h +++ b/include/rabbitizer.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef RABBITIZER_H diff --git a/pyproject.toml b/pyproject.toml index 6bbb276..423d4ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT [project] diff --git a/rabbitizer/Abi.pyi b/rabbitizer/Abi.pyi index 7df25a9..0169eb0 100644 --- a/rabbitizer/Abi.pyi +++ b/rabbitizer/Abi.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/AccessType.pyi b/rabbitizer/AccessType.pyi index a02ad44..21e2700 100644 --- a/rabbitizer/AccessType.pyi +++ b/rabbitizer/AccessType.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/Config.pyi b/rabbitizer/Config.pyi index ad797d6..450e288 100644 --- a/rabbitizer/Config.pyi +++ b/rabbitizer/Config.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/Enum.pyi b/rabbitizer/Enum.pyi index c7285a2..bcac99d 100644 --- a/rabbitizer/Enum.pyi +++ b/rabbitizer/Enum.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/InstrCategory.pyi b/rabbitizer/InstrCategory.pyi index 338a4fb..03fdafe 100644 --- a/rabbitizer/InstrCategory.pyi +++ b/rabbitizer/InstrCategory.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/InstrId.pyi b/rabbitizer/InstrId.pyi index fc7108a..2e86e71 100644 --- a/rabbitizer/InstrId.pyi +++ b/rabbitizer/InstrId.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/InstrIdType.pyi b/rabbitizer/InstrIdType.pyi index fb24509..a391f28 100644 --- a/rabbitizer/InstrIdType.pyi +++ b/rabbitizer/InstrIdType.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/LoPairingInfo.pyi b/rabbitizer/LoPairingInfo.pyi index dc0a202..d8cdfe5 100644 --- a/rabbitizer/LoPairingInfo.pyi +++ b/rabbitizer/LoPairingInfo.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/OperandType.pyi b/rabbitizer/OperandType.pyi index da8fde9..f488ee1 100644 --- a/rabbitizer/OperandType.pyi +++ b/rabbitizer/OperandType.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/RegCop1N32.pyi b/rabbitizer/RegCop1N32.pyi index b0a6c7e..c3c79dc 100644 --- a/rabbitizer/RegCop1N32.pyi +++ b/rabbitizer/RegCop1N32.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/RegCop1N64.pyi b/rabbitizer/RegCop1N64.pyi index 60d13e7..ab27905 100644 --- a/rabbitizer/RegCop1N64.pyi +++ b/rabbitizer/RegCop1N64.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/RegCop1O32.pyi b/rabbitizer/RegCop1O32.pyi index ed0d0a6..96ecc97 100644 --- a/rabbitizer/RegCop1O32.pyi +++ b/rabbitizer/RegCop1O32.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/RegGprN32.pyi b/rabbitizer/RegGprN32.pyi index 07cd5f5..bda8d95 100644 --- a/rabbitizer/RegGprN32.pyi +++ b/rabbitizer/RegGprN32.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/RegGprO32.pyi b/rabbitizer/RegGprO32.pyi index a8bc368..53354f3 100644 --- a/rabbitizer/RegGprO32.pyi +++ b/rabbitizer/RegGprO32.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/RegistersTracker.pyi b/rabbitizer/RegistersTracker.pyi index 6cf610d..381887a 100644 --- a/rabbitizer/RegistersTracker.pyi +++ b/rabbitizer/RegistersTracker.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/TrackedRegisterState.pyi b/rabbitizer/TrackedRegisterState.pyi index 1343791..0e50dd4 100644 --- a/rabbitizer/TrackedRegisterState.pyi +++ b/rabbitizer/TrackedRegisterState.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/TrinaryValue.pyi b/rabbitizer/TrinaryValue.pyi index 7091f83..a74dee5 100644 --- a/rabbitizer/TrinaryValue.pyi +++ b/rabbitizer/TrinaryValue.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2023 Decompollaborate +# SPDX-FileCopyrightText: © 2023-2024 Decompollaborate # SPDX-License-Identifier: MIT # Automatically generated. DO NOT MODIFY diff --git a/rabbitizer/Utils.pyi b/rabbitizer/Utils.pyi index 3c6ef07..e21ce38 100644 --- a/rabbitizer/Utils.pyi +++ b/rabbitizer/Utils.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/__init__.pyi b/rabbitizer/__init__.pyi index 3ed42d2..e313219 100644 --- a/rabbitizer/__init__.pyi +++ b/rabbitizer/__init__.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/enums/enums_utils.c b/rabbitizer/enums/enums_utils.c index 209c5a1..334b460 100644 --- a/rabbitizer/enums/enums_utils.c +++ b/rabbitizer/enums/enums_utils.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/enums_utils.h b/rabbitizer/enums/enums_utils.h index f90a01f..032a720 100644 --- a/rabbitizer/enums/enums_utils.h +++ b/rabbitizer/enums/enums_utils.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef PYRABBITIZER_ENUMS_UTILS_H diff --git a/rabbitizer/enums/rabbitizer_enum_Abi.c b/rabbitizer/enums/rabbitizer_enum_Abi.c index ad29990..30a6954 100644 --- a/rabbitizer/enums/rabbitizer_enum_Abi.c +++ b/rabbitizer/enums/rabbitizer_enum_Abi.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_enum_AccessType.c b/rabbitizer/enums/rabbitizer_enum_AccessType.c index bd981b4..8426fe7 100644 --- a/rabbitizer/enums/rabbitizer_enum_AccessType.c +++ b/rabbitizer/enums/rabbitizer_enum_AccessType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_enum_InstrCategory.c b/rabbitizer/enums/rabbitizer_enum_InstrCategory.c index 373b9e2..4a986e0 100644 --- a/rabbitizer/enums/rabbitizer_enum_InstrCategory.c +++ b/rabbitizer/enums/rabbitizer_enum_InstrCategory.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_enum_InstrId.c b/rabbitizer/enums/rabbitizer_enum_InstrId.c index 3b95746..e522300 100644 --- a/rabbitizer/enums/rabbitizer_enum_InstrId.c +++ b/rabbitizer/enums/rabbitizer_enum_InstrId.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_enum_InstrIdType.c b/rabbitizer/enums/rabbitizer_enum_InstrIdType.c index f7a6a43..3c2c043 100644 --- a/rabbitizer/enums/rabbitizer_enum_InstrIdType.c +++ b/rabbitizer/enums/rabbitizer_enum_InstrIdType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_enum_OperandType.c b/rabbitizer/enums/rabbitizer_enum_OperandType.c index 4a2607a..c73c4a1 100644 --- a/rabbitizer/enums/rabbitizer_enum_OperandType.c +++ b/rabbitizer/enums/rabbitizer_enum_OperandType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_enum_TrinaryValue.c b/rabbitizer/enums/rabbitizer_enum_TrinaryValue.c index 7863bc8..9ff7146 100644 --- a/rabbitizer/enums/rabbitizer_enum_TrinaryValue.c +++ b/rabbitizer/enums/rabbitizer_enum_TrinaryValue.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums_utils.h" diff --git a/rabbitizer/enums/rabbitizer_type_Enum.c b/rabbitizer/enums/rabbitizer_type_Enum.c index e966f1b..c9b3a54 100644 --- a/rabbitizer/enums/rabbitizer_type_Enum.c +++ b/rabbitizer/enums/rabbitizer_type_Enum.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rabbitizer/enums/registers/rabbitizer_enum_Cop1N32.c b/rabbitizer/enums/registers/rabbitizer_enum_Cop1N32.c index d376fd0..2403a0b 100644 --- a/rabbitizer/enums/registers/rabbitizer_enum_Cop1N32.c +++ b/rabbitizer/enums/registers/rabbitizer_enum_Cop1N32.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums/enums_utils.h" diff --git a/rabbitizer/enums/registers/rabbitizer_enum_Cop1N64.c b/rabbitizer/enums/registers/rabbitizer_enum_Cop1N64.c index 7d276a1..d01ba4b 100644 --- a/rabbitizer/enums/registers/rabbitizer_enum_Cop1N64.c +++ b/rabbitizer/enums/registers/rabbitizer_enum_Cop1N64.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums/enums_utils.h" diff --git a/rabbitizer/enums/registers/rabbitizer_enum_Cop1O32.c b/rabbitizer/enums/registers/rabbitizer_enum_Cop1O32.c index 407ce59..eb97e1c 100644 --- a/rabbitizer/enums/registers/rabbitizer_enum_Cop1O32.c +++ b/rabbitizer/enums/registers/rabbitizer_enum_Cop1O32.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums/enums_utils.h" diff --git a/rabbitizer/enums/registers/rabbitizer_enum_GprN32.c b/rabbitizer/enums/registers/rabbitizer_enum_GprN32.c index 5cad523..4e67f97 100644 --- a/rabbitizer/enums/registers/rabbitizer_enum_GprN32.c +++ b/rabbitizer/enums/registers/rabbitizer_enum_GprN32.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums/enums_utils.h" diff --git a/rabbitizer/enums/registers/rabbitizer_enum_GprO32.c b/rabbitizer/enums/registers/rabbitizer_enum_GprO32.c index 211ff00..558ac73 100644 --- a/rabbitizer/enums/registers/rabbitizer_enum_GprO32.c +++ b/rabbitizer/enums/registers/rabbitizer_enum_GprO32.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "enums/enums_utils.h" diff --git a/rabbitizer/rabbitizer.pyi b/rabbitizer/rabbitizer.pyi index 44c770c..424fdfa 100644 --- a/rabbitizer/rabbitizer.pyi +++ b/rabbitizer/rabbitizer.pyi @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from __future__ import annotations diff --git a/rabbitizer/rabbitizer_global_config.c b/rabbitizer/rabbitizer_global_config.c index 39fc5f4..07ba6b1 100644 --- a/rabbitizer/rabbitizer_global_config.c +++ b/rabbitizer/rabbitizer_global_config.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /** diff --git a/rabbitizer/rabbitizer_macro_utilities.h b/rabbitizer/rabbitizer_macro_utilities.h index d675472..b7077b6 100644 --- a/rabbitizer/rabbitizer_macro_utilities.h +++ b/rabbitizer/rabbitizer_macro_utilities.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef PYRABBITIZER_MACRO_UTILITIES_H diff --git a/rabbitizer/rabbitizer_module.c b/rabbitizer/rabbitizer_module.c index 3da80c8..a6a24cd 100644 --- a/rabbitizer/rabbitizer_module.c +++ b/rabbitizer/rabbitizer_module.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rabbitizer/rabbitizer_module.h b/rabbitizer/rabbitizer_module.h index 3b1f9f8..40365c8 100644 --- a/rabbitizer/rabbitizer_module.h +++ b/rabbitizer/rabbitizer_module.h @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #ifndef PYRABBITIZER_MODULE_H diff --git a/rabbitizer/rabbitizer_submodule_Utils.c b/rabbitizer/rabbitizer_submodule_Utils.c index afe39e1..b49fe01 100644 --- a/rabbitizer/rabbitizer_submodule_Utils.c +++ b/rabbitizer/rabbitizer_submodule_Utils.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rabbitizer/rabbitizer_type_Instruction.c b/rabbitizer/rabbitizer_type_Instruction.c index b455d99..52ec73f 100644 --- a/rabbitizer/rabbitizer_type_Instruction.c +++ b/rabbitizer/rabbitizer_type_Instruction.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rabbitizer/rabbitizer_type_LoPairingInfo.c b/rabbitizer/rabbitizer_type_LoPairingInfo.c index 5316ee9..e63dccd 100644 --- a/rabbitizer/rabbitizer_type_LoPairingInfo.c +++ b/rabbitizer/rabbitizer_type_LoPairingInfo.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rabbitizer/rabbitizer_type_RegistersTracker.c b/rabbitizer/rabbitizer_type_RegistersTracker.c index f160d80..e838b19 100644 --- a/rabbitizer/rabbitizer_type_RegistersTracker.c +++ b/rabbitizer/rabbitizer_type_RegistersTracker.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rabbitizer/rabbitizer_type_TrackedRegisterState.c b/rabbitizer/rabbitizer_type_TrackedRegisterState.c index 502c222..89cb995 100644 --- a/rabbitizer/rabbitizer_type_TrackedRegisterState.c +++ b/rabbitizer/rabbitizer_type_TrackedRegisterState.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer_module.h" diff --git a/rust/src/abi_enum.rs b/rust/src/abi_enum.rs index bacbae9..4987432 100644 --- a/rust/src/abi_enum.rs +++ b/rust/src/abi_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/access_type_enum.rs b/rust/src/access_type_enum.rs index f3cb4f7..3bb1372 100644 --- a/rust/src/access_type_enum.rs +++ b/rust/src/access_type_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/config.rs b/rust/src/config.rs index f7fdce5..686fa31 100644 --- a/rust/src/config.rs +++ b/rust/src/config.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ use crate::abi_enum; diff --git a/rust/src/instr_category_enum.rs b/rust/src/instr_category_enum.rs index f8dcd4a..cb541c8 100644 --- a/rust/src/instr_category_enum.rs +++ b/rust/src/instr_category_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/instr_descriptor.rs b/rust/src/instr_descriptor.rs index e5d7bca..50f98a8 100644 --- a/rust/src/instr_descriptor.rs +++ b/rust/src/instr_descriptor.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ use crate::{access_type_enum, instr_suffix_enum, operand_type_enum}; diff --git a/rust/src/instr_id_enum.rs b/rust/src/instr_id_enum.rs index 7bb00fb..0c19129 100644 --- a/rust/src/instr_id_enum.rs +++ b/rust/src/instr_id_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/instr_id_type_enum.rs b/rust/src/instr_id_type_enum.rs index 60f9a78..efee2ff 100644 --- a/rust/src/instr_id_type_enum.rs +++ b/rust/src/instr_id_type_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/instr_suffix_enum.rs b/rust/src/instr_suffix_enum.rs index f6e451c..00ee88a 100644 --- a/rust/src/instr_suffix_enum.rs +++ b/rust/src/instr_suffix_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/instruction.rs b/rust/src/instruction.rs index 2fbb216..5708a71 100644 --- a/rust/src/instruction.rs +++ b/rust/src/instruction.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ use crate::{ diff --git a/rust/src/lib.rs b/rust/src/lib.rs index c178edf..f6228ef 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ mod abi_enum; diff --git a/rust/src/operand_type_enum.rs b/rust/src/operand_type_enum.rs index f5876a2..f3c498d 100644 --- a/rust/src/operand_type_enum.rs +++ b/rust/src/operand_type_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/opereand_type.rs b/rust/src/opereand_type.rs index 63a9769..1935d83 100644 --- a/rust/src/opereand_type.rs +++ b/rust/src/opereand_type.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ use crate::{instruction, operand_type_enum, utils}; diff --git a/rust/src/register_descriptor.rs b/rust/src/register_descriptor.rs index 0535276..5f8ca83 100644 --- a/rust/src/register_descriptor.rs +++ b/rust/src/register_descriptor.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #[repr(C)] diff --git a/rust/src/registers_enum.rs b/rust/src/registers_enum.rs index 334661e..d01d3f8 100644 --- a/rust/src/registers_enum.rs +++ b/rust/src/registers_enum.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Automatically generated. DO NOT MODIFY */ diff --git a/rust/src/registers_methods.rs b/rust/src/registers_methods.rs index 658be0f..e6664d9 100644 --- a/rust/src/registers_methods.rs +++ b/rust/src/registers_methods.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ use crate::{registers_enum, RegisterDescriptor}; diff --git a/rust/src/utils.rs b/rust/src/utils.rs index 2efdcb9..c7ddaad 100644 --- a/rust/src/utils.rs +++ b/rust/src/utils.rs @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ pub type SizeT = usize; diff --git a/setup.py b/setup.py index f0d3ec9..2996da2 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT from setuptools import setup, Extension diff --git a/src/analysis/RabbitizerLoPairingInfo.c b/src/analysis/RabbitizerLoPairingInfo.c index 743b443..c0626be 100644 --- a/src/analysis/RabbitizerLoPairingInfo.c +++ b/src/analysis/RabbitizerLoPairingInfo.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "analysis/RabbitizerLoPairingInfo.h" diff --git a/src/analysis/RabbitizerRegistersTracker.c b/src/analysis/RabbitizerRegistersTracker.c index 3c11804..4cdd329 100644 --- a/src/analysis/RabbitizerRegistersTracker.c +++ b/src/analysis/RabbitizerRegistersTracker.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "analysis/RabbitizerRegistersTracker.h" diff --git a/src/analysis/RabbitizerTrackedRegisterState.c b/src/analysis/RabbitizerTrackedRegisterState.c index e9f4acc..1e84605 100644 --- a/src/analysis/RabbitizerTrackedRegisterState.c +++ b/src/analysis/RabbitizerTrackedRegisterState.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "analysis/RabbitizerTrackedRegisterState.h" diff --git a/src/common/RabbitizerConfig.c b/src/common/RabbitizerConfig.c index 59e133e..23f5887 100644 --- a/src/common/RabbitizerConfig.c +++ b/src/common/RabbitizerConfig.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "common/RabbitizerConfig.h" diff --git a/src/common/RabbitizerVersion.c b/src/common/RabbitizerVersion.c index 56859e8..0112fd6 100644 --- a/src/common/RabbitizerVersion.c +++ b/src/common/RabbitizerVersion.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "common/RabbitizerVersion.h" diff --git a/src/common/Utils.c b/src/common/Utils.c index 2b4649f..2ad2744 100644 --- a/src/common/Utils.c +++ b/src/common/Utils.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "common/Utils.h" diff --git a/src/instructions/RabbitizerInstrCategory.c b/src/instructions/RabbitizerInstrCategory.c index 5421cce..2f32bf1 100644 --- a/src/instructions/RabbitizerInstrCategory.c +++ b/src/instructions/RabbitizerInstrCategory.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstrCategory.h" diff --git a/src/instructions/RabbitizerInstrDescriptor.c b/src/instructions/RabbitizerInstrDescriptor.c index 3bec55b..0af1227 100644 --- a/src/instructions/RabbitizerInstrDescriptor.c +++ b/src/instructions/RabbitizerInstrDescriptor.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstrDescriptor.h" diff --git a/src/instructions/RabbitizerInstrId.c b/src/instructions/RabbitizerInstrId.c index 16e655e..046064e 100644 --- a/src/instructions/RabbitizerInstrId.c +++ b/src/instructions/RabbitizerInstrId.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstrId.h" diff --git a/src/instructions/RabbitizerInstrIdType.c b/src/instructions/RabbitizerInstrIdType.c index e29c8b4..474daad 100644 --- a/src/instructions/RabbitizerInstrIdType.c +++ b/src/instructions/RabbitizerInstrIdType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstrIdType.h" diff --git a/src/instructions/RabbitizerInstrSuffix.c b/src/instructions/RabbitizerInstrSuffix.c index d6623d1..f6f2e81 100644 --- a/src/instructions/RabbitizerInstrSuffix.c +++ b/src/instructions/RabbitizerInstrSuffix.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstrSuffix.h" diff --git a/src/instructions/RabbitizerInstruction/RabbitizerInstruction.c b/src/instructions/RabbitizerInstruction/RabbitizerInstruction.c index 5a778e3..33e04b6 100644 --- a/src/instructions/RabbitizerInstruction/RabbitizerInstruction.c +++ b/src/instructions/RabbitizerInstruction/RabbitizerInstruction.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Disassemble.c b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Disassemble.c index f066928..5892e44 100644 --- a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Disassemble.c +++ b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Disassemble.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Examination.c b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Examination.c index e5f3491..e20084f 100644 --- a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Examination.c +++ b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Examination.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Operand.c b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Operand.c index 59b3832..29ad455 100644 --- a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Operand.c +++ b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_Operand.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_ProcessUniqueId.c b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_ProcessUniqueId.c index 9ecf52c..c3f6455 100644 --- a/src/instructions/RabbitizerInstruction/RabbitizerInstruction_ProcessUniqueId.c +++ b/src/instructions/RabbitizerInstruction/RabbitizerInstruction_ProcessUniqueId.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/src/instructions/RabbitizerInstructionCpu/RabbitizerInstructionCpu_OperandType.c b/src/instructions/RabbitizerInstructionCpu/RabbitizerInstructionCpu_OperandType.c index e651a89..438d808 100644 --- a/src/instructions/RabbitizerInstructionCpu/RabbitizerInstructionCpu_OperandType.c +++ b/src/instructions/RabbitizerInstructionCpu/RabbitizerInstructionCpu_OperandType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE.c b/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE.c index c3d7866..3850b2d 100644 --- a/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE.c +++ b/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR3000GTE.h" diff --git a/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_OperandType.c b/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_OperandType.c index 24ee3b8..f378cd1 100644 --- a/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_OperandType.c +++ b/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_OperandType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR3000GTE.h" diff --git a/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_ProcessUniqueId.c b/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_ProcessUniqueId.c index edcb872..4dca4b2 100644 --- a/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_ProcessUniqueId.c +++ b/src/instructions/RabbitizerInstructionR3000GTE/RabbitizerInstructionR3000GTE_ProcessUniqueId.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR3000GTE.h" diff --git a/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900.c b/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900.c index 2a48d68..1ab2821 100644 --- a/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900.c +++ b/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR5900.h" diff --git a/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_OperandType.c b/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_OperandType.c index 8fd705f..78faf69 100644 --- a/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_OperandType.c +++ b/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_OperandType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR5900.h" diff --git a/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_ProcessUniqueId.c b/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_ProcessUniqueId.c index 35ff71a..e9d07af 100644 --- a/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_ProcessUniqueId.c +++ b/src/instructions/RabbitizerInstructionR5900/RabbitizerInstructionR5900_ProcessUniqueId.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR5900.h" diff --git a/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp.c b/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp.c index c45ac9d..573c4a6 100644 --- a/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp.c +++ b/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionRsp.h" diff --git a/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_OperandType.c b/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_OperandType.c index 4549bff..0b8599d 100644 --- a/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_OperandType.c +++ b/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_OperandType.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionRsp.h" diff --git a/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_ProcessUniqueId.c b/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_ProcessUniqueId.c index f26f4b5..adb8017 100644 --- a/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_ProcessUniqueId.c +++ b/src/instructions/RabbitizerInstructionRsp/RabbitizerInstructionRsp_ProcessUniqueId.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionRsp.h" diff --git a/src/instructions/RabbitizerRegister.c b/src/instructions/RabbitizerRegister.c index d16e341..a2bdd3f 100644 --- a/src/instructions/RabbitizerRegister.c +++ b/src/instructions/RabbitizerRegister.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerRegister.h" diff --git a/src/instructions/RabbitizerRegisterDescriptor.c b/src/instructions/RabbitizerRegisterDescriptor.c index 24f3597..085f58f 100644 --- a/src/instructions/RabbitizerRegisterDescriptor.c +++ b/src/instructions/RabbitizerRegisterDescriptor.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerRegisterDescriptor.h" diff --git a/tables/tables/Abi.inc b/tables/tables/Abi.inc index 3cdc551..0dede89 100644 --- a/tables/tables/Abi.inc +++ b/tables/tables/Abi.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_ABI(NUMERIC) diff --git a/tables/tables/AccessType.inc b/tables/tables/AccessType.inc index cacddb9..48f76c7 100644 --- a/tables/tables/AccessType.inc +++ b/tables/tables/AccessType.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RAB_DEF_ACCESSTYPE(INVALID) diff --git a/tables/tables/InstrCategory.inc b/tables/tables/InstrCategory.inc index 033ddfd..91a60dd 100644 --- a/tables/tables/InstrCategory.inc +++ b/tables/tables/InstrCategory.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_CATEGORY(CPU) diff --git a/tables/tables/InstrIdType.inc b/tables/tables/InstrIdType.inc index 4eea22a..56d0621 100644 --- a/tables/tables/InstrIdType.inc +++ b/tables/tables/InstrIdType.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID_TYPE(ALL, INVALID) diff --git a/tables/tables/InstrIds.inc b/tables/tables/InstrIds.inc index 3f973a4..e3c8668 100644 --- a/tables/tables/InstrIds.inc +++ b/tables/tables/InstrIds.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instr_id/RabbitizerInstrId_cpu.inc" diff --git a/tables/tables/InstrSuffix.inc b/tables/tables/InstrSuffix.inc index e425eb3..ada9a6b 100644 --- a/tables/tables/InstrSuffix.inc +++ b/tables/tables/InstrSuffix.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RAB_DEF_INSTRSUFFIX(R5900, xyzw) diff --git a/tables/tables/OperandTypes.inc b/tables/tables/OperandTypes.inc index 29ad28e..ec2478c 100644 --- a/tables/tables/OperandTypes.inc +++ b/tables/tables/OperandTypes.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "operands/RabbitizerOperandType_cpu.inc" diff --git a/tables/tables/instr_id/RabbitizerInstrId_cpu.inc b/tables/tables/instr_id/RabbitizerInstrId_cpu.inc index 619dac3..617c696 100644 --- a/tables/tables/instr_id/RabbitizerInstrId_cpu.inc +++ b/tables/tables/instr_id/RabbitizerInstrId_cpu.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID( diff --git a/tables/tables/instr_id/RabbitizerInstrId_r3000gte.inc b/tables/tables/instr_id/RabbitizerInstrId_r3000gte.inc index c706805..14e71cd 100644 --- a/tables/tables/instr_id/RabbitizerInstrId_r3000gte.inc +++ b/tables/tables/instr_id/RabbitizerInstrId_r3000gte.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID( diff --git a/tables/tables/instr_id/RabbitizerInstrId_r5900.inc b/tables/tables/instr_id/RabbitizerInstrId_r5900.inc index d05dc7a..f920348 100644 --- a/tables/tables/instr_id/RabbitizerInstrId_r5900.inc +++ b/tables/tables/instr_id/RabbitizerInstrId_r5900.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID( diff --git a/tables/tables/instr_id/RabbitizerInstrId_rsp.inc b/tables/tables/instr_id/RabbitizerInstrId_rsp.inc index 01547eb..f5b21bf 100644 --- a/tables/tables/instr_id/RabbitizerInstrId_rsp.inc +++ b/tables/tables/instr_id/RabbitizerInstrId_rsp.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // RSP instructions diff --git a/tables/tables/instr_id/cpu/cpu_cop0.inc b/tables/tables/instr_id/cpu/cpu_cop0.inc index ad76314..78415b1 100644 --- a/tables/tables/instr_id/cpu/cpu_cop0.inc +++ b/tables/tables/instr_id/cpu/cpu_cop0.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rt, cop0d diff --git a/tables/tables/instr_id/cpu/cpu_cop0_bc0.inc b/tables/tables/instr_id/cpu/cpu_cop0_bc0.inc index 6815c66..4cd4142 100644 --- a/tables/tables/instr_id/cpu/cpu_cop0_bc0.inc +++ b/tables/tables/instr_id/cpu/cpu_cop0_bc0.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP IMM diff --git a/tables/tables/instr_id/cpu/cpu_cop0_tlb.inc b/tables/tables/instr_id/cpu/cpu_cop0_tlb.inc index 2ff87d9..1f2ecdc 100644 --- a/tables/tables/instr_id/cpu/cpu_cop0_tlb.inc +++ b/tables/tables/instr_id/cpu/cpu_cop0_tlb.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP diff --git a/tables/tables/instr_id/cpu/cpu_cop1.inc b/tables/tables/instr_id/cpu/cpu_cop1.inc index 2663595..4f94fe8 100644 --- a/tables/tables/instr_id/cpu/cpu_cop1.inc +++ b/tables/tables/instr_id/cpu/cpu_cop1.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rt, fs diff --git a/tables/tables/instr_id/cpu/cpu_cop1_bc1.inc b/tables/tables/instr_id/cpu/cpu_cop1_bc1.inc index b9dba6c..6db9337 100644 --- a/tables/tables/instr_id/cpu/cpu_cop1_bc1.inc +++ b/tables/tables/instr_id/cpu/cpu_cop1_bc1.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP IMM diff --git a/tables/tables/instr_id/cpu/cpu_cop1_fpu_d.inc b/tables/tables/instr_id/cpu/cpu_cop1_fpu_d.inc index 6e78ecf..f180c90 100644 --- a/tables/tables/instr_id/cpu/cpu_cop1_fpu_d.inc +++ b/tables/tables/instr_id/cpu/cpu_cop1_fpu_d.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP fd, fs, ft diff --git a/tables/tables/instr_id/cpu/cpu_cop1_fpu_l.inc b/tables/tables/instr_id/cpu/cpu_cop1_fpu_l.inc index 6c53db2..a80971d 100644 --- a/tables/tables/instr_id/cpu/cpu_cop1_fpu_l.inc +++ b/tables/tables/instr_id/cpu/cpu_cop1_fpu_l.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP fd, fs diff --git a/tables/tables/instr_id/cpu/cpu_cop1_fpu_s.inc b/tables/tables/instr_id/cpu/cpu_cop1_fpu_s.inc index 4140b0c..4eb8372 100644 --- a/tables/tables/instr_id/cpu/cpu_cop1_fpu_s.inc +++ b/tables/tables/instr_id/cpu/cpu_cop1_fpu_s.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP fd, fs, ft diff --git a/tables/tables/instr_id/cpu/cpu_cop1_fpu_w.inc b/tables/tables/instr_id/cpu/cpu_cop1_fpu_w.inc index 3926bcb..f87c49c 100644 --- a/tables/tables/instr_id/cpu/cpu_cop1_fpu_w.inc +++ b/tables/tables/instr_id/cpu/cpu_cop1_fpu_w.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP fd, fs diff --git a/tables/tables/instr_id/cpu/cpu_cop2.inc b/tables/tables/instr_id/cpu/cpu_cop2.inc index 61f0751..02a27ec 100644 --- a/tables/tables/instr_id/cpu/cpu_cop2.inc +++ b/tables/tables/instr_id/cpu/cpu_cop2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rt, cop2cd diff --git a/tables/tables/instr_id/cpu/cpu_normal.inc b/tables/tables/instr_id/cpu/cpu_normal.inc index 310165a..9c6f7d2 100644 --- a/tables/tables/instr_id/cpu/cpu_normal.inc +++ b/tables/tables/instr_id/cpu/cpu_normal.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP LABEL diff --git a/tables/tables/instr_id/cpu/cpu_regimm.inc b/tables/tables/instr_id/cpu/cpu_regimm.inc index b3d4a4d..22bd58d 100644 --- a/tables/tables/instr_id/cpu/cpu_regimm.inc +++ b/tables/tables/instr_id/cpu/cpu_regimm.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rs, IMM diff --git a/tables/tables/instr_id/cpu/cpu_special.inc b/tables/tables/instr_id/cpu/cpu_special.inc index c10af37..0ffd98d 100644 --- a/tables/tables/instr_id/cpu/cpu_special.inc +++ b/tables/tables/instr_id/cpu/cpu_special.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rd, rt, sa diff --git a/tables/tables/instr_id/r3000gte/r3000gte_cop2_gte.inc b/tables/tables/instr_id/r3000gte/r3000gte_cop2_gte.inc index acb5588..b14c17c 100644 --- a/tables/tables/instr_id/r3000gte/r3000gte_cop2_gte.inc +++ b/tables/tables/instr_id/r3000gte/r3000gte_cop2_gte.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* Indexed by "function" operand */ diff --git a/tables/tables/instr_id/r5900/r5900_cop0_tlb.inc b/tables/tables/instr_id/r5900/r5900_cop0_tlb.inc index 0eb4c27..12aef5b 100644 --- a/tables/tables/instr_id/r5900/r5900_cop0_tlb.inc +++ b/tables/tables/instr_id/r5900/r5900_cop0_tlb.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_cop1_fpu_s.inc b/tables/tables/instr_id/r5900/r5900_cop1_fpu_s.inc index 979710f..fcf2988 100644 --- a/tables/tables/instr_id/r5900/r5900_cop1_fpu_s.inc +++ b/tables/tables/instr_id/r5900/r5900_cop1_fpu_s.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_cop2.inc b/tables/tables/instr_id/r5900/r5900_cop2.inc index c3a18c2..9ad598c 100644 --- a/tables/tables/instr_id/r5900/r5900_cop2.inc +++ b/tables/tables/instr_id/r5900/r5900_cop2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_cop2_bc2.inc b/tables/tables/instr_id/r5900/r5900_cop2_bc2.inc index c9e243a..0e8c18b 100644 --- a/tables/tables/instr_id/r5900/r5900_cop2_bc2.inc +++ b/tables/tables/instr_id/r5900/r5900_cop2_bc2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_cop2_special1.inc b/tables/tables/instr_id/r5900/r5900_cop2_special1.inc index b0931ac..d336278 100644 --- a/tables/tables/instr_id/r5900/r5900_cop2_special1.inc +++ b/tables/tables/instr_id/r5900/r5900_cop2_special1.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_cop2_special2.inc b/tables/tables/instr_id/r5900/r5900_cop2_special2.inc index b8edbce..69aa01c 100644 --- a/tables/tables/instr_id/r5900/r5900_cop2_special2.inc +++ b/tables/tables/instr_id/r5900/r5900_cop2_special2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_mmi.inc b/tables/tables/instr_id/r5900/r5900_mmi.inc index f262faf..b05d3f8 100644 --- a/tables/tables/instr_id/r5900/r5900_mmi.inc +++ b/tables/tables/instr_id/r5900/r5900_mmi.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_mmi_0.inc b/tables/tables/instr_id/r5900/r5900_mmi_0.inc index 6092a19..1ed1532 100644 --- a/tables/tables/instr_id/r5900/r5900_mmi_0.inc +++ b/tables/tables/instr_id/r5900/r5900_mmi_0.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_mmi_1.inc b/tables/tables/instr_id/r5900/r5900_mmi_1.inc index 29c124e..0875c1d 100644 --- a/tables/tables/instr_id/r5900/r5900_mmi_1.inc +++ b/tables/tables/instr_id/r5900/r5900_mmi_1.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_mmi_2.inc b/tables/tables/instr_id/r5900/r5900_mmi_2.inc index e774dd4..4140e3d 100644 --- a/tables/tables/instr_id/r5900/r5900_mmi_2.inc +++ b/tables/tables/instr_id/r5900/r5900_mmi_2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_mmi_3.inc b/tables/tables/instr_id/r5900/r5900_mmi_3.inc index e245deb..6341687 100644 --- a/tables/tables/instr_id/r5900/r5900_mmi_3.inc +++ b/tables/tables/instr_id/r5900/r5900_mmi_3.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_normal.inc b/tables/tables/instr_id/r5900/r5900_normal.inc index f64c1b5..5651292 100644 --- a/tables/tables/instr_id/r5900/r5900_normal.inc +++ b/tables/tables/instr_id/r5900/r5900_normal.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_regimm.inc b/tables/tables/instr_id/r5900/r5900_regimm.inc index 7fa1b50..454948c 100644 --- a/tables/tables/instr_id/r5900/r5900_regimm.inc +++ b/tables/tables/instr_id/r5900/r5900_regimm.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/r5900/r5900_special.inc b/tables/tables/instr_id/r5900/r5900_special.inc index afda2c9..0d17cd5 100644 --- a/tables/tables/instr_id/r5900/r5900_special.inc +++ b/tables/tables/instr_id/r5900/r5900_special.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /* diff --git a/tables/tables/instr_id/rsp/rsp_cop0.inc b/tables/tables/instr_id/rsp/rsp_cop0.inc index c48e8cb..97c6bf9 100644 --- a/tables/tables/instr_id/rsp/rsp_cop0.inc +++ b/tables/tables/instr_id/rsp/rsp_cop0.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rt, cop0d diff --git a/tables/tables/instr_id/rsp/rsp_cop2.inc b/tables/tables/instr_id/rsp/rsp_cop2.inc index e57b98e..56d431b 100644 --- a/tables/tables/instr_id/rsp/rsp_cop2.inc +++ b/tables/tables/instr_id/rsp/rsp_cop2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP cop2t, vd[index] diff --git a/tables/tables/instr_id/rsp/rsp_cop2_vu.inc b/tables/tables/instr_id/rsp/rsp_cop2_vu.inc index 4229345..21d2082 100644 --- a/tables/tables/instr_id/rsp/rsp_cop2_vu.inc +++ b/tables/tables/instr_id/rsp/rsp_cop2_vu.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP vd, vs, vt[elementhigh] diff --git a/tables/tables/instr_id/rsp/rsp_normal.inc b/tables/tables/instr_id/rsp/rsp_normal.inc index 8ab30c5..17cce02 100644 --- a/tables/tables/instr_id/rsp/rsp_normal.inc +++ b/tables/tables/instr_id/rsp/rsp_normal.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP LABEL diff --git a/tables/tables/instr_id/rsp/rsp_normal_lwc2.inc b/tables/tables/instr_id/rsp/rsp_normal_lwc2.inc index 9e47ed4..691fbae 100644 --- a/tables/tables/instr_id/rsp/rsp_normal_lwc2.inc +++ b/tables/tables/instr_id/rsp/rsp_normal_lwc2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP vt[elementlow], offset(vs) diff --git a/tables/tables/instr_id/rsp/rsp_normal_swc2.inc b/tables/tables/instr_id/rsp/rsp_normal_swc2.inc index e45c6f3..a5c4b03 100644 --- a/tables/tables/instr_id/rsp/rsp_normal_swc2.inc +++ b/tables/tables/instr_id/rsp/rsp_normal_swc2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP vt[elementlow], offset(vs) diff --git a/tables/tables/instr_id/rsp/rsp_regimm.inc b/tables/tables/instr_id/rsp/rsp_regimm.inc index 63616b7..6bb6628 100644 --- a/tables/tables/instr_id/rsp/rsp_regimm.inc +++ b/tables/tables/instr_id/rsp/rsp_regimm.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rs, IMM diff --git a/tables/tables/instr_id/rsp/rsp_special.inc b/tables/tables/instr_id/rsp/rsp_special.inc index 4bd950d..571d37a 100644 --- a/tables/tables/instr_id/rsp/rsp_special.inc +++ b/tables/tables/instr_id/rsp/rsp_special.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ // OP rd, rt, sa diff --git a/tables/tables/instr_id_types/InstrIdType_cpu.inc b/tables/tables/instr_id_types/InstrIdType_cpu.inc index 5d3564e..9ceca47 100644 --- a/tables/tables/instr_id_types/InstrIdType_cpu.inc +++ b/tables/tables/instr_id_types/InstrIdType_cpu.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID_TYPE(CPU, INVALID) diff --git a/tables/tables/instr_id_types/InstrIdType_r3000gte.inc b/tables/tables/instr_id_types/InstrIdType_r3000gte.inc index 099be61..32c7a90 100644 --- a/tables/tables/instr_id_types/InstrIdType_r3000gte.inc +++ b/tables/tables/instr_id_types/InstrIdType_r3000gte.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID_TYPE(R3000GTE, INVALID) diff --git a/tables/tables/instr_id_types/InstrIdType_r5900.inc b/tables/tables/instr_id_types/InstrIdType_r5900.inc index e5469c5..c331d88 100644 --- a/tables/tables/instr_id_types/InstrIdType_r5900.inc +++ b/tables/tables/instr_id_types/InstrIdType_r5900.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID_TYPE(R5900, INVALID) diff --git a/tables/tables/instr_id_types/InstrIdType_rsp.inc b/tables/tables/instr_id_types/InstrIdType_rsp.inc index 0445fc4..e3ed8fe 100644 --- a/tables/tables/instr_id_types/InstrIdType_rsp.inc +++ b/tables/tables/instr_id_types/InstrIdType_rsp.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_INSTR_ID_TYPE(RSP, INVALID) diff --git a/tables/tables/operands/RabbitizerOperandType_cpu.inc b/tables/tables/operands/RabbitizerOperandType_cpu.inc index 5675095..c38aa47 100644 --- a/tables/tables/operands/RabbitizerOperandType_cpu.inc +++ b/tables/tables/operands/RabbitizerOperandType_cpu.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RAB_DEF_OPERAND(cpu, rs) diff --git a/tables/tables/operands/RabbitizerOperandType_r3000gte.inc b/tables/tables/operands/RabbitizerOperandType_r3000gte.inc index 5b6470b..8a79ae0 100644 --- a/tables/tables/operands/RabbitizerOperandType_r3000gte.inc +++ b/tables/tables/operands/RabbitizerOperandType_r3000gte.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RAB_DEF_OPERAND(r3000gte, sf) diff --git a/tables/tables/operands/RabbitizerOperandType_r5900.inc b/tables/tables/operands/RabbitizerOperandType_r5900.inc index 9b60b93..215f939 100644 --- a/tables/tables/operands/RabbitizerOperandType_r5900.inc +++ b/tables/tables/operands/RabbitizerOperandType_r5900.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RAB_DEF_OPERAND(r5900, I) diff --git a/tables/tables/operands/RabbitizerOperandType_rsp.inc b/tables/tables/operands/RabbitizerOperandType_rsp.inc index ffb0aaf..9879644 100644 --- a/tables/tables/operands/RabbitizerOperandType_rsp.inc +++ b/tables/tables/operands/RabbitizerOperandType_rsp.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RAB_DEF_OPERAND(rsp, rs) diff --git a/tables/tables/registers/RabbitizerRegister_Cop0.inc b/tables/tables/registers/RabbitizerRegister_Cop0.inc index 2462197..2a308bc 100644 --- a/tables/tables/registers/RabbitizerRegister_Cop0.inc +++ b/tables/tables/registers/RabbitizerRegister_Cop0.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG_NODOLLAR( diff --git a/tables/tables/registers/RabbitizerRegister_Cop1Control.inc b/tables/tables/registers/RabbitizerRegister_Cop1Control.inc index 0964680..d4606b0 100644 --- a/tables/tables/registers/RabbitizerRegister_Cop1Control.inc +++ b/tables/tables/registers/RabbitizerRegister_Cop1Control.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_Cop1N32.inc b/tables/tables/registers/RabbitizerRegister_Cop1N32.inc index 6309fc8..85c23fc 100644 --- a/tables/tables/registers/RabbitizerRegister_Cop1N32.inc +++ b/tables/tables/registers/RabbitizerRegister_Cop1N32.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_Cop1N64.inc b/tables/tables/registers/RabbitizerRegister_Cop1N64.inc index 8ec47dc..6cffa47 100644 --- a/tables/tables/registers/RabbitizerRegister_Cop1N64.inc +++ b/tables/tables/registers/RabbitizerRegister_Cop1N64.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_Cop1O32.inc b/tables/tables/registers/RabbitizerRegister_Cop1O32.inc index 5f566cd..faf4d60 100644 --- a/tables/tables/registers/RabbitizerRegister_Cop1O32.inc +++ b/tables/tables/registers/RabbitizerRegister_Cop1O32.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_Cop2.inc b/tables/tables/registers/RabbitizerRegister_Cop2.inc index 71d27fa..0bbc4b3 100644 --- a/tables/tables/registers/RabbitizerRegister_Cop2.inc +++ b/tables/tables/registers/RabbitizerRegister_Cop2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_GprN32.inc b/tables/tables/registers/RabbitizerRegister_GprN32.inc index 91b289a..7e595a7 100644 --- a/tables/tables/registers/RabbitizerRegister_GprN32.inc +++ b/tables/tables/registers/RabbitizerRegister_GprN32.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_GprO32.inc b/tables/tables/registers/RabbitizerRegister_GprO32.inc index 30abcc8..3fcfc7e 100644 --- a/tables/tables/registers/RabbitizerRegister_GprO32.inc +++ b/tables/tables/registers/RabbitizerRegister_GprO32.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_R5900VF.inc b/tables/tables/registers/RabbitizerRegister_R5900VF.inc index 0ccb305..f068f49 100644 --- a/tables/tables/registers/RabbitizerRegister_R5900VF.inc +++ b/tables/tables/registers/RabbitizerRegister_R5900VF.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_R5900VI.inc b/tables/tables/registers/RabbitizerRegister_R5900VI.inc index 3c570e2..e81acac 100644 --- a/tables/tables/registers/RabbitizerRegister_R5900VI.inc +++ b/tables/tables/registers/RabbitizerRegister_R5900VI.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_RspCop0.inc b/tables/tables/registers/RabbitizerRegister_RspCop0.inc index 108315a..fabb442 100644 --- a/tables/tables/registers/RabbitizerRegister_RspCop0.inc +++ b/tables/tables/registers/RabbitizerRegister_RspCop0.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG_NODOLLAR( diff --git a/tables/tables/registers/RabbitizerRegister_RspCop2.inc b/tables/tables/registers/RabbitizerRegister_RspCop2.inc index 1bb4919..6989339 100644 --- a/tables/tables/registers/RabbitizerRegister_RspCop2.inc +++ b/tables/tables/registers/RabbitizerRegister_RspCop2.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_RspCop2Control.inc b/tables/tables/registers/RabbitizerRegister_RspCop2Control.inc index 34bf2f5..c116147 100644 --- a/tables/tables/registers/RabbitizerRegister_RspCop2Control.inc +++ b/tables/tables/registers/RabbitizerRegister_RspCop2Control.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_RspGpr.inc b/tables/tables/registers/RabbitizerRegister_RspGpr.inc index 28a56b8..af88878 100644 --- a/tables/tables/registers/RabbitizerRegister_RspGpr.inc +++ b/tables/tables/registers/RabbitizerRegister_RspGpr.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/tables/registers/RabbitizerRegister_RspVector.inc b/tables/tables/registers/RabbitizerRegister_RspVector.inc index d41d288..ebc5cca 100644 --- a/tables/tables/registers/RabbitizerRegister_RspVector.inc +++ b/tables/tables/registers/RabbitizerRegister_RspVector.inc @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ RABBITIZER_DEF_REG( diff --git a/tables/templates/c/Abi_enum.table.template b/tables/templates/c/Abi_enum.table.template index 40bd8a0..a091cf3 100644 --- a/tables/templates/c/Abi_enum.table.template +++ b/tables/templates/c/Abi_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_ABI(name) RABBITIZER_ABI_##name, diff --git a/tables/templates/c/AccessType_enum.table.template b/tables/templates/c/AccessType_enum.table.template index e8bab75..11c2dbd 100644 --- a/tables/templates/c/AccessType_enum.table.template +++ b/tables/templates/c/AccessType_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_ACCESSTYPE(name) RAB_ACCESSTYPE_##name, diff --git a/tables/templates/c/InstrCategory_Names_array.table.template b/tables/templates/c/InstrCategory_Names_array.table.template index a28621e..2096635 100644 --- a/tables/templates/c/InstrCategory_Names_array.table.template +++ b/tables/templates/c/InstrCategory_Names_array.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_CATEGORY(name) [RABBITIZER_INSTRCAT_##name] = #name, diff --git a/tables/templates/c/InstrCategory_enum.table.template b/tables/templates/c/InstrCategory_enum.table.template index 06237c9..8c1998a 100644 --- a/tables/templates/c/InstrCategory_enum.table.template +++ b/tables/templates/c/InstrCategory_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_CATEGORY(name) RABBITIZER_INSTRCAT_##name, diff --git a/tables/templates/c/InstrDescriptor_Descriptors_array.table.template b/tables/templates/c/InstrDescriptor_Descriptors_array.table.template index 073eb93..c209555 100644 --- a/tables/templates/c/InstrDescriptor_Descriptors_array.table.template +++ b/tables/templates/c/InstrDescriptor_Descriptors_array.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID(prefix, caseBits, name, ...) [RABBITIZER_INSTR_ID_##prefix##_##name] = { __VA_ARGS__ }, diff --git a/tables/templates/c/InstrIdType_Names_array.table.template b/tables/templates/c/InstrIdType_Names_array.table.template index 5f99c92..73d38ec 100644 --- a/tables/templates/c/InstrIdType_Names_array.table.template +++ b/tables/templates/c/InstrIdType_Names_array.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID_TYPE(prefix, name) \ diff --git a/tables/templates/c/InstrIdType_enum.table.template b/tables/templates/c/InstrIdType_enum.table.template index 1a93e34..1414da3 100644 --- a/tables/templates/c/InstrIdType_enum.table.template +++ b/tables/templates/c/InstrIdType_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID_TYPE(prefix, name) \ diff --git a/tables/templates/c/InstrId_Names_array.table.template b/tables/templates/c/InstrId_Names_array.table.template index 5237b0a..5c60111 100644 --- a/tables/templates/c/InstrId_Names_array.table.template +++ b/tables/templates/c/InstrId_Names_array.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID(prefix, caseBits, name, ...) [RABBITIZER_INSTR_ID_##prefix##_##name] = #name, diff --git a/tables/templates/c/InstrId_enum.table.template b/tables/templates/c/InstrId_enum.table.template index 267597a..aa9251f 100644 --- a/tables/templates/c/InstrId_enum.table.template +++ b/tables/templates/c/InstrId_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID(prefix, caseBits, name, ...) \ diff --git a/tables/templates/c/InstrSuffix_enum.table.template b/tables/templates/c/InstrSuffix_enum.table.template index 033d8d1..8ebb0a0 100644 --- a/tables/templates/c/InstrSuffix_enum.table.template +++ b/tables/templates/c/InstrSuffix_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_INSTRSUFFIX(prefix, name) RABINSTRSUFFIX_##prefix##_##name, diff --git a/tables/templates/c/OperandType_enum.table.template b/tables/templates/c/OperandType_enum.table.template index bd44b8b..d13c078 100644 --- a/tables/templates/c/OperandType_enum.table.template +++ b/tables/templates/c/OperandType_enum.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_OPERAND(prefix, operand) \ diff --git a/tables/templates/c/OperandType_function_declarations.table.template b/tables/templates/c/OperandType_function_declarations.table.template index a99a56a..9234107 100644 --- a/tables/templates/c/OperandType_function_declarations.table.template +++ b/tables/templates/c/OperandType_function_declarations.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_OPERAND(prefix, operand) size_t RabbitizerOperandType_process_##prefix##_##operand (const struct RabbitizerInstruction *self, char *dst, const char *immOverride, size_t immOverrideLength); diff --git a/tables/templates/c/RegisterDescriptor_Descriptors_arrays.table.template b/tables/templates/c/RegisterDescriptor_Descriptors_arrays.table.template index 2541fdd..476c7da 100644 --- a/tables/templates/c/RegisterDescriptor_Descriptors_arrays.table.template +++ b/tables/templates/c/RegisterDescriptor_Descriptors_arrays.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_REG(prefix, name, numeric, ...) \ diff --git a/tables/templates/c/Registers_Names_arrays.table.template b/tables/templates/c/Registers_Names_arrays.table.template index 8582e6c..bb26155 100644 --- a/tables/templates/c/Registers_Names_arrays.table.template +++ b/tables/templates/c/Registers_Names_arrays.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_REG(prefix, name, numeric, ...) \ diff --git a/tables/templates/c/Registers_enums.table.template b/tables/templates/c/Registers_enums.table.template index 3e52eaa..077f824 100644 --- a/tables/templates/c/Registers_enums.table.template +++ b/tables/templates/c/Registers_enums.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_REG(prefix, name, numeric, ...) \ diff --git a/tables/templates/c/instrOpercandCallbacks_array.table.template b/tables/templates/c/instrOpercandCallbacks_array.table.template index f751221..0dbe05f 100644 --- a/tables/templates/c/instrOpercandCallbacks_array.table.template +++ b/tables/templates/c/instrOpercandCallbacks_array.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_OPERAND(prefix, operand) [RAB_OPERAND_##prefix##_##operand] = RabbitizerOperandType_process_##prefix##_##operand, diff --git a/tables/templates/cplusplus/AccessType_enum_class.table.template b/tables/templates/cplusplus/AccessType_enum_class.table.template index af6fc73..247050d 100644 --- a/tables/templates/cplusplus/AccessType_enum_class.table.template +++ b/tables/templates/cplusplus/AccessType_enum_class.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_ACCESSTYPE(name) name, diff --git a/tables/templates/cplusplus/InstrIdType_enum_class.table.template b/tables/templates/cplusplus/InstrIdType_enum_class.table.template index b07f650..d732aa9 100644 --- a/tables/templates/cplusplus/InstrIdType_enum_class.table.template +++ b/tables/templates/cplusplus/InstrIdType_enum_class.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID_TYPE(prefix, name) \ diff --git a/tables/templates/cplusplus/OperandType_enum_class.table.template b/tables/templates/cplusplus/OperandType_enum_class.table.template index 6ce2bcd..f3015d6 100644 --- a/tables/templates/cplusplus/OperandType_enum_class.table.template +++ b/tables/templates/cplusplus/OperandType_enum_class.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RAB_DEF_OPERAND(prefix, operand) \ diff --git a/tables/templates/cplusplus/Registers_enum_classes.table.template b/tables/templates/cplusplus/Registers_enum_classes.table.template index b45672f..da1d400 100644 --- a/tables/templates/cplusplus/Registers_enum_classes.table.template +++ b/tables/templates/cplusplus/Registers_enum_classes.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_REG(prefix, name, numeric, ...) \ diff --git a/tables/templates/cplusplus/UniqueId_enum_class.table.template b/tables/templates/cplusplus/UniqueId_enum_class.table.template index b9bb891..419e3ab 100644 --- a/tables/templates/cplusplus/UniqueId_enum_class.table.template +++ b/tables/templates/cplusplus/UniqueId_enum_class.table.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define RABBITIZER_DEF_INSTR_ID(prefix, caseBits, name, ...) \ diff --git a/tables/templates/python/Abi.tablepyi.template b/tables/templates/python/Abi.tablepyi.template index eeeb130..1fa8722 100644 --- a/tables/templates/python/Abi.tablepyi.template +++ b/tables/templates/python/Abi.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/AccessType.tablepyi.template b/tables/templates/python/AccessType.tablepyi.template index 92b67e4..a258836 100644 --- a/tables/templates/python/AccessType.tablepyi.template +++ b/tables/templates/python/AccessType.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/InstrCategory.tablepyi.template b/tables/templates/python/InstrCategory.tablepyi.template index bb54d99..20f7a4c 100644 --- a/tables/templates/python/InstrCategory.tablepyi.template +++ b/tables/templates/python/InstrCategory.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/InstrId.tablepyi.template b/tables/templates/python/InstrId.tablepyi.template index c91e2a5..c1ca81b 100644 --- a/tables/templates/python/InstrId.tablepyi.template +++ b/tables/templates/python/InstrId.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/InstrIdType.tablepyi.template b/tables/templates/python/InstrIdType.tablepyi.template index cdf027f..1006db2 100644 --- a/tables/templates/python/InstrIdType.tablepyi.template +++ b/tables/templates/python/InstrIdType.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/OperandType.tablepyi.template b/tables/templates/python/OperandType.tablepyi.template index 077eb08..f1f6d3f 100644 --- a/tables/templates/python/OperandType.tablepyi.template +++ b/tables/templates/python/OperandType.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/RegCop1N32.tablepyi.template b/tables/templates/python/RegCop1N32.tablepyi.template index 96983f0..397a632 100644 --- a/tables/templates/python/RegCop1N32.tablepyi.template +++ b/tables/templates/python/RegCop1N32.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/RegCop1N64.tablepyi.template b/tables/templates/python/RegCop1N64.tablepyi.template index fe302cf..70998a7 100644 --- a/tables/templates/python/RegCop1N64.tablepyi.template +++ b/tables/templates/python/RegCop1N64.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/RegCop1O32.tablepyi.template b/tables/templates/python/RegCop1O32.tablepyi.template index b1bffe1..22428de 100644 --- a/tables/templates/python/RegCop1O32.tablepyi.template +++ b/tables/templates/python/RegCop1O32.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/RegGprN32.tablepyi.template b/tables/templates/python/RegGprN32.tablepyi.template index 37caae6..64a1ad7 100644 --- a/tables/templates/python/RegGprN32.tablepyi.template +++ b/tables/templates/python/RegGprN32.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/python/RegGprO32.tablepyi.template b/tables/templates/python/RegGprO32.tablepyi.template index f9a0830..fc8dd89 100644 --- a/tables/templates/python/RegGprO32.tablepyi.template +++ b/tables/templates/python/RegGprO32.tablepyi.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ from __future__ import annotations diff --git a/tables/templates/rust/abi_enum.tablers.template b/tables/templates/rust/abi_enum.tablers.template index 92543aa..25c6332 100644 --- a/tables/templates/rust/abi_enum.tablers.template +++ b/tables/templates/rust/abi_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/access_type_enum.tablers.template b/tables/templates/rust/access_type_enum.tablers.template index dcc4502..0ec97eb 100644 --- a/tables/templates/rust/access_type_enum.tablers.template +++ b/tables/templates/rust/access_type_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/instr_category_enum.tablers.template b/tables/templates/rust/instr_category_enum.tablers.template index a1df037..aeb8062 100644 --- a/tables/templates/rust/instr_category_enum.tablers.template +++ b/tables/templates/rust/instr_category_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/instr_id_enum.tablers.template b/tables/templates/rust/instr_id_enum.tablers.template index 97062f3..621a944 100644 --- a/tables/templates/rust/instr_id_enum.tablers.template +++ b/tables/templates/rust/instr_id_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/instr_id_type_enum.tablers.template b/tables/templates/rust/instr_id_type_enum.tablers.template index 837be40..62c70fe 100644 --- a/tables/templates/rust/instr_id_type_enum.tablers.template +++ b/tables/templates/rust/instr_id_type_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/instr_suffix_enum.tablers.template b/tables/templates/rust/instr_suffix_enum.tablers.template index ce5cfbd..c853a15 100644 --- a/tables/templates/rust/instr_suffix_enum.tablers.template +++ b/tables/templates/rust/instr_suffix_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/operand_type_enum.tablers.template b/tables/templates/rust/operand_type_enum.tablers.template index ce354ce..4d8ed62 100644 --- a/tables/templates/rust/operand_type_enum.tablers.template +++ b/tables/templates/rust/operand_type_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/templates/rust/registers_enum.tablers.template b/tables/templates/rust/registers_enum.tablers.template index 9dac966..e289123 100644 --- a/tables/templates/rust/registers_enum.tablers.template +++ b/tables/templates/rust/registers_enum.tablers.template @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #define HASH # diff --git a/tables/tools/c_table_gen.sh b/tables/tools/c_table_gen.sh index 80feb22..5d92ca1 100755 --- a/tables/tools/c_table_gen.sh +++ b/tables/tools/c_table_gen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT set -e @@ -12,7 +12,7 @@ HEADER_GUARD_BAD=$3 # Change dots to underscores HEADER_GUARD=$(echo ${HEADER_GUARD_BAD} | sed 's/\./_/g') -echo "/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */" > ${OUTPUT_FILE} +echo "/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */" > ${OUTPUT_FILE} echo "/* SPDX-License-Identifier: MIT */" >> ${OUTPUT_FILE} echo >> ${OUTPUT_FILE} echo "/* Automatically generated. DO NOT MODIFY */" >> ${OUTPUT_FILE} diff --git a/tables/tools/pyi_table_gen.sh b/tables/tools/pyi_table_gen.sh index de84cc5..9a52285 100755 --- a/tables/tools/pyi_table_gen.sh +++ b/tables/tools/pyi_table_gen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: © 2023 Decompollaborate +# SPDX-FileCopyrightText: © 2023-2024 Decompollaborate # SPDX-License-Identifier: MIT set -e @@ -10,7 +10,7 @@ OUTPUT_FILE=$2 echo "#!/usr/bin/env python3" > ${OUTPUT_FILE} echo >> ${OUTPUT_FILE} -echo "# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate" >> ${OUTPUT_FILE} +echo "# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate" >> ${OUTPUT_FILE} echo "# SPDX-License-Identifier: MIT" >> ${OUTPUT_FILE} echo >> ${OUTPUT_FILE} echo "# Automatically generated. DO NOT MODIFY" >> ${OUTPUT_FILE} diff --git a/tables/tools/rs_table_gen.sh b/tables/tools/rs_table_gen.sh index bd15843..42c0839 100755 --- a/tables/tools/rs_table_gen.sh +++ b/tables/tools/rs_table_gen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT set -e @@ -8,7 +8,7 @@ set -e INPUT_FILE=$1 OUTPUT_FILE=$2 -echo "/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */" > ${OUTPUT_FILE} +echo "/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */" > ${OUTPUT_FILE} echo "/* SPDX-License-Identifier: MIT */" >> ${OUTPUT_FILE} echo >> ${OUTPUT_FILE} echo "/* Automatically generated. DO NOT MODIFY */" >> ${OUTPUT_FILE} diff --git a/tests/c/build_info_checks/version_number.c b/tests/c/build_info_checks/version_number.c index 5b9adf4..584be84 100644 --- a/tests/c/build_info_checks/version_number.c +++ b/tests/c/build_info_checks/version_number.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /** diff --git a/tests/c/instruction_checks/jalr.c b/tests/c/instruction_checks/jalr.c index df99c80..0129689 100644 --- a/tests/c/instruction_checks/jalr.c +++ b/tests/c/instruction_checks/jalr.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer.h" diff --git a/tests/c/instruction_checks/plain_disassembly.c b/tests/c/instruction_checks/plain_disassembly.c index 04cdcea..80bd90d 100644 --- a/tests/c/instruction_checks/plain_disassembly.c +++ b/tests/c/instruction_checks/plain_disassembly.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer.h" diff --git a/tests/c/instruction_checks/r3000gte_disasm.c b/tests/c/instruction_checks/r3000gte_disasm.c index 179f280..71dae73 100644 --- a/tests/c/instruction_checks/r3000gte_disasm.c +++ b/tests/c/instruction_checks/r3000gte_disasm.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer.h" diff --git a/tests/c/instruction_checks/r5900_trunc_cvt.c b/tests/c/instruction_checks/r5900_trunc_cvt.c index 789f005..3dfaa13 100644 --- a/tests/c/instruction_checks/r5900_trunc_cvt.c +++ b/tests/c/instruction_checks/r5900_trunc_cvt.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer.h" diff --git a/tests/c/instruction_checks/r5900_vcallms.c b/tests/c/instruction_checks/r5900_vcallms.c index e77467d..618da25 100644 --- a/tests/c/instruction_checks/r5900_vcallms.c +++ b/tests/c/instruction_checks/r5900_vcallms.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "rabbitizer.h" diff --git a/tests/c/logic_checks/descriptor_logic_check.c b/tests/c/logic_checks/descriptor_logic_check.c index 2d11ccc..c7f5b82 100644 --- a/tests/c/logic_checks/descriptor_logic_check.c +++ b/tests/c/logic_checks/descriptor_logic_check.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ /** diff --git a/tests/c/r3000gte.c b/tests/c/r3000gte.c index 2413f31..97e7c8b 100644 --- a/tests/c/r3000gte.c +++ b/tests/c/r3000gte.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2023-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR3000GTE.h" diff --git a/tests/c/r5900test.c b/tests/c/r5900test.c index f2c0e27..73b3305 100644 --- a/tests/c/r5900test.c +++ b/tests/c/r5900test.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionR5900.h" diff --git a/tests/c/registersTrackerTest.c b/tests/c/registersTrackerTest.c index be712a8..2d8e918 100644 --- a/tests/c/registersTrackerTest.c +++ b/tests/c/registersTrackerTest.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/tests/c/rsptest.c b/tests/c/rsptest.c index 5fd547b..4749cee 100644 --- a/tests/c/rsptest.c +++ b/tests/c/rsptest.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstructionRsp.h" diff --git a/tests/c/test.c b/tests/c/test.c index b5ef49d..baaed30 100644 --- a/tests/c/test.c +++ b/tests/c/test.c @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/RabbitizerInstruction.h" diff --git a/tests/cplusplus/test.cpp b/tests/cplusplus/test.cpp index 69bc6f4..7d00586 100644 --- a/tests/cplusplus/test.cpp +++ b/tests/cplusplus/test.cpp @@ -1,4 +1,4 @@ -/* SPDX-FileCopyrightText: © 2022-2023 Decompollaborate */ +/* SPDX-FileCopyrightText: © 2022-2024 Decompollaborate */ /* SPDX-License-Identifier: MIT */ #include "instructions/InstructionCpu.hpp" diff --git a/tests/run_build_info_checks.sh b/tests/run_build_info_checks.sh index 180d6df..9f61e45 100755 --- a/tests/run_build_info_checks.sh +++ b/tests/run_build_info_checks.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: © 2023 Decompollaborate +# SPDX-FileCopyrightText: © 2023-2024 Decompollaborate # SPDX-License-Identifier: MIT set -e diff --git a/tests/run_instruction_checks.sh b/tests/run_instruction_checks.sh index 75bde26..17cc881 100755 --- a/tests/run_instruction_checks.sh +++ b/tests/run_instruction_checks.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT set -e diff --git a/tests/run_logic_checks.sh b/tests/run_logic_checks.sh index 442322a..c3564e4 100755 --- a/tests/run_logic_checks.sh +++ b/tests/run_logic_checks.sh @@ -1,6 +1,6 @@ #!/bin/bash -# SPDX-FileCopyrightText: © 2022-2023 Decompollaborate +# SPDX-FileCopyrightText: © 2022-2024 Decompollaborate # SPDX-License-Identifier: MIT set -e