Skip to content

Commit

Permalink
Scripts: Add Python 2.0 to other OSS licenses in license checker (#28968
Browse files Browse the repository at this point in the history
)

Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
  • Loading branch information
ockham and gziolo authored Feb 12, 2021
1 parent 0f921de commit 7d60552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Enhancements

- Make `check-licenses` command compatible with npm v7 ([#28909](https://github.com/WordPress/gutenberg/pull/28909)).
- Add `Python 2.0` to non-GPL compatible OSS licenses allowed for development in `check-licenses` command ([#29968](https://github.com/WordPress/gutenberg/pull/28968)).

## 13.0.0 (2021-01-21)

Expand Down
1 change: 1 addition & 0 deletions packages/scripts/scripts/check-licenses.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ const otherOssLicenses = [
'CC-BY-3.0',
'CC-BY-SA-2.0',
'LGPL',
'Python-2.0',
];

const licenses = [
Expand Down

0 comments on commit 7d60552

Please sign in to comment.