mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-26 13:44:15 +08:00
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>
This commit is contained in:
parent
82c73e0a38
commit
e311edbc45
@ -1,12 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||||
/*
|
/*
|
||||||
* klist.h - Some generic list helpers, extending struct list_head a bit.
|
* klist.h - Some generic list helpers, extending struct list_head a bit.
|
||||||
*
|
*
|
||||||
* Implementations are found in lib/klist.c
|
* Implementations are found in lib/klist.c
|
||||||
*
|
*
|
||||||
*
|
|
||||||
* Copyright (C) 2005 Patrick Mochel
|
* Copyright (C) 2005 Patrick Mochel
|
||||||
*
|
|
||||||
* This file is rleased under the GPL v2.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _LINUX_KLIST_H
|
#ifndef _LINUX_KLIST_H
|
||||||
|
Loading…
Reference in New Issue
Block a user