summaryrefslogtreecommitdiff
path: root/LICENSES
Commit message (Collapse)AuthorAgeFilesLines
* network: license all config files as CC0Zbigniew Jędrzejewski-Szmek2022-01-121-0/+1
| | | | | | | | Same justification as the previous commit. $ for i in network/*-*; do git blame $i;done | less shows that those files were written by Tom Gundersen, Lennart Poettering, Yu Watanabe, me, and Marc-André Lureau.
* licensing: add a license file for the fonts we carryZbigniew Jędrzejewski-Szmek2021-10-182-0/+98
|
* LICENSES/README.md: remove reference to non-existing filesLuca Boccassi2021-10-121-1/+1
| | | | All example code was relicensed
* LICENSES/README.md: fix typoLuca Boccassi2021-10-111-1/+1
|
* libsystemd/sd-id128: use only internal hmac, remove khash/OpenSSL supportLuca Boccassi2021-10-081-0/+5
| | | | | | | | | | | | | Using OpenSSL brings in an additional dependency for all users of libsystemd.so even though it's just one API that makes use of it. The khash implementation is awkward as it requires context switches and computation inside the kernel, thus leaving the process. Remove both from libsystemd.so, and use exclusively the internal hmac fallback. While this is not optimized, the sd-id128 API is not used in performance-critical contexts where hardware acceleration would make a noticeable difference.
* man/glib-event-glue example: relicense to CC0-1.0Luca Boccassi2021-10-041-1/+0
| | | | | | All other examples were relicensed to CC0-1.0 since they are intended to be copied and pasted anywhere without any restrictions. Relicense the last one too.
* Add all other applicable licenses under LICENSES/Luca Boccassi2021-10-017-0/+328
| | | | | | License texts copied from: https://github.com/spdx/license-list-data/blob/master/text/
* add LICENSES/README.md explaining the license situationLuca Boccassi2021-10-011-0/+61
|
* licensing: add spdx header to chromiumos helper, move license fileZbigniew Jędrzejewski-Szmek2021-10-011-0/+27
It makes it easier to process the license automatically like other files. The text of the license in tools/chromiumos/LICENSE matches https://spdx.org/licenses/BSD-3-Clause.html exactly.