diff options
Diffstat (limited to 'dev/launch')
| -rw-r--r-- | dev/launch/LaunchKit/Foundation.h | 2 | ||||
| -rw-r--r-- | dev/launch/src/AppMain.cc | 4 | ||||
| -rw-r--r-- | dev/launch/src/CRuntimeZero.S | 2 |
3 files changed, 4 insertions, 4 deletions
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 eef95fba..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. ------------------------------------------- */ @@ -10,7 +10,7 @@ /// @note This called by _NeMain from its own runtime. extern "C" SInt32 nelaunch_startup_fn(Void) { - /// @todo Start LaunchServices.fwrk services, make the launcher manageable too (via mgmt.launch) + /// @todo Start LaunchHelpers.fwrk services, make the launcher manageable too (via mgmt.launch) NELAUNCH_INFO("Turning on launcher..."); 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. ------------------------------------------- */ |
