diff options
author | 2021-08-28 00:13:12 +0200 | |
---|---|---|
committer | 2021-08-28 00:13:12 +0200 | |
commit | 3f2b233f1743da694dea2ae452af0e30bdffff17 (patch) | |
tree | 6d7168da5fe798d5f74bb150e2610c68568a4254 | |
parent | Upgrade pip-licenses to 5.3.2 (diff) |
CI: add ISC License (ISCL) to allowed licenses
-rw-r--r-- | .github/workflows/lint-test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index 53d9baa59..ac7e47f0e 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -16,6 +16,7 @@ jobs: ALLOWED_LICENSE: Apache Software License; BSD License; GNU Library or Lesser General Public License (LGPL); + ISC License (ISCL); MIT License; Mozilla Public License 2.0 (MPL 2.0); Public Domain; |