alilleybrinker / cargo-spdx

Generate an SPDX Software Bill of Materials for Rust crates.
https://crates.io/crates/cargo-spdx
Other
19 stars 2 forks source link

Handle licenses not found in the SPDX license list with the "Other licensing information" section #3

Open alilleybrinker opened 2 years ago

alilleybrinker commented 2 years ago

The SPDX standard includes a lengthy list of known licenses. In many cases, projects just use those licenses, and no further license specification is necessary. However, sometimes projects don't use those licenses, or claim to use them but include their own modifications. In these cases, SPDX defines a mechanism for specifying non-standard licenses.

cargo-spdx needs to support the following: