summaryrefslogtreecommitdiffhomepage
path: root/src/arm64
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-11-17 16:41:03 +0100
committerGitHub <noreply@github.com>2025-11-17 16:41:03 +0100
commit21aee2b17cdd45c0dea247e0bf26a95767bc4470 (patch)
treec4a0c6cf80bf5949c4498594e00c9074af164090 /src/arm64
parentc8dff0d2bb5a7c622ae7a7831f6ce42ad6635473 (diff)
parent443de826899acac5740a6ed582e214e14eb294b1 (diff)
Merge pull request #11 from nekernel-org/devv0.0.6
feat: switch license to Apache 2.0
Diffstat (limited to 'src/arm64')
-rw-r--r--src/arm64/arm64-30pin.c2
-rw-r--r--src/arm64/arm64-boot.S2
-rw-r--r--src/arm64/arm64-err.c2
-rw-r--r--src/arm64/arm64-start-context.S2
-rw-r--r--src/arm64/arm64-uart.c2
-rw-r--r--src/arm64/ci.make2
-rw-r--r--src/arm64/makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/arm64/arm64-30pin.c b/src/arm64/arm64-30pin.c
index 2ede2e4..1681eaf 100644
--- a/src/arm64/arm64-30pin.c
+++ b/src/arm64/arm64-30pin.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0.
------------------------------------------- */
diff --git a/src/arm64/arm64-boot.S b/src/arm64/arm64-boot.S
index 1f77371..087aeb8 100644
--- a/src/arm64/arm64-boot.S
+++ b/src/arm64/arm64-boot.S
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under Apache 2.0.
------------------------------------------- */
diff --git a/src/arm64/arm64-err.c b/src/arm64/arm64-err.c
index 68333ad..192df34 100644
--- a/src/arm64/arm64-err.c
+++ b/src/arm64/arm64-err.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0.
------------------------------------------- */
diff --git a/src/arm64/arm64-start-context.S b/src/arm64/arm64-start-context.S
index 315bcc1..8ffae5f 100644
--- a/src/arm64/arm64-start-context.S
+++ b/src/arm64/arm64-start-context.S
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0.
------------------------------------------- */
diff --git a/src/arm64/arm64-uart.c b/src/arm64/arm64-uart.c
index b0d31db..3e996b6 100644
--- a/src/arm64/arm64-uart.c
+++ b/src/arm64/arm64-uart.c
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0.
------------------------------------------- */
diff --git a/src/arm64/ci.make b/src/arm64/ci.make
index 2b0fed2..ed88b45 100644
--- a/src/arm64/ci.make
+++ b/src/arm64/ci.make
@@ -3,7 +3,7 @@
#
# NeBoot
# Date Added: 08/11/2023
- # Copyright 2024, Amlal El Mahrouss, all rights reserved.
+ # Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0.
#
# ========================================================
#
diff --git a/src/arm64/makefile b/src/arm64/makefile
index c4e7083..9460b98 100644
--- a/src/arm64/makefile
+++ b/src/arm64/makefile
@@ -3,7 +3,7 @@
#
# NeBoot
# Date Added: 08/11/2023
- # Copyright 2024, Amlal El Mahrouss, all rights reserved.
+ # Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0.
#
# ========================================================
#