From 53c1fbfa2a394d5435f8a3a8c0a6dbfd62adc33b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 22 Feb 2026 06:15:05 +0100 Subject: chore: update copyright year. Signed-off-by: Amlal El Mahrouss --- src/lib/JSONManifestBuilder.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/lib/JSONManifestBuilder.cpp') diff --git a/src/lib/JSONManifestBuilder.cpp b/src/lib/JSONManifestBuilder.cpp index 7f52f51..09c89cd 100644 --- a/src/lib/JSONManifestBuilder.cpp +++ b/src/lib/JSONManifestBuilder.cpp @@ -1,7 +1,7 @@ // ============================================================= // // NeBuild -// PURPOSE: JSON support. -// Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license. +// PURPOSE: JSON build support. +// Copyright (C) 2024-2026, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license. // ============================================================= // #include @@ -9,6 +9,7 @@ #include namespace NeBuild { + namespace FS = std::filesystem; /// =========================================================== /// @@ -121,4 +122,5 @@ bool JSONManifestBuilder::BuildTarget(BuildConfig& config) { const std::string_view JSONManifestBuilder::BuildSystem() { return "NeBuild (nlohmann::json)"; } + } // namespace NeBuild -- cgit v1.2.3