summaryrefslogtreecommitdiffhomepage
path: root/src/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot')
-rw-r--r--src/boot/BootKit/BitManip.h4
-rw-r--r--src/boot/BootKit/BootThread.h4
-rw-r--r--src/boot/BootKit/Config.h4
-rw-r--r--src/boot/BootKit/Device.h4
-rw-r--r--src/boot/BootKit/EPM.h4
-rw-r--r--src/boot/BootKit/HW/ATA.h4
-rw-r--r--src/boot/BootKit/HW/SATA.h4
-rw-r--r--src/boot/BootKit/Platform.h4
-rw-r--r--src/boot/BootKit/Protocol.h4
-rw-r--r--src/boot/BootKit/Qr.h4
-rw-r--r--src/boot/BootKit/QrPrelude.h4
-rw-r--r--src/boot/BootKit/Shared/base.h4
-rw-r--r--src/boot/BootKit/Shared/bit.h4
-rw-r--r--src/boot/BootKit/Support.h4
-rw-r--r--src/boot/modules/BootNet/BootNet.h4
-rw-r--r--src/boot/src/BootString.cpp4
-rw-r--r--src/boot/src/BootSupport.cpp4
-rw-r--r--src/boot/src/BootTextWriter.cpp4
-rw-r--r--src/boot/src/HEL/AMD64/BootATA.cpp4
-rw-r--r--src/boot/src/HEL/AMD64/BootSATA.cpp4
20 files changed, 40 insertions, 40 deletions
diff --git a/src/boot/BootKit/BitManip.h b/src/boot/BootKit/BitManip.h
index 0cb63f51..7c28278c 100644
--- a/src/boot/BootKit/BitManip.h
+++ b/src/boot/BootKit/BitManip.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 __BITMANIP_H__
#define __BITMANIP_H__
diff --git a/src/boot/BootKit/BootThread.h b/src/boot/BootKit/BootThread.h
index 7e0a2caf..c83987d5 100644
--- a/src/boot/BootKit/BootThread.h
+++ b/src/boot/BootKit/BootThread.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 BOOTKIT_BOOTTHREAD_H
#define BOOTKIT_BOOTTHREAD_H
diff --git a/src/boot/BootKit/Config.h b/src/boot/BootKit/Config.h
index b2b7a7be..da255299 100644
--- a/src/boot/BootKit/Config.h
+++ b/src/boot/BootKit/Config.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 __BOOTKIT_CONFIG_H__
#define __BOOTKIT_CONFIG_H__
diff --git a/src/boot/BootKit/Device.h b/src/boot/BootKit/Device.h
index 57c3e3ca..dfd0c53d 100644
--- a/src/boot/BootKit/Device.h
+++ b/src/boot/BootKit/Device.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 __BOOTKIT_DEVICE_H__
#define __BOOTKIT_DEVICE_H__
diff --git a/src/boot/BootKit/EPM.h b/src/boot/BootKit/EPM.h
index 80a8be2f..279b8ed1 100644
--- a/src/boot/BootKit/EPM.h
+++ b/src/boot/BootKit/EPM.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 __BOOTKIT_EPM_H__
#define __BOOTKIT_EPM_H__
diff --git a/src/boot/BootKit/HW/ATA.h b/src/boot/BootKit/HW/ATA.h
index 9bf493f6..a695a683 100644
--- a/src/boot/BootKit/HW/ATA.h
+++ b/src/boot/BootKit/HW/ATA.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 BOOTKIT_ATA_H
#define BOOTKIT_ATA_H
diff --git a/src/boot/BootKit/HW/SATA.h b/src/boot/BootKit/HW/SATA.h
index c6ad7cfd..b5548ac4 100644
--- a/src/boot/BootKit/HW/SATA.h
+++ b/src/boot/BootKit/HW/SATA.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 BOOTKIT_SATA_H
#define BOOTKIT_SATA_H
diff --git a/src/boot/BootKit/Platform.h b/src/boot/BootKit/Platform.h
index 4809b11d..0258833f 100644
--- a/src/boot/BootKit/Platform.h
+++ b/src/boot/BootKit/Platform.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 BOOTKIT_PLATFORM_H
#define BOOTKIT_PLATFORM_H
diff --git a/src/boot/BootKit/Protocol.h b/src/boot/BootKit/Protocol.h
index 9ece50f7..8f1e831f 100644
--- a/src/boot/BootKit/Protocol.h
+++ b/src/boot/BootKit/Protocol.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 BOOTKIT_PROTOCOL_H
#define BOOTKIT_PROTOCOL_H
diff --git a/src/boot/BootKit/Qr.h b/src/boot/BootKit/Qr.h
index a74e4ded..542f3ebd 100644
--- a/src/boot/BootKit/Qr.h
+++ b/src/boot/BootKit/Qr.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 QR_H
#define QR_H
diff --git a/src/boot/BootKit/QrPrelude.h b/src/boot/BootKit/QrPrelude.h
index 6ee4da00..55c67bc3 100644
--- a/src/boot/BootKit/QrPrelude.h
+++ b/src/boot/BootKit/QrPrelude.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 BOOTKIT_QRPRELUDE_H
#define BOOTKIT_QRPRELUDE_H
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
diff --git a/src/boot/BootKit/Support.h b/src/boot/BootKit/Support.h
index 12624dd0..fb0a56a6 100644
--- a/src/boot/BootKit/Support.h
+++ b/src/boot/BootKit/Support.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 BOOTKIT_SUPPORT_H
#define BOOTKIT_SUPPORT_H
diff --git a/src/boot/modules/BootNet/BootNet.h b/src/boot/modules/BootNet/BootNet.h
index daeb52d1..56d44f7d 100644
--- a/src/boot/modules/BootNet/BootNet.h
+++ b/src/boot/modules/BootNet/BootNet.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 BOOTNET_BOOTNET_H
#define BOOTNET_BOOTNET_H
diff --git a/src/boot/src/BootString.cpp b/src/boot/src/BootString.cpp
index 38bc52e6..936557e9 100644
--- a/src/boot/src/BootString.cpp
+++ b/src/boot/src/BootString.cpp
@@ -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 <BootKit/BootKit.h>
#include <BootKit/Platform.h>
#include <BootKit/Protocol.h>
diff --git a/src/boot/src/BootSupport.cpp b/src/boot/src/BootSupport.cpp
index 4a89d92f..4fb7612c 100644
--- a/src/boot/src/BootSupport.cpp
+++ b/src/boot/src/BootSupport.cpp
@@ -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 <BootKit/BootKit.h>
#include <BootKit/Support.h>
#include <FirmwareKit/EFI/API.h>
diff --git a/src/boot/src/BootTextWriter.cpp b/src/boot/src/BootTextWriter.cpp
index c2a97057..755f3e0a 100644
--- a/src/boot/src/BootTextWriter.cpp
+++ b/src/boot/src/BootTextWriter.cpp
@@ -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 <BootKit/BootKit.h>
#include <BootKit/Platform.h>
#include <BootKit/Protocol.h>
diff --git a/src/boot/src/HEL/AMD64/BootATA.cpp b/src/boot/src/HEL/AMD64/BootATA.cpp
index 8e217ce1..b529872b 100644
--- a/src/boot/src/HEL/AMD64/BootATA.cpp
+++ b/src/boot/src/HEL/AMD64/BootATA.cpp
@@ -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 <BootKit/BootKit.h>
#include <BootKit/HW/ATA.h>
#include <FirmwareKit/EFI.h>
diff --git a/src/boot/src/HEL/AMD64/BootSATA.cpp b/src/boot/src/HEL/AMD64/BootSATA.cpp
index be9f84a7..de055659 100644
--- a/src/boot/src/HEL/AMD64/BootSATA.cpp
+++ b/src/boot/src/HEL/AMD64/BootSATA.cpp
@@ -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 <BootKit/HW/SATA.h>
#include <BootKit/Platform.h>
#include <BootKit/Protocol.h>