From 087b5f4dbb9e3f767a8afbb6c1001c509965940b Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Tue, 19 Oct 2021 12:43:28 +0200 Subject: 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 Signed-off-by: Stefano Brivio --- siphash.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'siphash.h') diff --git a/siphash.h b/siphash.h index 694fdc3..5578586 100644 --- a/siphash.h +++ b/siphash.h @@ -1,3 +1,8 @@ +/* SPDX-License-Identifier: AGPL-3.0-or-later + * Copyright (c) 2021 Red Hat GmbH + * Author: Stefano Brivio + */ + uint64_t siphash_8b(const uint8_t *in, const uint64_t *k); uint32_t siphash_12b(const uint8_t *in, const uint64_t *k); uint64_t siphash_20b(const uint8_t *in, const uint64_t *k); -- cgit v1.2.3