From 01f6b2e74185371ee005379b1661be1780fc1344 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 3 Jan 2021 20:54:17 +0100 Subject: [PATCH] :page_facing_up: update copyright year --- test/src/unit-meta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/unit-meta.cpp b/test/src/unit-meta.cpp index 50dd6b4b33..c35ca79b97 100644 --- a/test/src/unit-meta.cpp +++ b/test/src/unit-meta.cpp @@ -39,7 +39,7 @@ TEST_CASE("version information") json j = json::meta(); CHECK(j["name"] == "JSON for Modern C++"); - CHECK(j["copyright"] == "(C) 2013-2020 Niels Lohmann"); + CHECK(j["copyright"] == "(C) 2013-2021 Niels Lohmann"); CHECK(j["url"] == "https://github.com/nlohmann/json"); CHECK(j["version"] == json( {