summaryrefslogtreecommitdiffhomepage
path: root/dev
diff options
context:
space:
mode:
authorAmlal EL Mahrouss <113760121+amlel-el-mahrouss@users.noreply.github.com>2025-01-21 11:08:33 +0100
committerGitHub <noreply@github.com>2025-01-21 11:08:33 +0100
commite9616b14f5301fa06587f7c7fb271f9ccabcb819 (patch)
tree9d50ee1d0677bcfc15a6c181ff10384b805a3d7f /dev
parent7de3593a311cb8912586ba378c86271e9e0ea1db (diff)
ADD: Rebrand
Diffstat (limited to 'dev')
-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++/defines.h2
-rw-r--r--dev/LibC++/filesystem.h2
-rw-r--r--dev/LibC++/process_base.h2
-rw-r--r--dev/LibC++/utility.h2
-rw-r--r--dev/LibCompiler/AAL/AssemblyInterface.h2
-rw-r--r--dev/LibCompiler/AAL/CPU/32x0.h2
-rw-r--r--dev/LibCompiler/AAL/CPU/64x0.h2
-rw-r--r--dev/LibCompiler/AAL/CPU/amd64.h2
-rw-r--r--dev/LibCompiler/AAL/CPU/arm64.h2
-rw-r--r--dev/LibCompiler/AAL/CPU/power64.h2
-rw-r--r--dev/LibCompiler/Defines.h2
-rw-r--r--dev/LibCompiler/Macros.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/PEF.h2
-rw-r--r--dev/LibCompiler/NFC/Ref.h2
-rw-r--r--dev/LibCompiler/NFC/String.h2
-rw-r--r--dev/LibCompiler/NFC/XCOFF.h2
-rw-r--r--dev/LibCompiler/Parser.h2
-rw-r--r--dev/LibCompiler/ReadMe.md2
-rw-r--r--dev/LibCompiler/Version.h2
-rw-r--r--dev/LibCompiler/src/Assembler32x0.cc2
-rw-r--r--dev/LibCompiler/src/Assembler64x0.cc4
-rw-r--r--dev/LibCompiler/src/AssemblerAMD64.cc6
-rw-r--r--dev/LibCompiler/src/AssemblerARM64.cc6
-rw-r--r--dev/LibCompiler/src/AssemblerPower.cc6
-rw-r--r--dev/LibCompiler/src/AssemblyFactory.cc4
-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/Detail/AsmUtils.h2
-rw-r--r--dev/LibCompiler/src/Detail/ClUtils.h2
-rw-r--r--dev/LibCompiler/src/DynamicLinkerELF.cc4
-rw-r--r--dev/LibCompiler/src/DynamicLinkerPEF.cc6
-rw-r--r--dev/LibCompiler/src/String.cc4
-rw-r--r--dev/LibIDE/TerminalEmulator.h2
42 files changed, 63 insertions, 63 deletions
diff --git a/dev/LibC++/base_alloc.h b/dev/LibC++/base_alloc.h
index 33a4e46..1f929fa 100644
--- a/dev/LibC++/base_alloc.h
+++ b/dev/LibC++/base_alloc.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved.
+ Copyright (C) 2024 MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_exception.h b/dev/LibC++/base_exception.h
index b194cdf..396f941 100644
--- a/dev/LibC++/base_exception.h
+++ b/dev/LibC++/base_exception.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved.
+ Copyright (C) 2024 MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/base_math.h b/dev/LibC++/base_math.h
index bcc49de..58b9702 100644
--- a/dev/LibC++/base_math.h
+++ b/dev/LibC++/base_math.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved.
+ Copyright (C) 2024 MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/defines.h b/dev/LibC++/defines.h
index a451dfd..2567cf7 100644
--- a/dev/LibC++/defines.h
+++ b/dev/LibC++/defines.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved.
+ Copyright (C) 2024 MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/filesystem.h b/dev/LibC++/filesystem.h
index b53eb07..4fc5513 100644
--- a/dev/LibC++/filesystem.h
+++ b/dev/LibC++/filesystem.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved.
+ Copyright (C) 2024 MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/process_base.h b/dev/LibC++/process_base.h
index e2e98be..46fea77 100644
--- a/dev/LibC++/process_base.h
+++ b/dev/LibC++/process_base.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved.
+ Copyright (C) 2024 MediaSwirl, all rights reserved.
------------------------------------------- */
diff --git a/dev/LibC++/utility.h b/dev/LibC++/utility.h
index f5a3e53..283d3bf 100644
--- a/dev/LibC++/utility.h
+++ b/dev/LibC++/utility.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
\
- Copyright (C) 2024 t& Corporation, all rights reserved. \
+ Copyright (C) 2024 MediaSwirl, all rights reserved. \
\
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/AssemblyInterface.h b/dev/LibCompiler/AAL/AssemblyInterface.h
index 0c3ee75..d42330b 100644
--- a/dev/LibCompiler/AAL/AssemblyInterface.h
+++ b/dev/LibCompiler/AAL/AssemblyInterface.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/CPU/32x0.h b/dev/LibCompiler/AAL/CPU/32x0.h
index a36d8c1..b38d872 100644
--- a/dev/LibCompiler/AAL/CPU/32x0.h
+++ b/dev/LibCompiler/AAL/CPU/32x0.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/CPU/64x0.h b/dev/LibCompiler/AAL/CPU/64x0.h
index 87d7557..3d20a40 100644
--- a/dev/LibCompiler/AAL/CPU/64x0.h
+++ b/dev/LibCompiler/AAL/CPU/64x0.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/CPU/amd64.h b/dev/LibCompiler/AAL/CPU/amd64.h
index 7c08628..daa4e3c 100644
--- a/dev/LibCompiler/AAL/CPU/amd64.h
+++ b/dev/LibCompiler/AAL/CPU/amd64.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/CPU/arm64.h b/dev/LibCompiler/AAL/CPU/arm64.h
index 58910a0..1a43987 100644
--- a/dev/LibCompiler/AAL/CPU/arm64.h
+++ b/dev/LibCompiler/AAL/CPU/arm64.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright (C) 2024 t& Corporation, all rights reserved
+Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/AAL/CPU/power64.h b/dev/LibCompiler/AAL/CPU/power64.h
index 101f5bc..c72738d 100644
--- a/dev/LibCompiler/AAL/CPU/power64.h
+++ b/dev/LibCompiler/AAL/CPU/power64.h
@@ -1,7 +1,7 @@
/* -------------------------------------------
Some modifications are copyrighted under:
- t& Corporation.
+ MediaSwirl.
Original author:
Apple Inc
diff --git a/dev/LibCompiler/Defines.h b/dev/LibCompiler/Defines.h
index 2da37ac..7b96ddc 100644
--- a/dev/LibCompiler/Defines.h
+++ b/dev/LibCompiler/Defines.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/Macros.h b/dev/LibCompiler/Macros.h
index 8bb01fd..291f783 100644
--- a/dev/LibCompiler/Macros.h
+++ b/dev/LibCompiler/Macros.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/NFC/AE.h b/dev/LibCompiler/NFC/AE.h
index 7acbff1..8f0bfe5 100644
--- a/dev/LibCompiler/NFC/AE.h
+++ b/dev/LibCompiler/NFC/AE.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/ErrorID.h b/dev/LibCompiler/NFC/ErrorID.h
index 6e5d9e9..c7f3e8f 100644
--- a/dev/LibCompiler/NFC/ErrorID.h
+++ b/dev/LibCompiler/NFC/ErrorID.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/ErrorOr.h b/dev/LibCompiler/NFC/ErrorOr.h
index f18ca14..83c2ac3 100644
--- a/dev/LibCompiler/NFC/ErrorOr.h
+++ b/dev/LibCompiler/NFC/ErrorOr.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/PEF.h b/dev/LibCompiler/NFC/PEF.h
index 0a09a84..bb46caf 100644
--- a/dev/LibCompiler/NFC/PEF.h
+++ b/dev/LibCompiler/NFC/PEF.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/NFC/Ref.h b/dev/LibCompiler/NFC/Ref.h
index 2e7b684..d7883de 100644
--- a/dev/LibCompiler/NFC/Ref.h
+++ b/dev/LibCompiler/NFC/Ref.h
@@ -3,7 +3,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/String.h b/dev/LibCompiler/NFC/String.h
index a0c207c..70fb18c 100644
--- a/dev/LibCompiler/NFC/String.h
+++ b/dev/LibCompiler/NFC/String.h
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
diff --git a/dev/LibCompiler/NFC/XCOFF.h b/dev/LibCompiler/NFC/XCOFF.h
index 82c930b..38df3a2 100644
--- a/dev/LibCompiler/NFC/XCOFF.h
+++ b/dev/LibCompiler/NFC/XCOFF.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
File: XCOFF.hpp
Purpose: XCOFF for ZkaOS.
diff --git a/dev/LibCompiler/Parser.h b/dev/LibCompiler/Parser.h
index 17c6816..3d88600 100644
--- a/dev/LibCompiler/Parser.h
+++ b/dev/LibCompiler/Parser.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/ReadMe.md b/dev/LibCompiler/ReadMe.md
index 06d9afd..3dc5fc3 100644
--- a/dev/LibCompiler/ReadMe.md
+++ b/dev/LibCompiler/ReadMe.md
@@ -4,4 +4,4 @@
This contains a set of tools necessary to compile a ZKA program.
-###### Copyright (C) 2024 t& Corporation, all rights reserved.
+###### Copyright (C) 2024 MediaSwirl, all rights reserved.
diff --git a/dev/LibCompiler/Version.h b/dev/LibCompiler/Version.h
index a6bf3c0..fa2a451 100644
--- a/dev/LibCompiler/Version.h
+++ b/dev/LibCompiler/Version.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/src/Assembler32x0.cc b/dev/LibCompiler/src/Assembler32x0.cc
index ec260fd..fb7f669 100644
--- a/dev/LibCompiler/src/Assembler32x0.cc
+++ b/dev/LibCompiler/src/Assembler32x0.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/src/Assembler64x0.cc b/dev/LibCompiler/src/Assembler64x0.cc
index d48a7e8..96555b8 100644
--- a/dev/LibCompiler/src/Assembler64x0.cc
+++ b/dev/LibCompiler/src/Assembler64x0.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -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) "
- "t& Corporation\n";
+ "MediaSwirl\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 2f88999..3238cb9 100644
--- a/dev/LibCompiler/src/AssemblerAMD64.cc
+++ b/dev/LibCompiler/src/AssemblerAMD64.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -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) t& Corporation\n";
+ "(c) MediaSwirl\n";
return 0;
}
else if (strcmp(argv[i], "--amd64:h") == 0)
{
kStdOut << "AssemblerAMD64: AMD64 Assembler Driver.\nAssemblerAMD64: Copyright (c) 2024 "
- "t& Corporation\n";
+ "MediaSwirl\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 8573a45..584b416 100644
--- a/dev/LibCompiler/src/AssemblerARM64.cc
+++ b/dev/LibCompiler/src/AssemblerARM64.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainARM64)
{
kStdOut << "AssemblerPower: AARCH64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: "
"Copyright (c) "
- "t& Corporation\n";
+ "MediaSwirl\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
{
kStdOut << "AssemblerPower: AARCH64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 "
- "t& Corporation\n";
+ "MediaSwirl\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 55916dd..3500997 100644
--- a/dev/LibCompiler/src/AssemblerPower.cc
+++ b/dev/LibCompiler/src/AssemblerPower.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -91,13 +91,13 @@ LIBCOMPILER_MODULE(AssemblerMainPower64)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: " << kDistVersion << "\nAssemblerPower: "
"Copyright (c) "
- "t& Corporation\n";
+ "MediaSwirl\n";
return 0;
}
else if (strcmp(argv[i], "--h") == 0)
{
kStdOut << "AssemblerPower: POWER64 Assembler Driver.\nAssemblerPower: Copyright (c) 2024 "
- "t& Corporation\n";
+ "MediaSwirl\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 4aea3a7..d977677 100644
--- a/dev/LibCompiler/src/AssemblyFactory.cc
+++ b/dev/LibCompiler/src/AssemblyFactory.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
@@ -14,7 +14,7 @@
* @version 0.1
* @date 2024-01-27
*
- * @copyright Copyright (c) 2024 t& Corporation
+ * @copyright Copyright (c) 2024 MediaSwirl
*
*/
diff --git a/dev/LibCompiler/src/CCompiler64x0.cc b/dev/LibCompiler/src/CCompiler64x0.cc
index e5852df..3100d8d 100644
--- a/dev/LibCompiler/src/CCompiler64x0.cc
+++ b/dev/LibCompiler/src/CCompiler64x0.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
@@ -24,7 +24,7 @@
/* C driver */
/* This is part of the LibCompiler. */
-/* (c) t& Corporation. */
+/* (c) MediaSwirl. */
/// @author EL Mahrouss Amlal (amlel)
/// @file 64x0-cc.cxx
@@ -1482,7 +1482,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "ZKA C Driver, %s, (c) t& Corporation.\n", kDistVersion)
+ kPrintF(kWhite "ZKA C Driver, %s, (c) MediaSwirl.\n", kDistVersion)
static void cc_print_help()
{
diff --git a/dev/LibCompiler/src/CCompilerARM64.cc b/dev/LibCompiler/src/CCompilerARM64.cc
index f57fafc..1300545 100644
--- a/dev/LibCompiler/src/CCompilerARM64.cc
+++ b/dev/LibCompiler/src/CCompilerARM64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
@@ -24,7 +24,7 @@
/* C driver */
/* This is part of the LibCompiler. */
-/* (c) t& Corporation. */
+/* (c) MediaSwirl. */
/// @author EL Mahrouss Amlal (amlel)
/// @file ARM64-cc.cxx
@@ -1480,7 +1480,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "ZKA C Driver, %s, (c) t& Corporation.\n", kDistVersion)
+ kPrintF(kWhite "ZKA C Driver, %s, (c) MediaSwirl.\n", kDistVersion)
static void cc_print_help()
{
diff --git a/dev/LibCompiler/src/CCompilerPower64.cc b/dev/LibCompiler/src/CCompilerPower64.cc
index 5b9d6dc..35efef3 100644
--- a/dev/LibCompiler/src/CCompilerPower64.cc
+++ b/dev/LibCompiler/src/CCompilerPower64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* CCompilerPower64
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
@@ -1502,7 +1502,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) t& Corporation.\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) MediaSwirl.\n", kDistVersion)
static void cc_print_help()
{
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
index 927ea80..d76ea1d 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerAMD64.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* c++-drv
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
@@ -15,7 +15,7 @@
#define kExitNO (EXIT_FAILURE)
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "TQ C++ Compiler Driver, (c) 2024 t& Corporation., all rights reserved.")
+ kPrintF(kWhite "%s\n", "TQ C++ Compiler Driver, (c) 2024 MediaSwirl., all rights reserved.")
// extern_segment, @autodelete { ... }, fn foo() -> auto { ... }
@@ -27,7 +27,7 @@
/* ZKA C++ Compiler */
/* This is part of the LibCompiler. */
-/* (c) t& Corporation. */
+/* (c) MediaSwirl. */
/// @author EL Mahrouss Amlal (amlel)
/// @file CPlusPlusCompilerAMD64.cxx
diff --git a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
index 0b6033e..8982a3a 100644
--- a/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
+++ b/dev/LibCompiler/src/CPlusPlusCompilerPreProcessor.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* bpp
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
@@ -971,13 +971,13 @@ LIBCOMPILER_MODULE(CPlusPlusPreprocessorMain)
{
if (strcmp(argv[index], "--bpp:ver") == 0)
{
- printf("%s\n", "bpp v1.11, (c) t& Corporation.");
+ printf("%s\n", "bpp v1.11, (c) MediaSwirl.");
return 0;
}
if (strcmp(argv[index], "--bpp:?") == 0)
{
- printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) t& Corporation.");
+ printf("%s\n", "ZKA Preprocessor Driver v1.11, (c) MediaSwirl.");
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/Detail/AsmUtils.h b/dev/LibCompiler/src/Detail/AsmUtils.h
index d8d75d7..35370ae 100644
--- a/dev/LibCompiler/src/Detail/AsmUtils.h
+++ b/dev/LibCompiler/src/Detail/AsmUtils.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/src/Detail/ClUtils.h b/dev/LibCompiler/src/Detail/ClUtils.h
index a351262..9c1867d 100644
--- a/dev/LibCompiler/src/Detail/ClUtils.h
+++ b/dev/LibCompiler/src/Detail/ClUtils.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */
diff --git a/dev/LibCompiler/src/DynamicLinkerELF.cc b/dev/LibCompiler/src/DynamicLinkerELF.cc
index 9a58e49..0f5cdf6 100644
--- a/dev/LibCompiler/src/DynamicLinkerELF.cc
+++ b/dev/LibCompiler/src/DynamicLinkerELF.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, 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 "TQ 64-Bit Linker (ELF) %s, (c) t& Corporation. 2024, all rights reserved.\n"
+#define kLinkerVersionStr "TQ 64-Bit Linker (ELF) %s, (c) MediaSwirl. 2024, all rights reserved.\n"
#define MemoryCopy(DST, SRC, SZ) memcpy(DST, SRC, SZ)
#define StringCompare(DST, SRC) strcmp(DST, SRC)
diff --git a/dev/LibCompiler/src/DynamicLinkerPEF.cc b/dev/LibCompiler/src/DynamicLinkerPEF.cc
index 595a309..afcdb22 100644
--- a/dev/LibCompiler/src/DynamicLinkerPEF.cc
+++ b/dev/LibCompiler/src/DynamicLinkerPEF.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, 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 "TQ 64-Bit Linker (Preferred Executable) %s, (c) t& Corporation. 2024, all rights reserved.\n"
+#define kLinkerVersionStr "TQ 64-Bit Linker (Preferred Executable) %s, (c) MediaSwirl. 2024, all rights reserved.\n"
#define MemoryCopy(DST, SRC, SZ) memcpy(DST, SRC, SZ)
#define StringCompare(DST, SRC) strcmp(DST, SRC)
@@ -253,7 +253,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; // t& Corporation. Linker
+ pef_container.Linker = kLinkerId; // MediaSwirl. 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/String.cc b/dev/LibCompiler/src/String.cc
index ac90c06..c40c86a 100644
--- a/dev/LibCompiler/src/String.cc
+++ b/dev/LibCompiler/src/String.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* LibCompiler
- * Copyright (C) 2024 t& Corporation, all rights reserved.
+ * Copyright (C) 2024 MediaSwirl, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
* @version 0.2
* @date 2024-01-23
*
- * @copyright Copyright (c) t& Corporation.
+ * @copyright Copyright (c) MediaSwirl.
*
*/
diff --git a/dev/LibIDE/TerminalEmulator.h b/dev/LibIDE/TerminalEmulator.h
index 68e9b3b..e76873f 100644
--- a/dev/LibIDE/TerminalEmulator.h
+++ b/dev/LibIDE/TerminalEmulator.h
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright (C) 2024 t& Corporation, all rights reserved
+ Copyright (C) 2024 MediaSwirl, all rights reserved
------------------------------------------- */