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

Rust licenses #292

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Rust licenses #292

merged 2 commits into from
Mar 23, 2023

Conversation

thebracket
Copy link
Collaborator

In reference to #229

  • Adds a license specifier (GPL 2 only) to all the Cargo.toml files.
  • Adds a shell script that checks the licenses of all Rust dependencies, and warns you if GPL 3 is found. Since basically nobody in the known universe uses GPL3, this is rather pointless.

Explicitly specify `license = "GPL-2.0-only"` in each Cargo.toml
file. The wording is from the SPX guidelines.
rust/check_licenses.sh automatically verifies all dependencies
for accidental usage of GPLv3. Since basically nobody in the
universe uses GPLv3, it tends not to do much.
@thebracket thebracket mentioned this pull request Mar 23, 2023
33 tasks
@thebracket thebracket merged commit a32949c into heimdall Mar 23, 2023
@thebracket thebracket deleted the rust_licenses branch March 23, 2023 18:49
thebracket added a commit that referenced this pull request Mar 25, 2023
* Add license specifier to all Cargo.toml files

Explicitly specify `license = "GPL-2.0-only"` in each Cargo.toml
file. The wording is from the SPX guidelines.

* Add shell script to check licenses of Rust projects

rust/check_licenses.sh automatically verifies all dependencies
for accidental usage of GPLv3. Since basically nobody in the
universe uses GPLv3, it tends not to do much.
strongwazz pushed a commit to UberGroupLimited/LibreQoS that referenced this pull request Nov 18, 2023
* Add license specifier to all Cargo.toml files

Explicitly specify `license = "GPL-2.0-only"` in each Cargo.toml
file. The wording is from the SPX guidelines.

* Add shell script to check licenses of Rust projects

rust/check_licenses.sh automatically verifies all dependencies
for accidental usage of GPLv3. Since basically nobody in the
universe uses GPLv3, it tends not to do much.
strongwazz pushed a commit to UberGroupLimited/LibreQoS that referenced this pull request Nov 18, 2023
* Add license specifier to all Cargo.toml files

Explicitly specify `license = "GPL-2.0-only"` in each Cargo.toml
file. The wording is from the SPX guidelines.

* Add shell script to check licenses of Rust projects

rust/check_licenses.sh automatically verifies all dependencies
for accidental usage of GPLv3. Since basically nobody in the
universe uses GPLv3, it tends not to do much.
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.

1 participant