diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 05:23:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-28 05:23:03 +0100 |
| commit | 703307969bcd7f109ac6561840a01c482d1c3421 (patch) | |
| tree | 977227769576a4e5e6fba6ba4df588033d4ffed9 /dev/LibCompiler/AAL/CPU | |
| parent | 0397d59f01f55e4a7792b8c9c011e728292cd6e3 (diff) | |
libcompiler: update copyright years to 2024–2025
Update all source headers in LibCompiler and tools to reflect the
correct copyright span for ongoing development.
Affects headers and source files across:
- AAL CPU backends (amd64, arm64, 64x0, 32x0)
- Assembler and linker backends (PEF, XCOFF)
- Parser, macros, defines, utils
- Tools: asm, dbg, ld64, necc
No functional changes made.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/AAL/CPU')
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/32x0.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/64x0.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/amd64.h | 2 | ||||
| -rw-r--r-- | dev/LibCompiler/AAL/CPU/arm64.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev/LibCompiler/AAL/CPU/32x0.h b/dev/LibCompiler/AAL/CPU/32x0.h index b352784..007beab 100644 --- a/dev/LibCompiler/AAL/CPU/32x0.h +++ b/dev/LibCompiler/AAL/CPU/32x0.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved + Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/64x0.h b/dev/LibCompiler/AAL/CPU/64x0.h index 912ed17..4944e3b 100644 --- a/dev/LibCompiler/AAL/CPU/64x0.h +++ b/dev/LibCompiler/AAL/CPU/64x0.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved + Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/amd64.h b/dev/LibCompiler/AAL/CPU/amd64.h index 34e6955..0717dc1 100644 --- a/dev/LibCompiler/AAL/CPU/amd64.h +++ b/dev/LibCompiler/AAL/CPU/amd64.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved + Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved ------------------------------------------- */ diff --git a/dev/LibCompiler/AAL/CPU/arm64.h b/dev/LibCompiler/AAL/CPU/arm64.h index d00a19c..02a2bf2 100644 --- a/dev/LibCompiler/AAL/CPU/arm64.h +++ b/dev/LibCompiler/AAL/CPU/arm64.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024 Amlal EL Mahrouss, all rights reserved +Copyright (C) 2024-2025 Amlal EL Mahrous, all rights reserved ------------------------------------------- */ |
