[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190212171616.nlfz45mtr3zcyv7p@dumbo>
Date: Tue, 12 Feb 2019 18:16:16 +0100
From: Domenico Andreoli <domenico.andreoli@...ux.com>
To: linux-kernel@...r.kernel.org
Cc: Daniel Borkmann <dborkman@...hat.com>,
Francesco Fusco <ffusco@...hat.com>,
George Spelvin <linux@...encehorizons.net>,
Hannes Frederic Sowa <hannes@...essinduktion.org>,
Ian Campbell <ian.campbell@...rix.com>,
Jay Vosburgh <jay.vosburgh@...onical.com>,
Jens Axboe <axboe@...nel.dk>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>,
Matthew Wilcox <matthew@....cx>,
Nadia Yvette Chambers <nyc@...omorphy.com>,
Pavel Emelyanov <xemul@...allels.com>
Subject: [PATCH] Add the SPDX header to include/linux/hash.h
From: Domenico Andreoli <domenico.andreoli@...ux.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 <dborkman@...hat.com>
CC: Francesco Fusco <ffusco@...hat.com>
CC: George Spelvin <linux@...encehorizons.net>
CC: Hannes Frederic Sowa <hannes@...essinduktion.org>
CC: Ian Campbell <ian.campbell@...rix.com>
CC: Jay Vosburgh <jay.vosburgh@...onical.com>
CC: Jens Axboe <axboe@...nel.dk>
CC: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
CC: Matthew Wilcox <matthew@....cx>
CC: Nadia Yvette Chambers <nyc@...omorphy.com>
CC: Pavel Emelyanov <xemul@...allels.com>
Signed-off-by: Domenico Andreoli <domenico.andreoli@...ux.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.
Powered by blists - more mailing lists