From: Thomas Gleixner tglx@xxxxxxxxxxxxx Based on 1 normalized pattern(s): may be copied or modified under the terms of the gnu general public license see linux copying for more information extracted by the scancode license scanner the SPDX license identifier GPL-2.0-only has been chosen to replace the boilerplate/reference in 8 file(s). Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> --- https://git.kernel.org/pub/scm/linux/kernel/git/tglx/linux-spdx.git/commit/?h=batch10&id=a9985b234e9d --- arch/arm/include/asm/hardware/locomo.h | 4 +--- arch/arm/mach-pxa/include/mach/poodle.h | 4 +--- arch/arm/mach-sa1100/collie.c | 8 +------- drivers/block/pktcdvd.c | 4 +--- drivers/cdrom/cdrom.c | 3 +-- drivers/ide/ide-cd.c | 4 +--- include/linux/mfd/tc6387xb.h | 5 +---- include/linux/pktcdvd.h | 5 +---- 8 files changed, 8 insertions(+), 29 deletions(-) --- a/arch/arm/include/asm/hardware/locomo.h +++ b/arch/arm/include/asm/hardware/locomo.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/include/asm/hardware/locomo.h * @@ -5,9 +6,6 @@ * * (C) Copyright 2004 John Lenz * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * * Based on sa1111.h */ #ifndef _ASM_ARCH_LOCOMO --- a/arch/arm/mach-pxa/include/mach/poodle.h +++ b/arch/arm/mach-pxa/include/mach/poodle.h @@ -1,9 +1,7 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * arch/arm/mach-pxa/include/mach/poodle.h * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * * Based on: * arch/arm/mach-sa1100/include/mach/collie.h * --- a/arch/arm/mach-sa1100/collie.c +++ b/arch/arm/mach-sa1100/collie.c @@ -1,15 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * linux/arch/arm/mach-sa1100/collie.c * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * * This file contains all Collie-specific tweaks. * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * * ChangeLog: * 2006 Pavel Machek <pavel@xxxxxx> * 03-06-2004 John Lenz <lenz@xxxxxxxxxxx> --- a/drivers/block/pktcdvd.c +++ b/drivers/block/pktcdvd.c @@ -1,11 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Copyright (C) 2000 Jens Axboe <axboe@xxxxxxx> * Copyright (C) 2001-2004 Peter Osterlund <petero2@xxxxxxxxx> * Copyright (C) 2006 Thomas Maier <balagi@xxxxxxxxxxx> * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * * Packet writing layer for ATAPI and SCSI CD-RW, DVD+RW, DVD-RW and * DVD-RAM devices. * --- a/drivers/cdrom/cdrom.c +++ b/drivers/cdrom/cdrom.c @@ -1,10 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* linux/drivers/cdrom/cdrom.c Copyright (c) 1996, 1997 David A. van Leeuwen. Copyright (c) 1997, 1998 Erik Andersen <andersee@xxxxxxxxxx> Copyright (c) 1998, 1999 Jens Axboe <axboe@xxxxxxxx> - May be copied or modified under the terms of the GNU General Public - License. See linux/COPYING for more information. Uniform CD-ROM driver for Linux. See Documentation/cdrom/cdrom-standard.tex for usage information. --- a/drivers/ide/ide-cd.c +++ b/drivers/ide/ide-cd.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * ATAPI CD-ROM driver. * @@ -6,9 +7,6 @@ * Copyright (C) 1998-2000 Jens Axboe <axboe@xxxxxxx> * Copyright (C) 2005, 2007-2009 Bartlomiej Zolnierkiewicz * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * * See Documentation/cdrom/ide-cd for usage information. * * Suggestions are welcome. Patches that work are more welcome though. ;-) --- a/include/linux/mfd/tc6387xb.h +++ b/include/linux/mfd/tc6387xb.h @@ -1,11 +1,8 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * This file contains the definitions for the TC6387XB * * (C) Copyright 2005 Ian Molton <spyro@xxxxxxx> - * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * */ #ifndef MFD_TC6387XB_H #define MFD_TC6387XB_H --- a/include/linux/pktcdvd.h +++ b/include/linux/pktcdvd.h @@ -1,13 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2000 Jens Axboe <axboe@xxxxxxx> * Copyright (C) 2001-2004 Peter Osterlund <petero2@xxxxxxxxx> * - * May be copied or modified under the terms of the GNU General Public - * License. See linux/COPYING for more information. - * * Packet writing layer for ATAPI and SCSI CD-R, CD-RW, DVD-R, and * DVD-RW devices. - * */ #ifndef __PKTCDVD_H #define __PKTCDVD_H