Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add cargo deny license check #65

Merged
merged 2 commits into from
Dec 11, 2024
Merged

ci: Add cargo deny license check #65

merged 2 commits into from
Dec 11, 2024

Conversation

philipp-caspers
Copy link
Member

@philipp-caspers philipp-caspers commented Dec 2, 2024

This change adds a cargo deny license check that verifies that every crate we use has license terms according to our expectations (defined in the deny.toml).

Closes PROG-4707.

@philipp-caspers philipp-caspers added the rebase Merge this PR with rebase strategy label Dec 2, 2024
Copy link
Member

@AiyionPrime AiyionPrime left a comment

Choose a reason for hiding this comment

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

You might consider adding @julianoeltjen as co-author for f7be9f0, as he reviewed the licenses compatibilities.

@philipp-caspers philipp-caspers force-pushed the ci/add-cargo-deny branch 2 times, most recently from 6c77c73 to 74ecda7 Compare December 2, 2024 14:52
@philipp-caspers
Copy link
Member Author

@julianoeltjen After a dependency update, the Unicode-DFS-2016 license is no longer used but instead Unicode-3.0 is.
Can you please verify that this is ok?

@philipp-caspers philipp-caspers changed the title ci: Add cargo deny ci: Add cargo deny license check Dec 2, 2024
deny.toml Show resolved Hide resolved
@philipp-caspers philipp-caspers marked this pull request as ready for review December 3, 2024 08:26
Copy link
Member

@AiyionPrime AiyionPrime left a comment

Choose a reason for hiding this comment

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

On a technical level this looks fine.
I'd suggest waiting for @julianoeltjen's approval to ensure he saw the license change, though.

@AiyionPrime AiyionPrime merged commit 37118c1 into main Dec 11, 2024
7 checks passed
@AiyionPrime AiyionPrime deleted the ci/add-cargo-deny branch December 11, 2024 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rebase Merge this PR with rebase strategy
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants