gpio: madera: Fixup SPDX headers
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 25 Jun 2019 15:39:15 +0000 (16:39 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 26 Jun 2019 07:40:33 +0000 (09:40 +0200)
GPL-2.0-only is the preferred way of expressing v2 of the GPL, so switch
to that and remove some redundant copyright notices.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpio-madera.c

index c9dad05..4dbc837 100644 (file)
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * GPIO support for Cirrus Logic Madera codecs
  *
  * Copyright (C) 2015-2018 Cirrus Logic
- *
- * 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; version 2.
  */
 
 #include <linux/gpio/driver.h>