Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: bcm2835: Switch to SPDX identifier

Adopt the SPDX license identifier headers to ease license compliance
management.

Cc: Simon Arlott <simon@arlott.org>
Cc: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Stefan Wahren and committed by
Linus Walleij
a62c3677 67b249aa

+2 -17
+1 -10
drivers/pinctrl/bcm/pinctrl-bcm2835.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Driver for Broadcom BCM2835 GPIO unit (pinctrl + GPIO) 3 4 * ··· 7 6 * This driver is inspired by: 8 7 * pinctrl-nomadik.c, please see original file for copyright information 9 8 * pinctrl-tegra.c, please see original file for copyright information 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; either version 2 of the License, or 14 - * (at your option) any later version. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 9 */ 21 10 22 11 #include <linux/bitmap.h>
+1 -7
include/dt-bindings/pinctrl/bcm2835.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Header providing constants for bcm2835 pinctrl bindings. 3 4 * 4 5 * Copyright (C) 2015 Stefan Wahren <stefan.wahren@i2se.com> 5 - * 6 - * The code contained herein is licensed under the GNU General Public 7 - * License. You may obtain a copy of the GNU General Public License 8 - * Version 2 at the following locations: 9 - * 10 - * http://www.opensource.org/licenses/gpl-license.html 11 - * http://www.gnu.org/copyleft/gpl.html 12 6 */ 13 7 14 8 #ifndef __DT_BINDINGS_PINCTRL_BCM2835_H__