From bddaafedff871716a0169e9ebf1ada5851970365 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 22 Dec 2024 08:38:32 +0100 Subject: META: BUMPING. Signed-off-by: Amlal --- dev/SCIKit/CompilerHint.h | 2 +- dev/SCIKit/GPU.h | 2 +- dev/SCIKit/LPC.h | 2 +- dev/SCIKit/Macros.h | 2 +- dev/SCIKit/SCI.h | 2 +- dev/SCIKit/SysCalls.h | 2 +- dev/SCIKit/src/GPU.cc | 2 +- dev/SCIKit/src/LPC.cc | 2 +- dev/SCIKit/src/Makefile | 2 +- dev/SCIKit/src/SCI+IO.asm | 2 +- dev/SCIKit/src/SCI.cc | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'dev/SCIKit') diff --git a/dev/SCIKit/CompilerHint.h b/dev/SCIKit/CompilerHint.h index 0c84f8e4..3365bac2 100644 --- a/dev/SCIKit/CompilerHint.h +++ b/dev/SCIKit/CompilerHint.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, TQ B.V, 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 0606733a..a7e3dd92 100644 --- a/dev/SCIKit/GPU.h +++ b/dev/SCIKit/GPU.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, TQ B.V, 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 8013c6df..b0e9e456 100644 --- a/dev/SCIKit/LPC.h +++ b/dev/SCIKit/LPC.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, TQ B.V, 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 28e62075..9523725c 100644 --- a/dev/SCIKit/Macros.h +++ b/dev/SCIKit/Macros.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, TQ B.V, 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 146b469b..0eea032a 100644 --- a/dev/SCIKit/SCI.h +++ b/dev/SCIKit/SCI.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, TQ B.V, 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 ccb5433c..1f87134a 100644 --- a/dev/SCIKit/SysCalls.h +++ b/dev/SCIKit/SysCalls.h @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, TQ B.V, 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 f0462c5c..cb21dae5 100644 --- a/dev/SCIKit/src/GPU.cc +++ b/dev/SCIKit/src/GPU.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, TQ B.V, 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 bbc2004c..2dcfc415 100644 --- a/dev/SCIKit/src/LPC.cc +++ b/dev/SCIKit/src/LPC.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- -Copyright (C) 2024, TQ B.V, 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 22f7a44d..715674cf 100644 --- a/dev/SCIKit/src/Makefile +++ b/dev/SCIKit/src/Makefile @@ -1,5 +1,5 @@ ################################################## -# (c) TQ B.V, all rights reserved. +# (c) Theater Quality Inc, all rights reserved. # This is the bootloader makefile. ################################################## diff --git a/dev/SCIKit/src/SCI+IO.asm b/dev/SCIKit/src/SCI+IO.asm index 3f5c39fa..2f52796b 100644 --- a/dev/SCIKit/src/SCI+IO.asm +++ b/dev/SCIKit/src/SCI+IO.asm @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * SCI -;; * Copyright (C) 2024, TQ B.V, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/SCIKit/src/SCI.cc b/dev/SCIKit/src/SCI.cc index f61fcdd7..a5ccdc23 100644 --- a/dev/SCIKit/src/SCI.cc +++ b/dev/SCIKit/src/SCI.cc @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, TQ B.V, all rights reserved. + Copyright (C) 2024, Theater Quality Inc, all rights reserved. ------------------------------------------- */ -- cgit v1.2.3