diff --git a/README.md b/README.md index a5bc31420..da211bf9c 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,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 1917 Ebuilds in total, 1906 of them have in total 1924 (40 different) licenses assigned. +There are 1917 Ebuilds in total, 1906 of them have in total 1925 (40 different) licenses assigned. |License| Ebuilds using it| |-------|-----| @@ -639,6 +639,7 @@ There are 1917 Ebuilds in total, 1906 of them have in total 1924 (40 different) |EPL-2.0|3| |AGPL-3+|2| |LGPL-2+|2| +|LGPL-2|2| |CC0-1.0|2| |BitstreamVera|1| |matplotlib|1| @@ -652,7 +653,6 @@ There are 1917 Ebuilds in total, 1906 of them have in total 1924 (40 different) |HPND|1| |CC-BY-NC-SA-3.0|1| |Unicode-DFS-2016|1| -|LGPL-2|1| |CC-BY-NC-SA-4.0|1| |GPL-2+|1| |GPL-2-with-linking-exception|1| diff --git a/dev-python/pycrc16/Manifest b/dev-python/pycrc16/Manifest index 62128752e..5387d118a 100644 --- a/dev-python/pycrc16/Manifest +++ b/dev-python/pycrc16/Manifest @@ -1,3 +1,3 @@ DIST pycrc16-0.1.2.tar.gz 10877 BLAKE2B 159b543b35b8353cf4642e13fd0037dfbd1693915169812308184758a5db4a03886b2de2b61e94471afface95be527723ebf83cb66002a38f5037f312820a85b SHA512 3f51cf01e136b002528211bded0a278abd3b0bf25e6181b5f9e401330156d42d6de9ca6a31d44afaffde633dccf0f044b926bd184ac596045549eb5684824ea2 -EBUILD pycrc16-0.1.2.ebuild 577 BLAKE2B c5b7993f2b2aef338c1bea0d47a065224058c97ebb8abee3740a6b292bf6e245c2e1b39cf01b081a38a65a06dc8dae08765c2f45eb5aa13418b0bf70f1b61e02 SHA512 df011258c74e32bf4afa960976c925d3b801586804ca623cfb2c063fab5aea9056b22c747dec98f25a060a0373d6b37eb3c67a5b8e117054569d1cd15c7f7849 +EBUILD pycrc16-0.1.2.ebuild 579 BLAKE2B ef79f514f833129dda423e75c2b9e722b5007bf547af61b6d00caf165297ea91334d274c47de833b3f88e75cef51598b37982e462fd9383683443388ea8b2f46 SHA512 eaece8ff95a95bac3097d849844d9a9fd2845d30eafa098abb74fcdb3419ed733a2f32a0f46b24147951266f51bec0c2ec708fddb981bf2a230eef8be5fbab13 MISC metadata.xml 468 BLAKE2B 18e83e4ed3e28090c7e0e97d20b8f51a12885bc3c126f96698dc6a6ec3465efdcfefcf53ca2ff931e902cc01c13cede0e98af74f3a012004e12b769b1732b60d SHA512 da966c37f2af6316f5092c05d74aab01d973d27fb24b21e005fc64d7925e2eb5ee3cf7131567eec0808bdbb29c2ef56f3b4f505df11950c067234b04ca659a45 diff --git a/dev-python/pycrc16/pycrc16-0.1.2.ebuild b/dev-python/pycrc16/pycrc16-0.1.2.ebuild index ca5dd9359..6a0b525fc 100644 --- a/dev-python/pycrc16/pycrc16-0.1.2.ebuild +++ b/dev-python/pycrc16/pycrc16-0.1.2.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 pypi DESCRIPTION="Library for calculating CRC16" HOMEPAGE="http://code.google.com/p/pycrc16 https://pypi.org/project/pycrc16/" -LICENSE="LGPL" +LICENSE="LGPL-2" SLOT="0" KEYWORDS="amd64 arm arm64 x86" IUSE="test"