diff mbox series

[2/2] gpio: madera: Fixup SPDX headers

Message ID 20190625153915.28424-2-ckeepax@opensource.cirrus.com
State New
Headers show
Series [1/2] pinctrl: madera: Fixup SPDX headers | expand

Commit Message

Charles Keepax June 25, 2019, 3:39 p.m. UTC
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>
---
 drivers/gpio/gpio-madera.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Bartosz Golaszewski June 26, 2019, 7:45 a.m. UTC | #1
wt., 25 cze 2019 o 17:39 Charles Keepax
<ckeepax@opensource.cirrus.com> napisaƂ(a):
>
> 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>
> ---
>  drivers/gpio/gpio-madera.c | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
>
> diff --git a/drivers/gpio/gpio-madera.c b/drivers/gpio/gpio-madera.c
> index c9dad0543672a..4dbc837d12155 100644
> --- a/drivers/gpio/gpio-madera.c
> +++ b/drivers/gpio/gpio-madera.c
> @@ -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>
> --
> 2.11.0
>

Patch applied, thanks!

Bart
diff mbox series

Patch

diff --git a/drivers/gpio/gpio-madera.c b/drivers/gpio/gpio-madera.c
index c9dad0543672a..4dbc837d12155 100644
--- a/drivers/gpio/gpio-madera.c
+++ b/drivers/gpio/gpio-madera.c
@@ -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>