From d5397d2f3be6f3de742736e5d1fdfc3121879f70 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 21 Nov 2024 17:12:18 +0100 Subject: META: MKD has been open-sourced. MKD stands for Metal Kernel Distribution, under BSD-2 license. --- dev/SCIKit/CompilerHint.h | 2 +- dev/SCIKit/Foundation.h | 2 +- dev/SCIKit/LPC.h | 2 +- dev/SCIKit/Macros.h | 2 +- dev/SCIKit/SysCalls.h | 2 +- dev/SCIKit/src/DispatchSysCalls.asm | 2 +- dev/SCIKit/src/Makefile | 2 +- dev/SCIKit/src/MemoryMgr.cc | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'dev/SCIKit') diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h index 1026dfc0..49c6146a 100644 --- a/dev/SCIKit/CompilerHint.h +++ b/dev/SCIKit/CompilerHint.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/SCIKit/Foundation.h b/dev/SCIKit/Foundation.h index ad56a9b1..4a283992 100644 --- a/dev/SCIKit/Foundation.h +++ b/dev/SCIKit/Foundation.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. File: Foundation.h Purpose: SCIKit Foundation header. diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h index 685e0e43..af59804b 100644 --- a/dev/SCIKit/LPC.h +++ b/dev/SCIKit/LPC.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ diff --git a/dev/SCIKit/Macros.h b/dev/SCIKit/Macros.h index 170ff991..cd49acd0 100644 --- a/dev/SCIKit/Macros.h +++ b/dev/SCIKit/Macros.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. File: Macros.h Purpose: SCIKit Macros header. diff --git a/dev/SCIKit/SysCalls.h b/dev/SCIKit/SysCalls.h index 10844f3c..563c8d69 100644 --- a/dev/SCIKit/SysCalls.h +++ b/dev/SCIKit/SysCalls.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. +Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. File: Macros.h Purpose: SCIKit Macros header. diff --git a/dev/SCIKit/src/DispatchSysCalls.asm b/dev/SCIKit/src/DispatchSysCalls.asm index 49a2023a..d56f283f 100644 --- a/dev/SCIKit/src/DispatchSysCalls.asm +++ b/dev/SCIKit/src/DispatchSysCalls.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * SCI -;; * Copyright (C) 2024, EL Mahrouss Logic, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile index e7daa038..90da7b01 100644 --- a/dev/SCIKit/src/Makefile +++ b/dev/SCIKit/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) EL Mahrouss Logic, all rights reserved. +# (c) Amlal EL Mahrouss, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/SCIKit/src/MemoryMgr.cc b/dev/SCIKit/src/MemoryMgr.cc index 24ed66a2..bf8e1142 100644 --- a/dev/SCIKit/src/MemoryMgr.cc +++ b/dev/SCIKit/src/MemoryMgr.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, EL Mahrouss Logic, all rights reserved. + Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. ------------------------------------------- */ -- cgit v1.2.3