Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 244

Based on 1 normalized pattern(s):

this file is rleased under the gpl v2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 1 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204654.725819457@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
e311edbc 82c73e0a

+1 -3
+1 -3
include/linux/klist.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * klist.h - Some generic list helpers, extending struct list_head a bit. 3 4 * 4 5 * Implementations are found in lib/klist.c 5 6 * 6 - * 7 7 * Copyright (C) 2005 Patrick Mochel 8 - * 9 - * This file is rleased under the GPL v2. 10 8 */ 11 9 12 10 #ifndef _LINUX_KLIST_H