summaryrefslogtreecommitdiffhomepage
path: root/Sources
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-12 04:33:08 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-12 04:33:08 +0200
commit6653cfe50690dc4f53c8bec30cdb7d40ef9b62a4 (patch)
tree118396a8b64fbfafe990ad7607a96bbceb8244b1 /Sources
parentd4d0541861d3f95fee182bef5b79f572d3bcb164 (diff)
[IMP] Needs to be merged with stable.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Sources')
-rw-r--r--Sources/32asm.cc4
-rw-r--r--Sources/64asm.cc4
-rw-r--r--Sources/64x0-cc.cc6
-rw-r--r--Sources/AssemblyFactory.cc4
-rw-r--r--Sources/Detail/asmutils.hxx2
-rw-r--r--Sources/Detail/compilerutils.hxx2
-rw-r--r--Sources/String.cc4
-rw-r--r--Sources/bpp.cc6
-rw-r--r--Sources/coff2ae.cc2
-rw-r--r--Sources/cplusplus.cc6
-rw-r--r--Sources/elf2ae.cc2
-rw-r--r--Sources/i64asm.cc6
-rw-r--r--Sources/link.cc8
-rw-r--r--Sources/power-cc.cc4
-rw-r--r--Sources/ppcasm.cc6
15 files changed, 33 insertions, 33 deletions
diff --git a/Sources/32asm.cc b/Sources/32asm.cc
index b043447..d32ab0b 100644
--- a/Sources/32asm.cc
+++ b/Sources/32asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -9,7 +9,7 @@
/////////////////////////////////////////////////////////////////////////////////////////
// @file 32asm.cxx
-// @author Zeta Electronics Corporation
+// @author ZKA Technologies
// @brief 32x0 Assembler.
// REMINDER: when dealing with an undefined symbol use (string
diff --git a/Sources/64asm.cc b/Sources/64asm.cc
index 384a086..0a89e6a 100644
--- a/Sources/64asm.cc
+++ b/Sources/64asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -110,7 +110,7 @@ NDK_MODULE(NewOSAssembler64000) {
if (argv[i][0] == '-') {
if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
kStdOut << "64asm: 64x0 Assembler.\n64asm: v1.10\n64asm: Copyright (c) "
- "2024 Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
return 0;
} else if (strcmp(argv[i], "-h") == 0) {
kStdOut << "64asm: 64x0 Assembler.\n64asm: Copyright (c) 2024 Mahrouss "
diff --git a/Sources/64x0-cc.cc b/Sources/64x0-cc.cc
index 9f73b1b..efbf68f 100644
--- a/Sources/64x0-cc.cc
+++ b/Sources/64x0-cc.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -25,7 +25,7 @@
/* C driver */
/* This is part of the NDK. */
-/* (c) Zeta Electronics Corporation */
+/* (c) ZKA Technologies */
/// @author Amlal El Mahrouss (amlel)
/// @file 64x0-cc.cc
@@ -1513,7 +1513,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "Zeta C Driver, %s, (c) Zeta Electronics Corporation\n", kDistVersion)
+ kPrintF(kWhite "Zeta C Driver, %s, (c) ZKA Technologies\n", kDistVersion)
static void cc_print_help()
{
diff --git a/Sources/AssemblyFactory.cc b/Sources/AssemblyFactory.cc
index faa4847..35d8cbd 100644
--- a/Sources/AssemblyFactory.cc
+++ b/Sources/AssemblyFactory.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -14,7 +14,7 @@
* @version 0.1
* @date 2024-01-27
*
- * @copyright Copyright (c) 2024, Zeta Electronics Corporation
+ * @copyright Copyright (c) 2024, ZKA Technologies
*
*/
diff --git a/Sources/Detail/asmutils.hxx b/Sources/Detail/asmutils.hxx
index c531126..00bfbd7 100644
--- a/Sources/Detail/asmutils.hxx
+++ b/Sources/Detail/asmutils.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/Detail/compilerutils.hxx b/Sources/Detail/compilerutils.hxx
index fdcf141..4c46727 100644
--- a/Sources/Detail/compilerutils.hxx
+++ b/Sources/Detail/compilerutils.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/String.cc b/Sources/String.cc
index c7185ca..accc1af 100644
--- a/Sources/String.cc
+++ b/Sources/String.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
* @version 0.2
* @date 2024-01-23
*
- * @copyright Copyright (c) 2024 Zeta Electronics Corporation
+ * @copyright Copyright (c) ZKA Technologies
*
*/
diff --git a/Sources/bpp.cc b/Sources/bpp.cc
index d703748..1aefc33 100644
--- a/Sources/bpp.cc
+++ b/Sources/bpp.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* bpp
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -812,12 +812,12 @@ NDK_MODULE(NewOSPreprocessor) {
if (argv[index][0] == '/') {
if (strcmp(argv[index], "/version") == 0) {
- printf("%s\n", "bpp v1.11, (c) Zeta Electronics Corporation");
+ printf("%s\n", "bpp v1.11, (c) ZKA Technologies");
return 0;
}
if (strcmp(argv[index], "/help") == 0) {
- printf("%s\n", "Zeta Preprocessor Driver v1.11, (c) Zeta Electronics Corporation");
+ printf("%s\n", "Zeta Preprocessor Driver v1.11, (c) ZKA Technologies");
printf("%s\n", "/working-dir <path>: set directory to working path.");
printf("%s\n", "/include-dir <path>: add directory to include path.");
printf("%s\n", "/def <name> <value>: def macro.");
diff --git a/Sources/coff2ae.cc b/Sources/coff2ae.cc
index 0bf17e6..71f5bba 100644
--- a/Sources/coff2ae.cc
+++ b/Sources/coff2ae.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc
index 59b5dcf..4059413 100644
--- a/Sources/cplusplus.cc
+++ b/Sources/cplusplus.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cplusplus
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -32,9 +32,9 @@ kPrintF(kWhite "%s\n", "Zeta C++ Compiler Driver, (c) 2024 Zeta Electronics, all
#define kOk 0
-/* Zeta Electronics Corporation C++ driver */
+/* ZKA Technologies C++ driver */
/* This is part of ZECC C++ compiler. */
-/* (c) Zeta Electronics Corporation */
+/* (c) ZKA Technologies */
/// @author Amlal El Mahrouss (amlel)
/// @file cc.cc
diff --git a/Sources/elf2ae.cc b/Sources/elf2ae.cc
index ede28a2..70ab104 100644
--- a/Sources/elf2ae.cc
+++ b/Sources/elf2ae.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/i64asm.cc b/Sources/i64asm.cc
index f0dd459..c0dd351 100644
--- a/Sources/i64asm.cc
+++ b/Sources/i64asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -175,13 +175,13 @@ NDK_MODULE(NewOSAssemblerAMD64)
if (strcmp(argv[i], "/version") == 0 || strcmp(argv[i], "/v") == 0)
{
kStdOut << "i64asm: AMD64 Assembler Driver.\ni64asm: v1.10\ni64asm: Copyright "
- "(c) 2024 Zeta Electronics Corporation.\n";
+ "(c) ZKA Technologies.\n";
return 0;
}
else if (strcmp(argv[i], "/h") == 0)
{
kStdOut << "i64asm: AMD64 Assembler Driver.\ni64asm: Copyright (c) 2024 "
- "Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
kStdOut << "/version: Print program version.\n";
kStdOut << "/verbose: Print verbose output.\n";
kStdOut << "/binary: Output as flat binary.\n";
diff --git a/Sources/link.cc b/Sources/link.cc
index 0114484..d94cbf1 100644
--- a/Sources/link.cc
+++ b/Sources/link.cc
@@ -1,12 +1,12 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
/// @file link.cc
/// @author Amlal EL Mahrouss (amlel)
-/// @brief Zeta Electronics Corporation Linker.
+/// @brief ZKA Technologies Linker.
/// Last Rev: Sat Feb 24 CET 2024
@@ -35,7 +35,7 @@
#include <fstream>
#include <iostream>
-#define kLinkerVersion "Zeta Linker Driver %s, (c) Zeta Electronics Corporation 2024, all rights reserved.\n"
+#define kLinkerVersion "Zeta Linker Driver %s, (c) ZKA Technologies 2024, all rights reserved.\n"
#define StringCompare(DST, SRC) strcmp(DST, SRC)
@@ -229,7 +229,7 @@ NDK_MODULE(NewOSLinker)
pef_container.Count = 0UL;
pef_container.Kind = CompilerKit::kPefKindExec;
pef_container.SubCpu = kSubArch;
- pef_container.Linker = kLinkerId; // Zeta Electronics Corporation Linker
+ pef_container.Linker = kLinkerId; // ZKA Technologies Linker
pef_container.Abi = kAbi; // Multi-Processor UX ABI
pef_container.Magic[0] = kPefMagic[kFatBinaryEnable ? 2 : 0];
pef_container.Magic[1] = kPefMagic[1];
diff --git a/Sources/power-cc.cc b/Sources/power-cc.cc
index ac5d84b..332fa53 100644
--- a/Sources/power-cc.cc
+++ b/Sources/power-cc.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -1531,7 +1531,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) Zeta Electronics Corporation\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) ZKA Technologies\n", kDistVersion)
static void cc_print_help()
{
diff --git a/Sources/ppcasm.cc b/Sources/ppcasm.cc
index 0aec82d..5f015d5 100644
--- a/Sources/ppcasm.cc
+++ b/Sources/ppcasm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -114,11 +114,11 @@ NDK_MODULE(NewOSAssemblerPowerPC) {
if (strcmp(argv[i], "/version") == 0 || strcmp(argv[i], "/v") == 0) {
kStdOut << "ppcasm: POWER64 Assembler Driver.\nppcasm: " << kDistVersion << "\nppcasm: "
"Copyright (c) "
- "2024 Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
return 0;
} else if (strcmp(argv[i], "/h") == 0) {
kStdOut << "ppcasm: POWER64 Assembler Driver.\nppcasm: Copyright (c) 2024 "
- "Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
kStdOut << "/version,/v: print program version.\n";
kStdOut << "/verbose: print verbose output.\n";
kStdOut << "/binary: output as flat binary.\n";