diff options
Diffstat (limited to 'src')
30 files changed, 31 insertions, 31 deletions
diff --git a/src/32x0/32x0_boot.32x b/src/32x0/32x0_boot.32x index 5256293..2974bea 100644 --- a/src/32x0/32x0_boot.32x +++ b/src/32x0/32x0_boot.32x @@ -3,7 +3,7 @@ ;; interrupts: 0x800 (much like the 64x0) ;; brief: jump to main -;; Copyright 2024, Amlal El Mahrouss, all rights reserved. +;; Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0. %def ROMBOOT_BASE $1000 diff --git a/src/64x0/64x0_boot.64x b/src/64x0/64x0_boot.64x index 7fb6825..50503c4 100644 --- a/src/64x0/64x0_boot.64x +++ b/src/64x0/64x0_boot.64x @@ -3,7 +3,7 @@ # interrupts: 1M - 2048 # brief: jump to r16 which contains the code to jump on. -# Copyright 2024, Amlal El Mahrouss, all rights reserved. +# Copyright 2024, Amlal El Mahrouss, licensed under Apache 2.0. export .text __start lda r15, 0x7c00 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. # # ======================================================== # diff --git a/src/hal/neboot-ahci-driver.c b/src/hal/neboot-ahci-driver.c index 4b26a74..0b240a0 100644 --- a/src/hal/neboot-ahci-driver.c +++ b/src/hal/neboot-ahci-driver.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/hal/neboot-flash-driver.c b/src/hal/neboot-flash-driver.c index b46e242..8e1f02d 100644 --- a/src/hal/neboot-flash-driver.c +++ b/src/hal/neboot-flash-driver.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/neboot-bootnet.c b/src/neboot-bootnet.c index 73aff94..591d0be 100644 --- a/src/neboot-bootnet.c +++ b/src/neboot-bootnet.c @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2025, Amlal El Mahrouss, licensed under Apache 2.0. ------------------------------------------- */ diff --git a/src/neboot-cpu-api.c b/src/neboot-cpu-api.c index ac25602..662e6e9 100644 --- a/src/neboot-cpu-api.c +++ b/src/neboot-cpu-api.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/neboot-cxx-abi.cc b/src/neboot-cxx-abi.cc index ee622f8..024f067 100644 --- a/src/neboot-cxx-abi.cc +++ b/src/neboot-cxx-abi.cc @@ -1,7 +1,7 @@ /* ------------------------------------------- - Copyright (C) 2024, Amlal El Mahrouss, all rights reserved. - Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2024, Amlal El Mahrouss, licensed under Apache 2.0. + Copyright (C) 2025, Amlal El Mahrouss, licensed under Apache 2.0. ------------------------------------------- */ diff --git a/src/neboot-partition-map-parse.c b/src/neboot-partition-map-parse.c index 00df4ea..23c5acd 100644 --- a/src/neboot-partition-map-parse.c +++ b/src/neboot-partition-map-parse.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/neboot-partition-map.c b/src/neboot-partition-map.c index d27f534..24ea3eb 100644 --- a/src/neboot-partition-map.c +++ b/src/neboot-partition-map.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/neboot-pci-tree.c b/src/neboot-pci-tree.c index 832aa22..8207837 100644 --- a/src/neboot-pci-tree.c +++ b/src/neboot-pci-tree.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/neboot-print-name.c b/src/neboot-print-name.c index ae15373..d351947 100644 --- a/src/neboot-print-name.c +++ b/src/neboot-print-name.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/neboot-start.c b/src/neboot-start.c index 4d0032a..bc16cf9 100644 --- a/src/neboot-start.c +++ b/src/neboot-start.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/neboot-string.c b/src/neboot-string.c index 4ebe08a..f2bc99d 100644 --- a/src/neboot-string.c +++ b/src/neboot-string.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/ppc64/makefile b/src/ppc64/makefile index d046098..fb9757e 100644 --- a/src/ppc64/makefile +++ b/src/ppc64/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/ppc64/ppc64-err.c b/src/ppc64/ppc64-err.c index 8cde319..ae692bc 100644 --- a/src/ppc64/ppc64-err.c +++ b/src/ppc64/ppc64-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/ppc64/ppc64-hal.c b/src/ppc64/ppc64-hal.c index 949d4fa..0c43cb3 100644 --- a/src/ppc64/ppc64-hal.c +++ b/src/ppc64/ppc64-hal.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/ppc64/ppc64-uart.c b/src/ppc64/ppc64-uart.c index 0176e60..9e6e67c 100644 --- a/src/ppc64/ppc64-uart.c +++ b/src/ppc64/ppc64-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/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. ------------------------------------------- */ |
