From 0798802885c0270f855cd16950720e486c182d64 Mon Sep 17 00:00:00 2001 From: Jacco van den Berg Date: Sun, 13 Feb 2022 21:59:34 +0100 Subject: [PATCH] remove hardcoded licenseYear in docs --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 48f1eb5d883..741b1364073 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.