From ae78b4960a3a12e4a74267d62f015e60ab01c8f7 Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Wed, 21 Apr 2021 12:44:16 +0200 Subject: [PATCH 1/3] chore: remove UNLICENCED from supported licenses --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 606789b3..dff13040 100644 --- a/README.md +++ b/README.md @@ -275,8 +275,6 @@ Licenses of node_modules are checked during CI/CD for every commit. Only the fol - CC-BY-4.0 - CC-BY-3.0;BSD - CC0-1.0 -- Unlicense -- UNLICENSED Note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. From 01baef98f97251711cf2459ecb83d9351df126c7 Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Wed, 21 Apr 2021 13:01:31 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dff13040..fb244a94 100644 --- a/README.md +++ b/README.md @@ -275,6 +275,7 @@ Licenses of node_modules are checked during CI/CD for every commit. Only the fol - CC-BY-4.0 - CC-BY-3.0;BSD - CC0-1.0 +- Unlicense Note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. From 7983f55a34d6479e92bacfe21a97fa48be117953 Mon Sep 17 00:00:00 2001 From: Jakub Vacek Date: Wed, 21 Apr 2021 13:42:51 +0200 Subject: [PATCH 3/3] chore:remove unlicensed from workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d2b77546..0b88c7ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -107,4 +107,4 @@ jobs: yarn global add license-checker echo "$(yarn global bin)" >> $GITHUB_PATH - name: Check licenses - run: "license-checker --onlyAllow '0BDS;MIT;Apache-2.0;ISC;BSD-3-Clause;BSD-2-Clause;CC-BY-4.0;CC-BY-3.0;BSD;CC0-1.0;Unlicense;UNLICENSED' --summary" + run: "license-checker --onlyAllow '0BDS;MIT;Apache-2.0;ISC;BSD-3-Clause;BSD-2-Clause;CC-BY-4.0;CC-BY-3.0;BSD;CC0-1.0;Unlicense' --summary"