diff options
Diffstat (limited to 'public/frameworks/LaunchHelpers.fwrk')
| -rw-r--r-- | public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h | 4 | ||||
| -rw-r--r-- | public/frameworks/LaunchHelpers.fwrk/src/Foundation.cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h index 81c6b5a1..c9f422ff 100644 --- a/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h +++ b/public/frameworks/LaunchHelpers.fwrk/headers/Foundation.h @@ -1,7 +1,7 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// 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 - #ifndef HEADERS_FOUNDATION_H #define HEADERS_FOUNDATION_H diff --git a/public/frameworks/LaunchHelpers.fwrk/src/Foundation.cc b/public/frameworks/LaunchHelpers.fwrk/src/Foundation.cc index a134ace5..b7538d58 100644 --- a/public/frameworks/LaunchHelpers.fwrk/src/Foundation.cc +++ b/public/frameworks/LaunchHelpers.fwrk/src/Foundation.cc @@ -1,7 +1,7 @@ -// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org) +// 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 - #include <LaunchHelpers.fwrk/headers/Foundation.h> #include <libSystem/SystemKit/Syscall.h> |
