siphash: add SPDX tags as sole licensing authority
authorJason A. Donenfeld <Jason@zx2c4.com>
Wed, 18 May 2022 13:23:45 +0000 (15:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:54:22 +0000 (18:54 +0200)
commit53c83d6d8e399fad3d3d25df0ea0d54eb0f94f88
tree2dccb764d8e45d5ac390fb8bfcc71ab775c4bdfe
parente0208351383c19e62f5f04209ce4ecf24db64eaf
siphash: add SPDX tags as sole licensing authority

The text "dual BSD/GPLv2 license" is somewhat ambiguous, and moving this
over to SPDX is overdue. This commit adds SPDX tags to the relevant
files and clarifies that it's GPLv2 only and 3-clause BSD. It also
removes the old text, so that the SPDX tags are the only source of the
information.

Suggested-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/siphash.h
lib/siphash.c
lib/test_siphash.c