Skip to content

Commit

Permalink
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 437
Browse files Browse the repository at this point in the history
Based on 1 normalized pattern(s):

  this file is licensed under gplv2

extracted by the scancode license scanner the SPDX license identifier

  GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Armijn Hemel <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
KAGA-KOKO authored and gregkh committed Jun 5, 2019
1 parent 3e45610 commit 8266496
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 17 deletions.
3 changes: 1 addition & 2 deletions arch/x86/kernel/cpu/aperfmperf.c
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* x86 APERF/MPERF KHz calculation for
* /sys/.../cpufreq/scaling_cur_freq
*
* Copyright (C) 2017 Intel Corp.
* Author: Len Brown <[email protected]>
*
* This file is licensed under GPLv2.
*/

#include <linux/delay.h>
Expand Down
3 changes: 1 addition & 2 deletions arch/x86/kernel/cpu/mce/genpool.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* MCE event pool management in MCE context
*
* Copyright (C) 2015 Intel Corp.
* Author: Chen, Gong <[email protected]>
*
* This file is licensed under GPLv2.
*/
#include <linux/smp.h>
#include <linux/mm.h>
Expand Down
3 changes: 1 addition & 2 deletions drivers/acpi/acpi_extlog.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* Extended Error Log driver
*
* Copyright (C) 2013 Intel Corp.
* Author: Chen, Gong <[email protected]>
*
* This file is licensed under GPLv2.
*/

#include <linux/module.h>
Expand Down
4 changes: 1 addition & 3 deletions drivers/acpi/apei/bert.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* APEI Boot Error Record Table (BERT) support
*
Expand All @@ -16,9 +17,6 @@
*
* For more information about BERT, please refer to ACPI Specification
* version 4.0, section 17.3.1
*
* This file is licensed under GPLv2.
*
*/

#include <linux/kernel.h>
Expand Down
3 changes: 1 addition & 2 deletions drivers/scsi/raid_class.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
* raid_class.c - implementation of a simple raid visualisation class
*
* Copyright (c) 2005 - James Bottomley <[email protected]>
*
* This file is licensed under GPLv2
*
* This class is designed to allow raid attributes to be visualised and
* manipulated in a form independent of the underlying raid. Ultimately this
* should work for both hardware and software raids.
Expand Down
3 changes: 1 addition & 2 deletions include/linux/attribute_container.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* attribute_container.h - a generic container for all classes
*
* Copyright (c) 2005 - James Bottomley <[email protected]>
*
* This file is licensed under GPLv2
*/

#ifndef _ATTRIBUTE_CONTAINER_H_
Expand Down
3 changes: 1 addition & 2 deletions include/linux/raid_class.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* raid_class.h - a generic raid visualisation class
*
* Copyright (c) 2005 - James Bottomley <[email protected]>
*
* This file is licensed under GPLv2
*/
#include <linux/transport_class.h>

Expand Down
3 changes: 1 addition & 2 deletions include/linux/transport_class.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* transport_class.h - a generic container for all transport classes
*
* Copyright (c) 2005 - James Bottomley <[email protected]>
*
* This file is licensed under GPLv2
*/

#ifndef _TRANSPORT_CLASS_H_
Expand Down

0 comments on commit 8266496

Please sign in to comment.