la10736 / rstest

Fixture-based test framework for Rust
Apache License 2.0
1.21k stars 43 forks source link

Update license field following SPDX 2.1 license expression standard #204

Closed frisoft closed 1 year ago

frisoft commented 1 year ago

The new recommendation is to follow the SPDX 2.1 standard. This allows automatic license verification software to work properly. Reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields

la10736 commented 1 year ago

THX! Really appreciated!