Skip to content

Commit c51669e

Browse files
KAGA-KOKOgregkh
authored andcommitted
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 377
Based on 1 normalized pattern(s): this file is subject to the terms and conditions of the gnu general public license version 2 see the file copying in the main directory of this archive for more details extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 9 file(s). Signed-off-by: Thomas Gleixner <[email protected]> Reviewed-by: Allison Randal <[email protected]> Reviewed-by: Armijn Hemel <[email protected]> Reviewed-by: Kate Stewart <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 5576656 commit c51669e

File tree

9 files changed

+9
-37
lines changed

9 files changed

+9
-37
lines changed

drivers/gpu/drm/cirrus/cirrus_drv.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright 2012 Red Hat
34
*
4-
* This file is subject to the terms and conditions of the GNU General
5-
* Public License version 2. See the file COPYING in the main
6-
* directory of this archive for more details.
7-
*
85
* Authors: Matthew Garrett
96
* Dave Airlie
107
*/

drivers/gpu/drm/mgag200/mgag200_cursor.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2013 Matrox Graphics
34
*
4-
* This file is subject to the terms and conditions of the GNU General
5-
* Public License version 2. See the file COPYING in the main
6-
* directory of this archive for more details.
7-
*
85
* Author: Christopher Harvey <[email protected]>
96
*/
107

drivers/gpu/drm/mgag200/mgag200_drv.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2012 Red Hat
34
*
4-
* This file is subject to the terms and conditions of the GNU General
5-
* Public License version 2. See the file COPYING in the main
6-
* directory of this archive for more details.
7-
*
85
* Authors: Matthew Garrett
96
* Dave Airlie
107
*/

drivers/gpu/drm/mgag200/mgag200_drv.h

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
/* SPDX-License-Identifier: GPL-2.0-only */
12
/*
23
* Copyright 2010 Matt Turner.
34
* Copyright 2012 Red Hat
45
*
5-
* This file is subject to the terms and conditions of the GNU General
6-
* Public License version 2. See the file COPYING in the main
7-
* directory of this archive for more details.
8-
*
96
* Authors: Matthew Garrett
107
* Matt Turner
118
* Dave Airlie

drivers/gpu/drm/mgag200/mgag200_fb.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2010 Matt Turner.
34
* Copyright 2012 Red Hat
45
*
5-
* This file is subject to the terms and conditions of the GNU General
6-
* Public License version 2. See the file COPYING in the main
7-
* directory of this archive for more details.
8-
*
96
* Authors: Matthew Garrett
107
* Matt Turner
118
* Dave Airlie

drivers/gpu/drm/mgag200/mgag200_main.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2010 Matt Turner.
34
* Copyright 2012 Red Hat
45
*
5-
* This file is subject to the terms and conditions of the GNU General
6-
* Public License version 2. See the file COPYING in the main
7-
* directory of this archive for more details.
8-
*
96
* Authors: Matthew Garrett
107
* Matt Turner
118
* Dave Airlie

drivers/gpu/drm/mgag200/mgag200_mode.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Copyright 2010 Matt Turner.
34
* Copyright 2012 Red Hat
45
*
5-
* This file is subject to the terms and conditions of the GNU General
6-
* Public License version 2. See the file COPYING in the main
7-
* directory of this archive for more details.
8-
*
96
* Authors: Matthew Garrett
107
* Matt Turner
118
* Dave Airlie

drivers/input/keyboard/hilkbd.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* linux/drivers/hil/hilkbd.c
34
*
@@ -8,11 +9,6 @@
89
* Very basic HP Human Interface Loop (HIL) driver.
910
* This driver handles the keyboard on HP300 (m68k) and on some
1011
* HP700 (parisc) series machines.
11-
*
12-
*
13-
* This file is subject to the terms and conditions of the GNU General Public
14-
* License version 2. See the file COPYING in the main directory of this
15-
* archive for more details.
1612
*/
1713

1814
#include <linux/pci_ids.h>

drivers/rtc/rtc-ds1302.c

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1+
// SPDX-License-Identifier: GPL-2.0-only
12
/*
23
* Dallas DS1302 RTC Support
34
*
45
* Copyright (C) 2002 David McCullough
56
* Copyright (C) 2003 - 2007 Paul Mundt
6-
*
7-
* This file is subject to the terms and conditions of the GNU General Public
8-
* License version 2. See the file "COPYING" in the main directory of
9-
* this archive for more details.
107
*/
118

129
#include <linux/bcd.h>

0 commit comments

Comments
 (0)