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 418

Based on 1 normalized pattern(s):

this file 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

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>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190531190113.419778592@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
25d5bf47 8fba2453

+9 -36
+1 -4
arch/arm/mach-cns3xxx/cns3420vb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cavium Networks CNS3420 Validation Board 3 4 * ··· 8 7 * Scott Shu 9 8 * Copyright 2010 MontaVista Software, LLC. 10 9 * Anton Vorontsov <avorontsov@mvista.com> 11 - * 12 - * This file is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License, Version 2, as 14 - * published by the Free Software Foundation. 15 10 */ 16 11 17 12 #include <linux/init.h>
+1 -4
arch/arm/mach-cns3xxx/cns3xxx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 Cavium Networks 3 - * 4 - * This file is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License, Version 2, as 6 - * published by the Free Software Foundation. 7 4 */ 8 5 9 6 #ifndef __MACH_BOARD_CNS3XXXH
+1 -4
arch/arm/mach-cns3xxx/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 1999 - 2003 ARM Limited 3 4 * Copyright 2000 Deep Blue Solutions Ltd 4 5 * Copyright 2008 Cavium Networks 5 - * 6 - * This file is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, Version 2, as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #include <linux/init.h>
+1 -4
arch/arm/mach-cns3xxx/core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2000 Deep Blue Solutions Ltd 3 4 * Copyright 2004 ARM Limited 4 5 * Copyright 2008 Cavium Networks 5 - * 6 - * This file is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, Version 2, as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #ifndef __CNS3XXX_CORE_H
+1 -4
arch/arm/mach-cns3xxx/devices.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CNS3xxx common devices 3 4 * ··· 6 5 * Scott Shu 7 6 * Copyright 2010 MontaVista Software, LLC. 8 7 * Anton Vorontsov <avorontsov@mvista.com> 9 - * 10 - * This file is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License, Version 2, as 12 - * published by the Free Software Foundation. 13 8 */ 14 9 15 10 #include <linux/io.h>
+1 -4
arch/arm/mach-cns3xxx/devices.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * CNS3xxx common devices 3 4 * ··· 6 5 * Scott Shu 7 6 * Copyright 2010 MontaVista Software, LLC. 8 7 * Anton Vorontsov <avorontsov@mvista.com> 9 - * 10 - * This file is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License, Version 2, as 12 - * published by the Free Software Foundation. 13 8 */ 14 9 15 10 #ifndef __CNS3XXX_DEVICES_H_
+1 -4
arch/arm/mach-cns3xxx/pcie.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCI-E support for CNS3xxx 3 4 * ··· 6 5 * Richard Liu <richard.liu@caviumnetworks.com> 7 6 * Copyright 2010 MontaVista Software, LLC. 8 7 * Anton Vorontsov <avorontsov@mvista.com> 9 - * 10 - * This file is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License, Version 2, as 12 - * published by the Free Software Foundation. 13 8 */ 14 9 15 10 #include <linux/init.h>
+1 -4
arch/arm/mach-cns3xxx/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 Cavium Networks 3 - * 4 - * This file is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License, Version 2, as 6 - * published by the Free Software Foundation. 7 4 */ 8 5 9 6 #include <linux/init.h>
+1 -4
arch/arm/mach-cns3xxx/pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2000 Deep Blue Solutions Ltd 3 4 * Copyright 2004 ARM Limited 4 5 * Copyright 2008 Cavium Networks 5 - * 6 - * This file is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, Version 2, as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #ifndef __CNS3XXX_PM_H