forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 498
Based on 1 normalized pattern(s): gplv2 only extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 4 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Kate Stewart <[email protected]> Reviewed-by: Enrico Weigelt <[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
Showing
4 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* This header provides macros for at91 dma bindings. | ||
* | ||
* Copyright (C) 2013 Ludovic Desroches <[email protected]> | ||
* | ||
* GPLv2 only | ||
*/ | ||
|
||
#ifndef __DT_BINDINGS_AT91_DMA_H__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* This header provides constants for I2C bindings | ||
* | ||
* Copyright (C) 2015 by Sang Engineering | ||
* Copyright (C) 2015 by Renesas Electronics Corporation | ||
* | ||
* Wolfram Sang <[email protected]> | ||
* | ||
* GPLv2 only | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_I2C_I2C_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* This header provides constants for most at91 pinctrl bindings. | ||
* | ||
* Copyright (C) 2013 Jean-Christophe PLAGNIOL-VILLARD <[email protected]> | ||
* | ||
* GPLv2 only | ||
*/ | ||
|
||
#ifndef __DT_BINDINGS_AT91_PINCTRL_H__ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
/* SPDX-License-Identifier: GPL-2.0-only */ | ||
/* | ||
* This header provides constants for most thermal bindings. | ||
* | ||
* Copyright (C) 2013 Texas Instruments | ||
* Eduardo Valentin <[email protected]> | ||
* | ||
* GPLv2 only | ||
*/ | ||
|
||
#ifndef _DT_BINDINGS_THERMAL_THERMAL_H | ||
|