1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-21 19:23:03 +04:00

Add missing copyright notices to SBOM (#5241)

This commit is contained in:
Daniel Falk
2026-07-07 20:00:49 +02:00
committed by GitHub
parent acf076a677
commit c05c5e229b
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@ Files: include/nlohmann/thirdparty/hedley.hpp
Copyright: 2016-2021 Evan Nemerson <evan@nemerson.com> Copyright: 2016-2021 Evan Nemerson <evan@nemerson.com>
License: CC0 License: CC0
Files: include/nlohmann/detail/meta/cpp_future.hpp
Copyright: 2013-2026 Niels Lohmann <https://nlohmann.me> and 2018 The Abseil Authors
License: MIT AND Apache-2.0
Files: tests/thirdparty/doctest/* Files: tests/thirdparty/doctest/*
Copyright: 2016-2023 Viktor Kirilov Copyright: 2016-2023 Viktor Kirilov
License: MIT License: MIT
+1 -1
View File
@@ -5,7 +5,7 @@
// //
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me> // SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
// SPDX-FileCopyrightText: 2018 The Abseil Authors // SPDX-FileCopyrightText: 2018 The Abseil Authors
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT AND Apache-2.0
#pragma once #pragma once
+1 -1
View File
@@ -3405,7 +3405,7 @@ NLOHMANN_JSON_NAMESPACE_END
// //
// SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me> // SPDX-FileCopyrightText: 2013-2026 Niels Lohmann <https://nlohmann.me>
// SPDX-FileCopyrightText: 2018 The Abseil Authors // SPDX-FileCopyrightText: 2018 The Abseil Authors
// SPDX-License-Identifier: MIT // SPDX-License-Identifier: MIT AND Apache-2.0