Skip to content

Commit

Permalink
Update copyright to include all contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrunel committed Feb 28, 2021
1 parent ed96880 commit f8752ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2017 Simon Brunel
Copyright (c) 2016-2021 chartjs-plugin-deferred 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:

Expand Down
13 changes: 5 additions & 8 deletions rollup.config.js
@@ -1,14 +1,11 @@
const pkg = require('./package.json');

const banner = `/*
const banner = `/*!
* @license
* ` + pkg.name + `
* http://chartjs.org/
* Version: ` + pkg.version + `
*
* Copyright ` + (new Date().getFullYear()) + ` Simon Brunel
* Released under the MIT license
* https://github.com/chartjs/` + pkg.name + `/blob/master/LICENSE.md
* ${pkg.name} v${pkg.version}
* ${pkg.homepage}
* (c) 2016-${new Date().getFullYear()} ${pkg.name} contributors
* Released under the ${pkg.license} license
*/`;

export default {
Expand Down

0 comments on commit f8752ec

Please sign in to comment.