diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-21 01:37:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-21 01:37:12 +0100 |
| commit | c464e5800961c809c73d4180f8a66885b53c63d7 (patch) | |
| tree | 3db42241d514cf0e85b3ae6a3a1b17fa7ccf0f3b /dev/launch | |
| parent | f8b1d8bc7e7738a4c3e55b5492106f06ab4cb971 (diff) | |
meta: Codebase improvements on NeKernel.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/launch')
| -rw-r--r-- | dev/launch/LaunchKit/Foundation.h | 6 | ||||
| -rw-r--r-- | dev/launch/src/AppMain.cc | 4 | ||||
| -rw-r--r-- | dev/launch/src/CRuntimeZero.S | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/dev/launch/LaunchKit/Foundation.h b/dev/launch/LaunchKit/Foundation.h index 65bc3312..d7eb901f 100644 --- a/dev/launch/LaunchKit/Foundation.h +++ b/dev/launch/LaunchKit/Foundation.h @@ -1,13 +1,13 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - ------------------------------------------- */ + ======================================== */ #pragma once -#include <libSystem/SystemKit/System.h> #include <CoreFoundation.fwrk/headers/Ref.h> +#include <libSystem/SystemKit/System.h> /// @author Amlal El Mahrouss /// @brief NeKernel Launch Kit - launch programs from it. diff --git a/dev/launch/src/AppMain.cc b/dev/launch/src/AppMain.cc index b75b928a..10e9ff2b 100644 --- a/dev/launch/src/AppMain.cc +++ b/dev/launch/src/AppMain.cc @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - ------------------------------------------- */ + ======================================== */ #include <LaunchKit/Foundation.h> #include <libSystem/SystemKit/Err.h> diff --git a/dev/launch/src/CRuntimeZero.S b/dev/launch/src/CRuntimeZero.S index f24edeaa..4f983b46 100644 --- a/dev/launch/src/CRuntimeZero.S +++ b/dev/launch/src/CRuntimeZero.S @@ -1,8 +1,8 @@ -/* ------------------------------------------- +/* ======================================== Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - ------------------------------------------- */ + ======================================== */ .text |
