diff options
| author | Thomas Gleixner <[email protected]> | 2019-05-28 16:57:21 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2019-05-30 18:29:22 +0000 |
| commit | af873fcecef567abf8a3468b06dd4e4aab46da6d (patch) | |
| tree | 38c4670cc5bf715dbdc0254362ec5934f369dcf6 /drivers/pwm/pwm-atmel-tcb.c | |
| parent | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 (diff) | |
| download | kernel-af873fcecef567abf8a3468b06dd4e4aab46da6d.tar.gz kernel-af873fcecef567abf8a3468b06dd4e4aab46da6d.zip | |
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Based on 1 normalized pattern(s):
license terms gnu general public license gpl 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 161 file(s).
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Allison Randal <[email protected]>
Reviewed-by: Alexios Zavras <[email protected]>
Reviewed-by: Steve Winslow <[email protected]>
Reviewed-by: Richard Fontana <[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/pwm/pwm-atmel-tcb.c')
| -rw-r--r-- | drivers/pwm/pwm-atmel-tcb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pwm/pwm-atmel-tcb.c b/drivers/pwm/pwm-atmel-tcb.c index 7da1fdb4d269..85c53701958c 100644 --- a/drivers/pwm/pwm-atmel-tcb.c +++ b/drivers/pwm/pwm-atmel-tcb.c @@ -1,8 +1,8 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) Overkiz SAS 2012 * * Author: Boris BREZILLON <[email protected]> - * License terms: GNU General Public License (GPL) version 2 */ #include <linux/module.h> |
