diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:02:25 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:02:25 +0100 |
| commit | db5df93341b072c82c82f51ec7cdee79ae4ce6e5 (patch) | |
| tree | 1db700dd89ce672d5e1344b716160be10c7244c8 /include/CompilerKit | |
| parent | b86eec2268d94b180d178965200b160cfb63a81c (diff) | |
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit')
| -rw-r--r-- | include/CompilerKit/MachO.h | 1 | ||||
| -rw-r--r-- | include/CompilerKit/Macros.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/CompilerKit/MachO.h b/include/CompilerKit/MachO.h index 8c203e0..2942420 100644 --- a/include/CompilerKit/MachO.h +++ b/include/CompilerKit/MachO.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 // Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (See accompanying // file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) diff --git a/include/CompilerKit/Macros.h b/include/CompilerKit/Macros.h index 53c17e5..2a5b84f 100644 --- a/include/CompilerKit/Macros.h +++ b/include/CompilerKit/Macros.h @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: Apache-2.0 // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (See accompanying // file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0) |
