summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-11 22:26:34 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-11 22:26:34 +0100
commit2f72dc4a5de7836955c7cfda87e7e97a06e37837 (patch)
tree78b8aa31e0371c8b06179923eb8a75cf978f477a /dev/LibSCI
parentde4257fa16f6181fe4f500868e2500f6c837b500 (diff)
ADD: Rebrand.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI')
-rw-r--r--dev/LibSCI/CompilerHint.h2
-rw-r--r--dev/LibSCI/GPU.h2
-rw-r--r--dev/LibSCI/LPC.h2
-rw-r--r--dev/LibSCI/Macros.h2
-rw-r--r--dev/LibSCI/SCI.h2
-rw-r--r--dev/LibSCI/src/GPU.cc2
-rw-r--r--dev/LibSCI/src/LPC.cc2
-rw-r--r--dev/LibSCI/src/LibSCI+IO.asm2
-rw-r--r--dev/LibSCI/src/Makefile2
-rw-r--r--dev/LibSCI/src/SCI.cc2
10 files changed, 10 insertions, 10 deletions
diff --git a/dev/LibSCI/CompilerHint.h b/dev/LibSCI/CompilerHint.h
index ea824fc5..a452bd2d 100644
--- a/dev/LibSCI/CompilerHint.h
+++ b/dev/LibSCI/CompilerHint.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+ Copyright (C) 2024, t& Corporation, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibSCI/GPU.h b/dev/LibSCI/GPU.h
index 185c2c1f..43283591 100644
--- a/dev/LibSCI/GPU.h
+++ b/dev/LibSCI/GPU.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+Copyright (C) 2024, t& Corporation, all rights reserved.
File: GPU.h
Purpose: GFX System Calls.
diff --git a/dev/LibSCI/LPC.h b/dev/LibSCI/LPC.h
index a00d8249..5d45126c 100644
--- a/dev/LibSCI/LPC.h
+++ b/dev/LibSCI/LPC.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+ Copyright (C) 2024, t& Corporation, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibSCI/Macros.h b/dev/LibSCI/Macros.h
index 52608749..284efb6e 100644
--- a/dev/LibSCI/Macros.h
+++ b/dev/LibSCI/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+Copyright (C) 2024, t& Corporation, all rights reserved.
File: Macros.h
Purpose: LibSCI Macros header.
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h
index 69945d20..c5ad3066 100644
--- a/dev/LibSCI/SCI.h
+++ b/dev/LibSCI/SCI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+Copyright (C) 2024, t& Corporation, all rights reserved.
File: SCI.h
Purpose: System Calls.
diff --git a/dev/LibSCI/src/GPU.cc b/dev/LibSCI/src/GPU.cc
index 4f78e618..c7ba7756 100644
--- a/dev/LibSCI/src/GPU.cc
+++ b/dev/LibSCI/src/GPU.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+Copyright (C) 2024, t& Corporation, all rights reserved.
File: GPU.cc
Purpose: GPU Interface.
diff --git a/dev/LibSCI/src/LPC.cc b/dev/LibSCI/src/LPC.cc
index f3eb595c..cbbab195 100644
--- a/dev/LibSCI/src/LPC.cc
+++ b/dev/LibSCI/src/LPC.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+Copyright (C) 2024, t& Corporation, all rights reserved.
File: LPC.cc
Purpose: Local Procedure Codes.
diff --git a/dev/LibSCI/src/LibSCI+IO.asm b/dev/LibSCI/src/LibSCI+IO.asm
index d5371f91..ab572b9f 100644
--- a/dev/LibSCI/src/LibSCI+IO.asm
+++ b/dev/LibSCI/src/LibSCI+IO.asm
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * LibSCI
-;; * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, t& Corporation, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */
diff --git a/dev/LibSCI/src/Makefile b/dev/LibSCI/src/Makefile
index a32331a5..91a7a3a5 100644
--- a/dev/LibSCI/src/Makefile
+++ b/dev/LibSCI/src/Makefile
@@ -1,5 +1,5 @@
##################################################
-# (c) Theater Quality Corp, all rights reserved.
+# (c) t& Corporation, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/LibSCI/src/SCI.cc b/dev/LibSCI/src/SCI.cc
index a12e8f8d..5b78c4e6 100644
--- a/dev/LibSCI/src/SCI.cc
+++ b/dev/LibSCI/src/SCI.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Theater Quality Corp, all rights reserved.
+ Copyright (C) 2024, t& Corporation, all rights reserved.
------------------------------------------- */