summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/asm.cc8
-rw-r--r--tools/cppdrv.cc6
-rw-r--r--tools/dbg.cc6
-rw-r--r--tools/kdbg.cc6
-rw-r--r--tools/ld64.cc6
-rw-r--r--tools/pef-amd64-cxxdrv.cc6
-rw-r--r--tools/pef-arm64-cdrv.cc6
7 files changed, 22 insertions, 22 deletions
diff --git a/tools/asm.cc b/tools/asm.cc
index 29c3c03..025b158 100644
--- a/tools/asm.cc
+++ b/tools/asm.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
/// @file asm.cc
/// @brief Assembler frontend.
@@ -42,7 +42,7 @@ Int32 main(Int32 argc, Char const* argv[]) {
"rights reserved.\n");
std::printf(
"CompilerKit: Designed by Amlal El Mahrouss, Copyright (C) 2024-2025 Amlal El Mahrouss, "
- "Licensed under Apache 2.0.\n");
+ "Licensed under the Apache 2.0 license.\n");
return 0;
} else if (strstr(argv[index_arg], "-asm:x64")) {
diff --git a/tools/cppdrv.cc b/tools/cppdrv.cc
index 42ca337..4d6f7cf 100644
--- a/tools/cppdrv.cc
+++ b/tools/cppdrv.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
/// @file cxxdrv.cc
/// @brief NE frontend preprocessor.
diff --git a/tools/dbg.cc b/tools/dbg.cc
index d5fa900..854351e 100644
--- a/tools/dbg.cc
+++ b/tools/dbg.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
#include <CompilerKit/Defines.h>
diff --git a/tools/kdbg.cc b/tools/kdbg.cc
index 9556699..4ee508d 100644
--- a/tools/kdbg.cc
+++ b/tools/kdbg.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
#include <CompilerKit/Defines.h>
diff --git a/tools/ld64.cc b/tools/ld64.cc
index e483158..1f0392d 100644
--- a/tools/ld64.cc
+++ b/tools/ld64.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
#include <CompilerKit/Defines.h>
diff --git a/tools/pef-amd64-cxxdrv.cc b/tools/pef-amd64-cxxdrv.cc
index 8cbd254..e1187e8 100644
--- a/tools/pef-amd64-cxxdrv.cc
+++ b/tools/pef-amd64-cxxdrv.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
/// @file cxxdrv.cc
/// @brief NE C++ frontend compiler.
diff --git a/tools/pef-arm64-cdrv.cc b/tools/pef-arm64-cdrv.cc
index d0ef300..b7d8ed1 100644
--- a/tools/pef-arm64-cdrv.cc
+++ b/tools/pef-arm64-cdrv.cc
@@ -1,8 +1,8 @@
-/* -------------------------------------------
+/* ========================================
- Copyright (C) 2024-2025 Amlal EL Mahrouss, Licensed under Apache 2.0
+ Copyright (C) 2024-2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license
-------------------------------------------- */
+======================================== */
/// @file cxxdrv.cc
/// @brief NE C++ frontend compiler.