From db5df93341b072c82c82f51ec7cdee79ae4ce6e5 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:02:25 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- include/CompilerKit/MachO.h | 1 + include/CompilerKit/Macros.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include/CompilerKit') 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) -- cgit v1.2.3