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 372

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 version 2

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a10e763b b8f9f700

+135 -578
+1 -4
arch/arm/boot/dts/da850-evm.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device Tree for DA850 EVM board 3 4 * 4 5 * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ 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, version 2. 9 6 */ 10 7 /dts-v1/; 11 8 #include "da850.dtsi"
+1 -4
arch/arm/boot/dts/da850-lego-ev3.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Device tree for LEGO MINDSTORMS EV3 3 4 * 4 5 * Copyright (C) 2017 David Lechner <david@lechnology.com> 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, version 2. 9 6 */ 10 7 11 8 /dts-v1/;
+1 -4
drivers/acpi/sbshc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SMBus driver for ACPI Embedded Controller (v0.1) 3 4 * 4 5 * Copyright (c) 2007 Alexey Starikovskiy 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 as published by 8 - * the Free Software Foundation version 2. 9 6 */ 10 7 11 8 #include <linux/acpi.h>
+1 -5
drivers/clk/ti/clk-814x.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 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 6 2 7 3 #include <linux/kernel.h> 8 4 #include <linux/clk.h>
+1 -4
drivers/gpio/gpio-dln2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Diolan DLN-2 USB-GPIO adapter 3 4 * 4 5 * Copyright (c) 2014 Intel Corporation 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 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
drivers/gpio/gpio-lp3943.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI/National Semiconductor LP3943 GPIO driver 3 4 * 4 5 * Copyright 2013 Texas Instruments 5 6 * 6 7 * Author: Milo Kim <milo.kim@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2. 11 8 */ 12 9 13 10 #include <linux/bitops.h>
+1 -4
drivers/hid/hid-led.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Simple USB RGB LED driver 3 4 * 4 5 * Copyright 2016 Heiner Kallweit <hkallweit1@gmail.com> 5 6 * Based on drivers/hid/hid-thingm.c and 6 7 * drivers/usb/misc/usbled.c 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 8 */ 12 9 13 10 #include <linux/hid.h>
+1 -4
drivers/hwmon/ad7418.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * An hwmon driver for the Analog Devices AD7416/17/18 3 4 * Copyright (C) 2006-07 Tower Technologies ··· 7 6 * 8 7 * Based on lm75.c 9 8 * Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License, 13 - * as published by the Free Software Foundation - version 2. 14 9 */ 15 10 16 11 #include <linux/module.h>
+1 -4
drivers/i2c/busses/i2c-amd8111.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SMBus 2.0 driver for AMD-8111 IO-Hub. 3 4 * 4 5 * Copyright (c) 2002 Vojtech Pavlik 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 as published by 8 - * the Free Software Foundation version 2. 9 6 */ 10 7 11 8 #include <linux/module.h>
+1 -4
drivers/i2c/busses/i2c-diolan-u2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Diolan u2c-12 USB-I2C adapter 3 4 * ··· 7 6 * Derived from: 8 7 * i2c-tiny-usb.c 9 8 * Copyright (C) 2006-2007 Till Harbaum (Till@Harbaum.org) 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 9 */ 15 10 16 11 #include <linux/kernel.h>
+1 -4
drivers/i2c/busses/i2c-dln2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Diolan DLN-2 USB-I2C adapter 3 4 * ··· 7 6 * Derived from: 8 7 * i2c-diolan-u2c.c 9 8 * Copyright (c) 2010-2011 Ericsson AB 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 9 */ 15 10 16 11 #include <linux/kernel.h>
+1 -4
drivers/i2c/busses/i2c-iop3xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ------------------------------------------------------------------------- */ 2 3 /* i2c-iop3xx.c i2c driver algorithms for Intel XScale IOP3xx & IXP46x */ 3 4 /* ------------------------------------------------------------------------- */ ··· 24 23 * 25 24 * - writing to slave address causes latchup on iop331. 26 25 * fix: driver refuses to address self. 27 - * 28 - * This program is free software; you can redistribute it and/or modify 29 - * it under the terms of the GNU General Public License as published by 30 - * the Free Software Foundation, version 2. 31 26 */ 32 27 33 28 #include <linux/interrupt.h>
+1 -4
drivers/i2c/busses/i2c-robotfuzz-osif.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for RobotFuzz OSIF 3 4 * ··· 8 7 * Based on the i2c-tiny-usb by 9 8 * 10 9 * Copyright (C) 2006 Til Harbaum (Till@Harbaum.org) 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 10 */ 16 11 17 12 #include <linux/kernel.h>
+1 -4
drivers/i2c/busses/i2c-scmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SMBus driver for ACPI SMBus CMI 3 4 * 4 5 * Copyright (C) 2009 Crane Cai <crane.cai@amd.com> 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 as published by 8 - * the Free Software Foundation version 2. 9 6 */ 10 7 11 8 #include <linux/module.h>
+1 -5
drivers/i2c/busses/i2c-tiny-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * driver for the i2c-tiny-usb adapter - 1.0 3 4 * http://www.harbaum.org/till/i2c_tiny_usb 4 5 * 5 6 * Copyright (C) 2006-2007 Till Harbaum (Till@Harbaum.org) 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 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -4
drivers/iio/adc/dln2-adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Diolan DLN-2 USB-ADC adapter 3 4 * 4 5 * Copyright (c) 2017 Jack Andersen 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 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
drivers/iio/adc/palmas_gpadc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * palmas-adc.c -- TI PALMAS GPADC. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA Corporation. All rights reserved. 5 6 * 6 7 * Author: Pradeep Goudagunta <pgoudagunta@nvidia.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 8 */ 12 9 13 10 #include <linux/module.h>
+1 -4
drivers/input/misc/cm109.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the VoIP USB phones with CM109 chipsets. 3 4 * 4 5 * Copyright (C) 2007 - 2008 Alfred E. Heggestad <aeh@db.org> 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 6 */ 10 7 11 8 /*
+1 -4
drivers/input/misc/keyspan_remote.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * keyspan_remote: USB driver for the Keyspan DMR 3 4 * 4 5 * Copyright (C) 2005 Zymeta Corporation - Michael Downey (downey@zymeta.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 6 * 10 7 * This driver has been put together with the support of Innosys, Inc. 11 8 * and Keyspan, Inc the manufacturers of the Keyspan USB DMR product.
+1 -4
drivers/media/dvb-frontends/dib0070.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Linux-DVB Driver for DiBcom's DiB0070 base-band RF Tuner. 3 4 * 4 5 * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) 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 6 */ 10 7 #ifndef DIB0070_H 11 8 #define DIB0070_H
+1 -4
drivers/media/dvb-frontends/dib0090.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Linux-DVB Driver for DiBcom's DiB0090 base-band RF Tuner. 3 4 * 4 5 * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) 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 6 */ 10 7 #ifndef DIB0090_H 11 8 #define DIB0090_H
+1 -4
drivers/media/dvb-frontends/dib3000mb_priv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * dib3000mb_priv.h 3 4 * 4 5 * Copyright (C) 2004 Patrick Boettcher (patrick.boettcher@posteo.de) 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 6 * 10 7 * for more information see dib3000mb.c . 11 8 */
+1 -4
drivers/media/dvb-frontends/dib3000mc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for DiBcom DiB3000MC/P-demodulator. 3 4 * ··· 6 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 7 6 * 8 7 * This code is partially based on the previous dib3000mc.c . 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 8 */ 14 9 15 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/dvb-frontends/dib3000mc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for DiBcom DiB3000MC/P-demodulator. 3 4 * ··· 6 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 7 6 * 8 7 * This code is partially based on the previous dib3000mc.c . 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 8 */ 14 9 #ifndef DIB3000MC_H 15 10 #define DIB3000MC_H
+1 -4
drivers/media/dvb-frontends/dib7000m.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux-DVB Driver for DiBcom's DiB7000M and 3 4 * first generation DiB7000P-demodulator-family. 4 5 * 5 6 * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) 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 7 */ 11 8 12 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/dvb-frontends/dib7000p.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux-DVB Driver for DiBcom's second generation DiB7000P (PC). 3 4 * 4 5 * Copyright (C) 2005-7 DiBcom (http://www.dibcom.fr/) 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 6 */ 10 7 11 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/dvb-frontends/dib8000.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux-DVB Driver for DiBcom's DiB8000 chip (ISDB-T). 3 4 * 4 5 * Copyright (C) 2009 DiBcom (http://www.dibcom.fr/) 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 6 */ 10 7 11 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/dvb-frontends/dib9000.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Linux-DVB Driver for DiBcom's DiB9000 and demodulator-family. 3 4 * 4 5 * Copyright (C) 2005-10 DiBcom (http://www.dibcom.fr/) 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 6 */ 10 7 11 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/dvb-frontends/eds1547.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* eds1547.h Earda EDS-1547 tuner support 2 3 * 3 4 * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) 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, version 2. 8 5 * 9 6 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 7 */
+1 -4
drivers/media/dvb-frontends/gp8psk-fe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Frontend driver for the GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module 3 4 * ··· 8 7 * Thanks to GENPIX for the sample code used to implement this module. 9 8 * 10 9 * This module is based off the vp7045 and vp702x modules 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 Free 14 - * Software Foundation, version 2. 15 10 */ 16 11 17 12 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/media/dvb-frontends/z0194a.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* z0194a.h Sharp z0194a tuner support 2 3 * 3 4 * Copyright (C) 2008 Igor M. Liplianin (liplianin@me.by) 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, version 2. 8 5 * 9 6 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 7 */
+1 -4
drivers/media/rc/keymaps/rc-d680-dmb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * keymap imported from cxusb.c 3 4 * 4 5 * Copyright (C) 2016 Sean Young 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 as published by 8 - * the Free Software Foundation; version 2. 9 6 */ 10 7 11 8 #include <media/rc-map.h>
+1 -4
drivers/media/rc/keymaps/rc-dvico-mce.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * keymap imported from cxusb.c 3 4 * 4 5 * Copyright (C) 2016 Sean Young 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 as published by 8 - * the Free Software Foundation; version 2. 9 6 */ 10 7 11 8 #include <media/rc-map.h>
+1 -4
drivers/media/rc/keymaps/rc-dvico-portable.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * keymap imported from cxusb.c 3 4 * 4 5 * Copyright (C) 2016 Sean Young 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 as published by 8 - * the Free Software Foundation; version 2. 9 6 */ 10 7 11 8 #include <media/rc-map.h>
+1 -4
drivers/media/usb/dvb-usb-v2/gl861.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for GL861 USB2.0 devices. 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the 5 - * Free Software Foundation, version 2. 6 3 * 7 4 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 8 5 */
+1 -3
drivers/media/usb/dvb-usb-v2/lmedm04.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* DVB USB compliant linux driver for 2 3 * 3 4 * DM04/QQBOX DVB-S USB BOX LME2510C + SHARP:BS2F7HZ7395 ··· 13 12 * 14 13 * MVB0001F (LME2510C+LGTDQT-P001F) 15 14 * 16 - * This program is free software; you can redistribute it and/or modify it 17 - * under the terms of the GNU General Public License as published by the Free 18 - * Software Foundation, version 2. 19 15 * * 20 16 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 21 17 */
+1 -4
drivers/media/usb/dvb-usb-v2/mxl111sf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org) 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 Free 6 - * Software Foundation, version 2. 7 4 * 8 5 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 6 */
+1 -4
drivers/media/usb/dvb-usb-v2/mxl111sf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010-2014 Michael Krufky (mkrufky@linuxtv.org) 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 Free 6 - * Software Foundation, version 2. 7 4 * 8 5 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 9 6 */
+1 -4
drivers/media/usb/dvb-usb/a800.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB framework compliant Linux driver for the AVerMedia AverTV DVB-T 2 3 * USB2.0 (A800) DVB-T receiver. 3 4 * ··· 7 6 * Thanks to 8 7 * - AVerMedia who kindly provided information and 9 8 * - Glen Harris who suffered from my mistakes during development. 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License as published by the Free 13 - * Software Foundation, version 2. 14 9 * 15 10 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 16 11 */
+1 -4
drivers/media/usb/dvb-usb/az6027.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant Linux driver for the AZUREWAVE DVB-S/S2 USB2.0 (AZ6027) 2 3 * receiver. 3 4 * 4 5 * Copyright (C) 2009 Adams.Xu <adams.xu@azwave.com.cn> 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 Free 8 - * Software Foundation, version 2. 9 6 * 10 7 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 8 */
+1 -4
drivers/media/usb/dvb-usb/cxusb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for Conexant USB reference design. 2 3 * 3 4 * The Conexant reference design I saw on their website was only for analogue ··· 17 16 * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@posteo.de) 18 17 * Copyright (C) 2006 Michael Krufky (mkrufky@linuxtv.org) 19 18 * Copyright (C) 2006, 2007 Chris Pascoe (c.pascoe@itee.uq.edu.au) 20 - * 21 - * This program is free software; you can redistribute it and/or modify it 22 - * under the terms of the GNU General Public License as published by the Free 23 - * Software Foundation, version 2. 24 19 * 25 20 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 26 21 */
+1 -4
drivers/media/usb/dvb-usb/dib0700.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* Linux driver for devices based on the DiBcom DiB0700 USB bridge 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation, version 2. 6 3 * 7 4 * Copyright (C) 2005-6 DiBcom, SA 8 5 */
+1 -4
drivers/media/usb/dvb-usb/dib0700_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Linux driver for devices based on the DiBcom DiB0700 USB bridge 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation, version 2. 6 3 * 7 4 * Copyright (C) 2005-6 DiBcom, SA 8 5 */
+1 -4
drivers/media/usb/dvb-usb/dib0700_devices.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Linux driver for devices based on the DiBcom DiB0700 USB bridge 2 - * 3 - * This program is free software; you can redistribute it and/or modify it 4 - * under the terms of the GNU General Public License as published by the Free 5 - * Software Foundation, version 2. 6 3 * 7 4 * Copyright (C) 2005-9 DiBcom, SA et al 8 5 */
+1 -4
drivers/media/usb/dvb-usb/dibusb-common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Common methods for dibusb-based-receivers. 2 3 * 3 4 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 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 Free 7 - * Software Foundation, version 2. 8 5 * 9 6 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 7 */
+1 -4
drivers/media/usb/dvb-usb/dibusb-mc-common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Common methods for dibusb-based-receivers. 2 3 * 3 4 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) 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 Free 7 - * Software Foundation, version 2. 8 5 * 9 6 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 7 */
+1 -4
drivers/media/usb/dvb-usb/dibusb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* Header file for all dibusb-based-receivers. 2 3 * 3 4 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 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 Free 7 - * Software Foundation, version 2. 8 5 * 9 6 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 7 */
+1 -4
drivers/media/usb/dvb-usb/digitv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for Nebula Electronics uDigiTV DVB-T USB2.0 2 3 * receiver 3 4 * 4 5 * Copyright (C) 2005 Patrick Boettcher (patrick.boettcher@posteo.de) 5 6 * 6 7 * partly based on the SDK published by Nebula Electronics 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation, version 2. 11 8 * 12 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 13 10 */
+1 -4
drivers/media/usb/dvb-usb/dtt200u-fe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Frontend part of the Linux driver for the WideView/ Yakumo/ Hama/ 2 3 * Typhoon/ Yuan DVB-T USB2.0 receiver. 3 4 * 4 5 * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> 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 Free 8 - * Software Foundation, version 2. 9 6 * 10 7 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 8 */
+1 -4
drivers/media/usb/dvb-usb/dtt200u.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB library compliant Linux driver for the WideView/ Yakumo/ Hama/ 2 3 * Typhoon/ Yuan/ Miglia DVB-T USB2.0 receiver. 3 4 * 4 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 6 * 6 7 * Thanks to Steve Chang from WideView for providing support for the WT-220U. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation, version 2. 11 8 * 12 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 13 10 */
+1 -4
drivers/media/usb/dvb-usb/dtt200u.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* Common header file of Linux driver for the WideView/ Yakumo/ Hama/ 2 3 * Typhoon/ Yuan DVB-T USB2.0 receiver. 3 4 * 4 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 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 Free 8 - * Software Foundation, version 2. 9 6 * 10 7 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 8 */
+1 -4
drivers/media/usb/dvb-usb/dvb-usb-init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DVB USB library - provides a generic interface for a DVB USB device driver. 3 4 * 4 5 * dvb-usb-init.c 5 6 * 6 7 * Copyright (C) 2004-6 Patrick Boettcher (patrick.boettcher@posteo.de) 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation, version 2. 11 8 * 12 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 13 10 */
+1 -4
drivers/media/usb/dvb-usb/dw2102.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB framework compliant Linux driver for the 2 3 * DVBWorld DVB-S 2101, 2102, DVB-S2 2104, DVB-C 3101, 3 4 * TeVii S421, S480, S482, S600, S630, S632, S650, S660, S662, ··· 7 6 * TechnoTrend S2-4600, 8 7 * Terratec Cinergy S2 cards 9 8 * Copyright (C) 2008-2012 Igor M. Liplianin (liplianin@me.by) 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License as published by the 13 - * Free Software Foundation, version 2. 14 9 * 15 10 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 16 11 */
+1 -4
drivers/media/usb/dvb-usb/gp8psk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant Linux driver for the 2 3 * - GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module 3 4 * ··· 8 7 * Thanks to GENPIX for the sample code used to implement this module. 9 8 * 10 9 * This module is based off the vp7045 and vp702x modules 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 Free 14 - * Software Foundation, version 2. 15 10 * 16 11 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 17 12 */
+1 -4
drivers/media/usb/dvb-usb/gp8psk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* DVB USB compliant Linux driver for the 2 3 * - GENPIX 8pks/qpsk/DCII USB2.0 DVB-S module 3 4 * ··· 8 7 * Thanks to GENPIX for the sample code used to implement this module. 9 8 * 10 9 * This module is based off the vp7045 and vp702x modules 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 Free 14 - * Software Foundation, version 2. 15 10 * 16 11 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 17 12 */
+1 -4
drivers/media/usb/dvb-usb/m920x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for MSI Mega Sky 580 DVB-T USB2.0 receiver 2 3 * 3 4 * Copyright (C) 2006 Aapo Tahkola (aet@rasterburn.org) 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, version 2. 8 5 * 9 6 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 10 7 */
+1 -4
drivers/media/usb/dvb-usb/nova-t-usb2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB framework compliant Linux driver for the Hauppauge WinTV-NOVA-T usb2 2 3 * DVB-T receiver. 3 4 * 4 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 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 Free 8 - * Software Foundation, version 2. 9 6 * 10 7 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 8 */
+1 -4
drivers/media/usb/dvb-usb/opera1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB framework compliant Linux driver for the Opera1 DVB-S Card 2 3 * 3 4 * Copyright (C) 2006 Mario Hlawitschka (dh1pa@amsat.org) 4 5 * Copyright (C) 2006 Marco Gittler (g.marco@freenet.de) 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 Free 8 - * Software Foundation, version 2. 9 6 * 10 7 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 8 */
+1 -4
drivers/media/usb/dvb-usb/ttusb2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for Technotrend DVB USB boxes and clones 2 3 * (e.g. Pinnacle 400e DVB-S USB2.0). 3 4 * ··· 16 15 * Copyright (c) 2002 Holger Waechtler <holger@convergence.de> 17 16 * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> 18 17 * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.org> 19 - * 20 - * This program is free software; you can redistribute it and/or modify it 21 - * under the terms of the GNU General Public License as published by the Free 22 - * Software Foundation, version 2. 23 18 * 24 19 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 25 20 */
+1 -4
drivers/media/usb/dvb-usb/ttusb2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* DVB USB compliant linux driver for Technotrend DVB USB boxes and clones 2 3 * (e.g. Pinnacle 400e DVB-S USB2.0). 3 4 * 4 5 * Copyright (c) 2002 Holger Waechtler <holger@convergence.de> 5 6 * Copyright (c) 2003 Felix Domke <tmbinc@elitedvb.net> 6 7 * Copyright (C) 2005-6 Patrick Boettcher <pb@linuxtv.de> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation, version 2. 11 8 * 12 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 13 10 */
+1 -4
drivers/media/usb/dvb-usb/umt-010.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB framework compliant Linux driver for the HanfTek UMT-010 USB2.0 2 3 * DVB-T receiver. 3 4 * 4 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 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 Free 8 - * Software Foundation, version 2. 9 6 * 10 7 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 11 8 */
+1 -5
drivers/media/usb/dvb-usb/vp702x-fe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB frontend part of the Linux driver for the TwinhanDTV StarBox USB2.0 2 3 * DVB-S receiver. 3 4 * ··· 12 11 * This file can be removed soon, after the DST-driver is rewritten to provice 13 12 * the frontend-controlling separately. 14 13 * 15 - * This program is free software; you can redistribute it and/or modify it 16 - * under the terms of the GNU General Public License as published by the Free 17 - * Software Foundation, version 2. 18 - * 19 14 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 20 - * 21 15 */ 22 16 #include "vp702x.h" 23 17
+1 -4
drivers/media/usb/dvb-usb/vp702x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant Linux driver for the TwinhanDTV StarBox USB2.0 DVB-S 2 3 * receiver. 3 4 * ··· 8 7 * Copyright (C) 2005 Patrick Boettcher <patrick.boettcher@posteo.de> 9 8 * 10 9 * Thanks to Twinhan who kindly provided hardware and information. 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 Free 14 - * Software Foundation, version 2. 15 10 * 16 11 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 17 12 */
+1 -5
drivers/media/usb/dvb-usb/vp7045-fe.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB frontend part of the Linux driver for TwinhanDTV Alpha/MagicBoxII USB2.0 2 3 * DVB-T receiver. 3 4 * ··· 6 5 * 7 6 * Thanks to Twinhan who kindly provided hardware and information. 8 7 * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License as published by the Free 11 - * Software Foundation, version 2. 12 - * 13 8 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 14 - * 15 9 */ 16 10 #include "vp7045.h" 17 11
+1 -4
drivers/media/usb/dvb-usb/vp7045.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant Linux driver for the 2 3 * - TwinhanDTV Alpha/MagicBoxII USB2.0 DVB-T receiver 3 4 * - DigitalNow TinyUSB2 DVB-t receiver ··· 6 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 7 6 * 8 7 * Thanks to Twinhan who kindly provided hardware and information. 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms of the GNU General Public License as published by the Free 12 - * Software Foundation, version 2. 13 8 * 14 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 15 10 */
+1 -4
drivers/media/usb/dvb-usb/vp7045.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* Common header-file of the Linux driver for the TwinhanDTV Alpha/MagicBoxII 2 3 * USB2.0 DVB-T receiver. 3 4 * 4 5 * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@posteo.de) 5 6 * 6 7 * Thanks to Twinhan who kindly provided hardware and information. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation, version 2. 11 8 * 12 9 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 13 10 */
+1 -5
drivers/media/usb/gspca/m5602/m5602_bridge.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * USB Driver for ALi m5602 based webcams 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #ifndef M5602_BRIDGE_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * USB Driver for ALi m5602 based webcams 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_mt9m111.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the mt9m111 sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_mt9m111.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the mt9m111 sensor 3 4 * ··· 13 12 * 14 13 * Some defines taken from the mt9m111 sensor driver 15 14 * Copyright (C) 2008, Robert Jarzmik <robert.jarzmik@free.fr> 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation, version 2. 20 - * 21 15 */ 22 16 23 17 #ifndef M5602_MT9M111_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_ov7660.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the ov7660 sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_ov7660.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the ov7660 sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #ifndef M5602_OV7660_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_ov9650.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 2 3 /* 3 4 * Driver for the ov9650 sensor ··· 11 10 * Copyright (c) 2006 Willem Duinker 12 11 * v4l2 interface modeled after the V4L2 driver 13 12 * for SN9C10x PC Camera Controllers 14 - * 15 - * This program is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation, version 2. 18 - * 19 13 */ 20 14 21 15 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_ov9650.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the ov9650 sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #ifndef M5602_OV9650_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_po1030.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the po1030 sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_po1030.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the po1030 sensor. 3 4 * ··· 12 11 * for SN9C10x PC Camera Controllers 13 12 * 14 13 * Register defines taken from Pascal Stangs Procyon Armlib 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation, version 2. 19 - * 20 14 */ 21 15 22 16 #ifndef M5602_PO1030_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_s5k4aa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the s5k4aa sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_s5k4aa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the s5k4aa sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #ifndef M5602_S5K4AA_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_s5k83a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the s5k83a sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
drivers/media/usb/gspca/m5602/m5602_s5k83a.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the s5k83a sensor 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #ifndef M5602_S5K83A_H_
+1 -5
drivers/media/usb/gspca/m5602/m5602_sensor.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * USB Driver for ALi m5602 based webcams 3 4 * ··· 10 9 * Copyright (c) 2006 Willem Duinker 11 10 * v4l2 interface modeled after the V4L2 driver 12 11 * for SN9C10x PC Camera Controllers 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License as 16 - * published by the Free Software Foundation, version 2. 17 - * 18 12 */ 19 13 20 14 #ifndef M5602_SENSOR_H_
+1 -5
drivers/media/usb/hdpvr/hdpvr-control.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hauppauge HD PVR USB driver - video 4 linux 2 interface 3 4 * 4 5 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 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 6 */ 11 7 12 8 #include <linux/kernel.h>
+1 -5
drivers/media/usb/hdpvr/hdpvr-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hauppauge HD PVR USB driver 3 4 * 4 5 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.com) 5 6 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 6 7 * Copyright (C) 2008 John Poet 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 8 */ 13 9 14 10 #include <linux/kernel.h>
+1 -5
drivers/media/usb/hdpvr/hdpvr-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 2 3 /* 3 4 * Hauppauge HD PVR USB driver ··· 7 6 * 8 7 * IR device registration code is 9 8 * Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net> 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 9 */ 16 10 17 11 #if IS_ENABLED(CONFIG_I2C)
+1 -5
drivers/media/usb/hdpvr/hdpvr-video.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hauppauge HD PVR USB driver - video 4 linux 2 interface 3 4 * 4 5 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 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 6 */ 11 7 12 8 #include <linux/kernel.h>
+1 -5
drivers/media/usb/hdpvr/hdpvr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Hauppauge HD PVR USB driver 3 4 * 4 5 * Copyright (C) 2008 Janne Grunau (j@jannau.net) 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 6 */ 11 7 12 8 #include <linux/usb.h>
+1 -4
drivers/mfd/dln2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Diolan DLN-2 USB adapter 3 4 * ··· 7 6 * Derived from: 8 7 * i2c-diolan-u2c.c 9 8 * Copyright (c) 2010-2011 Ericsson AB 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 9 */ 15 10 16 11 #include <linux/kernel.h>
+1 -4
drivers/mfd/lp87565.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Texas Instruments Incorporated - http://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 6 */ 10 7 11 8 #include <linux/interrupt.h>
+1 -4
drivers/mmc/host/sdhci-xenon-phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PHY support for Xenon SDHC 3 4 * ··· 6 5 * 7 6 * Author: Hu Ziji <huziji@marvell.com> 8 7 * Date: 2016-8-24 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 8 */ 14 9 15 10 #include <linux/slab.h>
+1 -4
drivers/mmc/host/sdhci-xenon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Marvell Xenon SDHC as a platform device 3 4 * ··· 6 5 * 7 6 * Author: Hu Ziji <huziji@marvell.com> 8 7 * Date: 2016-8-24 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 8 * 14 9 * Inspired by Jisheng Zhang <jszhang@marvell.com> 15 10 * Special thanks to Video BG4 project team.
+1 -4
drivers/mmc/host/sdhci-xenon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Marvell, All Rights Reserved. 3 4 * 4 5 * Author: Hu Ziji <huziji@marvell.com> 5 6 * Date: 2016-8-24 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 7 */ 11 8 #ifndef SDHCI_XENON_H_ 12 9 #define SDHCI_XENON_H_
+1 -4
drivers/mmc/host/vub300.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote VUB300 SDIO/SDmem Host Controller Driver 3 4 * ··· 7 6 * based on USB Skeleton driver - 2.2 8 7 * 9 8 * Copyright (C) 2001-2004 Greg Kroah-Hartman (greg@kroah.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 9 * 15 10 * VUB300: is a USB 2.0 client device with a single SDIO/SDmem/MMC slot 16 11 * Any SDIO/SDmem/MMC device plugged into the VUB300 will appear,
+1 -4
drivers/net/ieee802154/atusb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * atusb.c - Driver for the ATUSB IEEE 802.15.4 dongle 3 4 * 4 5 * Written 2013 by Werner Almesberger <werner@almesberger.net> 5 6 * 6 7 * Copyright (c) 2015 - 2016 Stefan Schmidt <stefan@datenfreihafen.org> 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 8 * 12 9 * Based on at86rf230.c and spi_atusb.c. 13 10 * at86rf230.c is
+1 -3
drivers/net/ieee802154/atusb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * atusb.h - Definitions shared between kernel and ATUSB firmware 3 4 * 4 5 * Written 2013 by Werner Almesberger <werner@almesberger.net> 5 6 * 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, or 9 7 * (at your option) any later version. 10 8 * 11 9 * This file should be identical for kernel and firmware.
+1 -4
drivers/pwm/pwm-lp3943.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI/National Semiconductor LP3943 PWM driver 3 4 * 4 5 * Copyright 2013 Texas Instruments 5 6 * 6 7 * Author: Milo Kim <milo.kim@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2. 11 8 */ 12 9 13 10 #include <linux/err.h>
+1 -5
drivers/pwm/pwm-lpc32xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012 Alexandre Pereira da Silva <aletes.xgr@gmail.com> 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 as published by 6 - * the Free Software Foundation; version 2. 7 - * 8 4 */ 9 5 10 6 #include <linux/clk.h>
+1 -4
drivers/regulator/lp87565-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Regulator driver for LP87565 PMIC 3 4 * 4 5 * Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ 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 version 2. 9 6 */ 10 7 11 8 #include <linux/module.h>
+1 -4
drivers/scsi/libsas/sas_host_smp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Serial Attached SCSI (SAS) Expander discovery and configuration 3 4 * 4 5 * Copyright (C) 2007 James E.J. Bottomley 5 6 * <James.Bottomley@HansenPartnership.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 only. 10 7 */ 11 8 #include <linux/scatterlist.h> 12 9 #include <linux/blkdev.h>
+1 -4
drivers/spi/spi-dln2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Diolan DLN-2 USB-SPI adapter 3 4 * 4 5 * Copyright (c) 2014 Intel Corporation 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 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
include/linux/mfd/lp87565.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Functions to access LP87565 power management chip. 3 4 * 4 5 * Copyright (C) 2017 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 6 */ 10 7 11 8 #ifndef __LINUX_MFD_LP87565_H
+1 -4
lib/bsearch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * A generic implementation of binary search for the Linux kernel 3 4 * 4 5 * Copyright (C) 2008-2009 Ksplice, Inc. 5 6 * Author: Tim Abbott <tabbott@ksplice.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 7 */ 11 8 12 9 #include <linux/export.h>
+1 -4
net/appletalk/atalk_proc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * atalk_proc.c - proc support for Appletalk 3 4 * 4 5 * Copyright(c) Arnaldo Carvalho de Melo <acme@conectiva.com.br> 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, version 2. 9 6 */ 10 7 11 8 #include <linux/init.h>
+1 -4
net/core/fib_rules.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/core/fib_rules.c Generic Routing Rules 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 4 * 8 5 * Authors: Thomas Graf <tgraf@suug.ch> 9 6 */
+1 -4
net/ipv6/fib6_rules.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/ipv6/fib6_rules.c IPv6 Routing Policy Rules 3 4 * 4 5 * Copyright (C)2003-2006 Helsinki University of Technology 5 6 * Copyright (C)2003-2006 USAGI/WIDE Project 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 7 * 11 8 * Authors 12 9 * Thomas Graf <tgraf@suug.ch>
+1 -3
security/selinux/include/conditional.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Interface to booleans in the security server. This is exported 3 4 * for the selinuxfs. ··· 6 5 * Author: Karl MacMillan <kmacmillan@tresys.com> 7 6 * 8 7 * Copyright (C) 2003 - 2004 Tresys Technology, LLC 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation, version 2. 12 8 */ 13 9 14 10 #ifndef _SELINUX_CONDITIONAL_H_
+1 -3
security/selinux/selinuxfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Updated: Karl MacMillan <kmacmillan@tresys.com> 2 3 * 3 4 * Added conditional policy language extensions ··· 10 9 * Copyright (C) 2007 Hewlett-Packard Development Company, L.P. 11 10 * Copyright (C) 2003 - 2004 Tresys Technology, LLC 12 11 * Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com> 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation, version 2. 16 12 */ 17 13 18 14 #include <linux/kernel.h>
+1 -3
security/selinux/ss/avtab.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * An access vector table (avtab) is a hash table 3 4 * of access vectors and transition types indexed ··· 14 13 * Added conditional policy language extensions 15 14 * 16 15 * Copyright (C) 2003 Tresys Technology, LLC 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License as published by 19 - * the Free Software Foundation, version 2. 20 16 * 21 17 * Updated: Yuichi Nakamura <ynakam@hitachisoft.jp> 22 18 * Tuned number of hash slots for avtab to reduce memory usage
+1 -3
security/selinux/ss/conditional.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Authors: Karl MacMillan <kmacmillan@tresys.com> 2 3 * Frank Mayer <mayerf@tresys.com> 3 4 * 4 5 * Copyright (C) 2003 - 2004 Tresys Technology, LLC 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation, version 2. 8 6 */ 9 7 10 8 #include <linux/kernel.h>
+1 -3
security/selinux/ss/conditional.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* Authors: Karl MacMillan <kmacmillan@tresys.com> 2 3 * Frank Mayer <mayerf@tresys.com> 3 4 * 4 5 * Copyright (C) 2003 - 2004 Tresys Technology, LLC 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation, version 2. 8 6 */ 9 7 10 8 #ifndef _CONDITIONAL_H_
+1 -3
security/selinux/ss/policydb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Implementation of the policy database. 3 4 * ··· 26 25 * Copyright (C) 2007 Hewlett-Packard Development Company, L.P. 27 26 * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc. 28 27 * Copyright (C) 2003 - 2004 Tresys Technology, LLC 29 - * This program is free software; you can redistribute it and/or modify 30 - * it under the terms of the GNU General Public License as published by 31 - * the Free Software Foundation, version 2. 32 28 */ 33 29 34 30 #include <linux/kernel.h>
+1 -3
security/selinux/ss/policydb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * A policy database (policydb) specifies the 3 4 * configuration data for the security policy. ··· 17 16 * 18 17 * Copyright (C) 2004-2005 Trusted Computer Solutions, Inc. 19 18 * Copyright (C) 2003 - 2004 Tresys Technology, LLC 20 - * This program is free software; you can redistribute it and/or modify 21 - * it under the terms of the GNU General Public License as published by 22 - * the Free Software Foundation, version 2. 23 19 */ 24 20 25 21 #ifndef _SS_POLICYDB_H_
+1 -3
security/selinux/ss/services.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Implementation of the security services. 3 4 * ··· 36 35 * Copyright (C) 2004-2006 Trusted Computer Solutions, Inc. 37 36 * Copyright (C) 2003 - 2004, 2006 Tresys Technology, LLC 38 37 * Copyright (C) 2003 Red Hat, Inc., James Morris <jmorris@redhat.com> 39 - * This program is free software; you can redistribute it and/or modify 40 - * it under the terms of the GNU General Public License as published by 41 - * the Free Software Foundation, version 2. 42 38 */ 43 39 #include <linux/kernel.h> 44 40 #include <linux/slab.h>
+1 -5
security/smack/smack.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.com> 3 4 * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation, version 2. 7 - * 8 5 * Author: 9 6 * Casey Schaufler <casey@schaufler-ca.com> 10 - * 11 7 */ 12 8 13 9 #ifndef _SECURITY_SMACK_H
+1 -5
security/smack/smack_access.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.com> 3 4 * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation, version 2. 7 - * 8 5 * Author: 9 6 * Casey Schaufler <casey@schaufler-ca.com> 10 - * 11 7 */ 12 8 13 9 #include <linux/types.h>
+1 -5
security/smack/smackfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Casey Schaufler <casey@schaufler-ca.com> 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 as published by 6 - * the Free Software Foundation, version 2. 7 4 * 8 5 * Authors: 9 6 * Casey Schaufler <casey@schaufler-ca.com> ··· 10 13 * 11 14 * Karl MacMillan <kmacmillan@tresys.com> 12 15 * James Morris <jmorris@redhat.com> 13 - * 14 16 */ 15 17 16 18 #include <linux/kernel.h>
+1 -5
sound/core/vmaster.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Virtual master and slave controls 3 4 * 4 5 * Copyright (c) 2008 by Takashi Iwai <tiwai@suse.de> 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/soc/pxa/e740_wm9705.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * e740-wm9705.c -- SoC audio for e740 3 4 * 4 5 * Copyright 2007 (c) Ian Molton <spyro@f2s.com> 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; version 2 ONLY. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
sound/soc/pxa/e750_wm9705.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * e750-wm9705.c -- SoC audio for e750 3 4 * 4 5 * Copyright 2007 (c) Ian Molton <spyro@f2s.com> 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; version 2 ONLY. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
sound/soc/pxa/e800_wm9712.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * e800-wm9712.c -- SoC audio for e800 3 4 * 4 5 * Copyright 2007 (c) Ian Molton <spyro@f2s.com> 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; version 2 ONLY. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
sound/usb/line6/capture.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/usb/line6/capture.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #ifndef CAPTURE_H
+1 -5
sound/usb/line6/driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/kernel.h>
+1 -5
sound/usb/line6/driver.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #ifndef DRIVER_H
+1 -5
sound/usb/line6/midi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/usb/line6/midi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #ifndef MIDI_H
+1 -5
sound/usb/line6/midibuf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/usb/line6/midibuf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #ifndef MIDIBUF_H
+1 -5
sound/usb/line6/pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/usb/line6/pcm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 /*
+1 -5
sound/usb/line6/playback.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/usb/line6/playback.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #ifndef PLAYBACK_H
+1 -5
sound/usb/line6/pod.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
sound/usb/line6/podhd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Pod HD 3 4 * 4 5 * Copyright (C) 2011 Stefan Hajnoczi <stefanha@gmail.com> 5 6 * Copyright (C) 2015 Andrej Krutak <dev@andree.sk> 6 7 * Copyright (C) 2017 Hans P. Moller <hmoller@uc.cl> 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 8 */ 13 9 14 10 #include <linux/usb.h>
+1 -5
sound/usb/line6/toneport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 5 6 * Emil Myhrman (emil.myhrman@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 7 */ 12 8 13 9 #include <linux/wait.h>
+1 -5
sound/usb/line6/variax.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Line 6 Linux USB driver 3 4 * 4 5 * Copyright (C) 2004-2010 Markus Grabner (grabner@icg.tugraz.at) 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 6 */ 11 7 12 8 #include <linux/slab.h>