diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:09:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-11 16:09:22 +0100 |
| commit | 5a21117743272c7f09d72a8dd545fb8011f2e7d5 (patch) | |
| tree | 82765912dece9de7f5f7116e93854599365299c0 /src/CommandLine | |
| parent | 386b6ba6702aaf121a8667b68fba86385dad68ed (diff) | |
| parent | db2224503515d469fc67f3599155c651b74ab748 (diff) | |
Merge pull request #26 from ne-foss-org/parallel-build
[CHORE] Add SPDX header for files.
Diffstat (limited to 'src/CommandLine')
| -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> |
