From 7f941a7ac99bcc4afb7deba7f87ddef8629b7add Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 2 Mar 2026 15:06:58 +0100 Subject: chore: upstream fixes. Signed-off-by: Amlal El Mahrouss --- src/launch/LaunchKit/Foundation.h | 2 +- src/launch/src/CRuntimeZero.S | 2 +- src/launch/src/RuntimeMain.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/launch') diff --git a/src/launch/LaunchKit/Foundation.h b/src/launch/LaunchKit/Foundation.h index acf79955..df0d7770 100644 --- a/src/launch/LaunchKit/Foundation.h +++ b/src/launch/LaunchKit/Foundation.h @@ -1,6 +1,6 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #ifndef LAUNCHKIT_FOUNDATION_H #define LAUNCHKIT_FOUNDATION_H diff --git a/src/launch/src/CRuntimeZero.S b/src/launch/src/CRuntimeZero.S index 9ace3bbf..f8476d6a 100644 --- a/src/launch/src/CRuntimeZero.S +++ b/src/launch/src/CRuntimeZero.S @@ -1,6 +1,6 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel .text diff --git a/src/launch/src/RuntimeMain.cpp b/src/launch/src/RuntimeMain.cpp index 39c5f0f4..2b09d6ce 100644 --- a/src/launch/src/RuntimeMain.cpp +++ b/src/launch/src/RuntimeMain.cpp @@ -1,6 +1,6 @@ // Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) // Licensed under the Apache License, Version 2.0 (see LICENSE file) -// Official repository: https://github.com/nekernel-org/nekernel +// Official repository: https://github.com/ne-foss-org/nekernel #include #include -- cgit v1.2.3