diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 16:41:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-17 16:41:03 +0100 |
| commit | 21aee2b17cdd45c0dea247e0bf26a95767bc4470 (patch) | |
| tree | c4a0c6cf80bf5949c4498594e00c9074af164090 /src/rv64 | |
| parent | c8dff0d2bb5a7c622ae7a7831f6ce42ad6635473 (diff) | |
| parent | 443de826899acac5740a6ed582e214e14eb294b1 (diff) | |
Merge pull request #11 from nekernel-org/devv0.0.6
feat: switch license to Apache 2.0
Diffstat (limited to 'src/rv64')
| -rw-r--r-- | src/rv64/ci.make | 2 | ||||
| -rw-r--r-- | src/rv64/makefile | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-api.s | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-boot.s | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-err.c | 2 | ||||
| -rw-r--r-- | src/rv64/rv64-uart.c | 2 |
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. ------------------------------------------- */ |
