From 3434b2e1e27fc908e25008659d529d1cfc5efa46 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 15:14:08 +0100 Subject: chore: upstream fixes. Signed-off-by: Amlal El Mahrouss --- src/ppc64/ppc64-boot.S | 2 +- src/ppc64/ppc64-err.c | 2 +- src/ppc64/ppc64-hal.c | 2 +- src/ppc64/ppc64-uart.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/ppc64') diff --git a/src/ppc64/ppc64-boot.S b/src/ppc64/ppc64-boot.S index 6bf3c29..2c11eb2 100644 --- a/src/ppc64/ppc64-boot.S +++ b/src/ppc64/ppc64-boot.S @@ -2,7 +2,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/neboot */ .balign 4 diff --git a/src/ppc64/ppc64-err.c b/src/ppc64/ppc64-err.c index 6ade80a..d786a80 100644 --- a/src/ppc64/ppc64-err.c +++ b/src/ppc64/ppc64-err.c @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/neboot #include diff --git a/src/ppc64/ppc64-hal.c b/src/ppc64/ppc64-hal.c index 07d397b..cd8ab4f 100644 --- a/src/ppc64/ppc64-hal.c +++ b/src/ppc64/ppc64-hal.c @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/neboot #include #include diff --git a/src/ppc64/ppc64-uart.c b/src/ppc64/ppc64-uart.c index c081ac7..0ba7692 100644 --- a/src/ppc64/ppc64-uart.c +++ b/src/ppc64/ppc64-uart.c @@ -1,7 +1,7 @@ // 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 +// Official repository: https://github.com/ne-foss-org/neboot #include #include -- cgit v1.2.3