summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit/RISCV
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-28 05:44:37 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-12-28 05:44:37 +0100
commitbc305c8805547a19292dc709ae8c494b42606ffb (patch)
tree0e16566ec3b978962a7fc81e9a66ae02275d09ce /dev/Kernel/HALKit/RISCV
parent39a561438c00a2d578cc6868601a850ce7cae703 (diff)
IMPL: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/RISCV')
-rw-r--r--dev/Kernel/HALKit/RISCV/AP.h2
-rw-r--r--dev/Kernel/HALKit/RISCV/HalAP.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/Kernel/HALKit/RISCV/AP.h b/dev/Kernel/HALKit/RISCV/AP.h
index 9b018526..8cebfeca 100644
--- a/dev/Kernel/HALKit/RISCV/AP.h
+++ b/dev/Kernel/HALKit/RISCV/AP.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Theater Quality Inc, all rights reserved.
+ Copyright (C) 2024, Theater Quality Corp, all rights reserved.
File: AP.h
Purpose: RISC-V hardware threads.
diff --git a/dev/Kernel/HALKit/RISCV/HalAP.cc b/dev/Kernel/HALKit/RISCV/HalAP.cc
index 70d66d94..09a83e25 100644
--- a/dev/Kernel/HALKit/RISCV/HalAP.cc
+++ b/dev/Kernel/HALKit/RISCV/HalAP.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, Theater Quality Inc, all rights reserved.
+ Copyright (C) 2024, Theater Quality Corp, all rights reserved.
------------------------------------------- */