summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-12 19:51:43 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-12 19:51:43 +0100
commit9c17f7485899dd007f1f2e1507c3b05cc29265c9 (patch)
treecfeca034bab5dfe22d7421549d5214f2c8c324fa /dev/SCIKit
parent51860741562f2486a5134dae60311919bcf13785 (diff)
META: Update ZKA with TQ banner.
Diffstat (limited to 'dev/SCIKit')
-rw-r--r--dev/SCIKit/CompilerHint.h2
-rw-r--r--dev/SCIKit/GPU.h2
-rw-r--r--dev/SCIKit/LPC.h2
-rw-r--r--dev/SCIKit/Macros.h2
-rw-r--r--dev/SCIKit/SCI.h2
-rw-r--r--dev/SCIKit/SysCalls.h2
-rw-r--r--dev/SCIKit/src/GPU.cc2
-rw-r--r--dev/SCIKit/src/LPC.cc2
-rw-r--r--dev/SCIKit/src/Makefile2
-rw-r--r--dev/SCIKit/src/SCI.cc2
-rw-r--r--dev/SCIKit/src/SysCallDispatcher.asm2
11 files changed, 11 insertions, 11 deletions
diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h
index 246a57b2..7fbe282a 100644
--- a/dev/SCIKit/CompilerHint.h
+++ b/dev/SCIKit/CompilerHint.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, ELMH GROUP, all rights reserved.
+ Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/GPU.h b/dev/SCIKit/GPU.h
index 93f87f7c..b29c0271 100644
--- a/dev/SCIKit/GPU.h
+++ b/dev/SCIKit/GPU.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, ELMH GROUP, all rights reserved.
+Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
File: GPU.h
Purpose: GFX System Calls.
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h
index fc618c2e..bda5ad51 100644
--- a/dev/SCIKit/LPC.h
+++ b/dev/SCIKit/LPC.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, ELMH GROUP, all rights reserved.
+ Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/Macros.h b/dev/SCIKit/Macros.h
index 0ce8f5fc..49fd8e48 100644
--- a/dev/SCIKit/Macros.h
+++ b/dev/SCIKit/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, ELMH GROUP, all rights reserved.
+Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
File: Macros.h
Purpose: SCIKit Macros header.
diff --git a/dev/SCIKit/SCI.h b/dev/SCIKit/SCI.h
index 571e592b..b6718dd7 100644
--- a/dev/SCIKit/SCI.h
+++ b/dev/SCIKit/SCI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, ELMH GROUP, all rights reserved.
+Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
File: SCI.h
Purpose: System Calls.
diff --git a/dev/SCIKit/SysCalls.h b/dev/SCIKit/SysCalls.h
index cecaca2c..c8a78a5d 100644
--- a/dev/SCIKit/SysCalls.h
+++ b/dev/SCIKit/SysCalls.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, ELMH GROUP, all rights reserved.
+Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
File: Macros.h
Purpose: SCIKit Macros header.
diff --git a/dev/SCIKit/src/GPU.cc b/dev/SCIKit/src/GPU.cc
index d91ce108..afba5bc4 100644
--- a/dev/SCIKit/src/GPU.cc
+++ b/dev/SCIKit/src/GPU.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, ELMH GROUP, all rights reserved.
+Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
File: GPU.cc
Purpose: GPU Interface.
diff --git a/dev/SCIKit/src/LPC.cc b/dev/SCIKit/src/LPC.cc
index c3909462..d7ca79cd 100644
--- a/dev/SCIKit/src/LPC.cc
+++ b/dev/SCIKit/src/LPC.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, ELMH GROUP, all rights reserved.
+Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
File: LPC.cc
Purpose: Local Procedure Codes.
diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile
index 6f9f0596..a8fe4734 100644
--- a/dev/SCIKit/src/Makefile
+++ b/dev/SCIKit/src/Makefile
@@ -1,5 +1,5 @@
##################################################
-# (c) ELMH GROUP, all rights reserved.
+# (c) Theater Quality Incorporated., all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/SCIKit/src/SCI.cc b/dev/SCIKit/src/SCI.cc
index 786e56e7..8938c98a 100644
--- a/dev/SCIKit/src/SCI.cc
+++ b/dev/SCIKit/src/SCI.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, ELMH GROUP, all rights reserved.
+ Copyright (C) 2024, Theater Quality Incorporated., all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/src/SysCallDispatcher.asm b/dev/SCIKit/src/SysCallDispatcher.asm
index deea6f9e..961f8c3b 100644
--- a/dev/SCIKit/src/SysCallDispatcher.asm
+++ b/dev/SCIKit/src/SysCallDispatcher.asm
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * SCI
-;; * Copyright (C) 2024, ELMH GROUP, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, Theater Quality Incorporated., all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */