use a machine-readable license key #15
Reference in New Issue
Block a user
Delete Branch "fix_license_metadata"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields :
simple_asn1however uses a standard license (ISC, as per LICENSE).Note that this is also a somewhat commonly used way by many projects
(see for example Cargo or serde).
Using the machine-readable SPX specifier instead of a text file helps
automatic tooling like cargo-lichking to check licenses of projects and
dependencies.