Commit e559355a authored by Thomas Gleixner's avatar Thomas Gleixner Committed by Greg Kroah-Hartman
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Reviewed-by: default avatarAllison Randal <allison@lohutok.net>
Reviewed-by: default avatarArmijn Hemel <armijn@tjaldur.nl>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190115.691558990@linutronix.de


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 27ba4deb
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 *
 *
 * 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.
 *
 * ARM Mali DP500/DP550/DP650 driver (crtc operations)
 * ARM Mali DP500/DP550/DP650 driver (crtc operations)
 */
 */


+1 −5
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 *
 *
 * 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.
 *
 * ARM Mali DP500/DP550/DP650 KMS/DRM driver
 * ARM Mali DP500/DP550/DP650 KMS/DRM driver
 */
 */


+1 −5
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
/*
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 *
 *
 * 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.
 *
 * ARM Mali DP500/DP550/DP650 KMS/DRM driver structures
 * ARM Mali DP500/DP550/DP650 KMS/DRM driver structures
 */
 */


+1 −5
Original line number Original line Diff line number Diff line
// SPDX-License-Identifier: GPL-2.0-only
/*
/*
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 * Author: Liviu Dudau <Liviu.Dudau@arm.com>
 *
 *
 * 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.
 *
 * ARM Mali DP500/DP550/DP650 hardware manipulation routines. This is where
 * ARM Mali DP500/DP550/DP650 hardware manipulation routines. This is where
 * the difference between various versions of the hardware is being dealt with
 * the difference between various versions of the hardware is being dealt with
 * in an attempt to provide to the rest of the driver code a unified view
 * in an attempt to provide to the rest of the driver code a unified view
+1 −5
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only */
/*
/*
 *
 *
 * (C) COPYRIGHT 2013-2016 ARM Limited. All rights reserved.
 * (C) COPYRIGHT 2013-2016 ARM Limited. All rights reserved.
 *
 *
 * 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.
 *
 * ARM Mali DP hardware manipulation routines.
 * ARM Mali DP hardware manipulation routines.
 */
 */


Loading