diff options
Diffstat (limited to 'src/boot/BootKit/Shared')
| -rw-r--r-- | src/boot/BootKit/Shared/base.h | 4 | ||||
| -rw-r--r-- | src/boot/BootKit/Shared/bit.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/boot/BootKit/Shared/base.h b/src/boot/BootKit/Shared/base.h index a75dc459..e73efc04 100644 --- a/src/boot/BootKit/Shared/base.h +++ b/src/boot/BootKit/Shared/base.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 UTL_BASE_H #define UTL_BASE_H diff --git a/src/boot/BootKit/Shared/bit.h b/src/boot/BootKit/Shared/bit.h index b74ab1aa..54b489cc 100644 --- a/src/boot/BootKit/Shared/bit.h +++ b/src/boot/BootKit/Shared/bit.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 UTL_BIT_H #define UTL_BIT_H |
