]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Docs/licence year update (#8671)
authorJacco van den Berg <39033624+LeeLenaleee@users.noreply.github.com>
Fri, 19 Mar 2021 07:09:55 +0000 (08:09 +0100)
committerGitHub <noreply@github.com>
Fri, 19 Mar 2021 07:09:55 +0000 (09:09 +0200)
* Update license year

* Update docusaurus.config.js

update license year

* Update LICENSE.md

LICENSE.md
docs/docusaurus.config.js

index 29c941dcccfb0b90319a8525dab1cc46c6649432..5060fabc101a31063e4372e2e60d277f3c04b943 100644 (file)
@@ -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:
 
index 489757b25ef17faa855a6430b4832d3ca74d5884..fc7ce66b24314e1a58ea78b2de143b6301311269 100644 (file)
@@ -78,7 +78,7 @@ module.exports = {
           ],
         },
       ],
-      copyright: `Copyright © ${new Date().getFullYear()} Chart.js contributors.`,
+      copyright: `Copyright © 2014-${new Date().getFullYear()} Chart.js contributors.`,
     },
   },
   presets: [