Skip to content

Commit 180f1b9

Browse files
authored
Docs/licence year update (#8671)
* Update license year * Update docusaurus.config.js update license year * Update LICENSE.md
1 parent 0b4eef5 commit 180f1b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2018 Chart.js Contributors
3+
Copyright (c) 2014-2021 Chart.js Contributors
44

55
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:
66

docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
],
7979
},
8080
],
81-
copyright: `Copyright © ${new Date().getFullYear()} Chart.js contributors.`,
81+
copyright: `Copyright © 2014-${new Date().getFullYear()} Chart.js contributors.`,
8282
},
8383
},
8484
presets: [

0 commit comments

Comments
 (0)