diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:44:37 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-12-28 05:44:37 +0100 |
| commit | bc305c8805547a19292dc709ae8c494b42606ffb (patch) | |
| tree | 0e16566ec3b978962a7fc81e9a66ae02275d09ce /dev/LibSCI | |
| parent | 39a561438c00a2d578cc6868601a850ce7cae703 (diff) | |
IMPL: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI')
| -rw-r--r-- | dev/LibSCI/CompilerHint.h | 2 | ||||
| -rw-r--r-- | dev/LibSCI/GPU.h | 2 | ||||
| -rw-r--r-- | dev/LibSCI/LPC.h | 2 | ||||
| -rw-r--r-- | dev/LibSCI/Macros.h | 2 | ||||
| -rw-r--r-- | dev/LibSCI/SCI.h | 2 | ||||
| -rw-r--r-- | dev/LibSCI/SysCalls.h | 2 | ||||
| -rw-r--r-- | dev/LibSCI/src/GPU.cc | 2 | ||||
| -rw-r--r-- | dev/LibSCI/src/LPC.cc | 2 | ||||
| -rw-r--r-- | dev/LibSCI/src/LibSCI+IO.asm | 2 | ||||
| -rw-r--r-- | dev/LibSCI/src/Makefile | 2 | ||||
| -rw-r--r-- | dev/LibSCI/src/SCI.cc | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/dev/LibSCI/CompilerHint.h b/dev/LibSCI/CompilerHint.h index 3365bac2..ea824fc5 100644 --- a/dev/LibSCI/CompilerHint.h +++ b/dev/LibSCI/CompilerHint.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, Theater Quality Corp, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibSCI/GPU.h b/dev/LibSCI/GPU.h index 8a1af4ca..2b0189e7 100644 --- a/dev/LibSCI/GPU.h +++ b/dev/LibSCI/GPU.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Inc, all rights reserved. +Copyright (C) 2024, Theater Quality Corp, all rights reserved. File: GPU.h Purpose: GFX System Calls. diff --git a/dev/LibSCI/LPC.h b/dev/LibSCI/LPC.h index 717c32ec..d178effd 100644 --- a/dev/LibSCI/LPC.h +++ b/dev/LibSCI/LPC.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, Theater Quality Corp, all rights reserved. ------------------------------------------- */ diff --git a/dev/LibSCI/Macros.h b/dev/LibSCI/Macros.h index 5443252c..092ea30e 100644 --- a/dev/LibSCI/Macros.h +++ b/dev/LibSCI/Macros.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Inc, all rights reserved. +Copyright (C) 2024, Theater Quality Corp, all rights reserved. File: Macros.h Purpose: LibSCI Macros header. diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h index 5b32a2fd..966ef8d6 100644 --- a/dev/LibSCI/SCI.h +++ b/dev/LibSCI/SCI.h @@ -1,6 +1,6 @@ /* -------------------------------------------
-Copyright (C) 2024, Theater Quality Inc, all rights reserved.
+Copyright (C) 2024, Theater Quality Corp, all rights reserved.
File: SCI.h
Purpose: System Calls.
diff --git a/dev/LibSCI/SysCalls.h b/dev/LibSCI/SysCalls.h index 10556000..5a04675d 100644 --- a/dev/LibSCI/SysCalls.h +++ b/dev/LibSCI/SysCalls.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Inc, all rights reserved. +Copyright (C) 2024, Theater Quality Corp, all rights reserved. File: Macros.h Purpose: LibSCI Macros header. diff --git a/dev/LibSCI/src/GPU.cc b/dev/LibSCI/src/GPU.cc index 46e090e6..4f78e618 100644 --- a/dev/LibSCI/src/GPU.cc +++ b/dev/LibSCI/src/GPU.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Inc, all rights reserved. +Copyright (C) 2024, Theater Quality Corp, all rights reserved. File: GPU.cc Purpose: GPU Interface. diff --git a/dev/LibSCI/src/LPC.cc b/dev/LibSCI/src/LPC.cc index 47f47ce6..f3eb595c 100644 --- a/dev/LibSCI/src/LPC.cc +++ b/dev/LibSCI/src/LPC.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, Theater Quality Inc, all rights reserved. +Copyright (C) 2024, Theater Quality Corp, 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 82ac82b7..d5371f91 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 Inc, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/LibSCI/src/Makefile b/dev/LibSCI/src/Makefile index d76fa5ac..a32331a5 100644 --- a/dev/LibSCI/src/Makefile +++ b/dev/LibSCI/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) Theater Quality Inc, all rights reserved. +# (c) Theater Quality Corp, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/LibSCI/src/SCI.cc b/dev/LibSCI/src/SCI.cc index b08a830f..a12e8f8d 100644 --- a/dev/LibSCI/src/SCI.cc +++ b/dev/LibSCI/src/SCI.cc @@ -1,6 +1,6 @@ /* -------------------------------------------
- Copyright (C) 2024, Theater Quality Inc, all rights reserved.
+ Copyright (C) 2024, Theater Quality Corp, all rights reserved.
------------------------------------------- */
|
