zcash / librustzcash

Rust-language assets for Zcash
Other
339 stars 252 forks source link

Ensure that GitHub's "View license" link points to complete license info for all our repos #443

Open daira opened 3 years ago

daira commented 3 years ago

GitHub's "View license" link can only point to one file. For example, if there is LICENSE-APACHE and LICENSE-MIT but no COPYRIGHT or COPYING, it will point to LICENSE-APACHE. This is misleading because it disregards the MIT licensing option.

Here are examples of dual MIT/Apache repos where the "View license" link points to a file with complete license info:

Dual-licensed repos that this affects:

Other repos with no or unrecognized license information:

daira commented 3 years ago

Review needed for https://github.com/zcash-hackworks/zcash-test-vectors/pull/53; if that is okay then I'll file similar PRs for the other four MIT/Apache repos.