diff --git a/.gitattributes b/.gitattributes index e305bda1..1f07b856 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ # Set default behavior to automatically normalize line endings, and force everything to be LF, except for Windows batch files that require CRLF, so that if a repo is accessed in Unix via a file share from Windows, the scripts will work. * text=auto eol=lf *.{cmd,[cC][mM][dD]} text eol=crlf -*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file +*.{bat,[bB][aA][tT]} text eol=crlf +.licenses/** -diff linguist-generated=true diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml new file mode 100644 index 00000000..ae62613f --- /dev/null +++ b/.github/workflows/licensed.yml @@ -0,0 +1,20 @@ +name: Licensed + +on: + push: {branches: main} + pull_request: {branches: main} + +jobs: + test: + runs-on: ubuntu-latest + name: Check licenses + steps: + - uses: actions/checkout@v2 + - run: npm ci + - name: Install licensed + run: | + cd $RUNNER_TEMP + curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz + sudo tar -xzf licensed.tar.gz + sudo mv licensed /usr/local/bin/licensed + - run: licensed status \ No newline at end of file diff --git a/.licensed.yml b/.licensed.yml new file mode 100644 index 00000000..15f61982 --- /dev/null +++ b/.licensed.yml @@ -0,0 +1,14 @@ +sources: + npm: true + +allowed: + - apache-2.0 + - bsd-2-clause + - bsd-3-clause + - isc + - mit + - cc0-1.0 + - unlicense + +reviewed: + npm: \ No newline at end of file diff --git a/.licenses/npm/@actions/core-1.2.2.dep.yml b/.licenses/npm/@actions/core-1.2.2.dep.yml new file mode 100644 index 00000000..92b8b024 Binary files /dev/null and b/.licenses/npm/@actions/core-1.2.2.dep.yml differ diff --git a/.licenses/npm/@actions/core-1.2.4.dep.yml b/.licenses/npm/@actions/core-1.2.4.dep.yml new file mode 100644 index 00000000..6fe946d3 Binary files /dev/null and b/.licenses/npm/@actions/core-1.2.4.dep.yml differ diff --git a/.licenses/npm/@actions/exec.dep.yml b/.licenses/npm/@actions/exec.dep.yml new file mode 100644 index 00000000..b1effd3d Binary files /dev/null and b/.licenses/npm/@actions/exec.dep.yml differ diff --git a/.licenses/npm/@actions/github.dep.yml b/.licenses/npm/@actions/github.dep.yml new file mode 100644 index 00000000..d3204169 Binary files /dev/null and b/.licenses/npm/@actions/github.dep.yml differ diff --git a/.licenses/npm/@actions/http-client-1.0.6.dep.yml b/.licenses/npm/@actions/http-client-1.0.6.dep.yml new file mode 100644 index 00000000..0b3fad7c Binary files /dev/null and b/.licenses/npm/@actions/http-client-1.0.6.dep.yml differ diff --git a/.licenses/npm/@actions/http-client-1.0.8.dep.yml b/.licenses/npm/@actions/http-client-1.0.8.dep.yml new file mode 100644 index 00000000..d18a24ff Binary files /dev/null and b/.licenses/npm/@actions/http-client-1.0.8.dep.yml differ diff --git a/.licenses/npm/@actions/io.dep.yml b/.licenses/npm/@actions/io.dep.yml new file mode 100644 index 00000000..a23d1af4 Binary files /dev/null and b/.licenses/npm/@actions/io.dep.yml differ diff --git a/.licenses/npm/@actions/tool-cache.dep.yml b/.licenses/npm/@actions/tool-cache.dep.yml new file mode 100644 index 00000000..42a12148 Binary files /dev/null and b/.licenses/npm/@actions/tool-cache.dep.yml differ diff --git a/.licenses/npm/@octokit/auth-token.dep.yml b/.licenses/npm/@octokit/auth-token.dep.yml new file mode 100644 index 00000000..2295d0ed Binary files /dev/null and b/.licenses/npm/@octokit/auth-token.dep.yml differ diff --git a/.licenses/npm/@octokit/endpoint.dep.yml b/.licenses/npm/@octokit/endpoint.dep.yml new file mode 100644 index 00000000..1db0e867 Binary files /dev/null and b/.licenses/npm/@octokit/endpoint.dep.yml differ diff --git a/.licenses/npm/@octokit/graphql.dep.yml b/.licenses/npm/@octokit/graphql.dep.yml new file mode 100644 index 00000000..6b8f545d Binary files /dev/null and b/.licenses/npm/@octokit/graphql.dep.yml differ diff --git a/.licenses/npm/@octokit/request-error.dep.yml b/.licenses/npm/@octokit/request-error.dep.yml new file mode 100644 index 00000000..42609164 Binary files /dev/null and b/.licenses/npm/@octokit/request-error.dep.yml differ diff --git a/.licenses/npm/@octokit/request.dep.yml b/.licenses/npm/@octokit/request.dep.yml new file mode 100644 index 00000000..acbc67cf Binary files /dev/null and b/.licenses/npm/@octokit/request.dep.yml differ diff --git a/.licenses/npm/@octokit/rest.dep.yml b/.licenses/npm/@octokit/rest.dep.yml new file mode 100644 index 00000000..c49637cb Binary files /dev/null and b/.licenses/npm/@octokit/rest.dep.yml differ diff --git a/.licenses/npm/@octokit/types.dep.yml b/.licenses/npm/@octokit/types.dep.yml new file mode 100644 index 00000000..55e5b6ed Binary files /dev/null and b/.licenses/npm/@octokit/types.dep.yml differ diff --git a/.licenses/npm/@types/node.dep.yml b/.licenses/npm/@types/node.dep.yml new file mode 100644 index 00000000..a8fc69c1 Binary files /dev/null and b/.licenses/npm/@types/node.dep.yml differ diff --git a/.licenses/npm/atob-lite.dep.yml b/.licenses/npm/atob-lite.dep.yml new file mode 100644 index 00000000..3a1356f0 Binary files /dev/null and b/.licenses/npm/atob-lite.dep.yml differ diff --git a/.licenses/npm/before-after-hook.dep.yml b/.licenses/npm/before-after-hook.dep.yml new file mode 100644 index 00000000..440fd2fa Binary files /dev/null and b/.licenses/npm/before-after-hook.dep.yml differ diff --git a/.licenses/npm/btoa-lite.dep.yml b/.licenses/npm/btoa-lite.dep.yml new file mode 100644 index 00000000..5a6d56fe Binary files /dev/null and b/.licenses/npm/btoa-lite.dep.yml differ diff --git a/.licenses/npm/cross-spawn.dep.yml b/.licenses/npm/cross-spawn.dep.yml new file mode 100644 index 00000000..0552e4ff Binary files /dev/null and b/.licenses/npm/cross-spawn.dep.yml differ diff --git a/.licenses/npm/deprecation.dep.yml b/.licenses/npm/deprecation.dep.yml new file mode 100644 index 00000000..12fd7cec Binary files /dev/null and b/.licenses/npm/deprecation.dep.yml differ diff --git a/.licenses/npm/end-of-stream.dep.yml b/.licenses/npm/end-of-stream.dep.yml new file mode 100644 index 00000000..71cb8291 Binary files /dev/null and b/.licenses/npm/end-of-stream.dep.yml differ diff --git a/.licenses/npm/execa.dep.yml b/.licenses/npm/execa.dep.yml new file mode 100644 index 00000000..1b9d1fe8 Binary files /dev/null and b/.licenses/npm/execa.dep.yml differ diff --git a/.licenses/npm/get-stream.dep.yml b/.licenses/npm/get-stream.dep.yml new file mode 100644 index 00000000..49e1c3fe Binary files /dev/null and b/.licenses/npm/get-stream.dep.yml differ diff --git a/.licenses/npm/is-plain-object.dep.yml b/.licenses/npm/is-plain-object.dep.yml new file mode 100644 index 00000000..5494d43d Binary files /dev/null and b/.licenses/npm/is-plain-object.dep.yml differ diff --git a/.licenses/npm/is-stream.dep.yml b/.licenses/npm/is-stream.dep.yml new file mode 100644 index 00000000..5d3afd7d Binary files /dev/null and b/.licenses/npm/is-stream.dep.yml differ diff --git a/.licenses/npm/isexe.dep.yml b/.licenses/npm/isexe.dep.yml new file mode 100644 index 00000000..a69a541e Binary files /dev/null and b/.licenses/npm/isexe.dep.yml differ diff --git a/.licenses/npm/isobject.dep.yml b/.licenses/npm/isobject.dep.yml new file mode 100644 index 00000000..3172bef2 Binary files /dev/null and b/.licenses/npm/isobject.dep.yml differ diff --git a/.licenses/npm/lodash.get.dep.yml b/.licenses/npm/lodash.get.dep.yml new file mode 100644 index 00000000..6a6543cb Binary files /dev/null and b/.licenses/npm/lodash.get.dep.yml differ diff --git a/.licenses/npm/lodash.set.dep.yml b/.licenses/npm/lodash.set.dep.yml new file mode 100644 index 00000000..d6b27248 Binary files /dev/null and b/.licenses/npm/lodash.set.dep.yml differ diff --git a/.licenses/npm/lodash.uniq.dep.yml b/.licenses/npm/lodash.uniq.dep.yml new file mode 100644 index 00000000..eb769ca1 Binary files /dev/null and b/.licenses/npm/lodash.uniq.dep.yml differ diff --git a/.licenses/npm/macos-release.dep.yml b/.licenses/npm/macos-release.dep.yml new file mode 100644 index 00000000..b32051c9 Binary files /dev/null and b/.licenses/npm/macos-release.dep.yml differ diff --git a/.licenses/npm/nice-try.dep.yml b/.licenses/npm/nice-try.dep.yml new file mode 100644 index 00000000..3eb51b81 Binary files /dev/null and b/.licenses/npm/nice-try.dep.yml differ diff --git a/.licenses/npm/node-fetch.dep.yml b/.licenses/npm/node-fetch.dep.yml new file mode 100644 index 00000000..109c6d07 Binary files /dev/null and b/.licenses/npm/node-fetch.dep.yml differ diff --git a/.licenses/npm/npm-run-path.dep.yml b/.licenses/npm/npm-run-path.dep.yml new file mode 100644 index 00000000..be3c2bf3 Binary files /dev/null and b/.licenses/npm/npm-run-path.dep.yml differ diff --git a/.licenses/npm/octokit-pagination-methods.dep.yml b/.licenses/npm/octokit-pagination-methods.dep.yml new file mode 100644 index 00000000..b4c8a78f Binary files /dev/null and b/.licenses/npm/octokit-pagination-methods.dep.yml differ diff --git a/.licenses/npm/once.dep.yml b/.licenses/npm/once.dep.yml new file mode 100644 index 00000000..7cf525ac Binary files /dev/null and b/.licenses/npm/once.dep.yml differ diff --git a/.licenses/npm/os-name.dep.yml b/.licenses/npm/os-name.dep.yml new file mode 100644 index 00000000..9be0e25f Binary files /dev/null and b/.licenses/npm/os-name.dep.yml differ diff --git a/.licenses/npm/p-finally.dep.yml b/.licenses/npm/p-finally.dep.yml new file mode 100644 index 00000000..2b41f240 Binary files /dev/null and b/.licenses/npm/p-finally.dep.yml differ diff --git a/.licenses/npm/path-key.dep.yml b/.licenses/npm/path-key.dep.yml new file mode 100644 index 00000000..c2674e8b Binary files /dev/null and b/.licenses/npm/path-key.dep.yml differ diff --git a/.licenses/npm/pump.dep.yml b/.licenses/npm/pump.dep.yml new file mode 100644 index 00000000..02c5cf69 Binary files /dev/null and b/.licenses/npm/pump.dep.yml differ diff --git a/.licenses/npm/semver-5.7.0.dep.yml b/.licenses/npm/semver-5.7.0.dep.yml new file mode 100644 index 00000000..a07ada5d Binary files /dev/null and b/.licenses/npm/semver-5.7.0.dep.yml differ diff --git a/.licenses/npm/semver-6.1.2.dep.yml b/.licenses/npm/semver-6.1.2.dep.yml new file mode 100644 index 00000000..761a3f37 Binary files /dev/null and b/.licenses/npm/semver-6.1.2.dep.yml differ diff --git a/.licenses/npm/shebang-command.dep.yml b/.licenses/npm/shebang-command.dep.yml new file mode 100644 index 00000000..2b39e74e Binary files /dev/null and b/.licenses/npm/shebang-command.dep.yml differ diff --git a/.licenses/npm/shebang-regex.dep.yml b/.licenses/npm/shebang-regex.dep.yml new file mode 100644 index 00000000..bfed9cf1 Binary files /dev/null and b/.licenses/npm/shebang-regex.dep.yml differ diff --git a/.licenses/npm/signal-exit.dep.yml b/.licenses/npm/signal-exit.dep.yml new file mode 100644 index 00000000..d3219beb Binary files /dev/null and b/.licenses/npm/signal-exit.dep.yml differ diff --git a/.licenses/npm/strip-eof.dep.yml b/.licenses/npm/strip-eof.dep.yml new file mode 100644 index 00000000..a3379a93 Binary files /dev/null and b/.licenses/npm/strip-eof.dep.yml differ diff --git a/.licenses/npm/tunnel.dep.yml b/.licenses/npm/tunnel.dep.yml new file mode 100644 index 00000000..9a7111da Binary files /dev/null and b/.licenses/npm/tunnel.dep.yml differ diff --git a/.licenses/npm/universal-user-agent-2.1.0.dep.yml b/.licenses/npm/universal-user-agent-2.1.0.dep.yml new file mode 100644 index 00000000..5858b9da Binary files /dev/null and b/.licenses/npm/universal-user-agent-2.1.0.dep.yml differ diff --git a/.licenses/npm/universal-user-agent-4.0.0.dep.yml b/.licenses/npm/universal-user-agent-4.0.0.dep.yml new file mode 100644 index 00000000..10611b3b Binary files /dev/null and b/.licenses/npm/universal-user-agent-4.0.0.dep.yml differ diff --git a/.licenses/npm/uuid.dep.yml b/.licenses/npm/uuid.dep.yml new file mode 100644 index 00000000..b3703bcc Binary files /dev/null and b/.licenses/npm/uuid.dep.yml differ diff --git a/.licenses/npm/which.dep.yml b/.licenses/npm/which.dep.yml new file mode 100644 index 00000000..699ce668 Binary files /dev/null and b/.licenses/npm/which.dep.yml differ diff --git a/.licenses/npm/windows-release.dep.yml b/.licenses/npm/windows-release.dep.yml new file mode 100644 index 00000000..e6451ae1 Binary files /dev/null and b/.licenses/npm/windows-release.dep.yml differ diff --git a/.licenses/npm/wrappy.dep.yml b/.licenses/npm/wrappy.dep.yml new file mode 100644 index 00000000..2a532ec3 Binary files /dev/null and b/.licenses/npm/wrappy.dep.yml differ