diff options
Diffstat (limited to 'dev/SCIKit/src')
| -rw-r--r-- | dev/SCIKit/src/GPU.cc | 2 | ||||
| -rw-r--r-- | dev/SCIKit/src/LPC.cc | 2 | ||||
| -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, 5 insertions, 5 deletions
diff --git a/dev/SCIKit/src/GPU.cc b/dev/SCIKit/src/GPU.cc index afba5bc4..012c46c6 100644 --- a/dev/SCIKit/src/GPU.cc +++ b/dev/SCIKit/src/GPU.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Incorporated., all rights reserved. +Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. File: GPU.cc Purpose: GPU Interface. diff --git a/dev/SCIKit/src/LPC.cc b/dev/SCIKit/src/LPC.cc index d7ca79cd..d5478539 100644 --- a/dev/SCIKit/src/LPC.cc +++ b/dev/SCIKit/src/LPC.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Incorporated., all rights reserved. +Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved. File: LPC.cc Purpose: Local Procedure Codes. diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile index a8fe4734..6fb4cac7 100644 --- a/dev/SCIKit/src/Makefile +++ b/dev/SCIKit/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) Theater Quality Incorporated., all rights reserved. +# (c) Amlal EL Mahrouss, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/SCIKit/src/SCI.cc b/dev/SCIKit/src/SCI.cc index 8938c98a..30b69476 100644 --- a/dev/SCIKit/src/SCI.cc +++ b/dev/SCIKit/src/SCI.cc @@ -1,6 +1,6 @@ /* -------------------------------------------
- Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
+ Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/src/SysCallDispatcher.asm b/dev/SCIKit/src/SysCallDispatcher.asm index 961f8c3b..d56f283f 100644 --- a/dev/SCIKit/src/SysCallDispatcher.asm +++ b/dev/SCIKit/src/SysCallDispatcher.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * SCI -;; * Copyright (C) 2024, Theater Quality Incorporated., all rights reserved., all rights reserved. +;; * Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ |
