diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-11-26 11:34:48 +0100 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-11-26 11:34:48 +0100 |
| commit | 21d71d46e7cb8d09a81119816c9ff390a521492d (patch) | |
| tree | 887b63748ae08c555203c0d0f2b0be583f27dc77 /dev/SCIKit | |
| parent | 476e896ba9169b4b71c1e80d3e44dd006934b3e5 (diff) | |
ELMH Group takes ownership of the code.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
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/MemoryMgr.cc | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h index 1026dfc0..60838479 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, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/SCIKit/Foundation.h b/dev/SCIKit/Foundation.h index ad56a9b1..ba186511 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, ELMH Group, all rights reserved.
File: Foundation.h
Purpose: SCIKit Foundation header.
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h index 685e0e43..918cab17 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, ELMH Group, all rights reserved. ------------------------------------------- */ diff --git a/dev/SCIKit/Macros.h b/dev/SCIKit/Macros.h index 170ff991..9a731787 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, ELMH Group, all rights reserved. File: Macros.h Purpose: SCIKit Macros header. diff --git a/dev/SCIKit/SysCalls.h b/dev/SCIKit/SysCalls.h index 10844f3c..a7b196b8 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, ELMH Group, 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..368e8a92 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, ELMH Group, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/SCIKit/src/MemoryMgr.cc b/dev/SCIKit/src/MemoryMgr.cc index 24ed66a2..ea9e6ad3 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, ELMH Group, all rights reserved.
------------------------------------------- */
|
