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

Ensure crate abides by the Unicode Data Files and Software License #149

Merged

Commits on Aug 8, 2022

  1. Ensure crate abides by the Unicode Data Files and Software License

    Update the SPDX license expression in `Cargo.toml` to be `MIT AND
    Unicode-DFS-2016` to reflect the inclusion of `CaseFolding.txt` and the
    generated Rust sources that are derived from it.
    
    Embed a copy of https://www.unicode.org/license.txt in the repository as
    `LICENSE-UNICODE` and distribute this license in crates.io bundles.
    
    Update the License section in `README.md` and add explainer text to the
    rake task for fetching the Unicode Data Files and the script that
    generates source from the Unicode Data Files.
    
    When updating the `CaseFolding.txt` data file with `rake unicode:update`,
    also fetch the license from https://www.unicode.org/license.txt.
    lopopolo committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    cd018bf View commit details
    Browse the repository at this point in the history