summaryrefslogtreecommitdiff
path: root/maint/check_licenses.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add a shell script to verify that every package has an okay license.Nick Mathewson2021-07-061-0/+81
We implement this by giving a list of permitted licenses, and then using cargo-license to dump everything's actual license. Since packages list their licenses as "x OR y OR z", we permit any package that is available under at least one license on the allow-list.