Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531081036.888539456@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
c51669ea 55766568

+9 -37
+1 -4
drivers/gpu/drm/cirrus/cirrus_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2012 Red Hat 3 - * 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 4 * 8 5 * Authors: Matthew Garrett 9 6 * Dave Airlie
+1 -4
drivers/gpu/drm/mgag200/mgag200_cursor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2013 Matrox Graphics 3 - * 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 4 * 8 5 * Author: Christopher Harvey <charvey@matrox.com> 9 6 */
+1 -4
drivers/gpu/drm/mgag200/mgag200_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012 Red Hat 3 - * 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 4 * 8 5 * Authors: Matthew Garrett 9 6 * Dave Airlie
+1 -4
drivers/gpu/drm/mgag200/mgag200_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2010 Matt Turner. 3 4 * Copyright 2012 Red Hat 4 - * 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 5 * 9 6 * Authors: Matthew Garrett 10 7 * Matt Turner
+1 -4
drivers/gpu/drm/mgag200/mgag200_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2010 Matt Turner. 3 4 * Copyright 2012 Red Hat 4 - * 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 5 * 9 6 * Authors: Matthew Garrett 10 7 * Matt Turner
+1 -4
drivers/gpu/drm/mgag200/mgag200_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2010 Matt Turner. 3 4 * Copyright 2012 Red Hat 4 - * 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 5 * 9 6 * Authors: Matthew Garrett 10 7 * Matt Turner
+1 -4
drivers/gpu/drm/mgag200/mgag200_mode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2010 Matt Turner. 3 4 * Copyright 2012 Red Hat 4 - * 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 5 * 9 6 * Authors: Matthew Garrett 10 7 * Matt Turner
+1 -5
drivers/input/keyboard/hilkbd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/hil/hilkbd.c 3 4 * ··· 9 8 * Very basic HP Human Interface Loop (HIL) driver. 10 9 * This driver handles the keyboard on HP300 (m68k) and on some 11 10 * HP700 (parisc) series machines. 12 - * 13 - * 14 - * This file is subject to the terms and conditions of the GNU General Public 15 - * License version 2. See the file COPYING in the main directory of this 16 - * archive for more details. 17 11 */ 18 12 19 13 #include <linux/pci_ids.h>
+1 -4
drivers/rtc/rtc-ds1302.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Dallas DS1302 RTC Support 3 4 * 4 5 * Copyright (C) 2002 David McCullough 5 6 * 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. 10 7 */ 11 8 12 9 #include <linux/bcd.h>