diff options
author | Thomas Gleixner <[email protected]> | 2019-05-29 07:12:34 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-06-05 17:30:27 +0200 |
commit | f45e350b16f937a25e9acb931371d37fdabac9a5 (patch) | |
tree | 62c61fbd8c5ec4479ada5eb6c0d2f7c938f3d857 | |
parent | 2d31bf953bed50a77a07e32c652e3939aebd2596 (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 260
Based on 1 normalized pattern(s):
distributable under version 2 of the gnu general public license
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 2 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Reviewed-by: Alexios Zavras <[email protected]>
Reviewed-by: Richard Fontana <[email protected]>
Reviewed-by: Steve Winslow <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/video/fbdev/via/via-gpio.c | 2 | ||||
-rw-r--r-- | include/linux/via-gpio.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/fbdev/via/via-gpio.c b/drivers/video/fbdev/via/via-gpio.c index 1e89c3434071..febb2aadd822 100644 --- a/drivers/video/fbdev/via/via-gpio.c +++ b/drivers/video/fbdev/via/via-gpio.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Support for viafb GPIO ports. * * Copyright 2009 Jonathan Corbet <[email protected]> - * Distributable under version 2 of the GNU General Public License. */ #include <linux/spinlock.h> diff --git a/include/linux/via-gpio.h b/include/linux/via-gpio.h index 8281aea3dd6d..ac34668fd442 100644 --- a/include/linux/via-gpio.h +++ b/include/linux/via-gpio.h @@ -1,8 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Support for viafb GPIO ports. * * Copyright 2009 Jonathan Corbet <[email protected]> - * Distributable under version 2 of the GNU General Public License. */ #ifndef __VIA_GPIO_H__ |