summaryrefslogtreecommitdiffhomepage
path: root/include/DebuggerKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-27 08:56:24 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-27 08:56:24 +0100
commita936410849e4df5598d9edb11132153a4f7e64f6 (patch)
tree5654054528b3d00d97ad1933b8220dab749658e0 /include/DebuggerKit
parentd532b43153cb68d6e92c5dac58cbd3c8ab4f60af (diff)
cl! giant source code refactor.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/DebuggerKit')
-rw-r--r--include/DebuggerKit/Common.inl1
-rw-r--r--include/DebuggerKit/DebuggerContract.h10
-rw-r--r--include/DebuggerKit/Detail/Config.h9
-rw-r--r--include/DebuggerKit/NeKernelContract.h10
-rw-r--r--include/DebuggerKit/POSIXMachContract.h10
5 files changed, 16 insertions, 24 deletions
diff --git a/include/DebuggerKit/Common.inl b/include/DebuggerKit/Common.inl
index d88e578..9265e97 100644
--- a/include/DebuggerKit/Common.inl
+++ b/include/DebuggerKit/Common.inl
@@ -21,4 +21,3 @@ inline DebuggerKit::POSIX::POSIXMachContract kUserDebugger;
static DebuggerKit::ProcessID kPID = 0L;
static DebuggerKit::CAddress kActiveAddress = nullptr;
static CompilerKit::STLString kPath = "";
-
diff --git a/include/DebuggerKit/DebuggerContract.h b/include/DebuggerKit/DebuggerContract.h
index 1d8c3bc..ab808e8 100644
--- a/include/DebuggerKit/DebuggerContract.h
+++ b/include/DebuggerKit/DebuggerContract.h
@@ -1,8 +1,7 @@
-/* ========================================
-
- Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
-
-======================================== */
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/nectar
#ifndef NECTAR_DEBUGGERKIT_DEBUGGERCONTRACT_H
#define NECTAR_DEBUGGERKIT_DEBUGGERCONTRACT_H
@@ -46,4 +45,3 @@ class IDebuggerContract {
} // namespace DebuggerKit
#endif // NECTAR_DEBUGGERKIT_DEBUGGERCONTRACT_H
-
diff --git a/include/DebuggerKit/Detail/Config.h b/include/DebuggerKit/Detail/Config.h
index 87fbe22..963b8c6 100644
--- a/include/DebuggerKit/Detail/Config.h
+++ b/include/DebuggerKit/Detail/Config.h
@@ -1,8 +1,7 @@
-/* ========================================
-
- Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
-
-======================================== */
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/nectar
#ifndef NECTAR_DEBUGGERKIT_DETAIL_CONFIG_H
#define NECTAR_DEBUGGERKIT_DETAIL_CONFIG_H
diff --git a/include/DebuggerKit/NeKernelContract.h b/include/DebuggerKit/NeKernelContract.h
index 4d703e2..960e0c2 100644
--- a/include/DebuggerKit/NeKernelContract.h
+++ b/include/DebuggerKit/NeKernelContract.h
@@ -1,8 +1,7 @@
-/* ========================================
-
- Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
-
-======================================== */
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/nectar
#ifndef DK_NEKERNEL_CONTRACT_H
#define DK_NEKERNEL_CONTRACT_H
@@ -48,4 +47,3 @@ class NeKernelContract final DK_DEBUGGER_CONTRACT {
#endif // ifdef DK_NEKERNEL_DEBUGGER
#endif // DK_NEKERNEL_CONTRACT_H
-
diff --git a/include/DebuggerKit/POSIXMachContract.h b/include/DebuggerKit/POSIXMachContract.h
index 22b8958..5ea201f 100644
--- a/include/DebuggerKit/POSIXMachContract.h
+++ b/include/DebuggerKit/POSIXMachContract.h
@@ -1,8 +1,7 @@
-/* ========================================
-
- Copyright (C) 2025 Amlal El Mahrouss, licensed under the Apache 2.0 license.
-
-======================================== */
+// Copyright 2024-2025, Amlal El Mahrouss (amlal@nekernel.org)
+// Licensed under the Apache License, Version 2.0 (See accompanying
+// file LICENSE or copy at http://www.apache.org/licenses/LICENSE-2.0)
+// Official repository: https://github.com/nekernel-org/nectar
#ifndef NECTAR_DEBUGGERKIT_POSIXMACHCONTRACT_H
#define NECTAR_DEBUGGERKIT_POSIXMACHCONTRACT_H
@@ -156,4 +155,3 @@ class POSIXMachContract final DK_DEBUGGER_CONTRACT {
#endif // DK_MACH_DEBUGGER
#endif // NECTAR_DEBUGGERKIT_POSIXMACHCONTRACT_H
-