summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/src
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCIKit/src')
-rw-r--r--dev/SCIKit/src/DispatchSysCalls.asm2
-rw-r--r--dev/SCIKit/src/Makefile2
-rw-r--r--dev/SCIKit/src/MemoryMgr.cc2
3 files changed, 3 insertions, 3 deletions
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.
------------------------------------------- */