diff options
| author | Thomas Gleixner <[email protected]> | 2019-05-28 09:57:24 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-05-30 11:29:22 -0700 |
| commit | 0376148f303c7e87ff3577dac7d76b93e3a5779a (patch) | |
| tree | 97c2e1fbb3687b11ab6d628839f8cfa878620a63 /include/linux/power | |
| parent | 8fe76f5a53718b20514fbf6a4a0ce1d4b1b93618 (diff) | |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
Based on 1 normalized pattern(s):
license terms gnu general public license v2
extracted by the scancode license scanner the SPDX license identifier
GPL-2.0-only
has been chosen to replace the boilerplate/reference in 37 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Steve Winslow <[email protected]>
Reviewed-by: Alexios Zavras <[email protected]>
Reviewed-by: Richard Fontana <[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]>
Diffstat (limited to 'include/linux/power')
| -rw-r--r-- | include/linux/power/ab8500.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/power/ab8500.h b/include/linux/power/ab8500.h index cdbb6c2a8c51..51976b52f373 100644 --- a/include/linux/power/ab8500.h +++ b/include/linux/power/ab8500.h @@ -1,7 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson 2013 * Author: Hongbo Zhang <[email protected]> - * License terms: GNU General Public License v2 */ #ifndef PWR_AB8500_H |