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

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 262

Based on 1 normalized pattern(s):

this file is subject to the terms and conditions of the gnu general
public license v2 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 11 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190529141333.582369016@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
12eb90f1 f45e350b

+11 -43
+1 -4
drivers/gpu/drm/udl/udl_connector.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * based in parts on udlfb.c: 4 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 5 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 6 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License v2. See the file COPYING in the main directory of this archive for 10 - * more details. 11 8 */ 12 9 13 10 #include <drm/drmP.h>
+1 -4
drivers/gpu/drm/udl/udl_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License v2. See the file COPYING in the main directory of this archive for 6 - * more details. 7 4 */ 8 5 9 6 #include <linux/module.h>
+1 -4
drivers/gpu/drm/udl/udl_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * ··· 6 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 7 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 8 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License v2. See the file COPYING in the main directory of this archive for 12 - * more details. 13 8 */ 14 9 15 10 #ifndef UDL_DRV_H
+1 -4
drivers/gpu/drm/udl/udl_encoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * based in parts on udlfb.c: 4 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 5 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 6 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License v2. See the file COPYING in the main directory of this archive for 10 - * more details. 11 8 */ 12 9 13 10 #include <drm/drmP.h>
+1 -4
drivers/gpu/drm/udl/udl_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * ··· 6 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 7 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 8 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License v2. See the file COPYING in the main directory of this archive for 12 - * more details. 13 8 */ 14 9 #include <linux/module.h> 15 10 #include <linux/slab.h>
+1 -4
drivers/gpu/drm/udl/udl_gem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 - * 4 - * This file is subject to the terms and conditions of the GNU General Public 5 - * License v2. See the file COPYING in the main directory of this archive for 6 - * more details. 7 4 */ 8 5 9 6 #include <drm/drmP.h>
+1 -4
drivers/gpu/drm/udl/udl_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * ··· 6 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 7 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 8 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License v2. See the file COPYING in the main directory of this archive for 12 - * more details. 13 8 */ 14 9 #include <drm/drmP.h> 15 10 #include <drm/drm_crtc_helper.h>
+1 -3
drivers/gpu/drm/udl/udl_modeset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * ··· 7 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 8 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 9 8 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License v2. See the file COPYING in the main directory of this archive for 12 - * more details. 13 9 */ 14 10 15 11 #include <drm/drmP.h>
+1 -4
drivers/gpu/drm/udl/udl_transfer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Red Hat 3 4 * based in parts on udlfb.c: 4 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 5 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 6 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License v2. See the file COPYING in the main directory of this archive for 10 - * more details. 11 8 */ 12 9 13 10 #include <linux/module.h>
+1 -4
drivers/video/fbdev/smscufx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * smscufx.c -- Framebuffer driver for SMSC UFX USB controller 3 4 * ··· 6 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 7 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 8 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 9 - * 10 - * This file is subject to the terms and conditions of the GNU General Public 11 - * License v2. See the file COPYING in the main directory of this archive for 12 - * more details. 13 8 * 14 9 * Based on udlfb, with work from Florian Echtler, Henrik Bjerregaard Pedersen, 15 10 * and others.
+1 -4
drivers/video/fbdev/udlfb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * udlfb.c -- Framebuffer driver for DisplayLink USB controller 3 4 * 4 5 * Copyright (C) 2009 Roberto De Ioris <roberto@unbit.it> 5 6 * Copyright (C) 2009 Jaya Kumar <jayakumar.lkml@gmail.com> 6 7 * Copyright (C) 2009 Bernie Thompson <bernie@plugable.com> 7 - * 8 - * This file is subject to the terms and conditions of the GNU General Public 9 - * License v2. See the file COPYING in the main directory of this archive for 10 - * more details. 11 8 * 12 9 * Layout is based on skeletonfb by James Simmons and Geert Uytterhoeven, 13 10 * usb-skeleton by GregKH.