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 459

Based on 1 normalized pattern(s):

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 the gpl this program is
distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
version 2 gplv2 for more details you should have received a copy of
the gnu general public license version 2 gplv2 along with this
source code

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081201.771169395@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
cb849fc5 071fb96b

+16 -192
+1 -12
drivers/acpi/pci_mcfg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Broadcom 3 4 * Author: Jayachandran C <jchandra@broadcom.com> 4 5 * Copyright (C) 2016 Semihalf 5 6 * Author: Tomasz Nowicki <tn@semihalf.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License, version 2, as 9 - * published by the Free Software Foundation (the "GPL"). 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License version 2 (GPLv2) for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * version 2 (GPLv2) along with this source code. 18 7 */ 19 8 20 9 #define pr_fmt(fmt) "ACPI: " fmt
+1 -12
drivers/clk/bcm/clk-sr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2017 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #include <linux/err.h>
+1 -12
drivers/crypto/bcm/cipher.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #include <linux/err.h>
+1 -12
drivers/crypto/bcm/cipher.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #ifndef _CIPHER_H
+1 -12
drivers/crypto/bcm/spu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #include <linux/kernel.h>
+1 -12
drivers/crypto/bcm/spu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 /*
+1 -12
drivers/crypto/bcm/spu2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 /*
+1 -12
drivers/crypto/bcm/spu2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 /*
+1 -12
drivers/crypto/bcm/spum.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 /*
+1 -12
drivers/crypto/bcm/util.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #include <linux/debugfs.h>
+1 -12
drivers/crypto/bcm/util.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #ifndef _UTIL_H
+1 -12
drivers/iio/adc/bcm_iproc_adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #include <linux/module.h>
+1 -12
drivers/mailbox/bcm-pdc-mailbox.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 /*
+1 -12
drivers/spi/spi-bcm-qspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Broadcom BRCMSTB, NSP, NS2, Cygnus SPI Controllers 3 4 * 4 5 * Copyright 2016 Broadcom 5 - * 6 - * This program 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 (the "GPL"). 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License version 2 (GPLv2) for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * version 2 (GPLv2) along with this source code. 17 6 */ 18 7 19 8 #include <linux/clk.h>
+1 -12
drivers/spi/spi-bcm-qspi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #ifndef __SPI_BCM_QSPI_H__
+1 -12
drivers/spi/spi-brcmstb-qspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom 3 - * 4 - * This program 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 (the "GPL"). 7 - * 8 - * This program is distributed in the hope that it will be useful, but 9 - * WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 11 - * General Public License version 2 (GPLv2) for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * version 2 (GPLv2) along with this source code. 15 4 */ 16 5 17 6 #include <linux/device.h>