Skip to content

fix: add missing MIT license text

Fabio Valentini requested to merge (removed):master into master

The MIT license is one of the licenses that contains terms that require any (re)distributed sources to contain a copy of the actual license text. This PR adds a license file that is currently missing from the seahash crate, which is problematic for Linux distributions that package this crate, and potentially also for publishing and redistributing it via crates.io.

The text of the added file is taken from the rust-lang/rust repository on GitHub, and matches the SPDX reference for the MIT license.

Originally reported here: https://github.com/redox-os/tfs/pull/76

Merge request reports