summaryrefslogtreecommitdiffhomepage
path: root/src/cli/main.cc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-12-19 17:25:10 +0100
committerGitHub <noreply@github.com>2025-12-19 17:25:10 +0100
commit97ad5bc641d308da9e6a023c467245c953123121 (patch)
tree4d0128f95bdb2b14a8ae0696152464b71085156b /src/cli/main.cc
parent019a38b9553b903fbcd0dbafecb1a3d418ee05a9 (diff)
feat: Improved and fixed CMake.
Diffstat (limited to 'src/cli/main.cc')
-rw-r--r--src/cli/main.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/main.cc b/src/cli/main.cc
index e79cc6e..dd2590b 100644
--- a/src/cli/main.cc
+++ b/src/cli/main.cc
@@ -1,7 +1,7 @@
// ============================================================= //
-// nebuild
-// Copyright (C) 2024-2025, Amlal El Mahrouss, licensed under BSD-3 license.
+// NeBuild
+// Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license.
// ============================================================= //
#include <NeBuildKit/JSONManifestBuilder.h>