diff options
author | Linus Walleij <[email protected]> | 2019-10-02 15:02:17 +0200 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2019-10-05 00:09:39 +0200 |
commit | f876dbff857b41b0f5c6139fb1db2361cb708279 (patch) | |
tree | b0c78c9d93e3176c2faba216037dfb4f9a179986 | |
parent | 20504fa1d2ffd5d03cdd9dc9c9dd4ed4579b97ef (diff) |
pinctrl: bcm-iproc: Use SPDX header
This convert the BCM IPROC driver to use the SPDX header
for indicating GPL v2.0 only licensing.
Cc: Pramod Kumar <[email protected]>
Cc: Ray Jui <[email protected]>
Cc: Scott Branden <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Acked-by: Scott Branden <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c b/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c index 6f7d3a2f2e97..61352cc6c0d3 100644 --- a/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c +++ b/drivers/pinctrl/bcm/pinctrl-iproc-gpio.c @@ -1,14 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2014-2017 Broadcom - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as - * published by the Free Software Foundation version 2. - * - * This program is distributed "as is" WITHOUT ANY WARRANTY of any - * kind, whether express or implied; without even the implied warranty - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. */ /* |