diff options
author | Sergio Paracuellos <sergio.paracuellos@gmail.com> | 2018-06-08 14:16:31 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-06-28 21:46:05 +0900 |
commit | 3b20b0037a59c2344696eebb076f5bad12dd72e0 (patch) | |
tree | 7177e90cff4412514f299bb497c42000fe5fcb2b /drivers/staging/mt7621-pinctrl | |
parent | 71e9bd3ff847afae91b9f66f9217921e98c25b0b (diff) | |
download | linux-3b20b0037a59c2344696eebb076f5bad12dd72e0.tar.gz linux-3b20b0037a59c2344696eebb076f5bad12dd72e0.tar.bz2 linux-3b20b0037a59c2344696eebb076f5bad12dd72e0.zip |
staging: mt7621-pinctrl: add SPDX identifier
It's good to have SPDX identifiers in driver files to make it easier to
audit the kernel tree for correct licenses.
Fix up the one of staging mt7621-pinctrl file to have a proper SPDX
identifier, based on the license text in the file itself. The SPDX
identifier is a legally binding shorthand, which can be used instead of
the full boiler plate text.
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/mt7621-pinctrl')
-rw-r--r-- | drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c b/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c index 0c3e498ae99c..df783e558f90 100644 --- a/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c +++ b/drivers/staging/mt7621-pinctrl/pinctrl-rt2880.c @@ -1,10 +1,5 @@ +// SPDX-License-Identifier: GPL-2.0 /* - * linux/drivers/pinctrl/pinctrl-rt2880.c - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * publishhed by the Free Software Foundation. - * * Copyright (C) 2013 John Crispin <blogic@openwrt.org> */ |