Skip to content

Commit 351f683

Browse files
committed
auxdisplay: Replace licenses with SPDX identifiers
Cc: Philippe Ombredanne <[email protected]> Acked-by: Willy Tarreau <[email protected]> Acked-by: Linus Walleij <[email protected]> Acked-by: Robin van der Gracht <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 8e2c3f1 commit 351f683

File tree

11 files changed

+11
-115
lines changed

11 files changed

+11
-115
lines changed

drivers/auxdisplay/arm-charlcd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Driver for the on-board character LCD found on some ARM reference boards
34
* This is basically an Hitachi HD44780 LCD with a custom IP block to drive it
45
* http://en.wikipedia.org/wiki/HD44780_Character_LCD
56
* Currently it will just display the text "ARM Linux" and the linux version
67
*
7-
* License terms: GNU General Public License (GPL) version 2
88
* Author: Linus Walleij <[email protected]>
99
*/
1010
#include <linux/init.h>

drivers/auxdisplay/cfag12864b.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Filename: cfag12864b.c
34
* Version: 0.1.0
45
* Description: cfag12864b LCD driver
5-
* License: GPLv2
66
* Depends: ks0108
77
*
88
* Author: Copyright (C) Miguel Ojeda Sandonis
99
* Date: 2006-10-31
10-
*
11-
* This program is free software; you can redistribute it and/or modify
12-
* it under the terms of the GNU General Public License version 2 as
13-
* published by the Free Software Foundation.
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
19-
*
20-
* You should have received a copy of the GNU General Public License
21-
* along with this program; if not, write to the Free Software
22-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23-
*
2410
*/
2511

2612
#include <linux/init.h>

drivers/auxdisplay/cfag12864bfb.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Filename: cfag12864bfb.c
34
* Version: 0.1.0
45
* Description: cfag12864b LCD framebuffer driver
5-
* License: GPLv2
66
* Depends: cfag12864b
77
*
88
* Author: Copyright (C) Miguel Ojeda Sandonis
99
* Date: 2006-10-31
10-
*
11-
* This program is free software; you can redistribute it and/or modify
12-
* it under the terms of the GNU General Public License version 2 as
13-
* published by the Free Software Foundation.
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
19-
*
20-
* You should have received a copy of the GNU General Public License
21-
* along with this program; if not, write to the Free Software
22-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23-
*
2410
*/
2511

2612
#include <linux/init.h>

drivers/auxdisplay/charlcd.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* Character LCD driver for Linux
34
*
45
* Copyright (C) 2000-2008, Willy Tarreau <[email protected]>
56
* Copyright (C) 2016-2017 Glider bvba
6-
*
7-
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
9-
* as published by the Free Software Foundation; either version
10-
* 2 of the License, or (at your option) any later version.
117
*/
128

139
#include <linux/atomic.h>

drivers/auxdisplay/hd44780.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* HD44780 Character LCD driver for Linux
34
*
45
* Copyright (C) 2000-2008, Willy Tarreau <[email protected]>
56
* Copyright (C) 2016-2017 Glider bvba
6-
*
7-
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
9-
* as published by the Free Software Foundation; either version
10-
* 2 of the License, or (at your option) any later version.
117
*/
128

139
#include <linux/delay.h>

drivers/auxdisplay/ht16k33.c

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* HT16K33 driver
34
*
45
* Author: Robin van der Gracht <[email protected]>
56
*
67
* Copyright: (C) 2016 Protonic Holland.
7-
*
8-
* This program is free software; you can redistribute it and/or modify
9-
* it under the terms of the GNU General Public License version 2 as
10-
* published by the Free Software Foundation.
11-
*
12-
* This program is distributed in the hope that it will be useful, but
13-
* WITHOUT ANY WARRANTY; without even the implied warranty of
14-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15-
* General Public License for more details.
168
*/
179

1810
#include <linux/kernel.h>

drivers/auxdisplay/ks0108.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Filename: ks0108.c
34
* Version: 0.1.0
45
* Description: ks0108 LCD Controller driver
5-
* License: GPLv2
66
* Depends: parport
77
*
88
* Author: Copyright (C) Miguel Ojeda Sandonis
99
* Date: 2006-10-31
10-
*
11-
* This program is free software; you can redistribute it and/or modify
12-
* it under the terms of the GNU General Public License version 2 as
13-
* published by the Free Software Foundation.
14-
*
15-
* This program is distributed in the hope that it will be useful,
16-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
17-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18-
* GNU General Public License for more details.
19-
*
20-
* You should have received a copy of the GNU General Public License
21-
* along with this program; if not, write to the Free Software
22-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
23-
*
2410
*/
2511

2612
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt

drivers/auxdisplay/panel.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0+
12
/*
23
* Front panel driver for Linux
34
* Copyright (C) 2000-2008, Willy Tarreau <[email protected]>
45
* Copyright (C) 2016-2017 Glider bvba
56
*
6-
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of the GNU General Public License
8-
* as published by the Free Software Foundation; either version
9-
* 2 of the License, or (at your option) any later version.
10-
*
117
* This code drives an LCD module (/dev/lcd), and a keypad (/dev/keypad)
128
* connected to a parallel printer port.
139
*

include/linux/cfag12864b.h

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Filename: cfag12864b.h
34
* Version: 0.1.0
45
* Description: cfag12864b LCD driver header
5-
* License: GPLv2
66
*
77
* Author: Copyright (C) Miguel Ojeda Sandonis
88
* Date: 2006-10-12
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License version 2 as
12-
* published by the Free Software Foundation.
13-
*
14-
* This program is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22-
*
239
*/
2410

2511
#ifndef _CFAG12864B_H_

include/linux/ks0108.h

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1+
/* SPDX-License-Identifier: GPL-2.0 */
12
/*
23
* Filename: ks0108.h
34
* Version: 0.1.0
45
* Description: ks0108 LCD Controller driver header
5-
* License: GPLv2
66
*
77
* Author: Copyright (C) Miguel Ojeda Sandonis
88
* Date: 2006-10-31
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License version 2 as
12-
* published by the Free Software Foundation.
13-
*
14-
* This program is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22-
*
239
*/
2410

2511
#ifndef _KS0108_H_

samples/auxdisplay/cfag12864b-example.c

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
1+
// SPDX-License-Identifier: GPL-2.0
12
/*
23
* Filename: cfag12864b-example.c
34
* Version: 0.1.0
45
* Description: cfag12864b LCD userspace example program
5-
* License: GPLv2
66
*
77
* Author: Copyright (C) Miguel Ojeda Sandonis
88
* Date: 2006-10-31
9-
*
10-
* This program is free software; you can redistribute it and/or modify
11-
* it under the terms of the GNU General Public License version 2 as
12-
* published by the Free Software Foundation.
13-
*
14-
* This program is distributed in the hope that it will be useful,
15-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17-
* GNU General Public License for more details.
18-
*
19-
* You should have received a copy of the GNU General Public License
20-
* along with this program; if not, write to the Free Software
21-
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22-
*
239
*/
2410

2511
/*

0 commit comments

Comments
 (0)