Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit bf383be

Browse files
committed
Add Zlib into valid licenses.
Zlib is used by the packo packages, which is a dependency of babel-eslint, of which we need the latest version on the debugger. The [Zlib license](https://spdx.org/licenses/Zlib.html) seems pretty safe to add in the list of valid licenses here.
1 parent 9bc0030 commit bf383be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devtools-license-check/bin/devtools-license-check

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ const VALID_LICENSES = [
6161
'Unlicense',
6262
'Public Domain',
6363
'Public domain',
64+
65+
'Zlib',
6466
];
6567

6668
function isValidLicense(license) {

0 commit comments

Comments
 (0)