diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:02:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:03:39 +0100 |
| commit | 791fcd646503f05617f22e6006c115095746da26 (patch) | |
| tree | 137a91eb22d1a9207fd4322ced08c3b6388c5eb5 /dev/libSystem/src | |
| parent | dadb78818a47349ee4dcde6b545e0466af5e83d1 (diff) | |
feat: NeKernel is now under the Apache 2.0 license.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libSystem/src')
| -rw-r--r-- | dev/libSystem/src/JailCalls.cc | 2 | ||||
| -rw-r--r-- | dev/libSystem/src/Makefile | 2 | ||||
| -rw-r--r-- | dev/libSystem/src/SystemCalls.cc | 2 | ||||
| -rw-r--r-- | dev/libSystem/src/SystemCallsABI+AMD64.asm | 2 | ||||
| -rw-r--r-- | dev/libSystem/src/Utils.cc | 2 | ||||
| -rw-r--r-- | dev/libSystem/src/VerifyCalls.cc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev/libSystem/src/JailCalls.cc b/dev/libSystem/src/JailCalls.cc index 5cb47bb5..71fe2e93 100644 --- a/dev/libSystem/src/JailCalls.cc +++ b/dev/libSystem/src/JailCalls.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/libSystem/src/Makefile b/dev/libSystem/src/Makefile index ea8e9905..622223b4 100644 --- a/dev/libSystem/src/Makefile +++ b/dev/libSystem/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) Amlal El Mahrouss and NeKernel contributors, all rights reserved. +# (c) Amlal El Mahrouss and NeKernel contributors, licensed under the Apache 2.0 license. # This file is for libSystem.dll's syscall stubs. ################################################## diff --git a/dev/libSystem/src/SystemCalls.cc b/dev/libSystem/src/SystemCalls.cc index 3d7a7447..07c86ff9 100644 --- a/dev/libSystem/src/SystemCalls.cc +++ b/dev/libSystem/src/SystemCalls.cc @@ -1,6 +1,6 @@ /* -------------------------------------------
- Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license.
------------------------------------------- */
diff --git a/dev/libSystem/src/SystemCallsABI+AMD64.asm b/dev/libSystem/src/SystemCallsABI+AMD64.asm index da19f41f..dd8fc9e8 100644 --- a/dev/libSystem/src/SystemCallsABI+AMD64.asm +++ b/dev/libSystem/src/SystemCallsABI+AMD64.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * libSystem/src/SystemCallsABI+AMD64.asm -;; * Copyright (C) 2024-2025, Amlal El Mahrouss, all rights reserved. +;; * Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. ;; * ;; * ======================================================== ;; */ diff --git a/dev/libSystem/src/Utils.cc b/dev/libSystem/src/Utils.cc index 0688cd57..cf4f41e7 100644 --- a/dev/libSystem/src/Utils.cc +++ b/dev/libSystem/src/Utils.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/libSystem/src/VerifyCalls.cc b/dev/libSystem/src/VerifyCalls.cc index 078f921b..0beb760b 100644 --- a/dev/libSystem/src/VerifyCalls.cc +++ b/dev/libSystem/src/VerifyCalls.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. ------------------------------------------- */ |
