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/Boot/Mod | |
| parent | 39a561438c00a2d578cc6868601a850ce7cae703 (diff) | |
IMPL: Change from inc to corp.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Boot/Mod')
| -rw-r--r-- | dev/Boot/Mod/NetBoot/Boot.S | 2 | ||||
| -rw-r--r-- | dev/Boot/Mod/NetBoot/Module.cc | 2 | ||||
| -rw-r--r-- | dev/Boot/Mod/NetBoot/NetBoot.h | 2 | ||||
| -rw-r--r-- | dev/Boot/Mod/SysChk/Boot.S | 2 | ||||
| -rw-r--r-- | dev/Boot/Mod/SysChk/Module.cc | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev/Boot/Mod/NetBoot/Boot.S b/dev/Boot/Mod/NetBoot/Boot.S index 0527e509..8bcc799d 100644 --- a/dev/Boot/Mod/NetBoot/Boot.S +++ b/dev/Boot/Mod/NetBoot/Boot.S @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * BootZ -;; * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/Boot/Mod/NetBoot/Module.cc b/dev/Boot/Mod/NetBoot/Module.cc index 6277da70..b7f029f6 100644 --- a/dev/Boot/Mod/NetBoot/Module.cc +++ b/dev/Boot/Mod/NetBoot/Module.cc @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved. + * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved. * * ======================================================== */ diff --git a/dev/Boot/Mod/NetBoot/NetBoot.h b/dev/Boot/Mod/NetBoot/NetBoot.h index cdfe17f9..9b7c3c3d 100644 --- a/dev/Boot/Mod/NetBoot/NetBoot.h +++ b/dev/Boot/Mod/NetBoot/NetBoot.h @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved. + * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved. * * ======================================================== */ diff --git a/dev/Boot/Mod/SysChk/Boot.S b/dev/Boot/Mod/SysChk/Boot.S index 9fdf4428..88904a96 100644 --- a/dev/Boot/Mod/SysChk/Boot.S +++ b/dev/Boot/Mod/SysChk/Boot.S @@ -2,7 +2,7 @@ ;; * ======================================================== ;; * ;; * BootZ -;; * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved. +;; * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved. ;; * ;; * ======================================================== ;; */ diff --git a/dev/Boot/Mod/SysChk/Module.cc b/dev/Boot/Mod/SysChk/Module.cc index e51eabef..93ddf088 100644 --- a/dev/Boot/Mod/SysChk/Module.cc +++ b/dev/Boot/Mod/SysChk/Module.cc @@ -2,7 +2,7 @@ * ======================================================== * * NetBoot - * Copyright (C) 2024, Theater Quality Inc, all rights reserved., all rights reserved. + * Copyright (C) 2024, Theater Quality Corp, all rights reserved., all rights reserved. * * ======================================================== */ |
