summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-01 12:22:17 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-01 12:22:17 +0200
commitd0b25baeca4f807b43cff3bda2efd03fdff96728 (patch)
tree60eeb17bc9780061fa1bc9260d294ac9c4b90e92
parentebab1465b4d42910da1b36d8c65487c2f077b481 (diff)
publishing my work.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--64asm.rsrc6
-rw-r--r--64x0-cc.rsrc6
-rw-r--r--Common/AsmKit/AsmKit.hpp2
-rw-r--r--Common/AsmKit/CPU/32x0.hpp2
-rw-r--r--Common/AsmKit/CPU/64x0.hpp2
-rw-r--r--Common/AsmKit/CPU/amd64.hpp2
-rw-r--r--Common/CompilerKit.hpp2
-rw-r--r--Common/Defines.hpp2
-rw-r--r--Common/ParserKit.hpp2
-rw-r--r--Common/Public/SDK/CRT/__mpcc_alloca.hxx2
-rw-r--r--Common/Public/SDK/CRT/__mpcc_defines.hxx2
-rw-r--r--Common/Public/SDK/CRT/__mpcc_exception.hxx2
-rw-r--r--Common/Public/SDK/CRT/__mpcc_hint.hxx2
-rw-r--r--Common/Public/SDK/CRT/__mpcc_malloc.hxx2
-rw-r--r--Common/StdKit/AE.hpp2
-rw-r--r--Common/StdKit/ErrorID.hpp2
-rw-r--r--Common/StdKit/ErrorOr.hpp2
-rw-r--r--Common/StdKit/PEF.hpp2
-rw-r--r--Common/StdKit/Ref.hpp2
-rw-r--r--Common/StdKit/String.hpp2
-rw-r--r--Common/StdKit/XCOFF.hxx2
-rw-r--r--ReadMe.md2
-rw-r--r--Sources/32asm.cc2
-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.cc10
-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
-rw-r--r--bpp.rsrc6
-rw-r--r--i64asm.rsrc6
-rw-r--r--link.rsrc4
-rw-r--r--posix.make4
-rw-r--r--power-cc.rsrc6
-rw-r--r--ppcasm.rsrc6
-rw-r--r--win64.make4
44 files changed, 78 insertions, 78 deletions
diff --git a/64asm.rsrc b/64asm.rsrc
index 9f473f1..c01fa7a 100644
--- a/64asm.rsrc
+++ b/64asm.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
- VALUE "FileDescription", "SoftwareLabs assembler for 64x000."
+ VALUE "CompanyName", "Amlal El Mahrouss"
+ VALUE "FileDescription", "Amlal El Mahrouss assembler for 64x000."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "Assembler"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "64asm.exe"
VALUE "ProductName", "Assembler"
VALUE "ProductVersion", kDistVersion
diff --git a/64x0-cc.rsrc b/64x0-cc.rsrc
index 300c684..78d23b4 100644
--- a/64x0-cc.rsrc
+++ b/64x0-cc.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
- VALUE "FileDescription", "SoftwareLabs C Compiler for 64x000."
+ VALUE "CompanyName", "Amlal El Mahrouss"
+ VALUE "FileDescription", "Amlal El Mahrouss C Compiler for 64x000."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "Compiler"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "64x0-cc.exe"
VALUE "ProductName", "Compiler"
VALUE "ProductVersion", kDistVersion
diff --git a/Common/AsmKit/AsmKit.hpp b/Common/AsmKit/AsmKit.hpp
index 020ca5c..f4aecaf 100644
--- a/Common/AsmKit/AsmKit.hpp
+++ b/Common/AsmKit/AsmKit.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/AsmKit/CPU/32x0.hpp b/Common/AsmKit/CPU/32x0.hpp
index fe03336..94ec43a 100644
--- a/Common/AsmKit/CPU/32x0.hpp
+++ b/Common/AsmKit/CPU/32x0.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/AsmKit/CPU/64x0.hpp b/Common/AsmKit/CPU/64x0.hpp
index b28866f..48ebf95 100644
--- a/Common/AsmKit/CPU/64x0.hpp
+++ b/Common/AsmKit/CPU/64x0.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/AsmKit/CPU/amd64.hpp b/Common/AsmKit/CPU/amd64.hpp
index 507602c..92e649a 100644
--- a/Common/AsmKit/CPU/amd64.hpp
+++ b/Common/AsmKit/CPU/amd64.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/CompilerKit.hpp b/Common/CompilerKit.hpp
index b9de089..9abe154 100644
--- a/Common/CompilerKit.hpp
+++ b/Common/CompilerKit.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/Defines.hpp b/Common/Defines.hpp
index d76620c..3bf1ea8 100644
--- a/Common/Defines.hpp
+++ b/Common/Defines.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/ParserKit.hpp b/Common/ParserKit.hpp
index 6e15c75..98d078d 100644
--- a/Common/ParserKit.hpp
+++ b/Common/ParserKit.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/Public/SDK/CRT/__mpcc_alloca.hxx b/Common/Public/SDK/CRT/__mpcc_alloca.hxx
index a1c638e..b653682 100644
--- a/Common/Public/SDK/CRT/__mpcc_alloca.hxx
+++ b/Common/Public/SDK/CRT/__mpcc_alloca.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/Public/SDK/CRT/__mpcc_defines.hxx b/Common/Public/SDK/CRT/__mpcc_defines.hxx
index 5560410..1230662 100644
--- a/Common/Public/SDK/CRT/__mpcc_defines.hxx
+++ b/Common/Public/SDK/CRT/__mpcc_defines.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/Public/SDK/CRT/__mpcc_exception.hxx b/Common/Public/SDK/CRT/__mpcc_exception.hxx
index 9366102..663a5d2 100644
--- a/Common/Public/SDK/CRT/__mpcc_exception.hxx
+++ b/Common/Public/SDK/CRT/__mpcc_exception.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/Public/SDK/CRT/__mpcc_hint.hxx b/Common/Public/SDK/CRT/__mpcc_hint.hxx
index ee14711..3168e8e 100644
--- a/Common/Public/SDK/CRT/__mpcc_hint.hxx
+++ b/Common/Public/SDK/CRT/__mpcc_hint.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/Public/SDK/CRT/__mpcc_malloc.hxx b/Common/Public/SDK/CRT/__mpcc_malloc.hxx
index 2731868..3fd7fcc 100644
--- a/Common/Public/SDK/CRT/__mpcc_malloc.hxx
+++ b/Common/Public/SDK/CRT/__mpcc_malloc.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/StdKit/AE.hpp b/Common/StdKit/AE.hpp
index 9c4ac1a..4755b06 100644
--- a/Common/StdKit/AE.hpp
+++ b/Common/StdKit/AE.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* MPCC
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/Common/StdKit/ErrorID.hpp b/Common/StdKit/ErrorID.hpp
index 9f12ab2..92d2172 100644
--- a/Common/StdKit/ErrorID.hpp
+++ b/Common/StdKit/ErrorID.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/Common/StdKit/ErrorOr.hpp b/Common/StdKit/ErrorOr.hpp
index cf35b26..7ad6e8d 100644
--- a/Common/StdKit/ErrorOr.hpp
+++ b/Common/StdKit/ErrorOr.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/Common/StdKit/PEF.hpp b/Common/StdKit/PEF.hpp
index b084f32..e82e5ef 100644
--- a/Common/StdKit/PEF.hpp
+++ b/Common/StdKit/PEF.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Common/StdKit/Ref.hpp b/Common/StdKit/Ref.hpp
index d13f97c..7ba4d95 100644
--- a/Common/StdKit/Ref.hpp
+++ b/Common/StdKit/Ref.hpp
@@ -3,7 +3,7 @@
* ========================================================
*
* CompilerKit
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/Common/StdKit/String.hpp b/Common/StdKit/String.hpp
index a05a31c..3da302c 100644
--- a/Common/StdKit/String.hpp
+++ b/Common/StdKit/String.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
diff --git a/Common/StdKit/XCOFF.hxx b/Common/StdKit/XCOFF.hxx
index a26b591..6e9fd6d 100644
--- a/Common/StdKit/XCOFF.hxx
+++ b/Common/StdKit/XCOFF.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
File: XCOFF.hpp
Purpose: XCOFF for NewOS.
diff --git a/ReadMe.md b/ReadMe.md
index 82b3217..47e0e89 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -14,4 +14,4 @@ make all
Author: Amlal El Mahrouss
-##### Copyright SoftwareLabs, all rights reserved.
+##### Copyright Amlal El Mahrouss, all rights reserved.
diff --git a/Sources/32asm.cc b/Sources/32asm.cc
index f877553..3f98cb7 100644
--- a/Sources/32asm.cc
+++ b/Sources/32asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Sources/64asm.cc b/Sources/64asm.cc
index 6e8cc6d..587d5c3 100644
--- a/Sources/64asm.cc
+++ b/Sources/64asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
@@ -110,7 +110,7 @@ MPCC_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 SoftwareLabs.\n";
+ "2024 Amlal El Mahrouss.\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 3a0e569..e3a0771 100644
--- a/Sources/64x0-cc.cc
+++ b/Sources/64x0-cc.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -27,7 +27,7 @@
/* C driver */
/* This is part of MPCC C SDK. */
-/* (c) SoftwareLabs */
+/* (c) Amlal El Mahrouss */
/// @author Amlal El Mahrouss (amlel)
/// @file 64x0-cc.cc
@@ -1513,7 +1513,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) SoftwareLabs\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help()
{
diff --git a/Sources/AssemblyFactory.cc b/Sources/AssemblyFactory.cc
index 0000ab7..3b2fb7c 100644
--- a/Sources/AssemblyFactory.cc
+++ b/Sources/AssemblyFactory.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
@@ -14,7 +14,7 @@
* @version 0.1
* @date 2024-01-27
*
- * @copyright Copyright (c) 2024, SoftwareLabs
+ * @copyright Copyright (c) 2024, Amlal El Mahrouss
*
*/
diff --git a/Sources/Detail/asmutils.hxx b/Sources/Detail/asmutils.hxx
index f6fdb41..d0eb2c7 100644
--- a/Sources/Detail/asmutils.hxx
+++ b/Sources/Detail/asmutils.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Sources/Detail/compilerutils.hxx b/Sources/Detail/compilerutils.hxx
index 9ddd3a2..a9332f4 100644
--- a/Sources/Detail/compilerutils.hxx
+++ b/Sources/Detail/compilerutils.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Sources/String.cc b/Sources/String.cc
index 38bd444..7926441 100644
--- a/Sources/String.cc
+++ b/Sources/String.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
* @version 0.2
* @date 2024-01-23
*
- * @copyright Copyright (c) 2024 SoftwareLabs
+ * @copyright Copyright (c) 2024 Amlal El Mahrouss
*
*/
diff --git a/Sources/bpp.cc b/Sources/bpp.cc
index accbef5..27dba78 100644
--- a/Sources/bpp.cc
+++ b/Sources/bpp.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* bpp
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -812,12 +812,12 @@ MPCC_MODULE(NewOSPreprocessor) {
if (argv[index][0] == '-') {
if (strcmp(argv[index], "-v") == 0) {
- printf("%s\n", "bpp v1.11, (c) SoftwareLabs");
+ printf("%s\n", "bpp v1.11, (c) Amlal El Mahrouss");
return 0;
}
if (strcmp(argv[index], "-h") == 0) {
- printf("%s\n", "bpp v1.11, (c) SoftwareLabs");
+ printf("%s\n", "bpp v1.11, (c) Amlal El Mahrouss");
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 349d543..6baa964 100644
--- a/Sources/coff2ae.cc
+++ b/Sources/coff2ae.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc
index db33688..d03987c 100644
--- a/Sources/cplusplus.cc
+++ b/Sources/cplusplus.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cplusplus
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "%s\n", "LightSpeed C++ Compiler, Copyright SoftwareLabs.")
+ kPrintF(kWhite "%s\n", "LightSpeed C++ Compiler, Copyright Amlal El Mahrouss.")
#include <Common/AsmKit/CPU/amd64.hpp>
#include <Common/ParserKit.hpp>
@@ -29,9 +29,9 @@
#define kOk 0
-/* SoftwareLabs C++ driver */
+/* Amlal El Mahrouss C++ driver */
/* This is part of MPCC C++ compiler. */
-/* (c) SoftwareLabs */
+/* (c) Amlal El Mahrouss */
/// @author Amlal El Mahrouss (amlel)
/// @file cc.cc
@@ -170,7 +170,7 @@ static bool kOnForLoop = false;
static bool kInBraces = false;
static size_t kBracesCount = 0UL;
-/* @brief C++ compiler backend for SoftwareLabs C++ */
+/* @brief C++ compiler backend for Amlal El Mahrouss C++ */
class CompilerBackendCPlusPlus final : public ParserKit::CompilerBackend
{
public:
diff --git a/Sources/elf2ae.cc b/Sources/elf2ae.cc
index a451a0a..f559c21 100644
--- a/Sources/elf2ae.cc
+++ b/Sources/elf2ae.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
diff --git a/Sources/i64asm.cc b/Sources/i64asm.cc
index 5510252..31f19b8 100644
--- a/Sources/i64asm.cc
+++ b/Sources/i64asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
@@ -175,13 +175,13 @@ MPCC_MODULE(NewOSAssemblerAMD64)
if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0)
{
kStdOut << "i64asm: AMD64 Assembler.\ni64asm: v1.10\ni64asm: Copyright "
- "(c) 2024 SoftwareLabs.\n";
+ "(c) 2024 Amlal El Mahrouss.\n";
return 0;
}
else if (strcmp(argv[i], "-h") == 0)
{
kStdOut << "i64asm: AMD64 Assembler.\ni64asm: Copyright (c) 2024 "
- "SoftwareLabs.\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/Sources/link.cc b/Sources/link.cc
index 47406c4..e245f4c 100644
--- a/Sources/link.cc
+++ b/Sources/link.cc
@@ -1,12 +1,12 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
/// @file link.cc
/// @author Amlal El Mahrouss (amlel)
-/// @brief SoftwareLabs Linker.
+/// @brief Amlal El Mahrouss Linker.
/// Last Rev: Sat Feb 24 CET 2024
@@ -35,7 +35,7 @@
#include <fstream>
#include <iostream>
-#define kLinkerVersion "SoftwareLabs Linker %s, (c) SoftwareLabs 2024\n"
+#define kLinkerVersion "Amlal El Mahrouss Linker %s, (c) Amlal El Mahrouss 2024\n"
#define StringCompare(DST, SRC) strcmp(DST, SRC)
@@ -184,7 +184,7 @@ MPCC_MODULE(NewOSLinker) {
pef_container.Count = 0UL;
pef_container.Kind = CompilerKit::kPefKindExec;
pef_container.SubCpu = kSubArch;
- pef_container.Linker = kLinkerId; // SoftwareLabs 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/Sources/power-cc.cc b/Sources/power-cc.cc
index b26dbf2..80573b9 100644
--- a/Sources/power-cc.cc
+++ b/Sources/power-cc.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright SoftwareLabs, all rights reserved.
+ * Copyright Amlal El Mahrouss, all rights reserved.
*
* ========================================================
*/
@@ -1531,7 +1531,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) SoftwareLabs\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) Amlal El Mahrouss\n", kDistVersion)
static void cc_print_help()
{
diff --git a/Sources/ppcasm.cc b/Sources/ppcasm.cc
index 0236491..2192ccd 100644
--- a/Sources/ppcasm.cc
+++ b/Sources/ppcasm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright SoftwareLabs
+ Copyright Amlal El Mahrouss
------------------------------------------- */
@@ -115,11 +115,11 @@ MPCC_MODULE(NewOSAssemblerPowerPC) {
if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
kStdOut << "ppcasm: POWER Assembler.\nppcasm: " << kDistVersion << "\nppcasm: "
"Copyright (c) "
- "2024 SoftwareLabs.\n";
+ "2024 Amlal El Mahrouss.\n";
return 0;
} else if (strcmp(argv[i], "-h") == 0) {
kStdOut << "ppcasm: POWER Assembler.\nppcasm: Copyright (c) 2024 "
- "SoftwareLabs.\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/bpp.rsrc b/bpp.rsrc
index 3a8d4d9..5cc550c 100644
--- a/bpp.rsrc
+++ b/bpp.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
- VALUE "FileDescription", "SoftwareLabs Preprocessor."
+ VALUE "CompanyName", "Amlal El Mahrouss"
+ VALUE "FileDescription", "Amlal El Mahrouss Preprocessor."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "NewPreprocessor"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "bpp.exe"
VALUE "ProductName", "NewPreprocessor"
VALUE "ProductVersion", kDistVersion
diff --git a/i64asm.rsrc b/i64asm.rsrc
index 4472b3f..1c12923 100644
--- a/i64asm.rsrc
+++ b/i64asm.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
- VALUE "FileDescription", "SoftwareLabs assembler for AMD64."
+ VALUE "CompanyName", "Amlal El Mahrouss"
+ VALUE "FileDescription", "Amlal El Mahrouss assembler for AMD64."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "Assembler"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "i64asm.exe"
VALUE "ProductName", "Assembler"
VALUE "ProductVersion", kDistVersion
diff --git a/link.rsrc b/link.rsrc
index 550d87a..88ca4d6 100644
--- a/link.rsrc
+++ b/link.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
+ VALUE "CompanyName", "Amlal El Mahrouss"
VALUE "FileDescription", "NewOS linker."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "Linker"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "link.exe"
VALUE "ProductName", "Linker"
VALUE "ProductVersion", kDistVersion
diff --git a/posix.make b/posix.make
index 0a6ef8e..b543b34 100644
--- a/posix.make
+++ b/posix.make
@@ -2,7 +2,7 @@
# ========================================================
#
# MPCC
- # Copyright SoftwareLabs, all rights reserved.
+ # Copyright Amlal El Mahrouss, all rights reserved.
#
# ========================================================
#
@@ -74,7 +74,7 @@ linker:
help:
@echo "Compiler - MPCC Compiler Suite."
@echo "Preprocessor - MPCC Preprocessor Suite."
- @echo "linker - SoftwareLabs Linkers."
+ @echo "linker - Amlal El Mahrouss Linkers."
@echo "clean - Clean objects and executables."
.PHONY: clean
diff --git a/power-cc.rsrc b/power-cc.rsrc
index 4a10e6b..7831667 100644
--- a/power-cc.rsrc
+++ b/power-cc.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
- VALUE "FileDescription", "SoftwareLabs C Compiler for POWER."
+ VALUE "CompanyName", "Amlal El Mahrouss"
+ VALUE "FileDescription", "Amlal El Mahrouss C Compiler for POWER."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "Compiler"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "power-cc.exe"
VALUE "ProductName", "Compiler"
VALUE "ProductVersion", kDistVersion
diff --git a/ppcasm.rsrc b/ppcasm.rsrc
index cf3fbb9..174bc5c 100644
--- a/ppcasm.rsrc
+++ b/ppcasm.rsrc
@@ -10,11 +10,11 @@ BEGIN
BEGIN
BLOCK "080904E4"
BEGIN
- VALUE "CompanyName", "SoftwareLabs"
- VALUE "FileDescription", "SoftwareLabs assembler for POWER."
+ VALUE "CompanyName", "Amlal El Mahrouss"
+ VALUE "FileDescription", "Amlal El Mahrouss assembler for POWER."
VALUE "FileVersion", kDistVersion
VALUE "InternalName", "Assembler"
- VALUE "LegalCopyright", "SoftwareLabs"
+ VALUE "LegalCopyright", "Amlal El Mahrouss"
VALUE "OriginalFilename", "ppcasm.exe"
VALUE "ProductName", "Assembler"
VALUE "ProductVersion", kDistVersion
diff --git a/win64.make b/win64.make
index 1e70bfd..ca10243 100644
--- a/win64.make
+++ b/win64.make
@@ -2,7 +2,7 @@
# ========================================================
#
# MPCC
- # Copyright SoftwareLabs, all rights reserved.
+ # Copyright Amlal El Mahrouss, all rights reserved.
#
# ========================================================
#
@@ -80,7 +80,7 @@ linker:
help:
@echo "Compiler - MPCC Compiler Suite."
@echo "Preprocessor - MPCC Preprocessor Suite."
- @echo "linker - SoftwareLabs Linkers."
+ @echo "linker - Amlal El Mahrouss Linkers."
@echo "clean - Clean objects and executables."
.PHONY: clean