summaryrefslogtreecommitdiffhomepage
path: root/src/CommandLine/dbg.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/CommandLine/dbg.cc')
-rw-r--r--src/CommandLine/dbg.cc10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/CommandLine/dbg.cc b/src/CommandLine/dbg.cc
index af1c33f..5b08a69 100644
--- a/src/CommandLine/dbg.cc
+++ b/src/CommandLine/dbg.cc
@@ -1,8 +1,7 @@
-/* ========================================
-
- Copyright (C) 2024-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
#include <CompilerKit/Detail/Config.h>
@@ -16,4 +15,3 @@ CK_IMPORT_C Int32 DebuggerMachPOSIX(Int32 argc, Char const* argv[]);
Int32 main(Int32 argc, Char const* argv[]) {
return DebuggerMachPOSIX(argc, argv);
}
-