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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ Best you start using the `app-misc/homeassistant-min` Ebuild. If you have it run
141
141
* 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.
142
142
* I use an own profile based on "amd64/17.1/no-multilib"
143
143
* Sunce 2022.07.06, I run detailed tests on Python 3.10 only, and am starting to try builds on Python 3.11.
144
-
* python-3.11.6 is set as default target.
144
+
* python-3.11.7 is set as default target.
145
145
146
146
# Bigger Changes
147
147
@@ -612,12 +612,12 @@ A daily compile test is run at Github with Python 3.9 to catch general faults. E
612
612
613
613
## Licenses
614
614
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.
615
-
There are 1561 Ebuilds in total, 1550 of them have in total 1567 (42 different) licenses assigned.
615
+
There are 1555 Ebuilds in total, 1544 of them have in total 1561 (42 different) licenses assigned.
616
616
617
617
|License| Ebuilds using it|
618
618
|-------|-----|
619
619
|MIT|898|
620
-
|Apache-2.0|335|
620
+
|Apache-2.0|329|
621
621
|GPL-3|95|
622
622
|BSD|86|
623
623
|LGPL-3|22|
@@ -659,9 +659,9 @@ There are 1561 Ebuilds in total, 1550 of them have in total 1567 (42 different)
659
659
|GPL-2+|1|
660
660
|GPL-2-with-linking-exception|1|
661
661
662
-
(Last counted: 17/12/2023)
662
+
(Last counted: 28/12/2023)
663
663
664
664
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.
665
665
666
666
A big thanks goes to Iris for reviewing this README.
0 commit comments