diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/kernel/src/PEFCodeMgr.cc | 2 | ||||
| -rw-r--r-- | src/libDDK/src/ddk_io.c | 2 | ||||
| -rw-r--r-- | src/libSystem/src/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -89,6 +89,6 @@ This project is licensed under the [Apache-2.0 License](LICENSE). <div align="center"> <sub> - © 2024-2025 Amlal El Mahrouss & NeKernel contributors. Licensed under the Apache 2.0 license. + © 2024-2025 Amlal El Mahrouss & NeKernel Authors. Licensed under the Apache 2.0 license. </sub> </div> diff --git a/src/kernel/src/PEFCodeMgr.cc b/src/kernel/src/PEFCodeMgr.cc index 25d270b8..7f87b58a 100644 --- a/src/kernel/src/PEFCodeMgr.cc +++ b/src/kernel/src/PEFCodeMgr.cc @@ -1,7 +1,7 @@ /* ======================================== Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. - Copyright (C) 2025, Amlal El Mahrouss & NeKernel contributors, licensed under the Apache 2.0 + Copyright (C) 2025, Amlal El Mahrouss & NeKernel Authors, licensed under the Apache 2.0 license. ======================================== */ diff --git a/src/libDDK/src/ddk_io.c b/src/libDDK/src/ddk_io.c index 07287b91..b014d0b2 100644 --- a/src/libDDK/src/ddk_io.c +++ b/src/libDDK/src/ddk_io.c @@ -1,7 +1,7 @@ /* ======================================== libDDK - Device Driver Kit - Copyright 2025 - Amlal El Mahrouss and NeKernel contributors. + Copyright 2025 - Amlal El Mahrouss and NeKernel Authors. File: ddk_io.c Purpose: DDK Text I/O. diff --git a/src/libSystem/src/Makefile b/src/libSystem/src/Makefile index 622223b4..a23fd558 100644 --- a/src/libSystem/src/Makefile +++ b/src/libSystem/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) Amlal El Mahrouss and NeKernel contributors, licensed under the Apache 2.0 license. +# (c) Amlal El Mahrouss and NeKernel Authors, licensed under the Apache 2.0 license. # This file is for libSystem.dll's syscall stubs. ################################################## |
