Commit c6114f21 authored by Jisheng Zhang's avatar Jisheng Zhang Committed by Linus Walleij

pinctrl: berlin: switch to SPDX license identifier

Use the appropriate SPDX license identifier in the berlin pinctrl
driver source file and drop the previous license text.
Signed-off-by: default avatarJisheng Zhang <Jisheng.Zhang@synaptics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent b97038af
// SPDX-License-Identifier: GPL-2.0
/* /*
* Marvell Berlin BG2 pinctrl driver. * Marvell Berlin BG2 pinctrl driver.
* *
* Copyright (C) 2014 Marvell Technology Group Ltd. * Copyright (C) 2014 Marvell Technology Group Ltd.
* *
* Antoine Ténart <antoine.tenart@free-electrons.com> * Antoine Ténart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Marvell Berlin BG2CD pinctrl driver. * Marvell Berlin BG2CD pinctrl driver.
* *
* Copyright (C) 2014 Marvell Technology Group Ltd. * Copyright (C) 2014 Marvell Technology Group Ltd.
* *
* Antoine Ténart <antoine.tenart@free-electrons.com> * Antoine Ténart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Marvell Berlin BG2Q pinctrl driver * Marvell Berlin BG2Q pinctrl driver
* *
* Copyright (C) 2014 Marvell Technology Group Ltd. * Copyright (C) 2014 Marvell Technology Group Ltd.
* *
* Antoine Ténart <antoine.tenart@free-electrons.com> * Antoine Ténart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Marvell berlin4ct pinctrl driver * Marvell berlin4ct pinctrl driver
* *
* Copyright (C) 2015 Marvell Technology Group Ltd. * Copyright (C) 2015 Marvell Technology Group Ltd.
* *
* Author: Jisheng Zhang <jszhang@marvell.com> * Author: Jisheng Zhang <jszhang@marvell.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
* version 2, as published by the Free Software Foundation.
*
* This program is distributed in the hope it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
* more details.
*
* You should have received a copy of the GNU General Public License along with
* this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <linux/init.h> #include <linux/init.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Marvell Berlin SoC pinctrl core driver * Marvell Berlin SoC pinctrl core driver
* *
* Copyright (C) 2014 Marvell Technology Group Ltd. * Copyright (C) 2014 Marvell Technology Group Ltd.
* *
* Antoine Ténart <antoine.tenart@free-electrons.com> * Antoine Ténart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
#include <linux/io.h> #include <linux/io.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Marvell Berlin SoC pinctrl driver. * Marvell Berlin SoC pinctrl driver.
* *
* Copyright (C) 2014 Marvell Technology Group Ltd. * Copyright (C) 2014 Marvell Technology Group Ltd.
* *
* Antoine Ténart <antoine.tenart@free-electrons.com> * Antoine Ténart <antoine.tenart@free-electrons.com>
*
* This file is licensed under the terms of the GNU General Public
* License version 2. This program is licensed "as is" without any
* warranty of any kind, whether express or implied.
*/ */
#ifndef __PINCTRL_BERLIN_H #ifndef __PINCTRL_BERLIN_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment