Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix licence check
  • Loading branch information
clangenb committed Sep 10, 2025
commit 3b27c72d97f474f865dabf601d0b4f3a6f92f6fa
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
uses: baptiste0928/cargo-install@v2
with:
crate: cargo-about
version: "0.6.1"
version: "0.6.6"

- name: Run license check
# Explicitly use stable because otherwise cargo will trigger a download of
Expand Down
9 changes: 6 additions & 3 deletions about.toml
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from the integritee-parachain.

Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@ accepted = [
"ISC",
"OpenSSL",
"Unicode-DFS-2016",
"Zlib",
"GPL-3.0 WITH Classpath-exception-2.0",
# Our own DCAP-verification requires this.
"GPL-3.0",
"Unlicense",
"Unicode-3.0",
# This is suddendly needed for webpki v0.22.0
# because it can't identify the licence. See #153.
"NOASSERTION"
# because it can't identify the licence. See https://github.com/integritee-network/integritee-node/pull/154
"NOASSERTION",
"Pixar"
]
ignore-dev-dependencies = true
ignore-build-dependencies = true
Expand Down
Loading