From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Sun, 13 Feb 2022 16:27:29 +0000 (+0100) Subject: update link to license and bump license year (#10156) X-Git-Tag: v3.8.0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80b1450f55189a03bf3781e04559eb9b68f2129;p=thirdparty%2FChart.js.git update link to license and bump license year (#10156) * update link to license and bump license year * another license year bump --- diff --git a/LICENSE.md b/LICENSE.md index 5060fabc1..9182b8e81 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2021 Chart.js Contributors +Copyright (c) 2014-2022 Chart.js Contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/docs/index.md b/docs/index.md index 7a199f6f3..48f1eb5d8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -63,6 +63,6 @@ For support using Chart.js, please post questions with the [`chartjs` tag on Sta ## License -Chart.js is available under the [MIT license](https://opensource.org/licenses/MIT). +Chart.js is available under the [MIT license](https://github.com/chartjs/Chart.js/blob/master/LICENSE.md). -Documentation is copyright © 2014-2021 Chart.js contributors. +Documentation is copyright © 2014-2022 Chart.js contributors.