pinctrl: madera: Fixup SPDX headers
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 25 Jun 2019 15:39:14 +0000 (16:39 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 26 Jun 2019 07:51:37 +0000 (09:51 +0200)
GPL-2.0-only is the preferred way of expressing v2 of the GPL, so switch
to that. Remove some redundant copyright notices and correct some
instances where the wrong comment type has been used in header files.

Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/cirrus/pinctrl-cs47l35.c
drivers/pinctrl/cirrus/pinctrl-cs47l85.c
drivers/pinctrl/cirrus/pinctrl-cs47l90.c
drivers/pinctrl/cirrus/pinctrl-madera-core.c
drivers/pinctrl/cirrus/pinctrl-madera.h

index 06b59160783d7985d1c24507971fdee54ed4a265..53a8eab19aad30707232320eb7135d0133bcaa05 100644 (file)
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pinctrl for Cirrus Logic CS47L35
  *
  * Copyright (C) 2016-2017 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/err.h>
index 0a322e2a0fde908e5a2dac53de667584c6658ee9..e08c7992d252d33e109493780811446377f29df6 100644 (file)
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pinctrl for Cirrus Logic CS47L85
  *
  * Copyright (C) 2016-2017 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/err.h>
index fc38f579f4924f501c89ab4381d17a22d022a1d9..3151f107adc4cfc40885fefd504723fd90b94bed 100644 (file)
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pinctrl for Cirrus Logic CS47L90
  *
  * Copyright (C) 2016-2017 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/err.h>
index 7c9694593f790966c566e58c9b5d01a3e0d2bdb4..c6b9f65f236214b36bd4fd5fa1ce27184f048358 100644 (file)
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only
 /*
  * Pinctrl for Cirrus Logic Madera codecs
  *
  * Copyright (C) 2016-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/err.h>
index 8000f4f832a1269d25d6f6cbbaff07f32dfbd5b2..4ae13918316feea8746a2a568c10b19ffb322f9e 100644 (file)
@@ -1,12 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Pinctrl for Cirrus Logic Madera codecs
  *
  * Copyright (C) 2016-2017 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.
  */
 
 #ifndef PINCTRL_MADERA_H