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

Correct license specifiers #246

Merged
merged 1 commit into from
Sep 23, 2023
Merged

Correct license specifiers #246

merged 1 commit into from
Sep 23, 2023

Conversation

rubdos
Copy link
Member

@rubdos rubdos commented Sep 22, 2023

I'm messing around with cargo deny, and noticed that the licenses were unspecified in Cargo.toml for the implementation crates, and it was plain wrong in the main crate. License should be AGPL-3.0 for all.

We may want to start using cargo deny in CI here too, but I'll toy around in Whisperfish first.

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (8305357) 3.73% compared to head (10454d0) 3.73%.

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #246   +/-   ##
=====================================
  Coverage   3.73%   3.73%           
=====================================
  Files         38      38           
  Lines       2815    2815           
=====================================
  Hits         105     105           
  Misses      2710    2710           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rubdos rubdos requested a review from gferon September 22, 2023 13:27
@gferon
Copy link
Collaborator

gferon commented Sep 22, 2023

I use it at work for quite some time and it's nice!

@rubdos
Copy link
Member Author

rubdos commented Sep 23, 2023

I use it at work for quite some time and it's nice!

Yeh it's quite cool. I have it on a scheduled pipeline and on every merge request now on Whisperfish, which should transitively also warn us about issues in here :-)

@gferon gferon merged commit cd20d3b into main Sep 23, 2023
10 of 11 checks passed
@gferon gferon deleted the licenses branch September 23, 2023 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants