From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Mon, 14 Feb 2022 02:26:22 +0000 (+0100) Subject: remove hardcoded licenseYear in docs (#10158) X-Git-Tag: v3.8.0~36 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c129267f84ac1f7bca7142a8626d2e3740d4de0;p=thirdparty%2FChart.js.git remove hardcoded licenseYear in docs (#10158) --- diff --git a/docs/index.md b/docs/index.md index 48f1eb5d8..741b13640 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.