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/Kernel/HALKit/POWER | |
| parent | 39a561438c00a2d578cc6868601a850ce7cae703 (diff) | |
IMPL: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit/POWER')
| -rw-r--r-- | dev/Kernel/HALKit/POWER/AP.h | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/HalAP.cc | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/HalDebugOutput.cc | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/HalStartSequence.s | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/HalThread.cc | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/HalVirtualMemory.cc | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cc | 2 | ||||
| -rw-r--r-- | dev/Kernel/HALKit/POWER/Processor.h | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/dev/Kernel/HALKit/POWER/AP.h b/dev/Kernel/HALKit/POWER/AP.h index 8150a56d..88e03c98 100644 --- a/dev/Kernel/HALKit/POWER/AP.h +++ b/dev/Kernel/HALKit/POWER/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: POWER hardware threads. diff --git a/dev/Kernel/HALKit/POWER/HalAP.cc b/dev/Kernel/HALKit/POWER/HalAP.cc index 8939044c..baca4812 100644 --- a/dev/Kernel/HALKit/POWER/HalAP.cc +++ b/dev/Kernel/HALKit/POWER/HalAP.cc @@ -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/Kernel/HALKit/POWER/HalDebugOutput.cc b/dev/Kernel/HALKit/POWER/HalDebugOutput.cc index 98a2a8f2..f34c1be2 100644 --- a/dev/Kernel/HALKit/POWER/HalDebugOutput.cc +++ b/dev/Kernel/HALKit/POWER/HalDebugOutput.cc @@ -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/Kernel/HALKit/POWER/HalStartSequence.s b/dev/Kernel/HALKit/POWER/HalStartSequence.s index 1c4c7d21..f1e48111 100644 --- a/dev/Kernel/HALKit/POWER/HalStartSequence.s +++ b/dev/Kernel/HALKit/POWER/HalStartSequence.s @@ -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/Kernel/HALKit/POWER/HalThread.cc b/dev/Kernel/HALKit/POWER/HalThread.cc index efdf2b54..84c7083a 100644 --- a/dev/Kernel/HALKit/POWER/HalThread.cc +++ b/dev/Kernel/HALKit/POWER/HalThread.cc @@ -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/Kernel/HALKit/POWER/HalVirtualMemory.cc b/dev/Kernel/HALKit/POWER/HalVirtualMemory.cc index c94370db..6c275cd3 100644 --- a/dev/Kernel/HALKit/POWER/HalVirtualMemory.cc +++ b/dev/Kernel/HALKit/POWER/HalVirtualMemory.cc @@ -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/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cc b/dev/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cc index efdf2b54..84c7083a 100644 --- a/dev/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cc +++ b/dev/Kernel/HALKit/POWER/MBCI/HalMBCIHost.cc @@ -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/Kernel/HALKit/POWER/Processor.h b/dev/Kernel/HALKit/POWER/Processor.h index d323daa6..b6c95987 100644 --- a/dev/Kernel/HALKit/POWER/Processor.h +++ b/dev/Kernel/HALKit/POWER/Processor.h @@ -1,6 +1,6 @@ /* ------------------------------------------- - Copyright (C) 2024, Theater Quality Inc, all rights reserved. + Copyright (C) 2024, Theater Quality Corp, all rights reserved. Purpose: POWER processor header. |
