]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
gpio: viperboard: Cut down on boilerplate
authorLinus Walleij <linus.walleij@linaro.org>
Wed, 12 Sep 2018 11:49:13 +0000 (13:49 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 17 Sep 2018 17:55:24 +0000 (10:55 -0700)
Just use the SPDX header for the license.

Cc: Lars Poeschel <poeschel@lemonage.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-viperboard.c

index 76c4aa0da5d4305793f57ddff44c017f88e0c63c..9b604f13e3029d9411c9cba18c90bdac4c2d89f7 100644 (file)
@@ -1,15 +1,10 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  *  Nano River Technologies viperboard GPIO lib driver
  *
  *  (C) 2012 by Lemonage GmbH
  *  Author: Lars Poeschel <poeschel@lemonage.de>
  *  All rights reserved.
- *
- *  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;  either version 2 of the License, or (at your
- *  option) any later version.
- *
  */
 
 #include <linux/kernel.h>