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 - gpl-2.0_30.RULE (part 2)

Based on the normalized pattern:

this program is free software you can redistribute it and/or modify it
under the terms of the gnu general public license as published by the
free software foundation version 2 this program is distributed as is
without any warranty of any kind whether express or implied without
even the implied warranty of merchantability or fitness for a
particular purpose see the gnu general public license for more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference.

Reviewed-by: Allison Randal <allison@lohutok.net>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2aec85b2 52e6676e

+91 -671
+2 -12
drivers/dma/bcm-sba-raid.c
··· 1 - /* 2 - * Copyright (C) 2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2017 Broadcom 13 3 14 4 /* 15 5 * Broadcom SBA RAID Driver
+1 -9
drivers/dma/ti/edma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI EDMA DMA engine driver 3 4 * 4 5 * Copyright 2012 Texas Instruments 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/dmaengine.h>
+1 -9
drivers/gpio/gpio-bcm-kona.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Broadcom Kona GPIO Driver 3 4 * 4 5 * Author: Broadcom Corporation <bcm-kernel-feedback-list@broadcom.com> 5 6 * Copyright (C) 2012-2014 Broadcom Corporation 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/bitops.h>
+2 -12
drivers/gpio/gpio-brcmstb.c
··· 1 - /* 2 - * Copyright (C) 2015-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2015-2017 Broadcom 13 3 14 4 #include <linux/bitops.h> 15 5 #include <linux/gpio/driver.h>
+2 -12
drivers/i2c/busses/i2c-bcm-iproc.c
··· 1 - /* 2 - * Copyright (C) 2014 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Broadcom Corporation 13 3 14 4 #include <linux/delay.h> 15 5 #include <linux/i2c.h>
+2 -12
drivers/i2c/busses/i2c-bcm-kona.c
··· 1 - /* 2 - * Copyright (C) 2013 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2013 Broadcom Corporation 13 3 14 4 #include <linux/device.h> 15 5 #include <linux/kernel.h>
+2 -12
drivers/i2c/busses/i2c-brcmstb.c
··· 1 - /* 2 - * Copyright (C) 2014 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Broadcom Corporation 13 3 14 4 #include <linux/clk.h> 15 5 #include <linux/delay.h>
+2 -12
drivers/input/keyboard/bcm-keypad.c
··· 1 - /* 2 - * Copyright (C) 2014 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Broadcom Corporation 13 3 14 4 #include <linux/bitops.h> 15 5 #include <linux/clk.h>
+1 -9
drivers/input/misc/gpio_decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 * 13 5 * A generic driver to read multiple gpio lines and translate the 14 6 * encoded numeric value into an input event.
+1 -8
drivers/input/touchscreen/bcm_iproc_tsc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Broadcom Corporation 3 4 * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 5 */ 13 6 #include <linux/module.h> 14 7 #include <linux/init.h>
+1 -9
drivers/irqchip/irq-keystone.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Texas Instruments Keystone IRQ controller IP driver 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments, Inc. 5 6 * Author: Sajesh Kumar Saran <sajesh@ti.com> 6 7 * Grygorii Strashko <grygorii.strashko@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/irq.h>
+2 -12
drivers/mailbox/bcm-flexrm-mailbox.c
··· 1 - /* 2 - * Copyright (C) 2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2017 Broadcom 13 3 14 4 /* 15 5 * Broadcom FlexRM Mailbox Driver
+1 -9
drivers/media/i2c/adv7343_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ADV7343 encoder related structure and register definitions 3 4 * 4 5 * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed .as is. WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef ADV7343_REGS_H
+1 -9
drivers/media/i2c/adv7393_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ADV7393 encoder related structure and register definitions 3 4 * ··· 8 7 * Based on ADV7343 driver, 9 8 * 10 9 * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation version 2. 15 - * 16 - * This program is distributed .as is. WITHOUT ANY WARRANTY of any 17 - * kind, whether express or implied; without even the implied warranty 18 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #ifndef ADV7393_REGS_H
+1 -10
drivers/media/platform/ti/davinci/vpif.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VPIF header file 3 4 * 4 5 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed .as is. WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef VPIF_H ··· 677 685 }; 678 686 679 687 #endif /* End of #ifndef VPIF_H */ 680 -
+1 -9
drivers/media/platform/ti/davinci/vpif_display.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * VPIF display header file 3 4 * 4 5 * Copyright (C) 2009 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed .as is. WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef VPIF_DISPLAY_H
+1 -9
drivers/memory/ti-emif-sram-pm.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Low level PM code for TI EMIF 3 4 * 4 5 * Copyright (C) 2016-2017 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Dave Gerlach 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/linkage.h>
+1 -9
drivers/mfd/lp873x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ 3 4 * 4 5 * Author: Keerthy <j-keerthy@ti.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/interrupt.h>
+1 -9
drivers/mfd/tps65217.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps65217.c 3 4 * 4 5 * TPS65217 chip family multi-function driver 5 6 * 6 7 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/device.h>
+2 -12
drivers/mmc/host/sdhci-bcm-kona.c
··· 1 - /* 2 - * Copyright (C) 2013 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2013 Broadcom Corporation 13 3 14 4 #include <linux/kernel.h> 15 5 #include <linux/module.h>
+2 -12
drivers/mmc/host/sdhci-iproc.c
··· 1 - /* 2 - * Copyright (C) 2014 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Broadcom Corporation 13 3 14 4 /* 15 5 * iProc SDHCI platform driver
+1 -10
drivers/net/can/ti_hecc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI HECC (CAN) device driver 3 4 * ··· 7 6 * 8 7 * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 9 8 * Copyright (C) 2019 Jeroen Hofstee <jhofstee@victronenergy.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation version 2. 14 - * 15 - * This program is distributed as is WITHOUT ANY WARRANTY of any 16 - * kind, whether express or implied; without even the implied warranty 17 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #include <linux/module.h>
+2 -12
drivers/nvmem/bcm-ocotp.c
··· 1 - /* 2 - * Copyright (C) 2016 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2016 Broadcom 13 3 14 4 #include <linux/acpi.h> 15 5 #include <linux/delay.h>
+2 -12
drivers/phy/broadcom/phy-bcm-cygnus-pcie.c
··· 1 - /* 2 - * Copyright (C) 2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2015 Broadcom Corporation 13 3 14 4 #include <linux/delay.h> 15 5 #include <linux/io.h>
+2 -12
drivers/phy/broadcom/phy-bcm-ns2-pcie.c
··· 1 - /* 2 - * Copyright (C) 2016 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2016 Broadcom 13 3 14 4 #include <linux/device.h> 15 5 #include <linux/module.h>
+2 -12
drivers/phy/broadcom/phy-bcm-ns2-usbdrd.c
··· 1 - /* 2 - * Copyright (C) 2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2017 Broadcom 13 3 14 4 #include <linux/delay.h> 15 5 #include <linux/extcon-provider.h>
+1 -9
drivers/phy/motorola/phy-cpcap-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Motorola CPCAP PMIC USB PHY driver 3 4 * Copyright (C) 2017 Tony Lindgren <tony@atomide.com> ··· 6 5 * Some parts based on earlier Motorola Linux kernel tree code in 7 6 * board-mapphone-usb.c and cpcap-usb-det.c: 8 7 * Copyright (C) 2007 - 2011 Motorola, Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation version 2. 13 - * 14 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 15 - * kind, whether express or implied; without even the implied warranty 16 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/atomic.h>
+1 -10
drivers/phy/ti/phy-dm816x-usb.c
··· 1 - /* 2 - * This program is free software; you can redistribute it and/or 3 - * modify it under the terms of the GNU General Public License as 4 - * published by the Free Software Foundation version 2. 5 - * 6 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 7 - * kind, whether express or implied; without even the implied warranty 8 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 11 2 12 3 #include <linux/module.h> 13 4 #include <linux/platform_device.h>
+2 -12
drivers/pinctrl/bcm/pinctrl-bcm281xx.c
··· 1 - /* 2 - * Copyright (C) 2013-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2013-2017 Broadcom 13 3 14 4 #include <linux/err.h> 15 5 #include <linux/io.h>
+2 -12
drivers/pinctrl/bcm/pinctrl-cygnus-mux.c
··· 1 - /* 2 - * Copyright (C) 2014-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014-2017 Broadcom 13 3 14 4 /* 15 5 * Broadcom Cygnus IOMUX driver
+1 -9
drivers/pinctrl/bcm/pinctrl-ns2-mux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Copyright (C) 2016 Broadcom Corporation 2 - * 3 - * This program is free software; you can redistribute it and/or 4 - * modify it under the terms of the GNU General Public License as 5 - * published by the Free Software Foundation version 2. 6 - * 7 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 8 - * kind, whether express or implied; without even the implied warranty 9 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 - * GNU General Public License for more details. 11 3 * 12 4 * This file contains the Northstar2 IOMUX driver that supports group 13 5 * based PINMUX configuration. The PWM is functional only when the
+2 -12
drivers/pinctrl/bcm/pinctrl-nsp-gpio.c
··· 1 - /* 2 - * Copyright (C) 2014-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014-2017 Broadcom 13 3 14 4 /* 15 5 * This file contains the Broadcom Northstar Plus (NSP) GPIO driver that
+1 -9
drivers/pinctrl/bcm/pinctrl-nsp-mux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Copyright (C) 2015 Broadcom Corporation 2 - * 3 - * This program is free software; you can redistribute it and/or 4 - * modify it under the terms of the GNU General Public License as 5 - * published by the Free Software Foundation version 2. 6 - * 7 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 8 - * kind, whether express or implied; without even the implied warranty 9 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 - * GNU General Public License for more details. 11 3 * 12 4 * This file contains the Northstar plus (NSP) IOMUX driver that supports 13 5 * group based PINMUX configuration. The Northstar plus IOMUX controller
+2 -12
drivers/power/reset/brcm-kona-reset.c
··· 1 - /* 2 - * Copyright (C) 2016 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2016 Broadcom 13 3 14 4 #include <linux/io.h> 15 5 #include <linux/of_address.h>
+2 -12
drivers/power/reset/brcmstb-reboot.c
··· 1 - /* 2 - * Copyright (C) 2013 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2013 Broadcom Corporation 13 3 14 4 #include <linux/bitops.h> 15 5 #include <linux/device.h>
+2 -12
drivers/ptp/ptp_dte.c
··· 1 - /* 2 - * Copyright 2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright 2017 Broadcom 13 3 14 4 #include <linux/err.h> 15 5 #include <linux/io.h>
+2 -12
drivers/pwm/pwm-bcm-iproc.c
··· 1 - /* 2 - * Copyright (C) 2016 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2016 Broadcom 13 3 14 4 #include <linux/clk.h> 15 5 #include <linux/delay.h>
+2 -12
drivers/pwm/pwm-bcm-kona.c
··· 1 - /* 2 - * Copyright (C) 2014 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014 Broadcom Corporation 13 3 14 4 #include <linux/clk.h> 15 5 #include <linux/delay.h>
+1 -9
drivers/regulator/cpcap-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Motorola CPCAP PMIC regulator driver 3 4 * ··· 7 6 * 8 7 * Rewritten for mainline kernel to use device tree and regmap 9 8 * Copyright (C) 2017 Tony Lindgren <tony@atomide.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation version 2. 14 - * 15 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 16 - * kind, whether express or implied; without even the implied warranty 17 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/err.h>
+1 -9
drivers/regulator/isl6271a-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * isl6271a-regulator.c 3 4 * 4 5 * Support for Intersil ISL6271A voltage regulator 5 6 * 6 7 * Copyright (C) 2010 Marek Vasut <marek.vasut@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/kernel.h>
+1 -9
drivers/regulator/tps65023-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps65023-regulator.c 3 4 * 4 5 * Supports TPS65023 Regulator 5 6 * 6 7 * Copyright (C) 2009 Texas Instrument Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/kernel.h>
+1 -9
drivers/regulator/tps6507x-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps6507x-regulator.c 3 4 * 4 5 * Regulator driver for TPS65073 PMIC 5 6 * 6 7 * Copyright (C) 2009 Texas Instrument Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any kind, 13 - * whether express or implied; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/kernel.h>
+1 -9
drivers/regulator/tps65217-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps65217-regulator.c 3 4 * 4 5 * Regulator driver for TPS65217 PMIC 5 6 * 6 7 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/kernel.h>
+1 -9
drivers/soc/ti/knav_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Texas Instruments Incorporated 3 4 * Authors: Santosh Shilimkar <santosh.shilimkar@ti.com> 4 5 * Sandeep Nair <sandeep_n@ti.com> 5 6 * Cyril Chemparathy <cyril@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/io.h>
+1 -9
drivers/uio/uio_pruss.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Programmable Real-Time Unit Sub System (PRUSS) UIO driver (uio_pruss) 3 4 * ··· 6 5 * and DDR RAM to user space for applications interacting with PRUSS firmware 7 6 * 8 7 * Copyright (C) 2010-11 Texas Instruments Incorporated - http://www.ti.com/ 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation version 2. 13 - * 14 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 15 - * kind, whether express or implied; without even the implied warranty 16 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 #include <linux/device.h> 20 10 #include <linux/module.h>
+1 -9
drivers/video/backlight/tps65217_bl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tps65217_bl.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 Matthias Kaehlcke 8 7 * Author: Matthias Kaehlcke <matthias@kaehlcke.net> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation version 2. 13 - * 14 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 15 - * kind, whether express or implied; without even the implied warranty 16 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/kernel.h>
+1 -9
include/dt-bindings/clock/bcm21664.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2013 Broadcom Corporation 3 4 * Copyright 2013 Linaro Limited 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License as 7 - * published by the Free Software Foundation version 2. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether express or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _CLOCK_BCM21664_H
+1 -9
include/dt-bindings/clock/bcm281xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2013 Broadcom Corporation 3 4 * Copyright 2013 Linaro Limited 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License as 7 - * published by the Free Software Foundation version 2. 8 - * 9 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 10 - * kind, whether express or implied; without even the implied warranty 11 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _CLOCK_BCM281XX_H
+1 -9
include/linux/mfd/lp873x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Functions to access LP873X power management chip. 3 4 * 4 5 * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __LINUX_MFD_LP873X_H
+1 -9
include/linux/mfd/tps65217.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/mfd/tps65217.h 3 4 * 4 5 * Functions to access TPS65217 power management chip. 5 6 * 6 7 * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __LINUX_MFD_TPS65217_H
+1 -9
include/linux/platform_data/davinci_asp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TI DaVinci Audio Serial Port support 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __DAVINCI_ASP_H
+1 -9
include/linux/platform_data/gpio-davinci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DaVinci GPIO Platform Related Defines 3 4 * 4 5 * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __DAVINCI_GPIO_PLATFORM_H
+1 -9
include/linux/platform_data/uio_dmem_genirq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/platform_data/uio_dmem_genirq.h 3 4 * 4 5 * Copyright (C) 2012 Damian Hobson-Garcia 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _UIO_DMEM_GENIRQ_H
+1 -9
include/linux/platform_data/uio_pruss.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/platform_data/uio_pruss.h 3 4 * 4 5 * Platform data for uio_pruss driver 5 6 * 6 7 * Copyright (C) 2010-11 Texas Instruments Incorporated - https://www.ti.com/ 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #ifndef _UIO_PRUSS_H_
+1 -9
include/linux/reset/bcm63xx_pmb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Broadcom BCM63xx Processor Monitor Bus shared routines (SMP and reset) 3 4 * 4 5 * Copyright (C) 2015, Broadcom Corporation 5 6 * Author: Florian Fainelli <f.fainelli@gmail.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 #ifndef __BCM63XX_PMB_H 17 9 #define __BCM63XX_PMB_H
+1 -9
include/linux/soc/ti/knav_dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Texas Instruments Incorporated 3 4 * Authors: Sandeep Nair <sandeep_n@ti.com 4 5 * Cyril Chemparathy <cyril@ti.com 5 6 Santosh Shilimkar <santosh.shilimkar@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef __SOC_TI_KEYSTONE_NAVIGATOR_DMA_H__
+1 -9
include/linux/soc/ti/knav_qmss.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Keystone Navigator Queue Management Sub-System header 3 4 * ··· 6 5 * Author: Sandeep Nair <sandeep_n@ti.com> 7 6 * Cyril Chemparathy <cyril@ti.com> 8 7 * Santosh Shilimkar <santosh.shilimkar@ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation version 2. 13 - * 14 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 15 - * kind, whether express or implied; without even the implied warranty 16 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #ifndef __SOC_TI_KNAV_QMSS_H__
+2 -12
include/linux/sram.h
··· 1 - /* 2 - * Generic SRAM Driver Interface 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Generic SRAM Driver Interface */ 13 3 #ifndef __LINUX_SRAM_H__ 14 4 #define __LINUX_SRAM_H__ 15 5
+1 -9
include/linux/ti-emif-sram.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TI AM33XX EMIF Routines 3 4 * 4 5 * Copyright (C) 2016-2017 Texas Instruments Inc. 5 6 * Dave Gerlach 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 #ifndef __LINUX_TI_EMIF_H 17 9 #define __LINUX_TI_EMIF_H
+1 -9
include/linux/wkup_m3_ipc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TI Wakeup M3 for AMx3 SoCs Power Management Routines 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ 5 6 * Dave Gerlach <d-gerlach@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation version 2. 10 - * 11 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 12 - * kind, whether express or implied; without even the implied warranty 13 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _LINUX_WKUP_M3_IPC_H
+1 -9
include/media/i2c/adv7343.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ADV7343 header file 3 4 * 4 5 * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation version 2. 9 - * 10 - * This program is distributed .as is. WITHOUT ANY WARRANTY of any 11 - * kind, whether express or implied; without even the implied warranty 12 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef ADV7343_H
+1 -9
include/media/i2c/adv7393.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ADV7393 header file 3 4 * ··· 8 7 * Based on ADV7343 driver, 9 8 * 10 9 * Copyright (C) 2009 Texas Instruments Incorporated - http://www.ti.com/ 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation version 2. 15 - * 16 - * This program is distributed .as is. WITHOUT ANY WARRANTY of any 17 - * kind, whether express or implied; without even the implied warranty 18 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #ifndef ADV7393_H
+1 -9
net/hsr/hsr_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * debugfs code for HSR & PRP 3 4 * Copyright (C) 2019 Texas Instruments Incorporated 4 5 * 5 6 * Author(s): 6 7 * Murali Karicheri <m-karicheri2@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation version 2. 11 - * 12 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 13 - * kind, whether express or implied; without even the implied warranty 14 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 #include <linux/module.h> 18 10 #include <linux/errno.h>
+2 -12
sound/soc/bcm/cygnus-pcm.c
··· 1 - /* 2 - * Copyright (C) 2014-2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014-2015 Broadcom Corporation 13 3 #include <linux/debugfs.h> 14 4 #include <linux/dma-mapping.h> 15 5 #include <linux/init.h>
+2 -12
sound/soc/bcm/cygnus-ssp.c
··· 1 - /* 2 - * Copyright (C) 2014-2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + // Copyright (C) 2014-2015 Broadcom Corporation 13 3 #include <linux/clk.h> 14 4 #include <linux/delay.h> 15 5 #include <linux/init.h>
+2 -12
sound/soc/bcm/cygnus-ssp.h
··· 1 - /* 2 - * Copyright (C) 2014-2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License as 6 - * published by the Free Software Foundation version 2. 7 - * 8 - * This program is distributed "as is" WITHOUT ANY WARRANTY of any 9 - * kind, whether express or implied; without even the implied warranty 10 - * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* Copyright (C) 2014-2015 Broadcom Corporation */ 13 3 #ifndef __CYGNUS_SSP_H__ 14 4 #define __CYGNUS_SSP_H__ 15 5