summaryrefslogtreecommitdiffhomepage
path: root/dev/LibSCI/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-14 11:52:02 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-01-14 11:54:18 +0100
commit99826c21b9da1c3a74fd8b3ebc08c7f8dbfadd30 (patch)
tree6cfa8f7d18ed018917ea5609aeba1d870cd4e27a /dev/LibSCI/src
parent39d565d61bb9f9926806bb87abb48f93d0b981f8 (diff)
T& Labs's ZKA, Multi-Processor Operating System.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/LibSCI/src')
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/dev/LibSCI/src/GPU.cc b/dev/LibSCI/src/GPU.cc
index c7ba7756..794ceb66 100644
--- a/dev/LibSCI/src/GPU.cc
+++ b/dev/LibSCI/src/GPU.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Corporation, all rights reserved.
+Copyright (C) 2024, t& Labs, all rights reserved.
File: GPU.cc
Purpose: GPU Interface.
diff --git a/dev/LibSCI/src/LPC.cc b/dev/LibSCI/src/LPC.cc
index cbbab195..fe3a2f02 100644
--- a/dev/LibSCI/src/LPC.cc
+++ b/dev/LibSCI/src/LPC.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024, t& Corporation, all rights reserved.
+Copyright (C) 2024, t& Labs, 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 ab572b9f..02dfffd9 100644
--- a/dev/LibSCI/src/LibSCI+IO.asm
+++ b/dev/LibSCI/src/LibSCI+IO.asm
@@ -2,7 +2,7 @@
;; * ========================================================
;; *
;; * LibSCI
-;; * Copyright (C) 2024, t& Corporation, all rights reserved., all rights reserved.
+;; * Copyright (C) 2024, t& Labs, all rights reserved., all rights reserved.
;; *
;; * ========================================================
;; */
diff --git a/dev/LibSCI/src/Makefile b/dev/LibSCI/src/Makefile
index 91a7a3a5..10405827 100644
--- a/dev/LibSCI/src/Makefile
+++ b/dev/LibSCI/src/Makefile
@@ -1,5 +1,5 @@
##################################################
-# (c) t& Corporation, all rights reserved.
+# (c) t& Labs, all rights reserved.
# This is the bootloader makefile.
##################################################
diff --git a/dev/LibSCI/src/SCI.cc b/dev/LibSCI/src/SCI.cc
index 5b78c4e6..f8f2d8a0 100644
--- a/dev/LibSCI/src/SCI.cc
+++ b/dev/LibSCI/src/SCI.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, t& Corporation, all rights reserved.
+ Copyright (C) 2024, t& Labs, all rights reserved.
------------------------------------------- */