diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 18:39:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-11-05 19:15:21 +0100 |
| commit | 907bcb5db72f343449f166b018617d5377a3dae1 (patch) | |
| tree | 2ee5786182c289efb95c6aa9a7538c2538dc85af /dev/SCIKit | |
| parent | 26be2b7f3c6a220c4d24e691dd243a8423362f82 (diff) | |
Update copyright holder (add LICENSE as well)
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@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/ReadMe.md | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/DispatchSysCalls.asm | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/Foundation.cc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h index ad7a4cf7..66b28e99 100644 --- a/dev/SCIKit/CompilerHint.h +++ b/dev/SCIKit/CompilerHint.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright EL Mahrouss Logic. + Copyright Amlal EL Mahrouss. ------------------------------------------- */ diff --git a/dev/SCIKit/Foundation.h b/dev/SCIKit/Foundation.h index c1f60997..134e34dd 100644 --- a/dev/SCIKit/Foundation.h +++ b/dev/SCIKit/Foundation.h @@ -1,6 +1,6 @@ /* -------------------------------------------
-Copyright EL Mahrouss Logic.
+Copyright Amlal EL Mahrouss.
File: sci_base.h
Purpose: SCI core header file (C++ only).
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h index 832deb99..d3477d88 100644 --- a/dev/SCIKit/LPC.h +++ b/dev/SCIKit/LPC.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright EL Mahrouss Logic. + Copyright Amlal EL Mahrouss. ------------------------------------------- */ diff --git a/dev/SCIKit/ReadMe.md b/dev/SCIKit/ReadMe.md index ef63dc77..26e3c220 100644 --- a/dev/SCIKit/ReadMe.md +++ b/dev/SCIKit/ReadMe.md @@ -2,4 +2,4 @@ System Call and Component Interface, used maninly to communicate with Kernel and registered objects.
-###### (c) EL Mahrouss Logic, all rights reserved.
+###### (c) Amlal EL Mahrouss, all rights reserved.
diff --git a/dev/SCIKit/src/DispatchSysCalls.asm b/dev/SCIKit/src/DispatchSysCalls.asm index d0a8054e..bc40f410 100644 --- a/dev/SCIKit/src/DispatchSysCalls.asm +++ b/dev/SCIKit/src/DispatchSysCalls.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * ZKA -;; * Copyright EL Mahrouss Logic., all rights reserved. +;; * Copyright Amlal EL Mahrouss., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/SCIKit/src/Foundation.cc b/dev/SCIKit/src/Foundation.cc index c0723c93..3d9f4734 100644 --- a/dev/SCIKit/src/Foundation.cc +++ b/dev/SCIKit/src/Foundation.cc @@ -1,6 +1,6 @@ /* -------------------------------------------
- Copyright EL Mahrouss Logic.
+ Copyright Amlal EL Mahrouss.
------------------------------------------- */
|
