From 849e18e9a55cfc4c5863dce2f6b2171f103b4fb8 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 18 Jun 2022 23:17:11 +0200 Subject: [PATCH] :page_facing_up: add licenses --- single_include/nlohmann/json.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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