summaryrefslogtreecommitdiff
path: root/src/basic/siphash24.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-27 18:32:27 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-10-29 11:32:24 +0100
commit448e7440c2d6e682d55032d15076b840521ab120 (patch)
treee4cb17b73bb4ea2c3c0d0ec701b067b40e510d0c /src/basic/siphash24.h
parent59a711c2cdb547e80c6f1fd18ab0dc412687cf6c (diff)
downloadsystemd-448e7440c2d6e682d55032d15076b840521ab120.tar.gz
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.
Diffstat (limited to 'src/basic/siphash24.h')
-rw-r--r--src/basic/siphash24.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/basic/siphash24.h b/src/basic/siphash24.h
index fe43256882..90a6de00e4 100644
--- a/src/basic/siphash24.h
+++ b/src/basic/siphash24.h
@@ -1,3 +1,5 @@
+/* SPDX-License-Identifier: CC0-1.0 */
+
#pragma once
#include <inttypes.h>