Skip to content

Commit a9b4678

Browse files
kelvincheungBartosz Golaszewski
authored andcommitted
gpio: loongson1: Convert to SPDX identifier
Use SPDX-License-Identifier instead of the license text. The current author name is unofficial, change it to my real name. Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 177b70c commit a9b4678

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

drivers/gpio/gpio-loongson1.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* GPIO Driver for Loongson 1 SoC
34
*
4-
* Copyright (C) 2015-2016 Zhang, Keguang <keguang.zhang@gmail.com>
5-
*
6-
* This file is licensed under the terms of the GNU General Public
7-
* License version 2. This program is licensed "as is" without any
8-
* warranty of any kind, whether express or implied.
5+
* Copyright (C) 2015-2023 Keguang Zhang <keguang.zhang@gmail.com>
96
*/
107

118
#include <linux/module.h>
@@ -90,6 +87,6 @@ static struct platform_driver ls1x_gpio_driver = {
9087

9188
module_platform_driver(ls1x_gpio_driver);
9289

93-
MODULE_AUTHOR("Kelvin Cheung <keguang.zhang@gmail.com>");
90+
MODULE_AUTHOR("Keguang Zhang <keguang.zhang@gmail.com>");
9491
MODULE_DESCRIPTION("Loongson1 GPIO driver");
9592
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)