📄 update copyright year

This commit is contained in:
Niels Lohmann
2021-01-03 20:28:06 +01:00
parent 68c3696382
commit 085d497bf7
6 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"compiler": {
"c++": "201103",
"family": "clang",
"version": "12.0.0 (clang-1200.0.22.19)"
"version": "12.0.0 (clang-1200.0.32.28)"
},
"copyright": "(C) 2013-2020 Niels Lohmann",
"copyright": "(C) 2013-2021 Niels Lohmann",
"name": "JSON for Modern C++",
"platform": "apple",
"url": "https://github.com/nlohmann/json",
+1 -1
View File
@@ -327,7 +327,7 @@ Note that this table only lists those exceptions thrown due to the type. For ins
</tr>
</table>
@copyright Copyright &copy; 2013-2020 Niels Lohmann. The code is licensed under the [MIT License](http://opensource.org/licenses/MIT).
@copyright Copyright &copy; 2013-2021 Niels Lohmann. The code is licensed under the [MIT License](http://opensource.org/licenses/MIT).
@author [Niels Lohmann](http://nlohmann.me)
@see https://github.com/nlohmann/json to download the source code