diff options
author | Thomas Gleixner <[email protected]> | 2019-06-04 10:10:57 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2019-06-19 17:09:10 +0200 |
commit | 1f67b599f8b8f976d2ea1a447c0f5e768a78ae8e (patch) | |
tree | 2c6dbbe0eb0cf7a738433d63452e7af308cedecd /drivers/gpio/gpio-stmpe.c | |
parent | 38cf0d46f42ed90acc74d2139d7bae8a9451888f (diff) |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 464
Based on 1 normalized pattern(s):
license terms gnu general public license version 2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 11 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Reviewed-by: Enrico Weigelt <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/gpio/gpio-stmpe.c')
-rw-r--r-- | drivers/gpio/gpio-stmpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-stmpe.c b/drivers/gpio/gpio-stmpe.c index 65a2315f1673..dbf9cbe36b2b 100644 --- a/drivers/gpio/gpio-stmpe.c +++ b/drivers/gpio/gpio-stmpe.c @@ -1,7 +1,7 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) ST-Ericsson SA 2010 * - * License Terms: GNU General Public License, version 2 * Author: Rabin Vincent <[email protected]> for ST-Ericsson */ |