diff --git a/README.md b/README.md index 89df27cac..cc4759a2c 100644 --- a/README.md +++ b/README.md @@ -617,14 +617,14 @@ 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 1669 (42 different) licenses assigned. +There are 1662 Ebuilds in total, 1651 of them have in total 1670 (42 different) licenses assigned. |License| Ebuilds using it| |-------|-----| |MIT|945| |Apache-2.0|364| |GPL-3|108| -|BSD|92| +|BSD|93| |LGPL-3|23| |GPL-2|20| |all-rights-reserved|15| diff --git a/dev-python/striprtf/Manifest b/dev-python/striprtf/Manifest index bc024c433..e7ed80e5f 100644 --- a/dev-python/striprtf/Manifest +++ b/dev-python/striprtf/Manifest @@ -1,3 +1,3 @@ DIST striprtf-0.0.26.tar.gz 6258 BLAKE2B 3f0055d5c35a0658f0e1ae8469783ae18886da64c6439dd918b99f462c5046f4bef338ad604763c3ded21876fb80db07ae8a98d8e29cacfaf0403f1b898eec54 SHA512 7d4baa051a36a752baf4fc5ee8e43a990b1f771d62cf890fa20310b2a2223d5a4ff7b4cc5020ace3f314f0fbc159a387137dc6c099977cd7669f8099883f94ed -EBUILD striprtf-0.0.26.ebuild 596 BLAKE2B 26aced0067bd8ac084fed7e690adeeabbd905932c1572d2d188dea7ed754e08cbba035847f37d9c4cf71b649793a1c2556515b64c7dd968c2f6d325c9759289b SHA512 80c010f1840ec7c269bf48bba13e10d373798f89d4529b3d30535ba5bf7b0404aa58b0ad84cbfcf398fa71192eae56edaf7c15b57f7a44cf0f45141a66b4feb1 +EBUILD striprtf-0.0.26.ebuild 587 BLAKE2B 775e56a054dbaa951319753630bfd7d353468cbdd9d381ed602ee60caada054013ec6e8071544e78563a930dd6608cd48dbbe32dfd7107df5f404157bcac0abb SHA512 d4927c1f22d20fb8b2a985ba83a3f3601ec84483bf43bdf1f9e6cb3868e3a9a1e84a224fd98ee6a74189795292bd73000a76dc43547af39247d104d7ccc9907f MISC metadata.xml 504 BLAKE2B 4148fc5dd76e589bb845a253a1701fe77dfd3b45c24b88dd4acf3f906aca1446a33785b4086c02ae50af517ce064421f021928e4a6a5dbee8819677802016be9 SHA512 768906428eb4b699ee7ec222ed669914aeb56c5d64ae9cc58c3abd306923c62d667c46fb96f56ebf8c368caa06b06d97ffa7101e426bf828e6c7ec9e9f0fb312 diff --git a/dev-python/striprtf/striprtf-0.0.26.ebuild b/dev-python/striprtf/striprtf-0.0.26.ebuild index 812d5360b..16cd7f36a 100644 --- a/dev-python/striprtf/striprtf-0.0.26.ebuild +++ b/dev-python/striprtf/striprtf-0.0.26.ebuild @@ -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 @@ -10,7 +10,7 @@ inherit distutils-r1 pypi DESCRIPTION="A simple library to convert rtf to text" HOMEPAGE="https://github.com/joshy/striprtf https://pypi.org/project/striprtf/" -LICENSE="BSD-3-Clause" +LICENSE="BSD" SLOT="0" KEYWORDS="amd64 arm arm64 x86" IUSE="test"