mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Update license field following SPDX 2.1 license expression standard #444

Closed frisoft closed 11 months ago

frisoft commented 11 months 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

matthiasbeyer commented 11 months ago

Cool, thanks!

matthiasbeyer commented 11 months ago

Can you please fix your changes to get CI green?

frisoft commented 11 months ago

I've added an empty commit with the sign-off. Not sure if this is enough.

matthiasbeyer commented 11 months ago

No, that's not enough. I filed #445 which takes your commit and fixes it :smile: Because you PR'd from master, I cannot update your PR.

No worries, thanks for your contribution!