From: Jacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com> Date: Fri, 19 Mar 2021 07:09:55 +0000 (+0100) Subject: Docs/licence year update (#8671) X-Git-Tag: v3.0.0-rc.2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=180f1b941e61884ab3cdabf3f39c927d9d1c753a;p=thirdparty%2FChart.js.git Docs/licence year update (#8671) * Update license year * Update docusaurus.config.js update license year * Update LICENSE.md --- diff --git a/LICENSE.md b/LICENSE.md index 29c941dcc..5060fabc1 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018 Chart.js Contributors +Copyright (c) 2014-2021 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/docusaurus.config.js b/docs/docusaurus.config.js index 489757b25..fc7ce66b2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -78,7 +78,7 @@ module.exports = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Chart.js contributors.`, + copyright: `Copyright © 2014-${new Date().getFullYear()} Chart.js contributors.`, }, }, presets: [