summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-11-26 11:36:57 +0100
committerAmlal EL Mahrouss <amlalelmahrouss@icloud.com>2024-11-26 11:36:57 +0100
commit7316ded24ebc4cb9af154f560dc2b6c3498e2ca9 (patch)
tree1ea30141b27b9539b15a18b58db72c8af4c83a1c /tools
parent011fe648fae0ebe8c2136c0c88432b5431d7f22f (diff)
ELMH Group takes ownership of the code.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/asm.cc6
-rw-r--r--tools/cl.cc6
-rw-r--r--tools/ld64.cc2
3 files changed, 7 insertions, 7 deletions
diff --git a/tools/asm.cc b/tools/asm.cc
index 63c09ce..c45978f 100644
--- a/tools/asm.cc
+++ b/tools/asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved
+ Copyright (C) 2024, ELMH Group, all rights reserved
------------------------------------------- */
@@ -37,8 +37,8 @@ int main(int argc, char const* argv[])
{
std::printf("asm.exe: Frontend Assembler (64x0, power64, x64).\n");
std::printf("asm.exe: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("asm.exe: Designed by EL Mahrouss Logic, Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.\n");
- std::printf("libToolchainKit.dylib: Designed by EL Mahrouss Logic, Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.\n");
+ std::printf("asm.exe: Designed by ELMH Group, Copyright (C) 2024, ELMH Group, all rights reserved.\n");
+ std::printf("libToolchainKit.dylib: Designed by ELMH Group, Copyright (C) 2024, ELMH Group, all rights reserved.\n");
return 0;
}
diff --git a/tools/cl.cc b/tools/cl.cc
index 5374a40..af4f317 100644
--- a/tools/cl.cc
+++ b/tools/cl.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved
+ Copyright (C) 2024, ELMH Group, all rights reserved
------------------------------------------- */
@@ -25,8 +25,8 @@ int main(int argc, char const* argv[])
{
std::printf("cl.exe: Frontend C++ Compiler.\n");
std::printf("cl.exe: Version: %s, Release: %s.\n", kDistVersion, kDistRelease);
- std::printf("cl.exe: Designed by EL Mahrouss Logic, Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.\n");
- std::printf("libToolchainKit.dylib: Designed by EL Mahrouss Logic, Copyright (C) 2024, EL Mahrouss Logic, all rights reserved.\n");
+ std::printf("cl.exe: Designed by ELMH Group, Copyright (C) 2024, ELMH Group, all rights reserved.\n");
+ std::printf("libToolchainKit.dylib: Designed by ELMH Group, Copyright (C) 2024, ELMH Group, all rights reserved.\n");
return 0;
}
diff --git a/tools/ld64.cc b/tools/ld64.cc
index 36a8116..018d53b 100644
--- a/tools/ld64.cc
+++ b/tools/ld64.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024, EL Mahrouss Logic, all rights reserved
+ Copyright (C) 2024, ELMH Group, all rights reserved
------------------------------------------- */