treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170
Based on 1 normalized pattern(s): this file is release under the gplv2 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: Richard Fontana <rfontana@redhat.com> Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org> Reviewed-by: Armijn Hemel <armijn@tjaldur.nl> Reviewed-by: Allison Randal <allison@lohutok.net> Cc: linux-spdx@vger.kernel.org Link: https://lkml.kernel.org/r/20190527070034.216732358@linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
873e65bc09
commit
468e15fdc2
|
@ -1,11 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0-only
|
||||||
/*
|
/*
|
||||||
* kernel/ksysfs.c - sysfs attributes in /sys/kernel, which
|
* kernel/ksysfs.c - sysfs attributes in /sys/kernel, which
|
||||||
* are not related to any other subsystem
|
* are not related to any other subsystem
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org>
|
* Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org>
|
||||||
*
|
|
||||||
* This file is release under the GPLv2
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/kobject.h>
|
#include <linux/kobject.h>
|
||||||
|
|
Loading…
Reference in New Issue