dev-python/pysha3: update license
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
parent
5e7648ecab
commit
80cb198efe
36
README.md
36
README.md
@ -548,10 +548,44 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
|
||||
|
||||
## Licenses
|
||||
This repository itself is released under GPL-3 (like most Gentoo repositories), all work on the depending components under the licenses they came from. Perhaps you came here because I filed an issue at your component about a bad or missing license. It is easy to [assign a license](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). During cleanups and license investigations I have been asked often which license to choose. I am not a lawyer, but I can offer the following table, counted over this repository, perhaps this helps your decision. If a package has more than one license listed, all of them are counted.
|
||||
There are 1518 Ebuilds in total, 1511 of them have in total 0 (0 different) licenses assigned.
|
||||
There are 1518 Ebuilds in total, 1511 of them have in total 1519 (34 different) licenses assigned.
|
||||
|
||||
|License| Ebuilds using it|
|
||||
|-------|-----|
|
||||
|MIT|882|
|
||||
|Apache-2.0|310|
|
||||
|GPL-3|96|
|
||||
|BSD|88|
|
||||
|LGPL-3|23|
|
||||
|GPL-2|19|
|
||||
|GPL-3+|14|
|
||||
|all-rights-reserved|14|
|
||||
|BSD-2|10|
|
||||
|LGPL-3+|10|
|
||||
|LGPL-2.1|6|
|
||||
|MPL-2.0|5|
|
||||
|Unlicense|5|
|
||||
|LGPL-2.1+|4|
|
||||
|public-domain|4|
|
||||
|PSF-2|4|
|
||||
|EPL-1.0|3|
|
||||
|AGPL-3+|2|
|
||||
|LGPL-2+|2|
|
||||
|ISC|2|
|
||||
|BSD-4|2|
|
||||
|EPL-2.0|2|
|
||||
|ZPL|1|
|
||||
|ECL-2.0|1|
|
||||
|Boost-1.0|1|
|
||||
|AGPL-3|1|
|
||||
|PSF-2.4|1|
|
||||
|NEWLIB|1|
|
||||
|HPND|1|
|
||||
|CC-BY-NC-SA-3.0|1|
|
||||
|LGPL-2|1|
|
||||
|CC-BY-NC-SA-4.0|1|
|
||||
|CC0-1.0|1|
|
||||
|GPL-2+|1|
|
||||
|
||||
(Last counted: 31/10/2022)
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
DIST pysha3-1.0.2.tar.gz 829192 BLAKE2B ff0c0e1cc35f5e2efc0a7d3074022aaa1e05fa72cc151560180fe08958c8f83ec2b0f50f9e1bf772fd386647f3d44e8b4139f5593f6d0d678412eabe4829e939 SHA512 57476d24b9d399471cf56c8c1413f58dbc863c16d4fe9ebd2cf65df8092e139e2505252605e3fccd68978f5ee3fffdfeeedee6788aab38a54c918a452fc19720
|
||||
EBUILD pysha3-1.0.2.ebuild 636 BLAKE2B 067f7470ae0fefa628043237ed5c0b746bec8354513d5f9586c72b8ecd07343bac57ad4d4d34031d3944f1e1abb6c623ca3381df4e28f1f87f09df2a22cfe78d SHA512 76594c53de3a004636a464fc5ecf5e4f9a30c73fce533f982d8df23ea3a74135348a441ad3e841ccc55399696f4faac88984457b63866763651e5c54d28866b6
|
||||
EBUILD pysha3-1.0.2.ebuild 639 BLAKE2B 7f3bf98a733180e52529ce9c30095101ceeaa04d8fed24440ce561dd759fc0e2a0db488aab8569d4a35e97d563c1c8590dd2596dd537efbd54f384c8dceb406e SHA512 b479bbd110400190fc3f21e5cc5f3ffd3ced26b06a9e96e04302b963e92ec77383b905dc9836069e420596c547789590fcdab18fb9a12b62323f504c8121c227
|
||||
MISC metadata.xml 455 BLAKE2B df0782dbdf7870ce41f9f40cdb1b31091deb29a2f7cc4835c353cd341dbe6d39e55f21186951a1cf1d48d374f7143cc867b519026c4e3e88a58d6d04f81cb63e SHA512 65fa11207719317cfd02ed83e50e3fe100ceea4884e01fdb6f0179c03b28885ce43536c536527f888e7864260adefca493519383370886376f95bd980534e2cb
|
||||
|
@ -11,7 +11,7 @@ DESCRIPTION="SHA-3 (Keccak) for Python 2.7 - 3.5"
|
||||
HOMEPAGE="https://github.com/tiran/pysha3 https://pypi.org/project/pysha3/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="PSFL"
|
||||
LICENSE="PSF-2.4"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm arm64 x86"
|
||||
IUSE="test"
|
||||
|
Loading…
x
Reference in New Issue
Block a user