You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-18Lines changed: 18 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ Best you start using the `app-misc/homeassistant-min` Ebuild. If you have it run
148
148
* Be aware that all dependent libraries could be marked as stable here as soon as they compile. Outside HA dependencies except of portage are not tested.
149
149
* Since I use Gentoo mostly on servers, I do not use systemd, one reason to run Gentoo is that you are NOT forced to run this crap. Beginning homeassistant-2021.2.0, handling for systemd was added by request, thanks to @Tatsh for help.
150
150
* I use an own profile based on merged-usr "amd64/23.0/no-multilib".
151
-
* python-3.12.3 is set as default target.
151
+
* python-3.12.6 is set as default target.
152
152
153
153
# Bigger Changes
154
154
@@ -606,35 +606,37 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
606
606
607
607
## Licenses
608
608
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.
609
-
There are 1957 Ebuilds in total, 1946 of them have in total 1970 (42 different) licenses assigned.
609
+
There are 2104 Ebuilds in total, 2093 of them have in total 2120 (42 different) licenses assigned.
610
610
611
611
|License| Ebuilds using it|
612
612
|-------|-----|
613
-
|MIT|1123|
614
-
|Apache-2.0|441|
615
-
|GPL-3|114|
616
-
|BSD|113|
617
-
|LGPL-3|25|
613
+
|MIT|1218|
614
+
|Apache-2.0|474|
615
+
|GPL-3|128|
616
+
|BSD|111|
617
+
|LGPL-3|24|
618
618
|GPL-2|23|
619
-
|GPL-3+|16|
620
-
|BSD-2|14|
621
-
|all-rights-reserved|14|
619
+
|GPL-3+|17|
620
+
|all-rights-reserved|16|
621
+
|BSD-2|15|
622
622
|LGPL-3+|14|
623
-
|Unlicense|9|
624
-
|PSF-2|8|
623
+
|Unlicense|10|
624
+
|PSF-2|10|
625
625
|ISC|6|
626
626
|MPL-2.0|6|
627
+
|AGPL-3|4|
627
628
|EPL-1.0|4|
628
629
|ZPL|3|
629
630
|LGPL-2.1+|3|
630
-
|AGPL-3|3|
631
+
|CC0-1.0|3|
631
632
|AGPL-3+|2|
632
633
|LGPL-2+|2|
633
634
|public-domain|2|
634
635
|LGPL-2.1|2|
636
+
|ElementTree|2|
635
637
|BSD-4|2|
636
638
|LGPL-2|2|
637
-
|CC0-1.0|2|
639
+
|EPL-2.0|2|
638
640
|0BSD|1|
639
641
|CC-BY-4.0|1|
640
642
|PYTHON|1|
@@ -644,18 +646,16 @@ There are 1957 Ebuilds in total, 1946 of them have in total 1970 (42 different)
644
646
|ECL-2.0|1|
645
647
|Boost-1.0|1|
646
648
|PSF-2.4|1|
647
-
|ElementTree|1|
648
649
|NEWLIB|1|
649
650
|HPND|1|
650
651
|CC-BY-NC-SA-3.0|1|
651
652
|CC-BY-NC-SA-4.0|1|
652
-
|EPL-2.0|1|
653
653
|GPL-2+|1|
654
654
|GPL-2-with-linking-exception|1|
655
655
656
-
(Last counted: 26/06/2024)
656
+
(Last counted: 26/10/2024)
657
657
658
658
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then 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.
659
659
660
660
A big thanks goes to Iris for reviewing this README.
0 commit comments