From 791fcd646503f05617f22e6006c115095746da26 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 17 Nov 2025 10:02:59 +0100 Subject: feat: NeKernel is now under the Apache 2.0 license. Signed-off-by: Amlal El Mahrouss --- dev/launch/LaunchKit/Foundation.h | 2 +- dev/launch/src/AppMain.cc | 2 +- dev/launch/src/CRuntimeZero.S | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/launch') diff --git a/dev/launch/LaunchKit/Foundation.h b/dev/launch/LaunchKit/Foundation.h index 24df46f6..65bc3312 100644 --- a/dev/launch/LaunchKit/Foundation.h +++ b/dev/launch/LaunchKit/Foundation.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ------------------------------------------- */ diff --git a/dev/launch/src/AppMain.cc b/dev/launch/src/AppMain.cc index ae9917bc..94b0ba35 100644 --- a/dev/launch/src/AppMain.cc +++ b/dev/launch/src/AppMain.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ------------------------------------------- */ diff --git a/dev/launch/src/CRuntimeZero.S b/dev/launch/src/CRuntimeZero.S index 73fa5352..f24edeaa 100644 --- a/dev/launch/src/CRuntimeZero.S +++ b/dev/launch/src/CRuntimeZero.S @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2025, Amlal El Mahrouss, all rights reserved. + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ------------------------------------------- */ -- cgit v1.2.3