Skip to content

Commit

Permalink
📄 update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jan 3, 2021
1 parent 085d497 commit 01f6b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/unit-meta.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(
{
Expand Down

0 comments on commit 01f6b2e

Please sign in to comment.