summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com>2025-01-18 10:21:50 +0100
committerGitHub <noreply@github.com>2025-01-18 10:21:50 +0100
commitee568b7f8eb87c824fd1ce5e2099cbf9c3155ee8 (patch)
treec3ff0fa94d004bbea74bd33b60df528804ec909e /dev/LibSCI
parenta45807be431556c175ac8494cfcc6b7572ac6686 (diff)
ADD: Rebrand.
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 706f1eed..738f1e09 100644
--- a/dev/LibSCI/CompilerHint.h
+++ b/dev/LibSCI/CompilerHint.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Labs, all rights reserved.
+ Copyright (C) 2024, MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibSCI/GPU.h b/dev/LibSCI/GPU.h
index e043634a..b29f5a6b 100644
--- a/dev/LibSCI/GPU.h
+++ b/dev/LibSCI/GPU.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Labs, all rights reserved.
+Copyright (C) 2024, MediaSwirl, all rights reserved.
File: GPU.h
Purpose: GFX System Calls.
diff --git a/dev/LibSCI/LPC.h b/dev/LibSCI/LPC.h
index d8440c08..f0274762 100644
--- a/dev/LibSCI/LPC.h
+++ b/dev/LibSCI/LPC.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Labs, all rights reserved.
+ Copyright (C) 2024, MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibSCI/Macros.h b/dev/LibSCI/Macros.h
index 7d2f7467..8c151227 100644
--- a/dev/LibSCI/Macros.h
+++ b/dev/LibSCI/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Labs, all rights reserved.
+Copyright (C) 2024, MediaSwirl, all rights reserved.
File: Macros.h
Purpose: LibSCI Macros header.
diff --git a/dev/LibSCI/SCI.h b/dev/LibSCI/SCI.h
index cf4c941b..c355243e 100644
--- a/dev/LibSCI/SCI.h
+++ b/dev/LibSCI/SCI.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Labs, all rights reserved.
+Copyright (C) 2024, MediaSwirl, all rights reserved.
File: SCI.h
Purpose: System Calls.
diff --git a/dev/LibSCI/src/GPU.cc b/dev/LibSCI/src/GPU.cc
index 794ceb66..1997c5e8 100644
--- a/dev/LibSCI/src/GPU.cc
+++ b/dev/LibSCI/src/GPU.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Labs, all rights reserved.
+Copyright (C) 2024, MediaSwirl, all rights reserved.
File: GPU.cc
Purpose: GPU Interface.
diff --git a/dev/LibSCI/src/LPC.cc b/dev/LibSCI/src/LPC.cc
index fe3a2f02..c87cd311 100644
--- a/dev/LibSCI/src/LPC.cc
+++ b/dev/LibSCI/src/LPC.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Labs, all rights reserved.
+Copyright (C) 2024, MediaSwirl, 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 02dfffd9..433fcdcf 100644
--- a/dev/LibSCI/src/LibSCI+IO.asm
+++ b/dev/LibSCI/src/LibSCI+IO.asm
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * LibSCI
-;; * Copyright (C) 2024, t& Labs, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, MediaSwirl, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */
diff --git a/dev/LibSCI/src/Makefile b/dev/LibSCI/src/Makefile
index 10405827..cb6eb8b5 100644
--- a/dev/LibSCI/src/Makefile
+++ b/dev/LibSCI/src/Makefile
@@ -1,5 +1,5 @@
##################################################
-# (c) t& Labs, all rights reserved.
+# (c) MediaSwirl, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/LibSCI/src/SCI.cc b/dev/LibSCI/src/SCI.cc
index f8f2d8a0..75880025 100644
--- a/dev/LibSCI/src/SCI.cc
+++ b/dev/LibSCI/src/SCI.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Labs, all rights reserved.
+ Copyright (C) 2024, MediaSwirl, all rights reserved.
------------------------------------------- */