summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--dev/LibC++/base_alloc.h2
-rw-r--r--dev/LibC++/base_exception.h2
-rw-r--r--dev/LibC++/base_math.h2
-rw-r--r--dev/LibC++/base_process.h2
-rw-r--r--dev/LibC++/defines.h2
-rw-r--r--dev/LibC++/filesystem.h2
-rw-r--r--dev/LibC++/lc_runtime+unreachable.cc2
-rw-r--r--dev/LibC++/lc_runtime.h2
-rw-r--r--dev/LibC++/utility.h2
-rw-r--r--dev/LibCompiler/AAL/CPU/power64.h2
-rw-r--r--dev/LibCompiler/NFC/AE.h2
-rw-r--r--dev/LibCompiler/NFC/ErrorID.h2
-rw-r--r--dev/LibCompiler/NFC/ErrorOr.h2
-rw-r--r--dev/LibCompiler/NFC/Ref.h2
-rw-r--r--dev/LibCompiler/NFC/StringView.h2
-rw-r--r--dev/LibCompiler/src/Assembler64x0.cc2
-rw-r--r--dev/LibCompiler/src/AssemblerAMD64.cc4
-rw-r--r--dev/LibCompiler/src/AssemblerARM64.cc4
-rw-r--r--dev/LibCompiler/src/AssemblerPower.cc4
-rw-r--r--dev/LibCompiler/src/AssemblyFactory.cc2
-rw-r--r--dev/LibCompiler/src/CCompiler64x0.cc6
-rw-r--r--dev/LibCompiler/src/CCompilerARM64.cc6
-rw-r--r--dev/LibCompiler/src/CCompilerPower64.cc4
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc6
-rw-r--r--dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc6
-rw-r--r--dev/LibCompiler/src/DynamicLinkerPEF.cc6
-rw-r--r--dev/LibCompiler/src/StringView.cc4
-rw-r--r--tools/asm.cc4
-rw-r--r--tools/necc.cc4
30 files changed, 47 insertions, 47 deletions
diff --git a/README.md b/README.md
index d85554a..3d985c2 100644
--- a/README.md
+++ b/README.md
@@ -23,4 +23,4 @@ Use the doxygen command to build documentation.
git clone git@github.com:amlel-el-mahrouss-gh/cc.git
```
-###### Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+###### Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
diff --git a/dev/LibC++/base_alloc.h b/dev/LibC++/base_alloc.h
index a323a16..b12fd0a 100644
--- a/dev/LibC++/base_alloc.h
+++ b/dev/LibC++/base_alloc.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_exception.h b/dev/LibC++/base_exception.h
index df9022f..30ec466 100644
--- a/dev/LibC++/base_exception.h
+++ b/dev/LibC++/base_exception.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_math.h b/dev/LibC++/base_math.h
index dc839cc..ed1728e 100644
--- a/dev/LibC++/base_math.h
+++ b/dev/LibC++/base_math.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_process.h b/dev/LibC++/base_process.h
index 899bb36..7008b86 100644
--- a/dev/LibC++/base_process.h
+++ b/dev/LibC++/base_process.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h
index 85b3e53..43cefb9 100644
--- a/dev/LibC++/defines.h
+++ b/dev/LibC++/defines.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h
index 90f0ebe..b97bb1f 100644
--- a/dev/LibC++/filesystem.h
+++ b/dev/LibC++/filesystem.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/lc_runtime+unreachable.cc b/dev/LibC++/lc_runtime+unreachable.cc
index e4ce7bc..125584e 100644
--- a/dev/LibC++/lc_runtime+unreachable.cc
+++ b/dev/LibC++/lc_runtime+unreachable.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
\
- Copyright (C) 2025 Amlal EL Mahrouss, all rights reserved. \
+ Copyright (C) 2025 Amlal El Mahrouss, all rights reserved. \
\
------------------------------------------- */
diff --git a/dev/LibC++/lc_runtime.h b/dev/LibC++/lc_runtime.h
index ce9151e..0b58a58 100644
--- a/dev/LibC++/lc_runtime.h
+++ b/dev/LibC++/lc_runtime.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
\
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. \
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. \
\
------------------------------------------- */
diff --git a/dev/LibC++/utility.h b/dev/LibC++/utility.h
index a0a364e..1b1b932 100644
--- a/dev/LibC++/utility.h
+++ b/dev/LibC++/utility.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
\
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved. \
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved. \
\
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/CPU/power64.h b/dev/LibCompiler/AAL/CPU/power64.h
index da3390f..0f797a5 100644
--- a/dev/LibCompiler/AAL/CPU/power64.h
+++ b/dev/LibCompiler/AAL/CPU/power64.h
@@ -1,7 +1,7 @@
/* -------------------------------------------
Some modifications are copyrighted under:
- Amlal EL Mahrouss
+ Amlal El Mahrouss
Original author:
Apple Inc
diff --git a/dev/LibCompiler/NFC/AE.h b/dev/LibCompiler/NFC/AE.h
index c7f8ade..d674c6f 100644
--- a/dev/LibCompiler/NFC/AE.h
+++ b/dev/LibCompiler/NFC/AE.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/ErrorID.h b/dev/LibCompiler/NFC/ErrorID.h
index a5128fb..04cedd2 100644
--- a/dev/LibCompiler/NFC/ErrorID.h
+++ b/dev/LibCompiler/NFC/ErrorID.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/ErrorOr.h b/dev/LibCompiler/NFC/ErrorOr.h
index 7f5547b..9dc607e 100644
--- a/dev/LibCompiler/NFC/ErrorOr.h
+++ b/dev/LibCompiler/NFC/ErrorOr.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/Ref.h b/dev/LibCompiler/NFC/Ref.h
index 4c8c2e3..117083c 100644
--- a/dev/LibCompiler/NFC/Ref.h
+++ b/dev/LibCompiler/NFC/Ref.h
@@ -3,7 +3,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/StringView.h b/dev/LibCompiler/NFC/StringView.h
index 51fb8b8..16578e0 100644
--- a/dev/LibCompiler/NFC/StringView.h
+++ b/dev/LibCompiler/NFC/StringView.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/src/Assembler64x0.cc b/dev/LibCompiler/src/Assembler64x0.cc
index dc2b3d8..b074e9f 100644
--- a/dev/LibCompiler/src/Assembler64x0.cc
+++ b/dev/LibCompiler/src/Assembler64x0.cc
@@ -120,7 +120,7 @@ LIBCOMPILER_MODULE(AssemblerMain64x0)
if (strcmp(argv[i], "--ver") == 0 || strcmp(argv[i], "--v") == 0)
{
kStdOut << "Assembler64x0: 64x0 Assembler.\nAssembler64x0: v1.10\nAssembler64x0: Copyright (c) "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
diff --git a/dev/LibCompiler/src/AssemblerAMD64.cc b/dev/LibCompiler/src/AssemblerAMD64.cc
index 31dcad4..d71caf2 100644
--- a/dev/LibCompiler/src/AssemblerAMD64.cc
+++ b/dev/LibCompiler/src/AssemblerAMD64.cc
@@ -138,13 +138,13 @@ LIBCOMPILER_MODULE(AssemblerMainAMD64)
if (strcmp(argv[i], "--amd64:ver") == 0 || strcmp(argv[i], "--amd64:v") == 0)
{
kStdOut << "AssemblerAMD64: AMD64 Assembler Driver.\nAssemblerAMD64: v1.10\nAssemblerAMD64: Copyright "
- "(c) Amlal EL Mahrouss\n";
+ "(c) Amlal El Mahrouss\n";
return 0;
}
else if (strcmp(argv[i], "--amd64:h") == 0)
{
kStdOut << "AssemblerAMD64: AMD64 Assembler Driver.\nAssemblerAMD64: Copyright (c) 2024 "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
kStdOut << "--version: Print program version.\n";
kStdOut << "--verbose: Print verbose output.\n";
kStdOut << "--binary: Output as flat binary.\n";
diff --git a/dev/LibCompiler/src/AssemblerARM64.cc b/dev/LibCompiler/src/AssemblerARM64.cc
index d817d48..e402b7f 100644
--- a/dev/LibCompiler/src/AssemblerARM64.cc
+++ b/dev/LibCompiler/src/AssemblerARM64.cc
@@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainARM64)
{
kStdOut << "AssemblerPower: AARCH64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: "
"Copyright (c) "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
{
kStdOut << "AssemblerPower: AARCH64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
kStdOut << "--version,/v: print program version.\n";
kStdOut << "--verbose: print verbose output.\n";
kStdOut << "--binary: output as flat binary.\n";
diff --git a/dev/LibCompiler/src/AssemblerPower.cc b/dev/LibCompiler/src/AssemblerPower.cc
index b6cbe66..7cb4ca0 100644
--- a/dev/LibCompiler/src/AssemblerPower.cc
+++ b/dev/LibCompiler/src/AssemblerPower.cc
@@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainPower64)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: "
"Copyright (c) "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 "
- "Amlal EL Mahrouss\n";
+ "Amlal El Mahrouss\n";
kStdOut << "--version,/v: print program version.\n";
kStdOut << "--verbose: print verbose output.\n";
kStdOut << "--binary: output as flat binary.\n";
diff --git a/dev/LibCompiler/src/AssemblyFactory.cc b/dev/LibCompiler/src/AssemblyFactory.cc
index 0765deb..3853446 100644
--- a/dev/LibCompiler/src/AssemblyFactory.cc
+++ b/dev/LibCompiler/src/AssemblyFactory.cc
@@ -14,7 +14,7 @@
* @version 0.1
* @date 2024-01-27
*
- * @copyright Copyright (c) 2024 Amlal EL Mahrouss
+ * @copyright Copyright (c) 2024 Amlal El Mahrouss
*
*/
diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc
index 2d3fe07..19446af 100644
--- a/dev/LibCompiler/src/CCompiler64x0.cc
+++ b/dev/LibCompiler/src/CCompiler64x0.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -24,7 +24,7 @@
/* C driver */
/* This is part of the LibCompiler. */
-/* (c) Amlal EL Mahrouss */
+/* (c) Amlal El Mahrouss */
/// @author EL Mahrouss Amlal (amlel)
/// @file 64x0-cc.cxx
@@ -1482,7 +1482,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "NE C Driver, %s, (c) Amlal EL Mahrouss\n", kDistVersion)
+ kPrintF(kWhite "NE C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help()
{
diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc
index 33027b7..ac09cbd 100644
--- a/dev/LibCompiler/src/CCompilerARM64.cc
+++ b/dev/LibCompiler/src/CCompilerARM64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -24,7 +24,7 @@
/* C driver */
/* This is part of the LibCompiler. */
-/* (c) Amlal EL Mahrouss */
+/* (c) Amlal El Mahrouss */
/// @author EL Mahrouss Amlal (amlel)
/// @file ARM64-cc.cxx
@@ -1480,7 +1480,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "NE C Driver, %s, (c) Amlal EL Mahrouss\n", kDistVersion)
+ kPrintF(kWhite "NE C Driver, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help()
{
diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc
index 02c1ee3..63b2794 100644
--- a/dev/LibCompiler/src/CCompilerPower64.cc
+++ b/dev/LibCompiler/src/CCompilerPower64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerPower64
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -1502,7 +1502,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) Amlal EL Mahrouss\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help()
{
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
index 6705db4..b44e712 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* c++-drv
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -15,7 +15,7 @@
#define kExitNO (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "NeOS C++ Compiler Driver, (c) 2024 Amlal EL Mahrouss, all rights reserved.")
+ kPrintF(kWhite "%s\n", "NeOS C++ Compiler Driver, (c) 2024 Amlal El Mahrouss, all rights reserved.")
// extern_segment, @autodelete { ... }, fn foo() -> auto { ... }
@@ -27,7 +27,7 @@
/* NE C++ Compiler */
/* This is part of the LibCompiler. */
-/* (c) Amlal EL Mahrouss */
+/* (c) Amlal El Mahrouss */
/// @author EL Mahrouss Amlal (amlel)
/// @file CPlusPlusCompilerAMD64.cxx
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
index 3aa07d5..6a4e9cd 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* bpp
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -985,13 +985,13 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain)
{
if (strcmp(argv[index], "--bpp:ver") == 0)
{
- printf("%s\n", "bpp v1.11, (c) Amlal EL Mahrouss");
+ printf("%s\n", "bpp v1.11, (c) Amlal El Mahrouss");
return 0;
}
if (strcmp(argv[index], "--bpp:?") == 0)
{
- printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal EL Mahrouss");
+ printf("%s\n", "NE Preprocessor Driver v1.11, (c) Amlal El Mahrouss");
printf("%s\n", "--bpp:working-dir <path>: set directory to working path.");
printf("%s\n", "--bpp:include-dir <path>: add directory to include path.");
printf("%s\n", "--bpp:def <name> <value>: define a macro.");
diff --git a/dev/LibCompiler/src/DynamicLinkerPEF.cc b/dev/LibCompiler/src/DynamicLinkerPEF.cc
index aed208a..03b8151 100644
--- a/dev/LibCompiler/src/DynamicLinkerPEF.cc
+++ b/dev/LibCompiler/src/DynamicLinkerPEF.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved
+ Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved
@file DynamicLinker64PEF.cc
@brief: C++ 64-Bit PEF Linker.
@@ -32,7 +32,7 @@
#include <LibCompiler/NFC/AE.h>
#include <cstdint>
-#define kLinkerVersionStr "NeOS 64-Bit Linker (Preferred Executable) %s, (c) Amlal EL Mahrouss 2024, all rights reserved.\n"
+#define kLinkerVersionStr "NeOS 64-Bit Linker (Preferred Executable) %s, (c) Amlal El Mahrouss 2024, all rights reserved.\n"
#define MemoryCopy(DST, SRC, SZ) memcpy(DST, SRC, SZ)
#define StringCompare(DST, SRC) strcmp(DST, SRC)
@@ -254,7 +254,7 @@ LIBCOMPILER_MODULE(DynamicLinker64PEF)
pef_container.Count = 0UL;
pef_container.Kind = is_executable ? LibCompiler::kPefKindExec : LibCompiler::kPefKindDylib;
pef_container.SubCpu = kSubArch;
- pef_container.Linker = kLinkerId; // Amlal EL Mahrouss Linker
+ pef_container.Linker = kLinkerId; // Amlal El Mahrouss 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/dev/LibCompiler/src/StringView.cc b/dev/LibCompiler/src/StringView.cc
index 186d475..30f1b5f 100644
--- a/dev/LibCompiler/src/StringView.cc
+++ b/dev/LibCompiler/src/StringView.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.
+ * Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
* @version 0.2
* @date 2024-01-23
*
- * @copyright Copyright (c) Amlal EL Mahrouss
+ * @copyright Copyright (c) Amlal El Mahrouss
*
*/
diff --git a/tools/asm.cc b/tools/asm.cc
index 5d0e614..d84a904 100644
--- a/tools/asm.cc
+++ b/tools/asm.cc
@@ -42,8 +42,8 @@ int main(int argc, char const* argv[])
{
std::printf("asm.exe: Frontend Assembler (64x0, power64, arm64, x64).\n");
std::printf("asm.exe: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("asm.exe: Designed by Amlal EL Mahrouss, Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.\n");
- std::printf("libCompiler.dylib: Designed by Amlal EL Mahrouss, Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.\n");
+ std::printf("asm.exe: Designed by Amlal El Mahrouss, Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.\n");
+ std::printf("libCompiler.dylib: Designed by Amlal El Mahrouss, Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.\n");
return 0;
}
diff --git a/tools/necc.cc b/tools/necc.cc
index 45e3d0d..c2634f9 100644
--- a/tools/necc.cc
+++ b/tools/necc.cc
@@ -25,8 +25,8 @@ int main(int argc, char const* argv[])
{
std::printf("necc: Frontend C++ Compiler.\n");
std::printf("necc: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("necc: Designed by Amlal EL Mahrouss, Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.\n");
- std::printf("libCompiler.dylib: Designed by Amlal EL Mahrouss, Copyright (C) 2024-2025 Amlal EL Mahrouss, all rights reserved.\n");
+ std::printf("necc: Designed by Amlal El Mahrouss, Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.\n");
+ std::printf("libCompiler.dylib: Designed by Amlal El Mahrouss, Copyright (C) 2024-2025 Amlal El Mahrouss, all rights reserved.\n");
return 0;
}