summaryrefslogtreecommitdiffhomepage
path: root/src/neboot-start.c
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 09:30:38 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 09:30:38 +0100
commit7df7ed6d026c5e1f3b8111e3536af3771301c177 (patch)
treef87916ee645aec06971a84dc1e9e5f1267fbe755 /src/neboot-start.c
parent176cf8f237745d658185a2fba8fff1401c1c2b5f (diff)
feat! firmware breaking changes on the API.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/neboot-start.c')
-rw-r--r--src/neboot-start.c19
1 files changed, 9 insertions, 10 deletions
diff --git a/src/neboot-start.c b/src/neboot-start.c
index c282f55..8199723 100644
--- a/src/neboot-start.c
+++ b/src/neboot-start.c
@@ -1,13 +1,12 @@
-/* -------------------------------------------
-
- Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0.
-
-------------------------------------------- */
-
-#include <lib/boot.h>
-#include <lib/mp-bit.h>
-#include <lib/partition-map.h>
-#include <lib/pci-tree.h>
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Distributed under the Apache Software License, Version 2.0. (See accompanying
+// file LICENSE_1_0.txt or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/neboot
+
+#include <include/boot.h>
+#include <include/mp-bit.h>
+#include <include/partition-map.h>
+#include <include/pci-tree.h>
/// BUGS: 0