From db2224503515d469fc67f3599155c651b74ab748 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 11 Mar 2026 16:09:02 +0100 Subject: [CHORE] Add SPDX header for files. Signed-off-by: Amlal El Mahrouss --- src/CommandLine/CLI.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'src/CommandLine') diff --git a/src/CommandLine/CLI.cpp b/src/CommandLine/CLI.cpp index 5645728..b2259da 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 #include -- cgit v1.2.3