From c05c5e229b84b6c6af51d344c47842de38277f85 Mon Sep 17 00:00:00 2001 From: Daniel Falk Date: Tue, 7 Jul 2026 20:00:49 +0200 Subject: [PATCH] Add missing copyright notices to SBOM (#5241) --- .reuse/dep5 | 4 ++++ include/nlohmann/detail/meta/cpp_future.hpp | 2 +- single_include/nlohmann/json.hpp | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index 2e78ec3af..ee3ae0b44 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -11,6 +11,10 @@ Files: include/nlohmann/thirdparty/hedley.hpp Copyright: 2016-2021 Evan Nemerson License: CC0 +Files: include/nlohmann/detail/meta/cpp_future.hpp +Copyright: 2013-2026 Niels Lohmann and 2018 The Abseil Authors +License: MIT AND Apache-2.0 + Files: tests/thirdparty/doctest/* Copyright: 2016-2023 Viktor Kirilov License: MIT diff --git a/include/nlohmann/detail/meta/cpp_future.hpp b/include/nlohmann/detail/meta/cpp_future.hpp index 95bd79a9b..e109feacb 100644 --- a/include/nlohmann/detail/meta/cpp_future.hpp +++ b/include/nlohmann/detail/meta/cpp_future.hpp @@ -5,7 +5,7 @@ // // SPDX-FileCopyrightText: 2013-2026 Niels Lohmann // SPDX-FileCopyrightText: 2018 The Abseil Authors -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: MIT AND Apache-2.0 #pragma once diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index cf7cb31c3..5c022253a 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -3405,7 +3405,7 @@ NLOHMANN_JSON_NAMESPACE_END // // SPDX-FileCopyrightText: 2013-2026 Niels Lohmann // SPDX-FileCopyrightText: 2018 The Abseil Authors -// SPDX-License-Identifier: MIT +// SPDX-License-Identifier: MIT AND Apache-2.0