]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
gpio: uniphier: convert to SPDX License Identifier
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 5 Dec 2018 12:54:09 +0000 (21:54 +0900)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 7 Dec 2018 12:40:28 +0000 (13:40 +0100)
checkpatch.pl suggests to use SPDX license tag. I am happy to
follow it.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-uniphier.c

index 74551cbdb2e81cb408afdb8574e2fb2d820e3d11..0f662b297a95c9d9833f6e8d00c7fa39f546daa2 100644 (file)
@@ -1,16 +1,7 @@
-/*
- * Copyright (C) 2017 Socionext Inc.
- *   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
- *
- * 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
- * published by the Free Software Foundation.
- *
- * This program is distributed in the hope that 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.
- */
+// SPDX-License-Identifier: GPL-2.0
+//
+// Copyright (C) 2017 Socionext Inc.
+//   Author: Masahiro Yamada <yamada.masahiro@socionext.com>
 
 #include <linux/bits.h>
 #include <linux/gpio/driver.h>