From 6a3d7e65f31c6751a7125f5c735a490b8f6139a6 Mon Sep 17 00:00:00 2001 From: Nikita Smith Date: Tue, 2 Sep 2025 22:29:30 -0700 Subject: [PATCH] remove year from the copyright --- src/coff/coff_lib_writer.c | 2 +- src/coff/coff_lib_writer.h | 2 +- src/dwarf/dwarf_elf.c | 2 +- src/dwarf/dwarf_elf.h | 2 +- src/elf/elf.c | 2 +- src/elf/elf.h | 2 +- src/elf/elf_parse.c | 2 +- src/elf/elf_parse.h | 2 +- src/linker/base_ext/base_arena.c | 2 +- src/linker/base_ext/base_arena.h | 2 +- src/linker/base_ext/base_arrays.c | 2 +- src/linker/base_ext/base_arrays.h | 2 +- src/linker/base_ext/base_bit_array.c | 2 +- src/linker/base_ext/base_bit_array.h | 2 +- src/linker/base_ext/base_blake3.c | 2 +- src/linker/base_ext/base_blake3.h | 2 +- src/linker/base_ext/base_blake3_asm.c | 2 +- src/linker/base_ext/base_blake3_asm.h | 2 +- src/linker/base_ext/base_core.c | 2 +- src/linker/base_ext/base_core.h | 2 +- src/linker/base_ext/base_crc32.c | 2 +- src/linker/base_ext/base_crc32.h | 2 +- src/linker/base_ext/base_inc.c | 2 +- src/linker/base_ext/base_inc.h | 2 +- src/linker/base_ext/base_md5.c | 2 +- src/linker/base_ext/base_md5.h | 2 +- src/linker/base_ext/base_strings.c | 2 +- src/linker/base_ext/base_strings.h | 2 +- src/linker/codeview_ext/codeview.c | 2 +- src/linker/codeview_ext/codeview.h | 2 +- src/linker/hash_table.c | 2 +- src/linker/hash_table.h | 2 +- src/linker/lnk.c | 2 +- src/linker/lnk.h | 2 +- src/linker/lnk_cmd_line.c | 2 +- src/linker/lnk_cmd_line.h | 2 +- src/linker/lnk_config.c | 2 +- src/linker/lnk_config.h | 2 +- src/linker/lnk_debug_helper.c | 2 +- src/linker/lnk_debug_helper.h | 2 +- src/linker/lnk_debug_info.c | 2 +- src/linker/lnk_debug_info.h | 2 +- src/linker/lnk_error.c | 2 +- src/linker/lnk_error.h | 2 +- src/linker/lnk_lib.c | 2 +- src/linker/lnk_lib.h | 2 +- src/linker/lnk_log.c | 2 +- src/linker/lnk_log.h | 2 +- src/linker/lnk_obj.c | 2 +- src/linker/lnk_obj.h | 2 +- src/linker/lnk_section_table.c | 2 +- src/linker/lnk_section_table.h | 2 +- src/linker/lnk_symbol_table.c | 2 +- src/linker/lnk_symbol_table.h | 2 +- src/linker/lnk_timer.c | 2 +- src/linker/lnk_timer.h | 2 +- src/linker/pdb_ext/msf_builder.c | 2 +- src/linker/pdb_ext/msf_builder.h | 2 +- src/linker/pdb_ext/pdb.c | 2 +- src/linker/pdb_ext/pdb.h | 2 +- src/linker/pdb_ext/pdb_builder.c | 2 +- src/linker/pdb_ext/pdb_builder.h | 2 +- src/linker/pdb_ext/pdb_helpers.c | 2 +- src/linker/pdb_ext/pdb_helpers.h | 2 +- src/linker/rdi/rdi_builder.c | 2 +- src/linker/rdi/rdi_builder.h | 2 +- src/linker/rdi/rdi_coff.c | 2 +- src/linker/rdi/rdi_coff.h | 2 +- src/linker/rdi/rdi_cv.c | 2 +- src/linker/rdi/rdi_cv.h | 2 +- src/linker/thread_pool/thread_pool.c | 2 +- src/linker/thread_pool/thread_pool.h | 2 +- src/pe/pe_make_debug_dir.c | 2 +- src/pe/pe_make_debug_dir.h | 2 +- src/pe/pe_make_export_table.c | 2 +- src/pe/pe_make_export_table.h | 2 +- src/pe/pe_make_import_table.c | 2 +- src/pe/pe_make_import_table.h | 2 +- src/pe/pe_section_flags.h | 2 +- src/strip_lib_debug/strip_lib_debug.c | 2 +- src/torture/torture.c | 2 +- 81 files changed, 81 insertions(+), 81 deletions(-) diff --git a/src/coff/coff_lib_writer.c b/src/coff/coff_lib_writer.c index 25670f2c..aaf590e0 100644 --- a/src/coff/coff_lib_writer.c +++ b/src/coff/coff_lib_writer.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal COFF_LibWriterSymbolNode * diff --git a/src/coff/coff_lib_writer.h b/src/coff/coff_lib_writer.h index 8a8c2327..2c501409 100644 --- a/src/coff/coff_lib_writer.h +++ b/src/coff/coff_lib_writer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef COFF_LIB_WRITER_H diff --git a/src/dwarf/dwarf_elf.c b/src/dwarf/dwarf_elf.c index 0f1ecdc8..6ea144f8 100644 --- a/src/dwarf/dwarf_elf.c +++ b/src/dwarf/dwarf_elf.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal B32 diff --git a/src/dwarf/dwarf_elf.h b/src/dwarf/dwarf_elf.h index f4ec79ce..a9a54f38 100644 --- a/src/dwarf/dwarf_elf.h +++ b/src/dwarf/dwarf_elf.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef DWARF_ELF_H diff --git a/src/elf/elf.c b/src/elf/elf.c index ac3473cb..2eb6d0b3 100644 --- a/src/elf/elf.c +++ b/src/elf/elf.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) //////////////////////////////// diff --git a/src/elf/elf.h b/src/elf/elf.h index 15577bbc..14955224 100644 --- a/src/elf/elf.h +++ b/src/elf/elf.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef ELF_H diff --git a/src/elf/elf_parse.c b/src/elf/elf_parse.c index 3b804c0f..5949ebad 100644 --- a/src/elf/elf_parse.c +++ b/src/elf/elf_parse.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) //- rjf: top-level binary parsing diff --git a/src/elf/elf_parse.h b/src/elf/elf_parse.h index 1eec7c09..70a467e8 100644 --- a/src/elf/elf_parse.h +++ b/src/elf/elf_parse.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef ELF_PARSE_H diff --git a/src/linker/base_ext/base_arena.c b/src/linker/base_ext/base_arena.c index 669cf47f..f01b9cb8 100644 --- a/src/linker/base_ext/base_arena.c +++ b/src/linker/base_ext/base_arena.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U32 * diff --git a/src/linker/base_ext/base_arena.h b/src/linker/base_ext/base_arena.h index cb7f00ee..3a0e1de4 100644 --- a/src/linker/base_ext/base_arena.h +++ b/src/linker/base_ext/base_arena.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_arrays.c b/src/linker/base_ext/base_arrays.c index 040f220d..fa50c36f 100644 --- a/src/linker/base_ext/base_arrays.c +++ b/src/linker/base_ext/base_arrays.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U64 diff --git a/src/linker/base_ext/base_arrays.h b/src/linker/base_ext/base_arrays.h index 1c6f6f4d..45ad68e8 100644 --- a/src/linker/base_ext/base_arrays.h +++ b/src/linker/base_ext/base_arrays.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_bit_array.c b/src/linker/base_ext/base_bit_array.c index 2ab94b77..a4f39b4a 100644 --- a/src/linker/base_ext/base_bit_array.c +++ b/src/linker/base_ext/base_bit_array.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U32Array diff --git a/src/linker/base_ext/base_bit_array.h b/src/linker/base_ext/base_bit_array.h index 76e19f87..dcffb77d 100644 --- a/src/linker/base_ext/base_bit_array.h +++ b/src/linker/base_ext/base_bit_array.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_blake3.c b/src/linker/base_ext/base_blake3.c index ce380e6b..59f063c4 100644 --- a/src/linker/base_ext/base_blake3.c +++ b/src/linker/base_ext/base_blake3.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #if defined(__clang__) diff --git a/src/linker/base_ext/base_blake3.h b/src/linker/base_ext/base_blake3.h index 72e8986f..0018d9f1 100644 --- a/src/linker/base_ext/base_blake3.h +++ b/src/linker/base_ext/base_blake3.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_blake3_asm.c b/src/linker/base_ext/base_blake3_asm.c index 1b91df31..b9d4c470 100644 --- a/src/linker/base_ext/base_blake3_asm.c +++ b/src/linker/base_ext/base_blake3_asm.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #include "../third_party_ext/blake3/blake3_portable.c" diff --git a/src/linker/base_ext/base_blake3_asm.h b/src/linker/base_ext/base_blake3_asm.h index e39c3b41..1efded7e 100644 --- a/src/linker/base_ext/base_blake3_asm.h +++ b/src/linker/base_ext/base_blake3_asm.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef BASE_BLAKE3_H diff --git a/src/linker/base_ext/base_core.c b/src/linker/base_ext/base_core.c index b1873b10..890b0831 100644 --- a/src/linker/base_ext/base_core.c +++ b/src/linker/base_ext/base_core.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U16 diff --git a/src/linker/base_ext/base_core.h b/src/linker/base_ext/base_core.h index e3d53292..c7b07e3d 100644 --- a/src/linker/base_ext/base_core.h +++ b/src/linker/base_ext/base_core.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_crc32.c b/src/linker/base_ext/base_crc32.c index 28b90da6..30ec7c2a 100644 --- a/src/linker/base_ext/base_crc32.c +++ b/src/linker/base_ext/base_crc32.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U32 diff --git a/src/linker/base_ext/base_crc32.h b/src/linker/base_ext/base_crc32.h index e6d55bae..7a062237 100644 --- a/src/linker/base_ext/base_crc32.h +++ b/src/linker/base_ext/base_crc32.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_inc.c b/src/linker/base_ext/base_inc.c index c3886302..8a99d53d 100644 --- a/src/linker/base_ext/base_inc.c +++ b/src/linker/base_ext/base_inc.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #include "base_core.c" diff --git a/src/linker/base_ext/base_inc.h b/src/linker/base_ext/base_inc.h index 67081bf6..2074a32d 100644 --- a/src/linker/base_ext/base_inc.h +++ b/src/linker/base_ext/base_inc.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_md5.c b/src/linker/base_ext/base_md5.c index 38ffac51..5e77bd7b 100644 --- a/src/linker/base_ext/base_md5.c +++ b/src/linker/base_ext/base_md5.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal MD5Hash diff --git a/src/linker/base_ext/base_md5.h b/src/linker/base_ext/base_md5.h index b435fe58..288cddc4 100644 --- a/src/linker/base_ext/base_md5.h +++ b/src/linker/base_ext/base_md5.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/base_ext/base_strings.c b/src/linker/base_ext/base_strings.c index 5688bb4a..4f085bcd 100644 --- a/src/linker/base_ext/base_strings.c +++ b/src/linker/base_ext/base_strings.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal B32 diff --git a/src/linker/base_ext/base_strings.h b/src/linker/base_ext/base_strings.h index 500f2fa0..85377c4c 100644 --- a/src/linker/base_ext/base_strings.h +++ b/src/linker/base_ext/base_strings.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/codeview_ext/codeview.c b/src/linker/codeview_ext/codeview.c index 672d1689..27d0d30a 100644 --- a/src/linker/codeview_ext/codeview.c +++ b/src/linker/codeview_ext/codeview.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) //////////////////////////////// diff --git a/src/linker/codeview_ext/codeview.h b/src/linker/codeview_ext/codeview.h index 3b0315ad..c8d09c0a 100644 --- a/src/linker/codeview_ext/codeview.h +++ b/src/linker/codeview_ext/codeview.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/hash_table.c b/src/linker/hash_table.c index 4a4c462f..b6c60031 100644 --- a/src/linker/hash_table.c +++ b/src/linker/hash_table.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal void diff --git a/src/linker/hash_table.h b/src/linker/hash_table.h index d7458adc..98078ef6 100644 --- a/src/linker/hash_table.h +++ b/src/linker/hash_table.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk.c b/src/linker/lnk.c index ebb7a1c1..10e386c7 100644 --- a/src/linker/lnk.c +++ b/src/linker/lnk.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) // --- Build Options ----------------------------------------------------------- diff --git a/src/linker/lnk.h b/src/linker/lnk.h index 6f1f925d..3712a5d9 100644 --- a/src/linker/lnk.h +++ b/src/linker/lnk.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_cmd_line.c b/src/linker/lnk_cmd_line.c index f2828156..cf1909dd 100644 --- a/src/linker/lnk_cmd_line.c +++ b/src/linker/lnk_cmd_line.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal String8List diff --git a/src/linker/lnk_cmd_line.h b/src/linker/lnk_cmd_line.h index b130715f..4330bc09 100644 --- a/src/linker/lnk_cmd_line.h +++ b/src/linker/lnk_cmd_line.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_config.c b/src/linker/lnk_config.c index adc468d2..5f16fb56 100644 --- a/src/linker/lnk_config.c +++ b/src/linker/lnk_config.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) global read_only LNK_CmdSwitch g_cmd_switch_map[] = diff --git a/src/linker/lnk_config.h b/src/linker/lnk_config.h index 41b3e7f7..7c90df99 100644 --- a/src/linker/lnk_config.h +++ b/src/linker/lnk_config.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_debug_helper.c b/src/linker/lnk_debug_helper.c index 9602f296..6c0da272 100644 --- a/src/linker/lnk_debug_helper.c +++ b/src/linker/lnk_debug_helper.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal String8 diff --git a/src/linker/lnk_debug_helper.h b/src/linker/lnk_debug_helper.h index a0627d17..dd1df4b3 100644 --- a/src/linker/lnk_debug_helper.h +++ b/src/linker/lnk_debug_helper.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_debug_info.c b/src/linker/lnk_debug_info.c index e940de6b..1c7581a9 100644 --- a/src/linker/lnk_debug_info.c +++ b/src/linker/lnk_debug_info.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal diff --git a/src/linker/lnk_debug_info.h b/src/linker/lnk_debug_info.h index 663edf44..8f086ba3 100644 --- a/src/linker/lnk_debug_info.h +++ b/src/linker/lnk_debug_info.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_error.c b/src/linker/lnk_error.c index a0235975..f06a3b7e 100644 --- a/src/linker/lnk_error.c +++ b/src/linker/lnk_error.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) static LNK_ErrorMode g_error_mode_arr[LNK_Error_Count]; diff --git a/src/linker/lnk_error.h b/src/linker/lnk_error.h index 40e52eeb..2c34eee4 100644 --- a/src/linker/lnk_error.h +++ b/src/linker/lnk_error.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_lib.c b/src/linker/lnk_lib.c index 5885b933..3d3c7cfb 100644 --- a/src/linker/lnk_lib.c +++ b/src/linker/lnk_lib.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal int diff --git a/src/linker/lnk_lib.h b/src/linker/lnk_lib.h index 90e3a983..056456e1 100644 --- a/src/linker/lnk_lib.h +++ b/src/linker/lnk_lib.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_log.c b/src/linker/lnk_log.c index 905b26ba..a78a7ca9 100644 --- a/src/linker/lnk_log.c +++ b/src/linker/lnk_log.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal void diff --git a/src/linker/lnk_log.h b/src/linker/lnk_log.h index a878803f..6e43393b 100644 --- a/src/linker/lnk_log.h +++ b/src/linker/lnk_log.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_obj.c b/src/linker/lnk_obj.c index 608dc8d4..514f0df7 100644 --- a/src/linker/lnk_obj.c +++ b/src/linker/lnk_obj.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal void diff --git a/src/linker/lnk_obj.h b/src/linker/lnk_obj.h index b7f8840f..48a4c880 100644 --- a/src/linker/lnk_obj.h +++ b/src/linker/lnk_obj.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_section_table.c b/src/linker/lnk_section_table.c index 84d8dd6f..5db94bae 100644 --- a/src/linker/lnk_section_table.c +++ b/src/linker/lnk_section_table.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal LNK_SectionContrib * diff --git a/src/linker/lnk_section_table.h b/src/linker/lnk_section_table.h index b1999443..cd61810f 100644 --- a/src/linker/lnk_section_table.h +++ b/src/linker/lnk_section_table.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_symbol_table.c b/src/linker/lnk_symbol_table.c index 02f45b5a..869ea4bc 100644 --- a/src/linker/lnk_symbol_table.c +++ b/src/linker/lnk_symbol_table.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal LNK_Symbol * diff --git a/src/linker/lnk_symbol_table.h b/src/linker/lnk_symbol_table.h index 04d01ead..d7554022 100644 --- a/src/linker/lnk_symbol_table.h +++ b/src/linker/lnk_symbol_table.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/lnk_timer.c b/src/linker/lnk_timer.c index 51460d58..4ce4522e 100644 --- a/src/linker/lnk_timer.c +++ b/src/linker/lnk_timer.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) global LNK_Timer g_timers[LNK_Timer_Count]; diff --git a/src/linker/lnk_timer.h b/src/linker/lnk_timer.h index ade95ae2..9e586454 100644 --- a/src/linker/lnk_timer.h +++ b/src/linker/lnk_timer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/pdb_ext/msf_builder.c b/src/linker/pdb_ext/msf_builder.c index 5a1cf862..b0e9bfc2 100644 --- a/src/linker/pdb_ext/msf_builder.c +++ b/src/linker/pdb_ext/msf_builder.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U64 diff --git a/src/linker/pdb_ext/msf_builder.h b/src/linker/pdb_ext/msf_builder.h index a2d10322..e39ef838 100644 --- a/src/linker/pdb_ext/msf_builder.h +++ b/src/linker/pdb_ext/msf_builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/pdb_ext/pdb.c b/src/linker/pdb_ext/pdb.c index 3ddd666f..9ffadf35 100644 --- a/src/linker/pdb_ext/pdb.c +++ b/src/linker/pdb_ext/pdb.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U32 diff --git a/src/linker/pdb_ext/pdb.h b/src/linker/pdb_ext/pdb.h index 6b31f4ee..87c2c5c3 100644 --- a/src/linker/pdb_ext/pdb.h +++ b/src/linker/pdb_ext/pdb.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/pdb_ext/pdb_builder.c b/src/linker/pdb_ext/pdb_builder.c index 103a2b4c..02e470ac 100644 --- a/src/linker/pdb_ext/pdb_builder.c +++ b/src/linker/pdb_ext/pdb_builder.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) //////////////////////////////// diff --git a/src/linker/pdb_ext/pdb_builder.h b/src/linker/pdb_ext/pdb_builder.h index 8ca8ed93..f682e31e 100644 --- a/src/linker/pdb_ext/pdb_builder.h +++ b/src/linker/pdb_ext/pdb_builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/pdb_ext/pdb_helpers.c b/src/linker/pdb_ext/pdb_helpers.c index 0f8dcc28..8bdef67e 100644 --- a/src/linker/pdb_ext/pdb_helpers.c +++ b/src/linker/pdb_ext/pdb_helpers.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal U64 diff --git a/src/linker/pdb_ext/pdb_helpers.h b/src/linker/pdb_ext/pdb_helpers.h index 7ba2d47b..007eb64f 100644 --- a/src/linker/pdb_ext/pdb_helpers.h +++ b/src/linker/pdb_ext/pdb_helpers.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/rdi/rdi_builder.c b/src/linker/rdi/rdi_builder.c index 623f0a9f..a7a567f5 100644 --- a/src/linker/rdi/rdi_builder.c +++ b/src/linker/rdi/rdi_builder.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal RDIB_DataModel diff --git a/src/linker/rdi/rdi_builder.h b/src/linker/rdi/rdi_builder.h index 50bb1965..8afb0122 100644 --- a/src/linker/rdi/rdi_builder.h +++ b/src/linker/rdi/rdi_builder.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/rdi/rdi_coff.c b/src/linker/rdi/rdi_coff.c index 57072743..4db328bc 100644 --- a/src/linker/rdi/rdi_coff.c +++ b/src/linker/rdi/rdi_coff.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal RDI_Arch diff --git a/src/linker/rdi/rdi_coff.h b/src/linker/rdi/rdi_coff.h index c68e4dc5..caefb833 100644 --- a/src/linker/rdi/rdi_coff.h +++ b/src/linker/rdi/rdi_coff.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/rdi/rdi_cv.c b/src/linker/rdi/rdi_cv.c index 0f8e9de2..e5f31251 100644 --- a/src/linker/rdi/rdi_cv.c +++ b/src/linker/rdi/rdi_cv.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal RDI_Arch diff --git a/src/linker/rdi/rdi_cv.h b/src/linker/rdi/rdi_cv.h index fb6ca4da..98aa8244 100644 --- a/src/linker/rdi/rdi_cv.h +++ b/src/linker/rdi/rdi_cv.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/linker/thread_pool/thread_pool.c b/src/linker/thread_pool/thread_pool.c index 4a171756..d4cbec81 100644 --- a/src/linker/thread_pool/thread_pool.c +++ b/src/linker/thread_pool/thread_pool.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal void diff --git a/src/linker/thread_pool/thread_pool.h b/src/linker/thread_pool/thread_pool.h index e2487560..c7e534df 100644 --- a/src/linker/thread_pool/thread_pool.h +++ b/src/linker/thread_pool/thread_pool.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #pragma once diff --git a/src/pe/pe_make_debug_dir.c b/src/pe/pe_make_debug_dir.c index 0da26141..fe716b7c 100644 --- a/src/pe/pe_make_debug_dir.c +++ b/src/pe/pe_make_debug_dir.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal String8 diff --git a/src/pe/pe_make_debug_dir.h b/src/pe/pe_make_debug_dir.h index e63a64ca..5ab4d2f5 100644 --- a/src/pe/pe_make_debug_dir.h +++ b/src/pe/pe_make_debug_dir.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef PE_MAKE_DEBUG_DIR_H diff --git a/src/pe/pe_make_export_table.c b/src/pe/pe_make_export_table.c index 6e47b3a0..27e5d9e8 100644 --- a/src/pe/pe_make_export_table.c +++ b/src/pe/pe_make_export_table.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal String8 diff --git a/src/pe/pe_make_export_table.h b/src/pe/pe_make_export_table.h index 349007b8..6b3d1ff8 100644 --- a/src/pe/pe_make_export_table.h +++ b/src/pe/pe_make_export_table.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef PE_MAKE_EXPORT_TABLE_H diff --git a/src/pe/pe_make_import_table.c b/src/pe/pe_make_import_table.c index 9fe829eb..d4fcf1e2 100644 --- a/src/pe/pe_make_import_table.c +++ b/src/pe/pe_make_import_table.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) internal void diff --git a/src/pe/pe_make_import_table.h b/src/pe/pe_make_import_table.h index a89703a2..c1a48c38 100644 --- a/src/pe/pe_make_import_table.h +++ b/src/pe/pe_make_import_table.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef PE_MAKE_IMPORT_TABLE_H diff --git a/src/pe/pe_section_flags.h b/src/pe/pe_section_flags.h index b6adfff1..cd835b38 100644 --- a/src/pe/pe_section_flags.h +++ b/src/pe/pe_section_flags.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #ifndef PE_SECTION_FLAGS_H diff --git a/src/strip_lib_debug/strip_lib_debug.c b/src/strip_lib_debug/strip_lib_debug.c index 6cae4820..23c15b1c 100644 --- a/src/strip_lib_debug/strip_lib_debug.c +++ b/src/strip_lib_debug/strip_lib_debug.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) #define BUILD_TITLE "Epic Games Tools (R) Lib Strip Debug" diff --git a/src/torture/torture.c b/src/torture/torture.c index d5cd912f..e3f80040 100644 --- a/src/torture/torture.c +++ b/src/torture/torture.c @@ -1,4 +1,4 @@ -// Copyright (c) 2025 Epic Games Tools +// Copyright (c) Epic Games Tools // Licensed under the MIT license (https://opensource.org/license/mit/) ////////////////////////////////