From: Domenico Andreoli <domenico.andre...@linux.com>

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 <dbork...@redhat.com>
CC: Francesco Fusco <ffu...@redhat.com>
CC: George Spelvin <li...@sciencehorizons.net>
CC: Hannes Frederic Sowa <han...@stressinduktion.org>
CC: Ian Campbell <ian.campb...@citrix.com>
CC: Jay Vosburgh <jay.vosbu...@canonical.com>
CC: Jens Axboe <ax...@kernel.dk>
CC: Linus Torvalds <torva...@linux-foundation.org>
CC: Masami Hiramatsu <masami.hiramatsu...@hitachi.com>
CC: Matthew Wilcox <matt...@wil.cx>
CC: Nadia Yvette Chambers <n...@holomorphy.com>
CC: Pavel Emelyanov <xe...@parallels.com>
Signed-off-by: Domenico Andreoli <domenico.andre...@linux.com>

---
 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.

Reply via email to