From 1f9d523b38d6965b6db1a14e3ab0299b71790f25 Mon Sep 17 00:00:00 2001 From: xensik Date: Sat, 13 Jan 2024 17:02:41 +0100 Subject: [PATCH 1/3] feat(docs): bump doc year --- gen/arc/parser.ypp | 2 +- gen/gsc/parser.ypp | 2 +- include/xsk/arc/assembler.hpp | 2 +- include/xsk/arc/common/assembly.hpp | 2 +- include/xsk/arc/common/asset.hpp | 2 +- include/xsk/arc/common/ast.hpp | 2 +- include/xsk/arc/common/buffer.hpp | 2 +- include/xsk/arc/common/define.hpp | 2 +- include/xsk/arc/common/directive.hpp | 2 +- include/xsk/arc/common/exception.hpp | 2 +- include/xsk/arc/common/location.hpp | 2 +- include/xsk/arc/common/lookahead.hpp | 2 +- include/xsk/arc/common/scope.hpp | 2 +- include/xsk/arc/common/space.hpp | 2 +- include/xsk/arc/common/token.hpp | 2 +- include/xsk/arc/common/types.hpp | 2 +- include/xsk/arc/compiler.hpp | 2 +- include/xsk/arc/context.hpp | 2 +- include/xsk/arc/decompiler.hpp | 2 +- include/xsk/arc/disassembler.hpp | 2 +- include/xsk/arc/engine/t6.hpp | 2 +- include/xsk/arc/engine/t6_pc.hpp | 2 +- include/xsk/arc/engine/t6_ps3.hpp | 2 +- include/xsk/arc/engine/t6_wiiu.hpp | 2 +- include/xsk/arc/engine/t6_xb2.hpp | 2 +- include/xsk/arc/engine/t7.hpp | 2 +- include/xsk/arc/engine/t8.hpp | 2 +- include/xsk/arc/engine/t9.hpp | 2 +- include/xsk/arc/lexer.hpp | 2 +- include/xsk/arc/preprocessor.hpp | 2 +- include/xsk/arc/source.hpp | 2 +- include/xsk/gsc/assembler.hpp | 2 +- include/xsk/gsc/common/assembly.hpp | 2 +- include/xsk/gsc/common/asset.hpp | 2 +- include/xsk/gsc/common/ast.hpp | 2 +- include/xsk/gsc/common/buffer.hpp | 2 +- include/xsk/gsc/common/define.hpp | 2 +- include/xsk/gsc/common/directive.hpp | 2 +- include/xsk/gsc/common/exception.hpp | 2 +- include/xsk/gsc/common/location.hpp | 2 +- include/xsk/gsc/common/lookahead.hpp | 2 +- include/xsk/gsc/common/scope.hpp | 2 +- include/xsk/gsc/common/space.hpp | 2 +- include/xsk/gsc/common/token.hpp | 2 +- include/xsk/gsc/common/types.hpp | 2 +- include/xsk/gsc/compiler.hpp | 2 +- include/xsk/gsc/context.hpp | 2 +- include/xsk/gsc/decompiler.hpp | 2 +- include/xsk/gsc/disassembler.hpp | 2 +- include/xsk/gsc/engine/h1.hpp | 2 +- include/xsk/gsc/engine/h2.hpp | 2 +- include/xsk/gsc/engine/iw5_pc.hpp | 2 +- include/xsk/gsc/engine/iw5_ps.hpp | 2 +- include/xsk/gsc/engine/iw5_xb.hpp | 2 +- include/xsk/gsc/engine/iw6_pc.hpp | 2 +- include/xsk/gsc/engine/iw6_ps.hpp | 2 +- include/xsk/gsc/engine/iw6_xb.hpp | 2 +- include/xsk/gsc/engine/iw7.hpp | 2 +- include/xsk/gsc/engine/iw8.hpp | 2 +- include/xsk/gsc/engine/iw9.hpp | 2 +- include/xsk/gsc/engine/s1_pc.hpp | 2 +- include/xsk/gsc/engine/s1_ps.hpp | 2 +- include/xsk/gsc/engine/s1_xb.hpp | 2 +- include/xsk/gsc/engine/s2.hpp | 2 +- include/xsk/gsc/engine/s4.hpp | 2 +- include/xsk/gsc/engine/t4.hpp | 2 +- include/xsk/gsc/engine/t5.hpp | 2 +- include/xsk/gsc/lexer.hpp | 2 +- include/xsk/gsc/preprocessor.hpp | 2 +- include/xsk/gsc/source.hpp | 2 +- include/xsk/stdinc.hpp | 2 +- include/xsk/utils/file.hpp | 2 +- include/xsk/utils/reader.hpp | 2 +- include/xsk/utils/string.hpp | 2 +- include/xsk/utils/writer.hpp | 2 +- include/xsk/utils/zlib.hpp | 2 +- src/arc/assembler.cpp | 2 +- src/arc/common/ast.cpp | 2 +- src/arc/common/exception.cpp | 2 +- src/arc/common/lookahead.cpp | 2 +- src/arc/common/token.cpp | 2 +- src/arc/compiler.cpp | 2 +- src/arc/context.cpp | 2 +- src/arc/decompiler.cpp | 2 +- src/arc/disassembler.cpp | 2 +- src/arc/engine/t6_code.cpp | 2 +- src/arc/engine/t6_hash.cpp | 2 +- src/arc/engine/t6_pc.cpp | 2 +- src/arc/engine/t6_ps3.cpp | 2 +- src/arc/engine/t6_wiiu.cpp | 2 +- src/arc/engine/t6_xb2.cpp | 2 +- src/arc/engine/t7.cpp | 2 +- src/arc/engine/t7_code.cpp | 2 +- src/arc/engine/t7_hash.cpp | 2 +- src/arc/engine/t8.cpp | 2 +- src/arc/engine/t8_code.cpp | 2 +- src/arc/engine/t9.cpp | 2 +- src/arc/engine/t9_code.cpp | 2 +- src/arc/lexer.cpp | 2 +- src/arc/preprocessor.cpp | 2 +- src/arc/source.cpp | 2 +- src/gsc/assembler.cpp | 2 +- src/gsc/common/asset.cpp | 2 +- src/gsc/common/ast.cpp | 2 +- src/gsc/common/exception.cpp | 2 +- src/gsc/common/lookahead.cpp | 2 +- src/gsc/common/scope.cpp | 2 +- src/gsc/common/token.cpp | 2 +- src/gsc/compiler.cpp | 2 +- src/gsc/context.cpp | 2 +- src/gsc/decompiler.cpp | 2 +- src/gsc/disassembler.cpp | 2 +- src/gsc/engine/h1.cpp | 2 +- src/gsc/engine/h1_code.cpp | 2 +- src/gsc/engine/h1_func.cpp | 2 +- src/gsc/engine/h1_meth.cpp | 2 +- src/gsc/engine/h1_token.cpp | 2 +- src/gsc/engine/h2.cpp | 2 +- src/gsc/engine/h2_code.cpp | 2 +- src/gsc/engine/h2_func.cpp | 2 +- src/gsc/engine/h2_meth.cpp | 2 +- src/gsc/engine/h2_token.cpp | 2 +- src/gsc/engine/iw5_pc.cpp | 2 +- src/gsc/engine/iw5_pc_code.cpp | 2 +- src/gsc/engine/iw5_pc_func.cpp | 2 +- src/gsc/engine/iw5_pc_meth.cpp | 2 +- src/gsc/engine/iw5_pc_token.cpp | 2 +- src/gsc/engine/iw5_ps.cpp | 2 +- src/gsc/engine/iw5_ps_code.cpp | 2 +- src/gsc/engine/iw5_ps_func.cpp | 2 +- src/gsc/engine/iw5_ps_meth.cpp | 2 +- src/gsc/engine/iw5_ps_token.cpp | 2 +- src/gsc/engine/iw5_xb.cpp | 2 +- src/gsc/engine/iw5_xb_code.cpp | 2 +- src/gsc/engine/iw5_xb_func.cpp | 2 +- src/gsc/engine/iw5_xb_meth.cpp | 2 +- src/gsc/engine/iw5_xb_token.cpp | 2 +- src/gsc/engine/iw6_pc.cpp | 2 +- src/gsc/engine/iw6_pc_code.cpp | 2 +- src/gsc/engine/iw6_pc_func.cpp | 2 +- src/gsc/engine/iw6_pc_meth.cpp | 2 +- src/gsc/engine/iw6_pc_token.cpp | 2 +- src/gsc/engine/iw6_ps.cpp | 2 +- src/gsc/engine/iw6_ps_code.cpp | 2 +- src/gsc/engine/iw6_ps_func.cpp | 2 +- src/gsc/engine/iw6_ps_meth.cpp | 2 +- src/gsc/engine/iw6_ps_token.cpp | 2 +- src/gsc/engine/iw6_xb.cpp | 2 +- src/gsc/engine/iw6_xb_code.cpp | 2 +- src/gsc/engine/iw6_xb_func.cpp | 2 +- src/gsc/engine/iw6_xb_meth.cpp | 2 +- src/gsc/engine/iw6_xb_token.cpp | 2 +- src/gsc/engine/iw7.cpp | 2 +- src/gsc/engine/iw7_code.cpp | 2 +- src/gsc/engine/iw7_func.cpp | 2 +- src/gsc/engine/iw7_meth.cpp | 2 +- src/gsc/engine/iw7_token.cpp | 2 +- src/gsc/engine/iw8.cpp | 2 +- src/gsc/engine/iw8_code.cpp | 2 +- src/gsc/engine/iw8_func.cpp | 2 +- src/gsc/engine/iw8_meth.cpp | 2 +- src/gsc/engine/iw8_token.cpp | 2 +- src/gsc/engine/iw9.cpp | 2 +- src/gsc/engine/iw9_code.cpp | 2 +- src/gsc/engine/iw9_func.cpp | 2 +- src/gsc/engine/iw9_hash.cpp | 2 +- src/gsc/engine/iw9_meth.cpp | 2 +- src/gsc/engine/iw9_path.cpp | 2 +- src/gsc/engine/s1_pc.cpp | 2 +- src/gsc/engine/s1_pc_code.cpp | 2 +- src/gsc/engine/s1_pc_func.cpp | 2 +- src/gsc/engine/s1_pc_meth.cpp | 2 +- src/gsc/engine/s1_pc_token.cpp | 2 +- src/gsc/engine/s1_ps.cpp | 2 +- src/gsc/engine/s1_ps_code.cpp | 2 +- src/gsc/engine/s1_ps_func.cpp | 2 +- src/gsc/engine/s1_ps_meth.cpp | 2 +- src/gsc/engine/s1_ps_token.cpp | 2 +- src/gsc/engine/s1_xb.cpp | 2 +- src/gsc/engine/s1_xb_code.cpp | 2 +- src/gsc/engine/s1_xb_func.cpp | 2 +- src/gsc/engine/s1_xb_meth.cpp | 2 +- src/gsc/engine/s1_xb_token.cpp | 2 +- src/gsc/engine/s2.cpp | 2 +- src/gsc/engine/s2_code.cpp | 2 +- src/gsc/engine/s2_func.cpp | 2 +- src/gsc/engine/s2_meth.cpp | 2 +- src/gsc/engine/s2_token.cpp | 2 +- src/gsc/engine/s4.cpp | 2 +- src/gsc/engine/s4_code.cpp | 2 +- src/gsc/engine/s4_func.cpp | 2 +- src/gsc/engine/s4_meth.cpp | 2 +- src/gsc/engine/s4_token.cpp | 2 +- src/gsc/lexer.cpp | 2 +- src/gsc/preprocessor.cpp | 2 +- src/gsc/source.cpp | 2 +- src/tool/main.cpp | 2 +- src/utils/file.cpp | 2 +- src/utils/reader.cpp | 2 +- src/utils/string.cpp | 2 +- src/utils/writer.cpp | 2 +- src/utils/zlib.cpp | 2 +- 202 files changed, 202 insertions(+), 202 deletions(-) diff --git a/gen/arc/parser.ypp b/gen/arc/parser.ypp index 582a51e5..41263ce8 100644 --- a/gen/arc/parser.ypp +++ b/gen/arc/parser.ypp @@ -1,4 +1,4 @@ -/* Copyright 2023 xensik. All rights reserved. +/* Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/gen/gsc/parser.ypp b/gen/gsc/parser.ypp index 19b6a454..c5561b8b 100644 --- a/gen/gsc/parser.ypp +++ b/gen/gsc/parser.ypp @@ -1,4 +1,4 @@ -/* Copyright 2023 xensik. All rights reserved. +/* Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/assembler.hpp b/include/xsk/arc/assembler.hpp index 58ecfd03..d9305f65 100644 --- a/include/xsk/arc/assembler.hpp +++ b/include/xsk/arc/assembler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/assembly.hpp b/include/xsk/arc/common/assembly.hpp index d9abbb1c..51a8fbdd 100644 --- a/include/xsk/arc/common/assembly.hpp +++ b/include/xsk/arc/common/assembly.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/asset.hpp b/include/xsk/arc/common/asset.hpp index 046a5b5f..e8ae6bc2 100644 --- a/include/xsk/arc/common/asset.hpp +++ b/include/xsk/arc/common/asset.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/ast.hpp b/include/xsk/arc/common/ast.hpp index 2b43fab9..d78912f0 100644 --- a/include/xsk/arc/common/ast.hpp +++ b/include/xsk/arc/common/ast.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/buffer.hpp b/include/xsk/arc/common/buffer.hpp index 713a4756..d961d7dd 100644 --- a/include/xsk/arc/common/buffer.hpp +++ b/include/xsk/arc/common/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/define.hpp b/include/xsk/arc/common/define.hpp index dfdd81f7..4511d6eb 100644 --- a/include/xsk/arc/common/define.hpp +++ b/include/xsk/arc/common/define.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/directive.hpp b/include/xsk/arc/common/directive.hpp index 98ba5b34..0f5d72ae 100644 --- a/include/xsk/arc/common/directive.hpp +++ b/include/xsk/arc/common/directive.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/exception.hpp b/include/xsk/arc/common/exception.hpp index 7490e550..651db0b7 100644 --- a/include/xsk/arc/common/exception.hpp +++ b/include/xsk/arc/common/exception.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/location.hpp b/include/xsk/arc/common/location.hpp index 7e7b608a..7b2fc31e 100644 --- a/include/xsk/arc/common/location.hpp +++ b/include/xsk/arc/common/location.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/lookahead.hpp b/include/xsk/arc/common/lookahead.hpp index 6c23d2e3..872ba4d4 100644 --- a/include/xsk/arc/common/lookahead.hpp +++ b/include/xsk/arc/common/lookahead.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/scope.hpp b/include/xsk/arc/common/scope.hpp index 96efe5bf..1879e932 100644 --- a/include/xsk/arc/common/scope.hpp +++ b/include/xsk/arc/common/scope.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/space.hpp b/include/xsk/arc/common/space.hpp index be6c12ba..82f26845 100644 --- a/include/xsk/arc/common/space.hpp +++ b/include/xsk/arc/common/space.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/token.hpp b/include/xsk/arc/common/token.hpp index 45aa1980..a003cd35 100644 --- a/include/xsk/arc/common/token.hpp +++ b/include/xsk/arc/common/token.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/common/types.hpp b/include/xsk/arc/common/types.hpp index d9a6ccd2..4fb4a838 100644 --- a/include/xsk/arc/common/types.hpp +++ b/include/xsk/arc/common/types.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/compiler.hpp b/include/xsk/arc/compiler.hpp index 180ec95a..f04ef3c5 100644 --- a/include/xsk/arc/compiler.hpp +++ b/include/xsk/arc/compiler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/context.hpp b/include/xsk/arc/context.hpp index bc20ef73..b29cc5f3 100644 --- a/include/xsk/arc/context.hpp +++ b/include/xsk/arc/context.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/decompiler.hpp b/include/xsk/arc/decompiler.hpp index 021dc248..2fef08b7 100644 --- a/include/xsk/arc/decompiler.hpp +++ b/include/xsk/arc/decompiler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/disassembler.hpp b/include/xsk/arc/disassembler.hpp index 569e9a11..c82a638b 100644 --- a/include/xsk/arc/disassembler.hpp +++ b/include/xsk/arc/disassembler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t6.hpp b/include/xsk/arc/engine/t6.hpp index e8d4b32b..c4d1893c 100644 --- a/include/xsk/arc/engine/t6.hpp +++ b/include/xsk/arc/engine/t6.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t6_pc.hpp b/include/xsk/arc/engine/t6_pc.hpp index 20b19302..d98c026c 100644 --- a/include/xsk/arc/engine/t6_pc.hpp +++ b/include/xsk/arc/engine/t6_pc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t6_ps3.hpp b/include/xsk/arc/engine/t6_ps3.hpp index 4db37913..f4bbd944 100644 --- a/include/xsk/arc/engine/t6_ps3.hpp +++ b/include/xsk/arc/engine/t6_ps3.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t6_wiiu.hpp b/include/xsk/arc/engine/t6_wiiu.hpp index 7b84f4d5..c1c790cf 100644 --- a/include/xsk/arc/engine/t6_wiiu.hpp +++ b/include/xsk/arc/engine/t6_wiiu.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t6_xb2.hpp b/include/xsk/arc/engine/t6_xb2.hpp index 2f90baaf..6af6ee59 100644 --- a/include/xsk/arc/engine/t6_xb2.hpp +++ b/include/xsk/arc/engine/t6_xb2.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t7.hpp b/include/xsk/arc/engine/t7.hpp index 4bfa92d9..ada56599 100644 --- a/include/xsk/arc/engine/t7.hpp +++ b/include/xsk/arc/engine/t7.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t8.hpp b/include/xsk/arc/engine/t8.hpp index bca84688..5267b8bb 100644 --- a/include/xsk/arc/engine/t8.hpp +++ b/include/xsk/arc/engine/t8.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/engine/t9.hpp b/include/xsk/arc/engine/t9.hpp index 77f53022..3c3baf22 100644 --- a/include/xsk/arc/engine/t9.hpp +++ b/include/xsk/arc/engine/t9.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/lexer.hpp b/include/xsk/arc/lexer.hpp index 45a9a284..757c1cfe 100644 --- a/include/xsk/arc/lexer.hpp +++ b/include/xsk/arc/lexer.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/preprocessor.hpp b/include/xsk/arc/preprocessor.hpp index ccce3621..2ec4faea 100644 --- a/include/xsk/arc/preprocessor.hpp +++ b/include/xsk/arc/preprocessor.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/arc/source.hpp b/include/xsk/arc/source.hpp index 80434978..db5a3bc0 100644 --- a/include/xsk/arc/source.hpp +++ b/include/xsk/arc/source.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/assembler.hpp b/include/xsk/gsc/assembler.hpp index 1b1f100f..1ba9f84c 100644 --- a/include/xsk/gsc/assembler.hpp +++ b/include/xsk/gsc/assembler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/assembly.hpp b/include/xsk/gsc/common/assembly.hpp index c82a928a..b7d30932 100644 --- a/include/xsk/gsc/common/assembly.hpp +++ b/include/xsk/gsc/common/assembly.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/asset.hpp b/include/xsk/gsc/common/asset.hpp index c20fd619..01724653 100644 --- a/include/xsk/gsc/common/asset.hpp +++ b/include/xsk/gsc/common/asset.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/ast.hpp b/include/xsk/gsc/common/ast.hpp index 713f3c8a..d06e1706 100644 --- a/include/xsk/gsc/common/ast.hpp +++ b/include/xsk/gsc/common/ast.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/buffer.hpp b/include/xsk/gsc/common/buffer.hpp index b8660556..10f045eb 100644 --- a/include/xsk/gsc/common/buffer.hpp +++ b/include/xsk/gsc/common/buffer.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/define.hpp b/include/xsk/gsc/common/define.hpp index 45459aac..e82fb9c7 100644 --- a/include/xsk/gsc/common/define.hpp +++ b/include/xsk/gsc/common/define.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/directive.hpp b/include/xsk/gsc/common/directive.hpp index 6bf7cf6e..1535ec37 100644 --- a/include/xsk/gsc/common/directive.hpp +++ b/include/xsk/gsc/common/directive.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/exception.hpp b/include/xsk/gsc/common/exception.hpp index c7ed4fc1..55539e86 100644 --- a/include/xsk/gsc/common/exception.hpp +++ b/include/xsk/gsc/common/exception.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/location.hpp b/include/xsk/gsc/common/location.hpp index 62637d60..d8f0ca7d 100644 --- a/include/xsk/gsc/common/location.hpp +++ b/include/xsk/gsc/common/location.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/lookahead.hpp b/include/xsk/gsc/common/lookahead.hpp index 515e8eb2..e2579bf9 100644 --- a/include/xsk/gsc/common/lookahead.hpp +++ b/include/xsk/gsc/common/lookahead.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/scope.hpp b/include/xsk/gsc/common/scope.hpp index c900f228..22488b97 100644 --- a/include/xsk/gsc/common/scope.hpp +++ b/include/xsk/gsc/common/scope.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/space.hpp b/include/xsk/gsc/common/space.hpp index 3cb31293..5eb8a93b 100644 --- a/include/xsk/gsc/common/space.hpp +++ b/include/xsk/gsc/common/space.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/token.hpp b/include/xsk/gsc/common/token.hpp index 64f1bcac..66e1c65d 100644 --- a/include/xsk/gsc/common/token.hpp +++ b/include/xsk/gsc/common/token.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/common/types.hpp b/include/xsk/gsc/common/types.hpp index 32fe5376..eea61fa2 100644 --- a/include/xsk/gsc/common/types.hpp +++ b/include/xsk/gsc/common/types.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/compiler.hpp b/include/xsk/gsc/compiler.hpp index 0518506e..3522ca86 100644 --- a/include/xsk/gsc/compiler.hpp +++ b/include/xsk/gsc/compiler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/context.hpp b/include/xsk/gsc/context.hpp index 4e50b93b..f8249f05 100644 --- a/include/xsk/gsc/context.hpp +++ b/include/xsk/gsc/context.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/decompiler.hpp b/include/xsk/gsc/decompiler.hpp index a19db7e2..41adb94e 100644 --- a/include/xsk/gsc/decompiler.hpp +++ b/include/xsk/gsc/decompiler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/disassembler.hpp b/include/xsk/gsc/disassembler.hpp index e0336a59..092c042a 100644 --- a/include/xsk/gsc/disassembler.hpp +++ b/include/xsk/gsc/disassembler.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/h1.hpp b/include/xsk/gsc/engine/h1.hpp index b4a33b4e..dd395d07 100644 --- a/include/xsk/gsc/engine/h1.hpp +++ b/include/xsk/gsc/engine/h1.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/h2.hpp b/include/xsk/gsc/engine/h2.hpp index 3d1d6369..c0a6d170 100644 --- a/include/xsk/gsc/engine/h2.hpp +++ b/include/xsk/gsc/engine/h2.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw5_pc.hpp b/include/xsk/gsc/engine/iw5_pc.hpp index 3bb17cb9..93390b9f 100644 --- a/include/xsk/gsc/engine/iw5_pc.hpp +++ b/include/xsk/gsc/engine/iw5_pc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw5_ps.hpp b/include/xsk/gsc/engine/iw5_ps.hpp index aa9c0ae6..cc83f5de 100644 --- a/include/xsk/gsc/engine/iw5_ps.hpp +++ b/include/xsk/gsc/engine/iw5_ps.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw5_xb.hpp b/include/xsk/gsc/engine/iw5_xb.hpp index 1cfeb765..ede15a29 100644 --- a/include/xsk/gsc/engine/iw5_xb.hpp +++ b/include/xsk/gsc/engine/iw5_xb.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw6_pc.hpp b/include/xsk/gsc/engine/iw6_pc.hpp index 3071bc23..d2be041d 100644 --- a/include/xsk/gsc/engine/iw6_pc.hpp +++ b/include/xsk/gsc/engine/iw6_pc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw6_ps.hpp b/include/xsk/gsc/engine/iw6_ps.hpp index 7b2366ca..b84a0016 100644 --- a/include/xsk/gsc/engine/iw6_ps.hpp +++ b/include/xsk/gsc/engine/iw6_ps.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw6_xb.hpp b/include/xsk/gsc/engine/iw6_xb.hpp index 94a03fea..1517a29e 100644 --- a/include/xsk/gsc/engine/iw6_xb.hpp +++ b/include/xsk/gsc/engine/iw6_xb.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw7.hpp b/include/xsk/gsc/engine/iw7.hpp index 710d0d7f..ca7b7d9b 100644 --- a/include/xsk/gsc/engine/iw7.hpp +++ b/include/xsk/gsc/engine/iw7.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw8.hpp b/include/xsk/gsc/engine/iw8.hpp index d1d36d63..5390dfda 100644 --- a/include/xsk/gsc/engine/iw8.hpp +++ b/include/xsk/gsc/engine/iw8.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/iw9.hpp b/include/xsk/gsc/engine/iw9.hpp index b48c1fba..46be1724 100644 --- a/include/xsk/gsc/engine/iw9.hpp +++ b/include/xsk/gsc/engine/iw9.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/s1_pc.hpp b/include/xsk/gsc/engine/s1_pc.hpp index b631b2c0..67c836dc 100644 --- a/include/xsk/gsc/engine/s1_pc.hpp +++ b/include/xsk/gsc/engine/s1_pc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/s1_ps.hpp b/include/xsk/gsc/engine/s1_ps.hpp index f2805242..84b60ee5 100644 --- a/include/xsk/gsc/engine/s1_ps.hpp +++ b/include/xsk/gsc/engine/s1_ps.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/s1_xb.hpp b/include/xsk/gsc/engine/s1_xb.hpp index acc0013b..595008a7 100644 --- a/include/xsk/gsc/engine/s1_xb.hpp +++ b/include/xsk/gsc/engine/s1_xb.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/s2.hpp b/include/xsk/gsc/engine/s2.hpp index 009eb72f..7607f73c 100644 --- a/include/xsk/gsc/engine/s2.hpp +++ b/include/xsk/gsc/engine/s2.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/s4.hpp b/include/xsk/gsc/engine/s4.hpp index 42eafa06..a9ab8fbd 100644 --- a/include/xsk/gsc/engine/s4.hpp +++ b/include/xsk/gsc/engine/s4.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/t4.hpp b/include/xsk/gsc/engine/t4.hpp index 8945b3fa..9212b263 100644 --- a/include/xsk/gsc/engine/t4.hpp +++ b/include/xsk/gsc/engine/t4.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/engine/t5.hpp b/include/xsk/gsc/engine/t5.hpp index 3fcc0f33..84c038f8 100644 --- a/include/xsk/gsc/engine/t5.hpp +++ b/include/xsk/gsc/engine/t5.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/lexer.hpp b/include/xsk/gsc/lexer.hpp index 2012d58c..5603093e 100644 --- a/include/xsk/gsc/lexer.hpp +++ b/include/xsk/gsc/lexer.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/preprocessor.hpp b/include/xsk/gsc/preprocessor.hpp index 527d3821..cc1e3c7d 100644 --- a/include/xsk/gsc/preprocessor.hpp +++ b/include/xsk/gsc/preprocessor.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/gsc/source.hpp b/include/xsk/gsc/source.hpp index 500e20e1..18bb56ba 100644 --- a/include/xsk/gsc/source.hpp +++ b/include/xsk/gsc/source.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/stdinc.hpp b/include/xsk/stdinc.hpp index 7375eb6d..ec3d31cb 100644 --- a/include/xsk/stdinc.hpp +++ b/include/xsk/stdinc.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/utils/file.hpp b/include/xsk/utils/file.hpp index 1b758262..a261564e 100644 --- a/include/xsk/utils/file.hpp +++ b/include/xsk/utils/file.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/utils/reader.hpp b/include/xsk/utils/reader.hpp index ac4a4acd..c9a1b08a 100644 --- a/include/xsk/utils/reader.hpp +++ b/include/xsk/utils/reader.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/utils/string.hpp b/include/xsk/utils/string.hpp index 7539365f..9f85db2a 100644 --- a/include/xsk/utils/string.hpp +++ b/include/xsk/utils/string.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/utils/writer.hpp b/include/xsk/utils/writer.hpp index bacc6fa1..7db889cc 100644 --- a/include/xsk/utils/writer.hpp +++ b/include/xsk/utils/writer.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/include/xsk/utils/zlib.hpp b/include/xsk/utils/zlib.hpp index a07496de..eef5a550 100644 --- a/include/xsk/utils/zlib.hpp +++ b/include/xsk/utils/zlib.hpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/assembler.cpp b/src/arc/assembler.cpp index f0df35c3..91cf1017 100644 --- a/src/arc/assembler.cpp +++ b/src/arc/assembler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/common/ast.cpp b/src/arc/common/ast.cpp index 648a6044..9faacbea 100644 --- a/src/arc/common/ast.cpp +++ b/src/arc/common/ast.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/common/exception.cpp b/src/arc/common/exception.cpp index 81ebf0c0..c1f067b9 100644 --- a/src/arc/common/exception.cpp +++ b/src/arc/common/exception.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/common/lookahead.cpp b/src/arc/common/lookahead.cpp index 034f9a98..2ece7e99 100644 --- a/src/arc/common/lookahead.cpp +++ b/src/arc/common/lookahead.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/common/token.cpp b/src/arc/common/token.cpp index e23f2c95..8690fa1f 100644 --- a/src/arc/common/token.cpp +++ b/src/arc/common/token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/compiler.cpp b/src/arc/compiler.cpp index 9f19c682..5acacabc 100644 --- a/src/arc/compiler.cpp +++ b/src/arc/compiler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/context.cpp b/src/arc/context.cpp index 6f0b254e..5c0a55e9 100644 --- a/src/arc/context.cpp +++ b/src/arc/context.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/decompiler.cpp b/src/arc/decompiler.cpp index 9a263b1c..2f154abb 100644 --- a/src/arc/decompiler.cpp +++ b/src/arc/decompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/disassembler.cpp b/src/arc/disassembler.cpp index b318a24b..588f9172 100644 --- a/src/arc/disassembler.cpp +++ b/src/arc/disassembler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t6_code.cpp b/src/arc/engine/t6_code.cpp index 0ad1026b..d5e26ef0 100644 --- a/src/arc/engine/t6_code.cpp +++ b/src/arc/engine/t6_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t6_hash.cpp b/src/arc/engine/t6_hash.cpp index 84aa9da8..afe34b13 100644 --- a/src/arc/engine/t6_hash.cpp +++ b/src/arc/engine/t6_hash.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t6_pc.cpp b/src/arc/engine/t6_pc.cpp index bc0b5c74..4df7fc99 100644 --- a/src/arc/engine/t6_pc.cpp +++ b/src/arc/engine/t6_pc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t6_ps3.cpp b/src/arc/engine/t6_ps3.cpp index a764e0c6..be5cb2bc 100644 --- a/src/arc/engine/t6_ps3.cpp +++ b/src/arc/engine/t6_ps3.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t6_wiiu.cpp b/src/arc/engine/t6_wiiu.cpp index 128dfe60..cf9f9a54 100644 --- a/src/arc/engine/t6_wiiu.cpp +++ b/src/arc/engine/t6_wiiu.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t6_xb2.cpp b/src/arc/engine/t6_xb2.cpp index 77cad788..eb57abae 100644 --- a/src/arc/engine/t6_xb2.cpp +++ b/src/arc/engine/t6_xb2.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t7.cpp b/src/arc/engine/t7.cpp index 3450441f..ba31186d 100644 --- a/src/arc/engine/t7.cpp +++ b/src/arc/engine/t7.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t7_code.cpp b/src/arc/engine/t7_code.cpp index e5e1dbf9..2a47b714 100644 --- a/src/arc/engine/t7_code.cpp +++ b/src/arc/engine/t7_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t7_hash.cpp b/src/arc/engine/t7_hash.cpp index 3f8ff9e4..658b502e 100644 --- a/src/arc/engine/t7_hash.cpp +++ b/src/arc/engine/t7_hash.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t8.cpp b/src/arc/engine/t8.cpp index 7523eedb..a2211820 100644 --- a/src/arc/engine/t8.cpp +++ b/src/arc/engine/t8.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t8_code.cpp b/src/arc/engine/t8_code.cpp index bbf0f027..0956edcc 100644 --- a/src/arc/engine/t8_code.cpp +++ b/src/arc/engine/t8_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t9.cpp b/src/arc/engine/t9.cpp index ec26dc6d..639230dd 100644 --- a/src/arc/engine/t9.cpp +++ b/src/arc/engine/t9.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/engine/t9_code.cpp b/src/arc/engine/t9_code.cpp index 6cf05dec..87faf5be 100644 --- a/src/arc/engine/t9_code.cpp +++ b/src/arc/engine/t9_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/lexer.cpp b/src/arc/lexer.cpp index 0c8d1685..2440a15a 100644 --- a/src/arc/lexer.cpp +++ b/src/arc/lexer.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/preprocessor.cpp b/src/arc/preprocessor.cpp index 79ab00f8..394b9174 100644 --- a/src/arc/preprocessor.cpp +++ b/src/arc/preprocessor.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/arc/source.cpp b/src/arc/source.cpp index da19abd8..308e30e3 100644 --- a/src/arc/source.cpp +++ b/src/arc/source.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/assembler.cpp b/src/gsc/assembler.cpp index 731087bd..3dd5ed0e 100644 --- a/src/gsc/assembler.cpp +++ b/src/gsc/assembler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/common/asset.cpp b/src/gsc/common/asset.cpp index b2f780be..c6a45c30 100644 --- a/src/gsc/common/asset.cpp +++ b/src/gsc/common/asset.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/common/ast.cpp b/src/gsc/common/ast.cpp index a9a417a1..3db449a3 100644 --- a/src/gsc/common/ast.cpp +++ b/src/gsc/common/ast.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/common/exception.cpp b/src/gsc/common/exception.cpp index 4fc07e41..6f1b0226 100644 --- a/src/gsc/common/exception.cpp +++ b/src/gsc/common/exception.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/common/lookahead.cpp b/src/gsc/common/lookahead.cpp index b35eea0f..c31d3659 100644 --- a/src/gsc/common/lookahead.cpp +++ b/src/gsc/common/lookahead.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/common/scope.cpp b/src/gsc/common/scope.cpp index 2587a245..c7ddbaf4 100644 --- a/src/gsc/common/scope.cpp +++ b/src/gsc/common/scope.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/common/token.cpp b/src/gsc/common/token.cpp index c2746540..1a57bb0c 100644 --- a/src/gsc/common/token.cpp +++ b/src/gsc/common/token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/compiler.cpp b/src/gsc/compiler.cpp index 080a9d5b..7fc7cd28 100644 --- a/src/gsc/compiler.cpp +++ b/src/gsc/compiler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/context.cpp b/src/gsc/context.cpp index a36310c4..70a01857 100644 --- a/src/gsc/context.cpp +++ b/src/gsc/context.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/decompiler.cpp b/src/gsc/decompiler.cpp index 00787d68..2ed865b5 100644 --- a/src/gsc/decompiler.cpp +++ b/src/gsc/decompiler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/disassembler.cpp b/src/gsc/disassembler.cpp index aa313a71..a002dd34 100644 --- a/src/gsc/disassembler.cpp +++ b/src/gsc/disassembler.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h1.cpp b/src/gsc/engine/h1.cpp index d5e39ddb..da8cc682 100644 --- a/src/gsc/engine/h1.cpp +++ b/src/gsc/engine/h1.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h1_code.cpp b/src/gsc/engine/h1_code.cpp index cedd3fb1..697713f8 100644 --- a/src/gsc/engine/h1_code.cpp +++ b/src/gsc/engine/h1_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h1_func.cpp b/src/gsc/engine/h1_func.cpp index 56375daa..4e4ac9aa 100644 --- a/src/gsc/engine/h1_func.cpp +++ b/src/gsc/engine/h1_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h1_meth.cpp b/src/gsc/engine/h1_meth.cpp index 1ae89348..8a7e0880 100644 --- a/src/gsc/engine/h1_meth.cpp +++ b/src/gsc/engine/h1_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h1_token.cpp b/src/gsc/engine/h1_token.cpp index dac97c8e..baffe6bf 100644 --- a/src/gsc/engine/h1_token.cpp +++ b/src/gsc/engine/h1_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h2.cpp b/src/gsc/engine/h2.cpp index 74c6e33e..fe39c2fe 100644 --- a/src/gsc/engine/h2.cpp +++ b/src/gsc/engine/h2.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h2_code.cpp b/src/gsc/engine/h2_code.cpp index 2cdffb6c..ce41ea57 100644 --- a/src/gsc/engine/h2_code.cpp +++ b/src/gsc/engine/h2_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h2_func.cpp b/src/gsc/engine/h2_func.cpp index 0b952721..80858a34 100644 --- a/src/gsc/engine/h2_func.cpp +++ b/src/gsc/engine/h2_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h2_meth.cpp b/src/gsc/engine/h2_meth.cpp index bf94bcab..6f841213 100644 --- a/src/gsc/engine/h2_meth.cpp +++ b/src/gsc/engine/h2_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/h2_token.cpp b/src/gsc/engine/h2_token.cpp index 00f663b8..a95c6c38 100644 --- a/src/gsc/engine/h2_token.cpp +++ b/src/gsc/engine/h2_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_pc.cpp b/src/gsc/engine/iw5_pc.cpp index d6aa94b1..0051255d 100644 --- a/src/gsc/engine/iw5_pc.cpp +++ b/src/gsc/engine/iw5_pc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_pc_code.cpp b/src/gsc/engine/iw5_pc_code.cpp index b962cb04..90ba739b 100644 --- a/src/gsc/engine/iw5_pc_code.cpp +++ b/src/gsc/engine/iw5_pc_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_pc_func.cpp b/src/gsc/engine/iw5_pc_func.cpp index fab79f77..d47ad44f 100644 --- a/src/gsc/engine/iw5_pc_func.cpp +++ b/src/gsc/engine/iw5_pc_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_pc_meth.cpp b/src/gsc/engine/iw5_pc_meth.cpp index f8fffa27..6bdc4f6e 100644 --- a/src/gsc/engine/iw5_pc_meth.cpp +++ b/src/gsc/engine/iw5_pc_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_pc_token.cpp b/src/gsc/engine/iw5_pc_token.cpp index 2287371d..7e054ad9 100644 --- a/src/gsc/engine/iw5_pc_token.cpp +++ b/src/gsc/engine/iw5_pc_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_ps.cpp b/src/gsc/engine/iw5_ps.cpp index 615ae7e5..9c67d4d1 100644 --- a/src/gsc/engine/iw5_ps.cpp +++ b/src/gsc/engine/iw5_ps.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_ps_code.cpp b/src/gsc/engine/iw5_ps_code.cpp index 8ff11e9f..a932f26d 100644 --- a/src/gsc/engine/iw5_ps_code.cpp +++ b/src/gsc/engine/iw5_ps_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_ps_func.cpp b/src/gsc/engine/iw5_ps_func.cpp index ca7279fd..36302535 100644 --- a/src/gsc/engine/iw5_ps_func.cpp +++ b/src/gsc/engine/iw5_ps_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_ps_meth.cpp b/src/gsc/engine/iw5_ps_meth.cpp index 8e0ec791..cc092a44 100644 --- a/src/gsc/engine/iw5_ps_meth.cpp +++ b/src/gsc/engine/iw5_ps_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_ps_token.cpp b/src/gsc/engine/iw5_ps_token.cpp index 430b3b0a..ead9c77e 100644 --- a/src/gsc/engine/iw5_ps_token.cpp +++ b/src/gsc/engine/iw5_ps_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_xb.cpp b/src/gsc/engine/iw5_xb.cpp index 9b31044e..082aa908 100644 --- a/src/gsc/engine/iw5_xb.cpp +++ b/src/gsc/engine/iw5_xb.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_xb_code.cpp b/src/gsc/engine/iw5_xb_code.cpp index 6d80b4ad..4ec98229 100644 --- a/src/gsc/engine/iw5_xb_code.cpp +++ b/src/gsc/engine/iw5_xb_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_xb_func.cpp b/src/gsc/engine/iw5_xb_func.cpp index f1232f73..0cd158e0 100644 --- a/src/gsc/engine/iw5_xb_func.cpp +++ b/src/gsc/engine/iw5_xb_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_xb_meth.cpp b/src/gsc/engine/iw5_xb_meth.cpp index 2c29ad99..dcb2c0a3 100644 --- a/src/gsc/engine/iw5_xb_meth.cpp +++ b/src/gsc/engine/iw5_xb_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw5_xb_token.cpp b/src/gsc/engine/iw5_xb_token.cpp index b058a49d..250828a8 100644 --- a/src/gsc/engine/iw5_xb_token.cpp +++ b/src/gsc/engine/iw5_xb_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_pc.cpp b/src/gsc/engine/iw6_pc.cpp index c33b0aaf..185018a0 100644 --- a/src/gsc/engine/iw6_pc.cpp +++ b/src/gsc/engine/iw6_pc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_pc_code.cpp b/src/gsc/engine/iw6_pc_code.cpp index 76b8f587..917e712c 100644 --- a/src/gsc/engine/iw6_pc_code.cpp +++ b/src/gsc/engine/iw6_pc_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_pc_func.cpp b/src/gsc/engine/iw6_pc_func.cpp index fb5e8220..55246586 100644 --- a/src/gsc/engine/iw6_pc_func.cpp +++ b/src/gsc/engine/iw6_pc_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_pc_meth.cpp b/src/gsc/engine/iw6_pc_meth.cpp index 61175e57..4fcb61c0 100644 --- a/src/gsc/engine/iw6_pc_meth.cpp +++ b/src/gsc/engine/iw6_pc_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_pc_token.cpp b/src/gsc/engine/iw6_pc_token.cpp index 353ec5a8..073efa16 100644 --- a/src/gsc/engine/iw6_pc_token.cpp +++ b/src/gsc/engine/iw6_pc_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_ps.cpp b/src/gsc/engine/iw6_ps.cpp index 5fe772ae..44dd9918 100644 --- a/src/gsc/engine/iw6_ps.cpp +++ b/src/gsc/engine/iw6_ps.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_ps_code.cpp b/src/gsc/engine/iw6_ps_code.cpp index 09a42135..bfeea46d 100644 --- a/src/gsc/engine/iw6_ps_code.cpp +++ b/src/gsc/engine/iw6_ps_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_ps_func.cpp b/src/gsc/engine/iw6_ps_func.cpp index 0b17565c..6ce554d2 100644 --- a/src/gsc/engine/iw6_ps_func.cpp +++ b/src/gsc/engine/iw6_ps_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_ps_meth.cpp b/src/gsc/engine/iw6_ps_meth.cpp index 415deb42..b45ab59e 100644 --- a/src/gsc/engine/iw6_ps_meth.cpp +++ b/src/gsc/engine/iw6_ps_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_ps_token.cpp b/src/gsc/engine/iw6_ps_token.cpp index f016528a..6d136566 100644 --- a/src/gsc/engine/iw6_ps_token.cpp +++ b/src/gsc/engine/iw6_ps_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_xb.cpp b/src/gsc/engine/iw6_xb.cpp index 143545c1..6c7df06e 100644 --- a/src/gsc/engine/iw6_xb.cpp +++ b/src/gsc/engine/iw6_xb.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_xb_code.cpp b/src/gsc/engine/iw6_xb_code.cpp index d8b18ca8..724b1766 100644 --- a/src/gsc/engine/iw6_xb_code.cpp +++ b/src/gsc/engine/iw6_xb_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_xb_func.cpp b/src/gsc/engine/iw6_xb_func.cpp index f860bb2d..6e5a5ae9 100644 --- a/src/gsc/engine/iw6_xb_func.cpp +++ b/src/gsc/engine/iw6_xb_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_xb_meth.cpp b/src/gsc/engine/iw6_xb_meth.cpp index d7c5936b..4d5ac606 100644 --- a/src/gsc/engine/iw6_xb_meth.cpp +++ b/src/gsc/engine/iw6_xb_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw6_xb_token.cpp b/src/gsc/engine/iw6_xb_token.cpp index 67822e34..b5d91a14 100644 --- a/src/gsc/engine/iw6_xb_token.cpp +++ b/src/gsc/engine/iw6_xb_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw7.cpp b/src/gsc/engine/iw7.cpp index 4f4b0302..455e6ff5 100644 --- a/src/gsc/engine/iw7.cpp +++ b/src/gsc/engine/iw7.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw7_code.cpp b/src/gsc/engine/iw7_code.cpp index 413a035a..991d565a 100644 --- a/src/gsc/engine/iw7_code.cpp +++ b/src/gsc/engine/iw7_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw7_func.cpp b/src/gsc/engine/iw7_func.cpp index a8524d6c..d48ed6d8 100644 --- a/src/gsc/engine/iw7_func.cpp +++ b/src/gsc/engine/iw7_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw7_meth.cpp b/src/gsc/engine/iw7_meth.cpp index 81de85dd..9c36a7e0 100644 --- a/src/gsc/engine/iw7_meth.cpp +++ b/src/gsc/engine/iw7_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw7_token.cpp b/src/gsc/engine/iw7_token.cpp index 88822d04..21419014 100644 --- a/src/gsc/engine/iw7_token.cpp +++ b/src/gsc/engine/iw7_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw8.cpp b/src/gsc/engine/iw8.cpp index 5e08d88e..535b2990 100644 --- a/src/gsc/engine/iw8.cpp +++ b/src/gsc/engine/iw8.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw8_code.cpp b/src/gsc/engine/iw8_code.cpp index 5f22e2da..913584dd 100644 --- a/src/gsc/engine/iw8_code.cpp +++ b/src/gsc/engine/iw8_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw8_func.cpp b/src/gsc/engine/iw8_func.cpp index 0a66fab3..658f68c9 100644 --- a/src/gsc/engine/iw8_func.cpp +++ b/src/gsc/engine/iw8_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw8_meth.cpp b/src/gsc/engine/iw8_meth.cpp index ba3c53d6..45e04189 100644 --- a/src/gsc/engine/iw8_meth.cpp +++ b/src/gsc/engine/iw8_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw8_token.cpp b/src/gsc/engine/iw8_token.cpp index 12d4e3c4..e861d4eb 100644 --- a/src/gsc/engine/iw8_token.cpp +++ b/src/gsc/engine/iw8_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw9.cpp b/src/gsc/engine/iw9.cpp index 661dff66..64feda8e 100644 --- a/src/gsc/engine/iw9.cpp +++ b/src/gsc/engine/iw9.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw9_code.cpp b/src/gsc/engine/iw9_code.cpp index 5e03ffa8..d9856374 100644 --- a/src/gsc/engine/iw9_code.cpp +++ b/src/gsc/engine/iw9_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw9_func.cpp b/src/gsc/engine/iw9_func.cpp index ecde122f..326176ab 100644 --- a/src/gsc/engine/iw9_func.cpp +++ b/src/gsc/engine/iw9_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw9_hash.cpp b/src/gsc/engine/iw9_hash.cpp index c2da1872..03f65d77 100644 --- a/src/gsc/engine/iw9_hash.cpp +++ b/src/gsc/engine/iw9_hash.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw9_meth.cpp b/src/gsc/engine/iw9_meth.cpp index 0c6ff7ae..fff47346 100644 --- a/src/gsc/engine/iw9_meth.cpp +++ b/src/gsc/engine/iw9_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/iw9_path.cpp b/src/gsc/engine/iw9_path.cpp index 528a1652..c2e45406 100644 --- a/src/gsc/engine/iw9_path.cpp +++ b/src/gsc/engine/iw9_path.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_pc.cpp b/src/gsc/engine/s1_pc.cpp index b0908c67..e3f51fc7 100644 --- a/src/gsc/engine/s1_pc.cpp +++ b/src/gsc/engine/s1_pc.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_pc_code.cpp b/src/gsc/engine/s1_pc_code.cpp index d8797479..8aaa5d2a 100644 --- a/src/gsc/engine/s1_pc_code.cpp +++ b/src/gsc/engine/s1_pc_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_pc_func.cpp b/src/gsc/engine/s1_pc_func.cpp index 3b6eaa99..e44f05cb 100644 --- a/src/gsc/engine/s1_pc_func.cpp +++ b/src/gsc/engine/s1_pc_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_pc_meth.cpp b/src/gsc/engine/s1_pc_meth.cpp index 532e24ac..b8efcaef 100644 --- a/src/gsc/engine/s1_pc_meth.cpp +++ b/src/gsc/engine/s1_pc_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_pc_token.cpp b/src/gsc/engine/s1_pc_token.cpp index 2f7cb9bd..39f03b36 100644 --- a/src/gsc/engine/s1_pc_token.cpp +++ b/src/gsc/engine/s1_pc_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_ps.cpp b/src/gsc/engine/s1_ps.cpp index 445e5efd..3487d050 100644 --- a/src/gsc/engine/s1_ps.cpp +++ b/src/gsc/engine/s1_ps.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_ps_code.cpp b/src/gsc/engine/s1_ps_code.cpp index 29ee5139..125fe5ec 100644 --- a/src/gsc/engine/s1_ps_code.cpp +++ b/src/gsc/engine/s1_ps_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_ps_func.cpp b/src/gsc/engine/s1_ps_func.cpp index 8e5bea3c..2f2b7eaa 100644 --- a/src/gsc/engine/s1_ps_func.cpp +++ b/src/gsc/engine/s1_ps_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_ps_meth.cpp b/src/gsc/engine/s1_ps_meth.cpp index c87fa83a..6afec081 100644 --- a/src/gsc/engine/s1_ps_meth.cpp +++ b/src/gsc/engine/s1_ps_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_ps_token.cpp b/src/gsc/engine/s1_ps_token.cpp index b9536405..39093c5e 100644 --- a/src/gsc/engine/s1_ps_token.cpp +++ b/src/gsc/engine/s1_ps_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_xb.cpp b/src/gsc/engine/s1_xb.cpp index 71d8d932..ad9811db 100644 --- a/src/gsc/engine/s1_xb.cpp +++ b/src/gsc/engine/s1_xb.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_xb_code.cpp b/src/gsc/engine/s1_xb_code.cpp index 8757fab6..c07c85c4 100644 --- a/src/gsc/engine/s1_xb_code.cpp +++ b/src/gsc/engine/s1_xb_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_xb_func.cpp b/src/gsc/engine/s1_xb_func.cpp index 4d3947f3..a692980c 100644 --- a/src/gsc/engine/s1_xb_func.cpp +++ b/src/gsc/engine/s1_xb_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_xb_meth.cpp b/src/gsc/engine/s1_xb_meth.cpp index 49918810..8ab7a88f 100644 --- a/src/gsc/engine/s1_xb_meth.cpp +++ b/src/gsc/engine/s1_xb_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s1_xb_token.cpp b/src/gsc/engine/s1_xb_token.cpp index 4f1d6239..35c3ee3f 100644 --- a/src/gsc/engine/s1_xb_token.cpp +++ b/src/gsc/engine/s1_xb_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s2.cpp b/src/gsc/engine/s2.cpp index 564947a8..03307efd 100644 --- a/src/gsc/engine/s2.cpp +++ b/src/gsc/engine/s2.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s2_code.cpp b/src/gsc/engine/s2_code.cpp index 3a3fda6b..214db6d9 100644 --- a/src/gsc/engine/s2_code.cpp +++ b/src/gsc/engine/s2_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s2_func.cpp b/src/gsc/engine/s2_func.cpp index 50a70833..3e25097c 100644 --- a/src/gsc/engine/s2_func.cpp +++ b/src/gsc/engine/s2_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s2_meth.cpp b/src/gsc/engine/s2_meth.cpp index 628f2ee3..fe9d34a6 100644 --- a/src/gsc/engine/s2_meth.cpp +++ b/src/gsc/engine/s2_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s2_token.cpp b/src/gsc/engine/s2_token.cpp index 39ec738e..289529a3 100644 --- a/src/gsc/engine/s2_token.cpp +++ b/src/gsc/engine/s2_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s4.cpp b/src/gsc/engine/s4.cpp index 1e08cb4f..8db05060 100644 --- a/src/gsc/engine/s4.cpp +++ b/src/gsc/engine/s4.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s4_code.cpp b/src/gsc/engine/s4_code.cpp index fe8b6c69..10d875a8 100644 --- a/src/gsc/engine/s4_code.cpp +++ b/src/gsc/engine/s4_code.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s4_func.cpp b/src/gsc/engine/s4_func.cpp index cd56582b..e54e267d 100644 --- a/src/gsc/engine/s4_func.cpp +++ b/src/gsc/engine/s4_func.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s4_meth.cpp b/src/gsc/engine/s4_meth.cpp index 9b293dcc..326b54f8 100644 --- a/src/gsc/engine/s4_meth.cpp +++ b/src/gsc/engine/s4_meth.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/engine/s4_token.cpp b/src/gsc/engine/s4_token.cpp index 23ade9e5..c63a98ba 100644 --- a/src/gsc/engine/s4_token.cpp +++ b/src/gsc/engine/s4_token.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/lexer.cpp b/src/gsc/lexer.cpp index fd48e559..5fa82971 100644 --- a/src/gsc/lexer.cpp +++ b/src/gsc/lexer.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/preprocessor.cpp b/src/gsc/preprocessor.cpp index 24892094..abb09040 100644 --- a/src/gsc/preprocessor.cpp +++ b/src/gsc/preprocessor.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/gsc/source.cpp b/src/gsc/source.cpp index aea4314c..7c3cfb28 100644 --- a/src/gsc/source.cpp +++ b/src/gsc/source.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/tool/main.cpp b/src/tool/main.cpp index 512e9ff9..ebdc6a4e 100644 --- a/src/tool/main.cpp +++ b/src/tool/main.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/utils/file.cpp b/src/utils/file.cpp index e0c956af..e1457c7b 100644 --- a/src/utils/file.cpp +++ b/src/utils/file.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/utils/reader.cpp b/src/utils/reader.cpp index f56d9900..97f2d52e 100644 --- a/src/utils/reader.cpp +++ b/src/utils/reader.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/utils/string.cpp b/src/utils/string.cpp index 2cb3e724..f9c4da13 100644 --- a/src/utils/string.cpp +++ b/src/utils/string.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/utils/writer.cpp b/src/utils/writer.cpp index aa0b3c2b..1182acb6 100644 --- a/src/utils/writer.cpp +++ b/src/utils/writer.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. diff --git a/src/utils/zlib.cpp b/src/utils/zlib.cpp index 1385bb99..f4f0b557 100644 --- a/src/utils/zlib.cpp +++ b/src/utils/zlib.cpp @@ -1,4 +1,4 @@ -// Copyright 2023 xensik. All rights reserved. +// Copyright 2024 xensik. All rights reserved. // // Use of this source code is governed by a GNU GPLv3 license // that can be found in the LICENSE file. From ca44b87b0b4425b8c7e7eece90b98c6d82a908c8 Mon Sep 17 00:00:00 2001 From: xensik Date: Sat, 13 Jan 2024 17:04:46 +0100 Subject: [PATCH 2/3] remove depbot --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 97a61d55..00000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,7 +0,0 @@ -# version: 2 -# updates: -# - package-ecosystem: "gitsubmodule" -# directory: "/" -# schedule: -# interval: "monthly" -# open-pull-requests-limit: 10 From 5acdb35cef10e0fb6c9eceeadd31fb8e3e2712d5 Mon Sep 17 00:00:00 2001 From: xensik Date: Sun, 14 Jan 2024 11:59:43 +0100 Subject: [PATCH 3/3] readme --- README.md | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5452cea1..36169750 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,27 @@ A utility to compile & decompile IW engine game scripts. - **T9** *(Call of Duty: Black Ops Cold War)* ***\*WIP\**** ## Usage -``./gsc-tool.exe `` +``gsc-tool [OPTIONS..] `` -**mode**: `asm`, `disasm`, `comp`, `decomp`, `parse` -- *note:* zonetool files (*.cgsc*, *.cgsc.stack*) use: `zasm`, `zdisasm`, `zcomp`, `zdecomp` modes +- **path**: file or directory to process -**game**: `iw5`, `iw6`, `iw7`, `iw8`, `iw9`, `s1`, `s2`, `s4`, `h1`, `h2`, `t6` `t7` `t8` `t9` +- **options:** -**system**: `pc`, `ps3`, `ps4`, `ps5`, `xb2` (*360*), `xb3` (*One*), `xb4` (*Series X|S*), `wiiu` + ``-m, --mode `` [REQUIRED] one of: `asm`, `disasm`, `comp`, `decomp`, `parse` -**path**: `file` or `directory` (recursive process all files inside the directory) + ``-g, --game `` [REQUIRED] one of: `iw5`, `iw6`, `iw7`, `iw8`, `iw9`, `s1`, `s2`, `s4`, `h1`, `h2`, `t6` `t7` `t8` `t9` -Example: ``./gsc-tool.exe comp iw5 pc ./data/iw5/my_fancy_script.gsc`` + ``-s, --system `` [REQUIRED] one of: `pc`, `ps3`, `ps4`, `ps5`, `xb2` (*360*), `xb3` (*One*), `xb4` (*Series X|S*), `wiiu` + + ``-d, --dev`` Enable developer mode (generate bytecode map). + + ``-z, --zonetool`` Enable zonetool mode (use .cgsc files). + + ``-h, --help`` Display help. + + ``-v, --version`` Display version. + +Example: ``gsc-tool -m comp -g iw5 -s pc ./data/iw5/my_fancy_script.gsc`` | Mode |Description | Output | |:---------|:--------------------------|:------------| @@ -48,13 +57,14 @@ Example: ``./gsc-tool.exe comp iw5 pc ./data/iw5/my_fancy_script.gsc`` ## File Format If you need to extract scripts from fastfiles or game memory, use [Zonetool](https://github.com/ZoneTool/zonetool) or [Jekyll](https://github.com/EthanC/Jekyll). -- gsc-tool `.gscbin` format is a serialized ScriptFile struct:
-***name***: null-terminated string
-***compressedLen***: 4 byte uint
-***len***: 4 byte uint
-***bytecodeLen***: 4 byte uint
-***buffer***: byte array[compressedLen]
-***bytecode***: byte array[bytecodeLen]
+- gsc-tool `.gscbin` binary format is a serialized ScriptFile struct:
+ + - ***magic***: `"GSC\0"` 4 byte
+ - ***compressedLen***: 4 byte usigned integer
+ - ***len***: 4 byte usigned integer
+ - ***bytecodeLen***: 4 byte usigned integer
+ - ***buffer***: byte array[compressedLen]
+ - ***bytecode***: byte array[bytecodeLen]
note: for PS3 & Xbox 360 `.gscbin` files *(compressedLen, len, bytecodeLen)* are saved as little-endian!!