summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit
diff options
context:
space:
mode:
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 319e924c..3365bac2 100644
--- a/dev/SCIKit/CompilerHint.h
+++ b/dev/SCIKit/CompilerHint.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Theater Quality Inc, all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/GPU.h b/dev/SCIKit/GPU.h
index cc48dc1a..a7e3dd92 100644
--- a/dev/SCIKit/GPU.h
+++ b/dev/SCIKit/GPU.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, Theater Quality Inc, all rights reserved.
File: GPU.h
Purpose: GFX System Calls.
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h
index 51467fcf..b0e9e456 100644
--- a/dev/SCIKit/LPC.h
+++ b/dev/SCIKit/LPC.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024, Theater Quality Inc, all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/Macros.h b/dev/SCIKit/Macros.h
index fa15209f..9523725c 100644
--- a/dev/SCIKit/Macros.h
+++ b/dev/SCIKit/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, Theater Quality Inc, all rights reserved.
File: Macros.h
Purpose: SCIKit Macros header.
diff --git a/dev/SCIKit/SCI.h b/dev/SCIKit/SCI.h
index 54dd71fb..7d200950 100644
--- a/dev/SCIKit/SCI.h
+++ b/dev/SCIKit/SCI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, Theater Quality Inc, all rights reserved.
File: SCI.h
Purpose: System Calls.
diff --git a/dev/SCIKit/SysCalls.h b/dev/SCIKit/SysCalls.h
index 4ca37be9..1f87134a 100644
--- a/dev/SCIKit/SysCalls.h
+++ b/dev/SCIKit/SysCalls.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, Theater Quality Inc, 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 012c46c6..cb21dae5 100644
--- a/dev/SCIKit/src/GPU.cc
+++ b/dev/SCIKit/src/GPU.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, Theater Quality Inc, all rights reserved.
File: GPU.cc
Purpose: GPU Interface.
diff --git a/dev/SCIKit/src/LPC.cc b/dev/SCIKit/src/LPC.cc
index d5478539..2dcfc415 100644
--- a/dev/SCIKit/src/LPC.cc
+++ b/dev/SCIKit/src/LPC.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Amlal EL Mahrouss, all rights reserved.
+Copyright (C) 2024, Theater Quality Inc, all rights reserved.
File: LPC.cc
Purpose: Local Procedure Codes.
diff --git a/dev/SCIKit/src/Makefile b/dev/SCIKit/src/Makefile
index 6fb4cac7..b14cc60d 100644
--- a/dev/SCIKit/src/Makefile
+++ b/dev/SCIKit/src/Makefile
@@ -1,5 +1,5 @@
##################################################
-# (c) Amlal EL Mahrouss, all rights reserved.
+# (c) Theater Quality Inc, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/SCIKit/src/SCI.cc b/dev/SCIKit/src/SCI.cc
index 30b69476..a5ccdc23 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, Theater Quality Inc, all rights reserved.
------------------------------------------- */
diff --git a/dev/SCIKit/src/SysCallDispatcher.asm b/dev/SCIKit/src/SysCallDispatcher.asm
index d56f283f..2f52796b 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, Theater Quality Inc, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */