summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-06 09:00:57 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-11-06 09:00:57 +0100
commitc98a9538d859123d48d9534f5e75e39bf3d89ed0 (patch)
tree8f6d2b17413da2654a80da3927a598ed7e3bf17e /dev/SCIKit
parentdae34fe2db8827de776396c979c2bf79681edb9a (diff)
Opening source code, might liberate it too.
Diffstat (limited to 'dev/SCIKit')
-rw-r--r--dev/SCIKit/CompilerHint.h2
-rw-r--r--dev/SCIKit/Foundation.h2
-rw-r--r--dev/SCIKit/LPC.h2
-rw-r--r--dev/SCIKit/ReadMe.md2
-rw-r--r--dev/SCIKit/src/DispatchSysCalls.asm2
-rw-r--r--dev/SCIKit/src/Foundation.cc2
6 files changed, 6 insertions, 6 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 aeef7928..7af7db4c 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 c81554d4..56a3afeb 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/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 337e9533..f1668e21 100644
--- a/dev/SCIKit/src/DispatchSysCalls.asm
+++ b/dev/SCIKit/src/DispatchSysCalls.asm
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * ZKA
-;; * 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/Foundation.cc b/dev/SCIKit/src/Foundation.cc
index e58a61ce..e280aab8 100644
--- a/dev/SCIKit/src/Foundation.cc
+++ b/dev/SCIKit/src/Foundation.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */