Skip to content

Commit 4cb8df3

Browse files
charleskeepaxlinusw
authored andcommitted
pinctrl: madera: Fixup SPDX headers
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 <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 3fe2f17 commit 4cb8df3

File tree

5 files changed

+5
-25
lines changed

5 files changed

+5
-25
lines changed

drivers/pinctrl/cirrus/pinctrl-cs47l35.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Pinctrl for Cirrus Logic CS47L35
44
*
55
* Copyright (C) 2016-2017 Cirrus Logic
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2.
106
*/
117

128
#include <linux/err.h>

drivers/pinctrl/cirrus/pinctrl-cs47l85.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Pinctrl for Cirrus Logic CS47L85
44
*
55
* Copyright (C) 2016-2017 Cirrus Logic
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2.
106
*/
117

128
#include <linux/err.h>

drivers/pinctrl/cirrus/pinctrl-cs47l90.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Pinctrl for Cirrus Logic CS47L90
44
*
55
* Copyright (C) 2016-2017 Cirrus Logic
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2.
106
*/
117

128
#include <linux/err.h>

drivers/pinctrl/cirrus/pinctrl-madera-core.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
// SPDX-License-Identifier: GPL-2.0-only
22
/*
33
* Pinctrl for Cirrus Logic Madera codecs
44
*
55
* Copyright (C) 2016-2018 Cirrus Logic
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2.
106
*/
117

128
#include <linux/err.h>

drivers/pinctrl/cirrus/pinctrl-madera.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
// SPDX-License-Identifier: GPL-2.0
1+
/* SPDX-License-Identifier: GPL-2.0-only */
22
/*
33
* Pinctrl for Cirrus Logic Madera codecs
44
*
55
* Copyright (C) 2016-2017 Cirrus Logic
6-
*
7-
* This program is free software; you can redistribute it and/or modify
8-
* it under the terms of the GNU General Public License as published by the
9-
* Free Software Foundation; version 2.
106
*/
117

128
#ifndef PINCTRL_MADERA_H

0 commit comments

Comments
 (0)