summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-07 21:30:04 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-07 21:32:00 +0100
commite884b0d3b3c9f1900c858b82b3355c9e0518cba8 (patch)
treed3152ab9123a590fd709855a0e8b857db2d4a4f4 /dev/SCIKit/src
parent4c7ea58f5d5e495e8da6cfc7e1d52a3dfcf5a893 (diff)
ADD: Pushing changes to corporate's repository.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/SCIKit/src')
-rw-r--r--dev/SCIKit/src/GPU.cc4
-rw-r--r--dev/SCIKit/src/LPC.cc4
-rw-r--r--dev/SCIKit/src/Makefile2
-rw-r--r--dev/SCIKit/src/SCI.cc2
-rw-r--r--dev/SCIKit/src/SysCallDispatcher.asm2
5 files changed, 7 insertions, 7 deletions
diff --git a/dev/SCIKit/src/GPU.cc b/dev/SCIKit/src/GPU.cc
index 65168136..d91ce108 100644
--- a/dev/SCIKit/src/GPU.cc
+++ b/dev/SCIKit/src/GPU.cc
@@ -1,10 +1,10 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, ELMH GROUP, all rights reserved.
File: GPU.cc
Purpose: GPU Interface.
------------------------------------------- */
-#include <SCIKit/LPC.h> \ No newline at end of file
+#include <SCIKit/LPC.h>
diff --git a/dev/SCIKit/src/LPC.cc b/dev/SCIKit/src/LPC.cc
index b4de0a21..c3909462 100644
--- a/dev/SCIKit/src/LPC.cc
+++ b/dev/SCIKit/src/LPC.cc
@@ -1,10 +1,10 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, ELMH GROUP, all rights reserved.
File: LPC.cc
Purpose: Local Procedure Codes.
------------------------------------------- */
-#include <SCIKit/LPC.h> \ No newline at end of file
+#include <SCIKit/LPC.h>
diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile
index 6fb4cac7..6f9f0596 100644
--- a/dev/SCIKit/src/Makefile
+++ b/dev/SCIKit/src/Makefile
@@ -1,5 +1,5 @@
##################################################
-# (c) Amlal EL Mahrouss, all rights reserved.
+# (c) ELMH GROUP, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/SCIKit/src/SCI.cc b/dev/SCIKit/src/SCI.cc
index 30b69476..786e56e7 100644
--- a/dev/SCIKit/src/SCI.cc
+++ b/dev/SCIKit/src/SCI.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, ELMH GROUP, all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/src/SysCallDispatcher.asm b/dev/SCIKit/src/SysCallDispatcher.asm
index d56f283f..deea6f9e 100644
--- a/dev/SCIKit/src/SysCallDispatcher.asm
+++ b/dev/SCIKit/src/SysCallDispatcher.asm
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * SCI
-;; * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, ELMH GROUP, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */