Skip to content

Commit

Permalink
add allowed license "BSD-2-Clause"
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyi1 committed Dec 3, 2024
1 parent 18682bf commit b97cca8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Check Go dependency tree licenses
# We allow only "notice" type of licenses.
run: go run github.com/google/go-licenses@latest check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...
run: go run github.com/google/go-licenses@latest check --ignore=golang.org/x --allowed_licenses=Apache-2.0,Apache-3,BSD-2-Clause,BSD-3-Clause,BSD-4-Clause,CC0-1.0,ISC,MIT ./...
5 changes: 5 additions & 0 deletions client/electron/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"icon": "client/electron/icons/png",
"maintainer": "Jigsaw LLC",
"target": [{
"arch": [
"x64"
],
"target": "AppImage"
}, {
"arch": "x64",
"target": "deb"
}]
Expand Down

0 comments on commit b97cca8

Please sign in to comment.