diff options
Diffstat (limited to 'dev/SCIKit/src')
| -rw-r--r-- | dev/SCIKit/src/GPU.cc | 4 | ||||
| -rw-r--r-- | dev/SCIKit/src/LPC.cc | 4 | ||||
| -rw-r--r-- | dev/SCIKit/src/Makefile | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/SCI.cc | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/SysCallDispatcher.asm | 2 |
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. ;; * ;; * ======================================================== ;; */ |
