diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:12:18 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-21 17:12:18 +0100 |
| commit | d5397d2f3be6f3de742736e5d1fdfc3121879f70 (patch) | |
| tree | 5c572a584048197ebe028a2d1416691cdb7c31ff /dev/SCIKit | |
| parent | ee8f9bbe865917566530eb22cdbce9ad2e7d28a9 (diff) | |
META: MKD has been open-sourced.
MKD stands for Metal Kernel Distribution, under BSD-2 license.
Diffstat (limited to 'dev/SCIKit')
| -rw-r--r-- | dev/SCIKit/CompilerHint.h | 2 | ||||
| -rw-r--r-- | dev/SCIKit/Foundation.h | 2 | ||||
| -rw-r--r-- | dev/SCIKit/LPC.h | 2 | ||||
| -rw-r--r-- | dev/SCIKit/Macros.h | 2 | ||||
| -rw-r--r-- | dev/SCIKit/SysCalls.h | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/DispatchSysCalls.asm | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/Makefile | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/MemoryMgr.cc | 2 |
8 files changed, 8 insertions, 8 deletions
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.
------------------------------------------- */
|
