commit | 01f6b2e74185371ee005379b1661be1780fc1344 | [log] [tgz] |
---|---|---|
author | Niels Lohmann <mail@nlohmann.me> | Sun Jan 03 20:54:17 2021 +0100 |
committer | Niels Lohmann <mail@nlohmann.me> | Sun Jan 03 20:54:17 2021 +0100 |
tree | b9930a526ede6e0c82b0c5b32c8343631f3d936d | |
parent | 085d497bf76fa13eaef381881e1c6f51f26afa85 [diff] |
:page_facing_up: update copyright year
diff --git a/test/src/unit-meta.cpp b/test/src/unit-meta.cpp index 50dd6b4..c35ca79 100644 --- a/test/src/unit-meta.cpp +++ b/test/src/unit-meta.cpp
@@ -39,7 +39,7 @@ 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( {