summaryrefslogtreecommitdiffhomepage
path: root/src/DebuggerKit
diff options
context:
space:
mode:
Diffstat (limited to 'src/DebuggerKit')
-rw-r--r--src/DebuggerKit/dk-nekernel.json2
-rw-r--r--src/DebuggerKit/dk-osx.json2
-rw-r--r--src/DebuggerKit/src/NeKernelContract.cc2
-rw-r--r--src/DebuggerKit/src/NeKernelContractCLI.cc4
-rw-r--r--src/DebuggerKit/src/POSIXMachContractCLI.cc4
5 files changed, 7 insertions, 7 deletions
diff --git a/src/DebuggerKit/dk-nekernel.json b/src/DebuggerKit/dk-nekernel.json
index ad2deb8..4483a30 100644
--- a/src/DebuggerKit/dk-nekernel.json
+++ b/src/DebuggerKit/dk-nekernel.json
@@ -9,7 +9,7 @@
"output_name": "/usr/local/lib/libDebuggerKit.dylib",
"compiler_flags": ["-fPIC", "-shared"],
"cpp_macros": [
- "__NECTI__=202505",
+ "__NECTAR__=202505",
"DK_USE_STRUCTS=1",
"DK_NEKERNEL_DEBUGGER",
"kDistReleaseBranch=$(git rev-parse --abbrev-ref HEAD)-$(uuidgen)"
diff --git a/src/DebuggerKit/dk-osx.json b/src/DebuggerKit/dk-osx.json
index 20813aa..677e473 100644
--- a/src/DebuggerKit/dk-osx.json
+++ b/src/DebuggerKit/dk-osx.json
@@ -9,7 +9,7 @@
"output_name": "/usr/local/lib/libDebuggerKit.dylib",
"compiler_flags": ["-fPIC", "-shared"],
"cpp_macros": [
- "__NECTI__=202505",
+ "__NECTAR__=202505",
"CK_USE_STRUCTS=1",
"DEBUGGERKIT_POSIX",
"DK_MACH_DEBUGGER",
diff --git a/src/DebuggerKit/src/NeKernelContract.cc b/src/DebuggerKit/src/NeKernelContract.cc
index 58d1295..b4b3b9d 100644
--- a/src/DebuggerKit/src/NeKernelContract.cc
+++ b/src/DebuggerKit/src/NeKernelContract.cc
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
diff --git a/src/DebuggerKit/src/NeKernelContractCLI.cc b/src/DebuggerKit/src/NeKernelContractCLI.cc
index 3079568..3f05bed 100644
--- a/src/DebuggerKit/src/NeKernelContractCLI.cc
+++ b/src/DebuggerKit/src/NeKernelContractCLI.cc
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
@@ -29,7 +29,7 @@ static void dbgi_ctrlc_handler(std::int32_t _) {
NECTI_MODULE(DebuggerNeKernel) {
pfd::notify("Debugger Event",
- "NeCTI Debugger\n(C) 2025 Amlal El Mahrouss and NeKernel.org contributors, all "
+ "Nectar Debugger\n(C) 2025 Amlal El Mahrouss and NeKernel.org contributors, all "
"rights reserved.");
if (argc >= 5 && std::string(argv[1]) == "-k" && argv[2] != nullptr &&
diff --git a/src/DebuggerKit/src/POSIXMachContractCLI.cc b/src/DebuggerKit/src/POSIXMachContractCLI.cc
index 9093ec2..041a243 100644
--- a/src/DebuggerKit/src/POSIXMachContractCLI.cc
+++ b/src/DebuggerKit/src/POSIXMachContractCLI.cc
@@ -1,6 +1,6 @@
/* ========================================
- Copyright (C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.
+ Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
======================================== */
@@ -30,7 +30,7 @@ static void dbgi_ctrlc_handler(std::int32_t _) {
NECTI_MODULE(DebuggerMachPOSIX) {
pfd::notify(
"Debugger Event",
- "Userland Debugger\n(C) 2025 Amlal El Mahrouss, Licensed under the Apache 2.0 license.");
+ "Userland Debugger\n(C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.");
if (argc >= 3 && std::string(argv[1]) == "-p" && argv[2] != nullptr) {
kPath = argv[2];