Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: This CL sets the `license` attribute in `Cargo.toml` to MIT # Why? Clarifiy OSS use conditions. Referening license file instead of specifying `license` directly makes `crates.io` say this is a "non standard license". Setting instead `license` then also shows the license correctly. https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields # What? - Removed `license-file` that pointed to the included `LICENSE` file which contains a MIT license copy - Added `license = "MIT"` Reviewed By: AndreasBackx Differential Revision: D68321468 fbshipit-source-id: 2dccef335e1386d45edf16a7c0fe1784c448f83d
- Loading branch information