diff --git a/README.md b/README.md index ae450c5fc..79c6c7239 100644 --- a/README.md +++ b/README.md @@ -240,12 +240,12 @@ grep -r "LICENSE=" | cut -d ":" -f2 | sort | uniq -c | sed 's;LICENSE=";|;' | se |2|AGPL-3| |1|AGPL-3+| |16|all-rights-reserved| -|338|Apache-2.0| +|363|Apache-2.0| |3|Apache-2.0 || BSD-2| |1|Apache-2.0 MIT| |2|Artistic-2| |1|Boost-1.0| -|142|BSD| +|145|BSD| |5|BSD-2| |5|BSD-2 Unlicense| |7|BSD-4| @@ -254,12 +254,12 @@ grep -r "LICENSE=" | cut -d ":" -f2 | sort | uniq -c | sed 's;LICENSE=";|;' | se |1|CC-BY-NC-SA-3.0| |2|CC-BY-NC-SA-4.0| |2|ECL-2.0| -|10|EPL-1.0| +|11|EPL-1.0| |2|GPL-1| |22|GPL-2| |5|GPL-2+| -|125|GPL-3| -|19|GPL-3+| +|152|GPL-3| +|22|GPL-3+| |2|ISC| |1|LGPL-2| |8|LGPL-2+| @@ -267,13 +267,13 @@ grep -r "LICENSE=" | cut -d ":" -f2 | sort | uniq -c | sed 's;LICENSE=";|;' | se |2|LGPL-2.1+| |28|LGPL-3| |15|LGPL-3+| -|1101|MIT| +|1168|MIT| |5|MPL-2.0| |1|NEWLIB| -|12|PSF-2| +|14|PSF-2| |3|PSF-2.4| |3|public-domain| -|11|Unlicense| +|12|Unlicense| |5|ZPL| I did my best to keep these clean, thanks to @matoro for help. If a valid license was published on Pypi, it has been automatically merged. Otherwise I took it from Github or alternatively from comments in the source. Sometimes these differed and have been not unique. All license strings have been adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. Authors have been asked for clarification, some still did not respond. These were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate Licenses referenced in the ebuild files and in the corresponding homepages or sources.