]> git.ipfire.org Git - thirdparty/systemd.git/commit
headers: add spdx tags to imported files with a known license
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 27 Oct 2020 17:32:27 +0000 (18:32 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 29 Oct 2020 10:32:24 +0000 (11:32 +0100)
commit448e7440c2d6e682d55032d15076b840521ab120
treee4cb17b73bb4ea2c3c0d0ec701b067b40e510d0c
parent59a711c2cdb547e80c6f1fd18ab0dc412687cf6c
headers: add spdx tags to imported files with a known license

I added the header in the cases where the license text is present and it is
easy to find the appropriate SPDX header.

For "public domain" stuff: SDPX treats each "public domain" license as unique [1],
but luckily the one in siphash24.c is one of the identified variants. There are
some other cases which specify "public domain" but there doesn't seem to be a
SPDX identifier.

[1] https://wiki.spdx.org/view/Legal_Team/Decisions/Dealing_with_Public_Domain_within_SPDX_Files

gunicode.[ch] are imported from glib, which is licensed as LGPL2.1+,
see https://gitlab.gnome.org/GNOME/glib/-/blob/master/glib/gunicode.h.
src/basic/gunicode.c
src/basic/gunicode.h
src/basic/siphash24.c
src/basic/siphash24.h
src/boot/efi/sha256.c
src/shared/initreq.h
src/shared/linux/nl80211.h