summaryrefslogtreecommitdiffhomepage
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/JSONManifestBuilder.cc1
-rw-r--r--src/lib/TOMLManifestBuilder.cc3
2 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/JSONManifestBuilder.cc b/src/lib/JSONManifestBuilder.cc
index e35a783..8cb126f 100644
--- a/src/lib/JSONManifestBuilder.cc
+++ b/src/lib/JSONManifestBuilder.cc
@@ -1,5 +1,6 @@
// ============================================================= //
// NeBuild
+// PURPOSE: JSON support.
// Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license.
// ============================================================= //
diff --git a/src/lib/TOMLManifestBuilder.cc b/src/lib/TOMLManifestBuilder.cc
index 757f3fc..81814b8 100644
--- a/src/lib/TOMLManifestBuilder.cc
+++ b/src/lib/TOMLManifestBuilder.cc
@@ -1,5 +1,6 @@
// ============================================================= //
// NeBuild
+// PURPOSE: TOML support.
// Copyright (C) 2024-2025, Amlal El Mahrouss and NeKernel Authors, licensed under BSD-3 license.
// ============================================================= //
@@ -115,4 +116,4 @@ bool TOMLManifestBuilder::BuildTarget(BuildConfig& config) {
const std::string_view TOMLManifestBuilder::BuildSystem() {
return "NeBuild (TOML)";
}
-} // namespace NeBuild \ No newline at end of file
+} // namespace NeBuild