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

switch to SPDX license expression #66

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 19, 2022

  1. switch to SPDX license expression

    The [docs][1] say that specifying multiple licenses with `/` was supported
    at one point but is now deprecated. Notably, crates.io does not have any
    mechanism to parse `/`-separated license lists, so this crate currently
    shows up as BSD-2-Clause only.
    
    [1]: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
    benjaminl-active911 committed May 19, 2022
    Configuration menu
    Copy the full SHA
    178e890 View commit details
    Browse the repository at this point in the history