diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:01:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:01:54 +0100 |
| commit | bc14004a24f107e9821b6ba88fed801f0f6df6ca (patch) | |
| tree | 5d072d4675e19c661f9a99284e7477534804bc35 /src/launch | |
| parent | 7e35509e3387691f23b54883ca7e4e303bad9c4f (diff) | |
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/launch')
| -rw-r--r-- | src/launch/LaunchKit/Foundation.h | 1 | ||||
| -rw-r--r-- | src/launch/src/CRuntimeZero.S | 1 | ||||
| -rw-r--r-- | src/launch/src/RuntimeMain.cpp | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/launch/LaunchKit/Foundation.h b/src/launch/LaunchKit/Foundation.h index df0d7770..f6b2ffac 100644 --- a/src/launch/LaunchKit/Foundation.h +++ b/src/launch/LaunchKit/Foundation.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 LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel diff --git a/src/launch/src/CRuntimeZero.S b/src/launch/src/CRuntimeZero.S index f8476d6a..20a9bec0 100644 --- a/src/launch/src/CRuntimeZero.S +++ b/src/launch/src/CRuntimeZero.S @@ -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 LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel diff --git a/src/launch/src/RuntimeMain.cpp b/src/launch/src/RuntimeMain.cpp index 2b09d6ce..72261430 100644 --- a/src/launch/src/RuntimeMain.cpp +++ b/src/launch/src/RuntimeMain.cpp @@ -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 LICENSE file) // Official repository: https://github.com/ne-foss-org/nekernel |
