aboutgitcodebugslistschat
path: root/siphash.c
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2021-10-19 12:43:28 +0200
committerStefano Brivio <sbrivio@redhat.com>2021-10-20 08:29:30 +0200
commit087b5f4dbb9e3f767a8afbb6c1001c509965940b (patch)
tree109597a7fdd95e24b04ada3b7bfcb3c67015fa6d /siphash.c
parentf154a0489aa99ea48fa89a2724536f4c98815977 (diff)
downloadpasst-087b5f4dbb9e3f767a8afbb6c1001c509965940b.tar
passt-087b5f4dbb9e3f767a8afbb6c1001c509965940b.tar.gz
passt-087b5f4dbb9e3f767a8afbb6c1001c509965940b.tar.bz2
passt-087b5f4dbb9e3f767a8afbb6c1001c509965940b.tar.lz
passt-087b5f4dbb9e3f767a8afbb6c1001c509965940b.tar.xz
passt-087b5f4dbb9e3f767a8afbb6c1001c509965940b.tar.zst
passt-087b5f4dbb9e3f767a8afbb6c1001c509965940b.zip
LICENSES: Add license text files, add missing notices, fix SPDX tags
SPDX tags don't replace license files. Some notices were missing and some tags were not according to the SPDX specification, too. Now reuse --lint from the REUSE tool (https://reuse.software/) passes. Reported-by: Martin Hauke <mardnh@gmx.de> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'siphash.c')
-rw-r--r--siphash.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/siphash.c b/siphash.c
index b18f640..b7a7861 100644
--- a/siphash.c
+++ b/siphash.c
@@ -21,7 +21,7 @@
* http://cr.yp.to/siphash/siphash-20120918.pdf
*
* This includes code from the reference SipHash implementation at
- * https://github.com/veorq/SipHash/ licensed as follows:
+ * https://github.com/veorq/SipHash/ originally licensed as follows:
*
* --
* SipHash reference C implementation
@@ -40,8 +40,8 @@
* <http://creativecommons.org/publicdomain/zero/1.0/>.
* --
*
- * and from the Linux kernel implementation (lib/siphash.c), licensed as
- * follows:
+ * and from the Linux kernel implementation (lib/siphash.c), originally licensed
+ * as follows:
*
* --
* Copyright (C) 2016 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.