summaryrefslogtreecommitdiffhomepage
path: root/dev/zba/src
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-18 17:01:31 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-10-18 17:01:31 +0200
commit04a28f00504a856cde11d0a8a171453e1a1fac3a (patch)
treea489bf9e4dde2164a3fabd267d2a717d412294bb /dev/zba/src
parentb5ebbd7406e87d19beee3760ef2417e1444a10d2 (diff)
IMP: Rebrand under ZKA Web Services Co
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zba/src')
-rw-r--r--dev/zba/src/BootFileReader.cxx2
-rw-r--r--dev/zba/src/BootString.cxx2
-rw-r--r--dev/zba/src/BootSupport.cxx2
-rw-r--r--dev/zba/src/BootTextWriter.cxx2
-rw-r--r--dev/zba/src/BootloaderRsrc.rsrc4
-rw-r--r--dev/zba/src/HEL/64X000/Boot64x0.S2
-rw-r--r--dev/zba/src/HEL/AMD64/BootAHCI.cxx4
-rw-r--r--dev/zba/src/HEL/AMD64/BootATA.cxx4
-rw-r--r--dev/zba/src/HEL/AMD64/BootMain.cxx2
-rw-r--r--dev/zba/src/HEL/AMD64/BootPlatform.cxx2
-rw-r--r--dev/zba/src/HEL/ARM64/BootMain.cxx2
-rw-r--r--dev/zba/src/HEL/ARM64/BootPlatform.cxx2
-rw-r--r--dev/zba/src/HEL/POWER/CoreBootStartup.S2
-rw-r--r--dev/zba/src/New+Delete.cxx2
-rw-r--r--dev/zba/src/Thread.cxx2
15 files changed, 18 insertions, 18 deletions
diff --git a/dev/zba/src/BootFileReader.cxx b/dev/zba/src/BootFileReader.cxx
index 72b10b9f..6ed1f58d 100644
--- a/dev/zba/src/BootFileReader.cxx
+++ b/dev/zba/src/BootFileReader.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
File: FileReader.cxx
Purpose: New Boot FileReader,
diff --git a/dev/zba/src/BootString.cxx b/dev/zba/src/BootString.cxx
index 1c109b80..695f9d52 100644
--- a/dev/zba/src/BootString.cxx
+++ b/dev/zba/src/BootString.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
File: String.cxx
Purpose: NewBoot string library
diff --git a/dev/zba/src/BootSupport.cxx b/dev/zba/src/BootSupport.cxx
index bab53c2c..f0fb3def 100644
--- a/dev/zba/src/BootSupport.cxx
+++ b/dev/zba/src/BootSupport.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/BootTextWriter.cxx b/dev/zba/src/BootTextWriter.cxx
index b0679715..e904f2f9 100644
--- a/dev/zba/src/BootTextWriter.cxx
+++ b/dev/zba/src/BootTextWriter.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
File: String.cxx
Purpose: NewBoot string library
diff --git a/dev/zba/src/BootloaderRsrc.rsrc b/dev/zba/src/BootloaderRsrc.rsrc
index 8e341c16..25c343e1 100644
--- a/dev/zba/src/BootloaderRsrc.rsrc
+++ b/dev/zba/src/BootloaderRsrc.rsrc
@@ -8,11 +8,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "ZKA Technologies"
+ VALUE "CompanyName", "ZKA Web Services Co"
VALUE "FileDescription", "ZKA OS Loader."
VALUE "FileVersion", BOOTLOADER_VERSION
VALUE "InternalName", "newosldr"
- VALUE "LegalCopyright", "Copyright ZKA Technologies., all rights reserved."
+ VALUE "LegalCopyright", "Copyright ZKA Web Services Co., all rights reserved."
VALUE "OriginalFilename", "newosldr.exe"
VALUE "ProductName", "newosldr"
VALUE "ProductVersion", BOOTLOADER_VERSION
diff --git a/dev/zba/src/HEL/64X000/Boot64x0.S b/dev/zba/src/HEL/64X000/Boot64x0.S
index cd9662f2..c9b11248 100644
--- a/dev/zba/src/HEL/64X000/Boot64x0.S
+++ b/dev/zba/src/HEL/64X000/Boot64x0.S
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/HEL/AMD64/BootAHCI.cxx b/dev/zba/src/HEL/AMD64/BootAHCI.cxx
index 776f3f88..0c4eb953 100644
--- a/dev/zba/src/HEL/AMD64/BootAHCI.cxx
+++ b/dev/zba/src/HEL/AMD64/BootAHCI.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
@@ -11,7 +11,7 @@
* @version 0.1
* @date 2024-02-02
*
- * @copyright Copyright (c) ZKA Technologies
+ * @copyright Copyright (c) ZKA Web Services Co
*
*/
diff --git a/dev/zba/src/HEL/AMD64/BootATA.cxx b/dev/zba/src/HEL/AMD64/BootATA.cxx
index 171fe371..b975da1a 100644
--- a/dev/zba/src/HEL/AMD64/BootATA.cxx
+++ b/dev/zba/src/HEL/AMD64/BootATA.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
@@ -11,7 +11,7 @@
* @version 0.1
* @date 2024-02-02
*
- * @copyright Copyright (c) ZKA Technologies
+ * @copyright Copyright (c) ZKA Web Services Co
*
*/
diff --git a/dev/zba/src/HEL/AMD64/BootMain.cxx b/dev/zba/src/HEL/AMD64/BootMain.cxx
index 4f4525ec..5335ca7a 100644
--- a/dev/zba/src/HEL/AMD64/BootMain.cxx
+++ b/dev/zba/src/HEL/AMD64/BootMain.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/HEL/AMD64/BootPlatform.cxx b/dev/zba/src/HEL/AMD64/BootPlatform.cxx
index ff863a57..8aad43ca 100644
--- a/dev/zba/src/HEL/AMD64/BootPlatform.cxx
+++ b/dev/zba/src/HEL/AMD64/BootPlatform.cxx
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/HEL/ARM64/BootMain.cxx b/dev/zba/src/HEL/ARM64/BootMain.cxx
index a7d22b47..299b5adb 100644
--- a/dev/zba/src/HEL/ARM64/BootMain.cxx
+++ b/dev/zba/src/HEL/ARM64/BootMain.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/HEL/ARM64/BootPlatform.cxx b/dev/zba/src/HEL/ARM64/BootPlatform.cxx
index fba4b61c..2fb58647 100644
--- a/dev/zba/src/HEL/ARM64/BootPlatform.cxx
+++ b/dev/zba/src/HEL/ARM64/BootPlatform.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/HEL/POWER/CoreBootStartup.S b/dev/zba/src/HEL/POWER/CoreBootStartup.S
index 502f415c..6e977940 100644
--- a/dev/zba/src/HEL/POWER/CoreBootStartup.S
+++ b/dev/zba/src/HEL/POWER/CoreBootStartup.S
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/New+Delete.cxx b/dev/zba/src/New+Delete.cxx
index 7240875a..932bae69 100644
--- a/dev/zba/src/New+Delete.cxx
+++ b/dev/zba/src/New+Delete.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */
diff --git a/dev/zba/src/Thread.cxx b/dev/zba/src/Thread.cxx
index 739e98eb..a8b3e87c 100644
--- a/dev/zba/src/Thread.cxx
+++ b/dev/zba/src/Thread.cxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright ZKA Technologies.
+ Copyright ZKA Web Services Co.
------------------------------------------- */