dev-python/zlib-ng: update LICENSE

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-01-06 20:21:03 +01:00
parent 6a3f624e9c
commit 72fdf15510
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 5 additions and 5 deletions

View File

@ -617,7 +617,7 @@ 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 1662 Ebuilds in total, 1651 of them have in total 1668 (42 different) licenses assigned.
There are 1662 Ebuilds in total, 1651 of them have in total 1669 (42 different) licenses assigned.
|License| Ebuilds using it|
|-------|-----|
@ -634,8 +634,8 @@ There are 1662 Ebuilds in total, 1651 of them have in total 1668 (42 different)
|Unlicense|9|
|ISC|5|
|MPL-2.0|5|
|PSF-2|5|
|LGPL-2.1+|4|
|PSF-2|4|
|LGPL-2.1|4|
|EPL-1.0|4|
|ZPL|3|

View File

@ -1,3 +1,3 @@
DIST zlib-ng-0.2.0.tar.gz 905929 BLAKE2B a4d2a3915ef4d957285cd1a6f7618920b1c96c0bbf94588449aa2a362790fe1308a4fad451060bb15a061fb833b0dfe1ee0ee978135a9054399e41d49ffe456f SHA512 07c282948dbfcc48f1b079e084afea621237f189f3fb6ced73ec708b9712d57c1612056a76c4caa8d6c3be91255cb9fce2356fe4f4acbb537aa0106318b5542f
EBUILD zlib-ng-0.2.0.ebuild 672 BLAKE2B f699dd437158cb43c77666c4e031dfc0f906a52c5283aa660768ab175d695df2391f34966ec9cb07a7aab6f3873febc9c3c1a0802b1b8fb1d7423c08479d1ac2 SHA512 7d236c363891c1f86d3c644c7bbddead62048ff563fe3844c452ffbc6c8de033724da69c0683333bf52e4375ae84a2d28220f213cbd8b6c4b85395527b3938f6
EBUILD zlib-ng-0.2.0.ebuild 670 BLAKE2B 7d39f562683a8f391085388f586e721d75cdd1b597678e4e50a1aea4359ced5b25d9b7ffefdf2c4f0cd11d424d2be8fa2299b53d9693a9bf75628f9e778e7284 SHA512 f3d0f0b0647be7426404c7c465ba6859b5b16e686ca2110bf0f85ab5b3e1233fc7e84f5ae54870e61d2fa399e9751fa85d4bd6bc0a0b7c83e28822e0a3a7e092
MISC metadata.xml 545 BLAKE2B 2c5a4d6ce4038aa7f8b9be488c95e12e498947ba47b7499f9ba50e106c48ca19ddeca4ce27eaa2a939c2abca56d258ca3748610bdeedd6a8b37eaf919c8f5c9c SHA512 924f2f905f61edda87a9201940156f0a3459627eaf7945d7e4375611771ef843377b0ff951082e675b71d092c9bd7022d65808410b822c58401ca5436e88a4c3

View File

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -11,7 +11,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Drop-in replacement for zlib and gzip modules using zlib-ng"
HOMEPAGE="https://github.com/pycompression/python-zlib-ng https://pypi.org/project/zlib-ng/"
LICENSE="PSF-2.0"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"