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 151

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 as published by
the free software foundation either version 2 of the license or at
your option any later version you should have received a copy of the
gnu general public license along with this program if not write to
the free software foundation inc 675 mass ave cambridge ma 02139 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190527070032.655028468@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a912e80b 660662f8

+35 -348
+1 -10
arch/arm/mach-zynq/slcr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Xilinx SLCR driver 3 4 * 4 5 * Copyright (c) 2011-2013 Xilinx Inc. 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 8 - * as published by the Free Software Foundation; either version 9 - * 2 of the License, or (at your option) any later version. 10 - * 11 - * You should have received a copy of the GNU General Public 12 - * License along with this program; if not, write to the Free 13 - * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 14 - * 02139, USA. 15 6 */ 16 7 17 8 #include <linux/io.h>
+1 -10
arch/mips/include/asm/mach-jz4740/clock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #ifndef __ASM_JZ4740_CLOCK_H__
+1 -10
arch/mips/include/asm/mach-jz4740/dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ7420/JZ4740 DMA definitions 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #ifndef __ASM_MACH_JZ4740_DMA_H__
+1 -10
arch/mips/include/asm/mach-jz4740/gpio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 GPIO pin definitions 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #ifndef _JZ_GPIO_H
+1 -10
arch/mips/include/asm/mach-jz4740/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 IRQ definitions 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #ifndef __ASM_MACH_JZ4740_IRQ_H__
+1 -10
arch/mips/include/asm/mach-jz4740/jz4740_fb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009, Lars-Peter Clausen <lars@metafoo.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #ifndef __ASM_MACH_JZ4740_JZ4740_FB_H__
+1 -10
arch/mips/include/asm/mach-jz4740/platform.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform device definitions 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7
+1 -10
arch/mips/include/asm/mach-jz4740/timer.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform timer support 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #ifndef __ASM_MACH_JZ4740_TIMER
+1 -10
arch/mips/jz4740/platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform devices 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/clk.h>
+1 -10
arch/mips/jz4740/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC power management support 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/init.h>
+1 -10
arch/mips/jz4740/prom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC prom code 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
arch/mips/jz4740/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #include <asm/reboot.h>
+1 -10
arch/mips/jz4740/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * Copyright (C) 2011, Maarten ter Huurne <maarten@treewalker.org> 4 5 * JZ4740 setup code 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; either version 2 of the License, or (at your 9 - * option) any later version. 10 - * 11 - * You should have received a copy of the GNU General Public License along 12 - * with this program; if not, write to the Free Software Foundation, Inc., 13 - * 675 Mass Ave, Cambridge, MA 02139, USA. 14 - * 15 6 */ 16 7 17 8 #include <linux/init.h>
+1 -10
arch/mips/jz4740/time.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform time support 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/clk.h>
+1 -10
arch/mips/jz4740/timer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform timer support 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/export.h>
+1 -10
drivers/hwmon/jz4740-hwmon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC HWMON driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/err.h>
+1 -10
drivers/input/misc/pwm-beeper.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * PWM beeper driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/input.h>
+1 -9
drivers/input/serio/xilinx_ps2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Xilinx XPS PS/2 device driver 3 4 * 4 5 * (c) 2005 MontaVista Software, Inc. 5 6 * (c) 2008 Xilinx, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - * You should have received a copy of the GNU General Public License along 13 - * with this program; if not, write to the Free Software Foundation, Inc., 14 - * 675 Mass Ave, Cambridge, MA 02139, USA. 15 7 */ 16 8 17 9
+1 -10
drivers/irqchip/irq-ingenic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform IRQ support 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/errno.h>
+1 -9
drivers/mfd/jz4740-adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC ADC driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 5 * 14 6 * This driver synchronizes access to the JZ4740 ADC core between the 15 7 * JZ4740 battery and hwmon drivers.
+1 -10
drivers/mmc/host/jz4740_mmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * Copyright (C) 2013, Imagination Technologies 4 5 * 5 6 * JZ4740 SD/MMC controller driver 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - * You should have received a copy of the GNU General Public License along 13 - * with this program; if not, write to the Free Software Foundation, Inc., 14 - * 675 Mass Ave, Cambridge, MA 02139, USA. 15 - * 16 7 */ 17 8 18 9 #include <linux/bitops.h>
+1 -10
drivers/mtd/nand/raw/ingenic/jz4740_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC NAND controller driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/io.h>
+1 -10
drivers/power/supply/gpio-charger.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * Driver for chargers which report their online status through a GPIO pin 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/device.h>
+1 -10
drivers/pwm/pwm-jz4740.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 platform PWM support 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/clk.h>
+1 -10
drivers/video/backlight/pcf50633-backlight.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * PCF50633 backlight device driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/video/fbdev/jz4740_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC LCD framebuffer driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/watchdog/jz4740_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Paul Cercueil <paul@crapouillou.net> 3 4 * JZ4740 Watchdog driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #include <linux/module.h>
+1 -10
include/linux/irqchip/ingenic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #ifndef __LINUX_IRQCHIP_INGENIC_H__
+1 -10
include/linux/mfd/pcf50633/backlight.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * PCF50633 backlight device driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #ifndef __LINUX_MFD_PCF50633_BACKLIGHT
+1 -10
include/linux/platform_data/jz4740/jz4740_nand.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009-2010, Lars-Peter Clausen <lars@metafoo.de> 3 4 * JZ4740 SoC NAND controller driver 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License as published by the 7 - * Free Software Foundation; either version 2 of the License, or (at your 8 - * option) any later version. 9 - * 10 - * You should have received a copy of the GNU General Public License along 11 - * with this program; if not, write to the Free Software Foundation, Inc., 12 - * 675 Mass Ave, Cambridge, MA 02139, USA. 13 - * 14 5 */ 15 6 16 7 #ifndef __JZ4740_NAND_H__
+1 -10
include/linux/power/gpio-charger.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #ifndef __LINUX_POWER_GPIO_CHARGER_H__
+1 -10
include/linux/power/jz4740-battery.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright (C) 2009, Jiejing Zhang <kzjeef@gmail.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #ifndef __JZ4740_BATTERY_H
+1 -10
include/linux/power/twl4030_madc_battery.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Dumb driver for LiIon batteries using TWL4030 madc. 3 4 * 4 5 * Copyright 2013 Golden Delicious Computers 5 6 * Nikolaus Schaller <hns@goldelico.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; either version 2 of the License, or (at your 10 - * option) any later version. 11 - * 12 - * You should have received a copy of the GNU General Public License along 13 - * with this program; if not, write to the Free Software Foundation, Inc., 14 - * 675 Mass Ave, Cambridge, MA 02139, USA. 15 - * 16 7 */ 17 8 18 9 #ifndef __TWL4030_MADC_BATTERY_H
+1 -10
sound/core/pcm_dmaengine.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2012, Analog Devices Inc. 3 4 * Author: Lars-Peter Clausen <lars@metafoo.de> ··· 8 7 * mxs-pcm.c, Copyright (C) 2011 Freescale Semiconductor, Inc. 9 8 * ep93xx-pcm.c, Copyright (C) 2006 Lennert Buytenhek <buytenh@wantstofly.org> 10 9 * Copyright (C) 2006 Applied Data Systems 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms of the GNU General Public License as published by the 14 - * Free Software Foundation; either version 2 of the License, or (at your 15 - * option) any later version. 16 - * 17 - * You should have received a copy of the GNU General Public License along 18 - * with this program; if not, write to the Free Software Foundation, Inc., 19 - * 675 Mass Ave, Cambridge, MA 02139, USA. 20 - * 21 10 */ 22 11 #include <linux/module.h> 23 12 #include <linux/init.h>
+1 -10
sound/soc/jz4740/jz4740-i2s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright (C) 2010, Lars-Peter Clausen <lars@metafoo.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License as published by the 6 - * Free Software Foundation; either version 2 of the License, or (at your 7 - * option) any later version. 8 - * 9 - * You should have received a copy of the GNU General Public License along 10 - * with this program; if not, write to the Free Software Foundation, Inc., 11 - * 675 Mass Ave, Cambridge, MA 02139, USA. 12 - * 13 4 */ 14 5 15 6 #include <linux/init.h>