summaryrefslogtreecommitdiffhomepage
path: root/src/rv64
diff options
context:
space:
mode:
Diffstat (limited to 'src/rv64')
-rw-r--r--src/rv64/ci.make2
-rw-r--r--src/rv64/makefile2
-rw-r--r--src/rv64/rv64-api.s2
-rw-r--r--src/rv64/rv64-boot.s2
-rw-r--r--src/rv64/rv64-err.c2
-rw-r--r--src/rv64/rv64-uart.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/rv64/ci.make b/src/rv64/ci.make
index c9936dd..d524fee 100644
--- a/src/rv64/ci.make
+++ b/src/rv64/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/rv64/makefile b/src/rv64/makefile
index c9936dd..d524fee 100644
--- a/src/rv64/makefile
+++ b/src/rv64/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.
#
# ========================================================
#
diff --git a/src/rv64/rv64-api.s b/src/rv64/rv64-api.s
index 29ee302..ee8b03c 100644
--- a/src/rv64/rv64-api.s
+++ b/src/rv64/rv64-api.s
@@ -1,7 +1,7 @@
# ====================================
#
# Amlal El Mahrouss NeBoot
-# (c) Amlal El Mahrouss all rights reserved.
+# (c) Amlal El Mahrouss licensed under Apache 2.0.
#
# Purpose: Assembler API for RISC-V
#
diff --git a/src/rv64/rv64-boot.s b/src/rv64/rv64-boot.s
index c51a398..7bd2add 100644
--- a/src/rv64/rv64-boot.s
+++ b/src/rv64/rv64-boot.s
@@ -2,7 +2,7 @@
* ========================================================
*
* NeBoot
- * Copyright 2024, Amlal El Mahrouss, all rights reserved.
+ * Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0.
*
* Purpose: Startup code for RISC-V.
*
diff --git a/src/rv64/rv64-err.c b/src/rv64/rv64-err.c
index fb8f7f7..a16b703 100644
--- a/src/rv64/rv64-err.c
+++ b/src/rv64/rv64-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/rv64/rv64-uart.c b/src/rv64/rv64-uart.c
index c69d302..f92041c 100644
--- a/src/rv64/rv64-uart.c
+++ b/src/rv64/rv64-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.
------------------------------------------- */