diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index e8a77863f..8e8d0f3d3 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -134,10 +134,14 @@ // | | |__ | | | | | | version 3.10.5 // |_____|_____|_____|_|___| https://github.com/nlohmann/json // -// SPDX-FileCopyrightText: 2016-2021 Evan Nemerson // SPDX-FileCopyrightText: 2013-2022 Niels Lohmann +// SPDX-FileCopyrightText: 2016-2021 Evan Nemerson // SPDX-License-Identifier: MIT +/* Hedley - https://nemequ.github.io/hedley + * Created by Evan Nemerson + */ + #if !defined(JSON_HEDLEY_VERSION) || (JSON_HEDLEY_VERSION < 15) #if defined(JSON_HEDLEY_VERSION) #undef JSON_HEDLEY_VERSION