diff options
Diffstat (limited to 'src/CommandLine/CLI.cpp')
| -rw-r--r-- | src/CommandLine/CLI.cpp | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/CommandLine/CLI.cpp b/src/CommandLine/CLI.cpp index b942178..e3b6824 100644 --- a/src/CommandLine/CLI.cpp +++ b/src/CommandLine/CLI.cpp @@ -1,10 +1,7 @@ - -// ============================================================= // -// NeBuild -// FILE: main.cc -// PURPOSE: Main Tool Entrypoint. -// Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license. -// ============================================================= // +// SPDX-License-Identifier: BSD-3-Clause +// Copyright 2024-2026, Amlal El Mahrouss (amlal@nekernel.org) +// Licensed under the Apache License, Version 2.0 (see LICENSE file) +// Official repository: https://github.com/ne-foss-org/build #include <NeBuildKit/JSONManifestBuilder.h> #include <NeBuildKit/TOMLManifestBuilder.h> |
