From: Domenico Andreoli <[email protected]> It is unlikely that who contributes to this file is unaware of the kernel licensing but bringing the license statement into the file itself makes it properly reusable in different contexts.
CC: Daniel Borkmann <[email protected]> CC: Francesco Fusco <[email protected]> CC: George Spelvin <[email protected]> CC: Hannes Frederic Sowa <[email protected]> CC: Ian Campbell <[email protected]> CC: Jay Vosburgh <[email protected]> CC: Jens Axboe <[email protected]> CC: Linus Torvalds <[email protected]> CC: Masami Hiramatsu <[email protected]> CC: Matthew Wilcox <[email protected]> CC: Nadia Yvette Chambers <[email protected]> CC: Pavel Emelyanov <[email protected]> Signed-off-by: Domenico Andreoli <[email protected]> --- include/linux/hash.h | 2 ++ 1 file changed, 2 insertions(+) Index: b/include/linux/hash.h =================================================================== --- a/include/linux/hash.h +++ b/include/linux/hash.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + #ifndef _LINUX_HASH_H #define _LINUX_HASH_H /* Fast hashing routine for ints, longs and pointers.

