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 443

Based on 1 normalized pattern(s):

this program is free software and is provided to you under the terms
of the gnu general public license version 2 as published by the free
software foundation and any use by you of this program is subject to
the terms of such gnu licence

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 13 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190115.691558990@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
e559355a 27ba4deb

+13 -69
+1 -5
drivers/gpu/drm/arm/malidp_crtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 3 4 * Author: Liviu Dudau <Liviu.Dudau@arm.com> 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP500/DP550/DP650 driver (crtc operations) 11 7 */
+1 -5
drivers/gpu/drm/arm/malidp_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 3 4 * Author: Liviu Dudau <Liviu.Dudau@arm.com> 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP500/DP550/DP650 KMS/DRM driver 11 7 */
+1 -5
drivers/gpu/drm/arm/malidp_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 3 4 * Author: Liviu Dudau <Liviu.Dudau@arm.com> 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP500/DP550/DP650 KMS/DRM driver structures 11 7 */
+1 -5
drivers/gpu/drm/arm/malidp_hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 3 4 * Author: Liviu Dudau <Liviu.Dudau@arm.com> 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP500/DP550/DP650 hardware manipulation routines. This is where 11 7 * the difference between various versions of the hardware is being dealt with
+1 -5
drivers/gpu/drm/arm/malidp_hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * (C) COPYRIGHT 2013-2016 ARM Limited. All rights reserved. 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP hardware manipulation routines. 11 7 */
+1 -5
drivers/gpu/drm/arm/malidp_planes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 3 4 * Author: Liviu Dudau <Liviu.Dudau@arm.com> 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP plane manipulation routines. 11 7 */
+1 -5
drivers/gpu/drm/arm/malidp_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved. 3 4 * Author: Liviu Dudau <Liviu.Dudau@arm.com> 4 - * 5 - * This program is free software and is provided to you under the terms of the 6 - * GNU General Public License version 2 as published by the Free Software 7 - * Foundation, and any use by you of this program is subject to the terms 8 - * of such GNU licence. 9 5 * 10 6 * ARM Mali DP500/DP550/DP650 registers definition. 11 7 */
+1 -6
drivers/gpu/drm/pl111/pl111_display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (C) COPYRIGHT 2012-2013 ARM Limited. All rights reserved. 3 4 * ··· 7 6 * Copyright (c) 2006-2008 Intel Corporation 8 7 * Copyright (c) 2007 Dave Airlie <airlied@linux.ie> 9 8 * Copyright (C) 2011 Texas Instruments 10 - * 11 - * This program is free software and is provided to you under the terms of the 12 - * GNU General Public License version 2 as published by the Free Software 13 - * Foundation, and any use by you of this program is subject to the terms of 14 - * such GNU licence. 15 - * 16 9 */ 17 10 18 11 #include <linux/amba/clcd-regs.h>
+1 -7
drivers/gpu/drm/pl111/pl111_drm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * (C) COPYRIGHT 2012-2013 ARM Limited. All rights reserved. 4 - * 5 5 * 6 6 * Parts of this file were based on sources as follows: 7 7 * 8 8 * Copyright (c) 2006-2008 Intel Corporation 9 9 * Copyright (c) 2007 Dave Airlie <airlied@linux.ie> 10 10 * Copyright (C) 2011 Texas Instruments 11 - * 12 - * This program is free software and is provided to you under the terms of the 13 - * GNU General Public License version 2 as published by the Free Software 14 - * Foundation, and any use by you of this program is subject to the terms of 15 - * such GNU licence. 16 - * 17 11 */ 18 12 19 13 #ifndef _PL111_DRM_H_
+1 -6
drivers/gpu/drm/pl111/pl111_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (C) COPYRIGHT 2012-2013 ARM Limited. All rights reserved. 3 4 * ··· 7 6 * Copyright (c) 2006-2008 Intel Corporation 8 7 * Copyright (c) 2007 Dave Airlie <airlied@linux.ie> 9 8 * Copyright (C) 2011 Texas Instruments 10 - * 11 - * This program is free software and is provided to you under the terms of the 12 - * GNU General Public License version 2 as published by the Free Software 13 - * Foundation, and any use by you of this program is subject to the terms of 14 - * such GNU licence. 15 - * 16 9 */ 17 10 18 11 /**
+1 -5
drivers/gpu/drm/tve200/tve200_display.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Linus Walleij <linus.walleij@linaro.org> 3 4 * Parts of this file were based on sources as follows: ··· 8 7 * Copyright (C) 2007 Dave Airlie <airlied@linux.ie> 9 8 * Copyright (C) 2011 Texas Instruments 10 9 * Copyright (C) 2017 Eric Anholt 11 - * 12 - * This program is free software and is provided to you under the terms of the 13 - * GNU General Public License version 2 as published by the Free Software 14 - * Foundation, and any use by you of this program is subject to the terms of 15 - * such GNU licence. 16 10 */ 17 11 #include <linux/clk.h> 18 12 #include <linux/version.h>
+1 -5
drivers/gpu/drm/tve200/tve200_drm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Linus Walleij <linus.walleij@linaro.org> 3 4 * Parts of this file were based on sources as follows: ··· 8 7 * Copyright (C) 2007 Dave Airlie <airlied@linux.ie> 9 8 * Copyright (C) 2011 Texas Instruments 10 9 * Copyright (C) 2017 Eric Anholt 11 - * 12 - * This program is free software and is provided to you under the terms of the 13 - * GNU General Public License version 2 as published by the Free Software 14 - * Foundation, and any use by you of this program is subject to the terms of 15 - * such GNU licence. 16 10 */ 17 11 18 12 #ifndef _TVE200_DRM_H_
+1 -5
drivers/gpu/drm/tve200/tve200_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Linus Walleij <linus.walleij@linaro.org> 3 4 * Parts of this file were based on sources as follows: ··· 8 7 * Copyright (C) 2007 Dave Airlie <airlied@linux.ie> 9 8 * Copyright (C) 2011 Texas Instruments 10 9 * Copyright (C) 2017 Eric Anholt 11 - * 12 - * This program is free software and is provided to you under the terms of the 13 - * GNU General Public License version 2 as published by the Free Software 14 - * Foundation, and any use by you of this program is subject to the terms of 15 - * such GNU licence. 16 10 */ 17 11 18 12 /**