]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
remove hardcoded licenseYear in docs (#10158)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Mon, 14 Feb 2022 02:26:22 +0000 (03:26 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 02:26:22 +0000 (04:26 +0200)
docs/index.md

index 48f1eb5d88396622fc2b60deb4aaf607edbd1ef2..741b13640739edd973a80627441799d3b872f2a1 100644 (file)
@@ -65,4 +65,4 @@ For support using Chart.js, please post questions with the [`chartjs` tag on Sta
 
 Chart.js is available under the [MIT license](https://github.com/chartjs/Chart.js/blob/master/LICENSE.md).
 
-Documentation is copyright © 2014-2022 Chart.js contributors.
+Documentation is copyright © 2014-{{new Date().getFullYear()}} Chart.js contributors.