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 285

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 of the license this program
is distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
8e8e69d6 97fb5e8d

+102 -916
+1 -9
arch/m68k/coldfire/gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Coldfire generic GPIO support. 3 4 * 4 5 * (C) Copyright 2009, Steven King <sfking@fdwdc.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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
arch/m68k/include/asm/gpio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Coldfire generic GPIO support 3 4 * 4 5 * (C) Copyright 2009, Steven King <sfking@fdwdc.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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef coldfire_gpio_h
+1 -9
arch/m68k/include/asm/mcfgpio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Coldfire generic GPIO support. 3 4 * 4 5 * (C) Copyright 2009, Steven King <sfking@fdwdc.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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef mcfgpio_h
+1 -9
arch/powerpc/kernel/kexec_elf_64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Load ELF vmlinux file for the kexec_file_load syscall. 3 4 * ··· 11 10 * Based on kexec-tools' kexec-elf-exec.c and kexec-elf-ppc64.c. 12 11 * Heavily modified for the kernel by 13 12 * Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>. 14 - * 15 - * This program is free software; you can redistribute it and/or modify 16 - * it under the terms of the GNU General Public License as published by 17 - * the Free Software Foundation (version 2 of the License). 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 13 */ 24 14 25 15 #define pr_fmt(fmt) "kexec_elf: " fmt
+1 -9
arch/powerpc/kernel/machine_kexec_file_64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ppc64 code to implement the kexec_file_load syscall 3 4 * ··· 12 11 * Based on kexec-tools' kexec-elf-ppc64.c, fs2dt.c. 13 12 * Heavily modified for the kernel by 14 13 * Thiago Jung Bauermann <bauerman@linux.vnet.ibm.com>. 15 - * 16 - * This program is free software; you can redistribute it and/or modify 17 - * it under the terms of the GNU General Public License as published by 18 - * the Free Software Foundation (version 2 of the License). 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 14 */ 25 15 26 16 #include <linux/slab.h>
+1 -9
drivers/fpga/altera-cvp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FPGA Manager Driver for Altera Arria/Cyclone/Stratix CvP 3 4 * 4 5 * Copyright (C) 2017 DENX Software Engineering 5 6 * 6 7 * Anatolij Gustschin <agust@denx.de> 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 * 17 9 * Manage Altera FPGA firmware using PCIe CvP. 18 10 * Firmware must be in binary "rbf" format.
+1 -9
drivers/fpga/ts73xx-fpga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Technologic Systems TS-73xx SBC FPGA loader 3 4 * ··· 6 5 * 7 6 * FPGA Manager Driver for the on-board Altera Cyclone II FPGA found on 8 7 * TS-7300, heavily based on load_fpga.c in their vendor tree. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/delay.h>
+1 -9
drivers/fpga/xilinx-pr-decoupler.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017, National Instruments Corp. 3 4 * Copyright (c) 2017, Xilix Inc 4 5 * 5 6 * FPGA Bridge Driver for the Xilinx LogiCORE Partial Reconfiguration 6 7 * Decoupler IP Core. 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/fpga/zynq-fpga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2011-2015 Xilinx Inc. 3 4 * Copyright (c) 2015, National Instruments Corp. 4 5 * 5 6 * FPGA Manager Driver for Xilinx Zynq, heavily based on xdevcfg driver 6 7 * in their vendor tree. 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/gpio/gpio-mb86s7x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/gpio/gpio-mb86s7x.c 3 4 * 4 5 * Copyright (C) 2015 Fujitsu Semiconductor Limited 5 6 * Copyright (C) 2015 Linaro Ltd. 6 - * 7 - * This program is free software: you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation, version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/io.h>
+1 -9
drivers/i2c/busses/i2c-eg20t.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. 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 of the License. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/module.h>
+1 -9
drivers/i2c/busses/i2c-taos-evm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the TAOS evaluation modules 3 4 * These devices include an I2C master which can be controlled over the 4 5 * serial port. 5 6 * 6 7 * Copyright (C) 2007 Jean Delvare <jdelvare@suse.de> 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/delay.h>
+1 -10
drivers/iio/adc/axp288_adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * axp288_adc.c - X-Powers AXP288 PMIC ADC Driver 3 4 * 4 5 * Copyright (C) 2014 Intel Corporation 5 6 * 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/module.h>
+1 -9
drivers/input/misc/e3x0-button.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, National Instruments Corp. All rights reserved. 3 4 * 4 5 * Driver for NI Ettus Research USRP E3x0 Button Driver 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/device.h>
+1 -9
drivers/mailbox/arm_mhu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013-2015 Fujitsu Semiconductor Ltd. 3 4 * Copyright (C) 2015 Linaro Ltd. 4 5 * Author: Jassi Brar <jaswinder.singh@linaro.org> 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/interrupt.h>
+1 -10
drivers/mailbox/hi6220-mailbox.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hisilicon's Hi6220 mailbox driver 3 4 * ··· 6 5 * Copyright (c) 2015 Linaro Limited. 7 6 * 8 7 * Author: Leo Yan <leo.yan@linaro.org> 9 - * 10 - * This program is free software: you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation, version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/device.h>
+1 -9
drivers/mailbox/platform_mhu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 BayLibre SAS. 3 4 * Author: Neil Armstrong <narmstrong@baylibre.com> ··· 6 5 * Copyright (C) 2013-2015 Fujitsu Semiconductor Ltd. 7 6 * Copyright (C) 2015 Linaro Ltd. 8 7 * Author: Jassi Brar <jaswinder.singh@linaro.org> 9 - * 10 - * This program is free software: you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation, version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/interrupt.h>
+1 -10
drivers/media/radio/radio-si476x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/radio/radio-si476x.c -- V4L2 driver for SI476X chips 3 4 * ··· 6 5 * Copyright (C) 2013 Andrey Smirnov 7 6 * 8 7 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/module.h>
+1 -9
drivers/media/rc/ir-jvc-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ir-jvc-decoder.c - handle JVC IR Pulse/Space protocol 2 3 * 3 4 * Copyright (C) 2010 by David Härdeman <david@hardeman.nu> 4 - * 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 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/bitrev.h>
+1 -9
drivers/media/rc/ir-mce_kbd-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ir-mce_kbd-decoder.c - A decoder for the RC6-ish keyboard/mouse IR protocol 2 3 * used by the Microsoft Remote Keyboard for Windows Media Center Edition, 3 4 * referred to by Microsoft's Windows Media Center remote specification docs 4 5 * as "an internal protocol called MCIR-2". 5 6 * 6 7 * Copyright (C) 2011 by Jarod Wilson <jarod@redhat.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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 #include <linux/module.h> 18 10
+1 -9
drivers/media/rc/ir-rc6-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ir-rc6-decoder.c - A decoder for the RC6 IR protocol 2 3 * 3 4 * Copyright (C) 2010 by David Härdeman <david@hardeman.nu> 4 - * 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 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include "rc-core-priv.h"
+1 -9
drivers/media/rc/ir-sharp-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ir-sharp-decoder.c - handle Sharp IR Pulse/Space protocol 2 3 * 3 4 * Copyright (C) 2013-2014 Imagination Technologies Ltd. 4 5 * 5 6 * Based on NEC decoder: 6 7 * Copyright (C) 2010 by Mauro Carvalho Chehab 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/bitrev.h>
+1 -9
drivers/media/rc/ir-sony-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ir-sony-decoder.c - handle Sony IR Pulse/Space protocol 2 3 * 3 4 * Copyright (C) 2010 by David Härdeman <david@hardeman.nu> 4 - * 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 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/bitrev.h>
+1 -9
drivers/media/rc/ir-xmp-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ir-xmp-decoder.c - handle XMP IR Pulse/Space protocol 2 3 * 3 4 * Copyright (C) 2014 by Marcel Mol 4 - * 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 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 * 14 6 * - Based on info from http://www.hifi-remote.com 15 7 * - Ignore Toggle=9 frames
+1 -10
drivers/mfd/si476x-cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/mfd/si476x-cmd.c -- Subroutines implementing command 3 4 * protocol of si476x series of chips ··· 7 6 * Copyright (C) 2013 Andrey Smirnov 8 7 * 9 8 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #include <linux/module.h>
+1 -10
drivers/mfd/si476x-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/mfd/si476x-i2c.c -- Core device driver for si476x MFD 3 4 * device ··· 7 6 * Copyright (C) 2013 Andrey Smirnov 8 7 * 9 8 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 9 */ 21 10 #include <linux/module.h> 22 11
+1 -9
drivers/mfd/si476x-prop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/mfd/si476x-prop.c -- Subroutines to access 3 4 * properties of si476x chips ··· 7 6 * Copyright (C) 2013 Andrey Smirnov 8 7 * 9 8 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 #include <linux/module.h> 21 11
+1 -9
drivers/net/can/peak_canfd/peak_canfd_user.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * CAN driver for PEAK System micro-CAN based adapters 3 4 * 4 5 * Copyright (C) 2003-2011 PEAK System-Technik GmbH 5 6 * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.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 9 - * by the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 #ifndef PEAK_CANFD_USER_H 17 9 #define PEAK_CANFD_USER_H
+1 -9
drivers/net/can/usb/gs_usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* CAN driver for Geschwister Schneider USB/CAN devices 2 3 * and bytewerk.org candleLight USB CAN interfaces. 3 4 * ··· 7 6 * Copyright (C) 2016 Hubert Denkmair 8 7 * 9 8 * Many thanks to all socketcan devs! 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 13 - * by the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/init.h>
+1 -9
drivers/net/can/usb/peak_usb/pcan_usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN driver for PEAK System PCAN-USB adapter 3 4 * Derived from the PCAN project file driver/src/pcan_usb.c ··· 7 6 * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> 8 7 * 9 8 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> 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 13 - * by the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 #include <linux/netdevice.h> 21 11 #include <linux/usb.h>
+1 -9
drivers/net/can/usb/peak_usb/pcan_usb_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN driver for PEAK System USB adapters 3 4 * Derived from the PCAN project file driver/src/pcan_usb_core.c ··· 7 6 * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 8 7 * 9 8 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> 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 13 - * by the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 #include <linux/init.h> 21 11 #include <linux/signal.h>
+1 -9
drivers/net/can/usb/peak_usb/pcan_usb_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * CAN driver for PEAK System USB adapters 3 4 * Derived from the PCAN project file driver/src/pcan_usb_core.c ··· 7 6 * Copyright (C) 2010-2012 Stephane Grosjean <s.grosjean@peak-system.com> 8 7 * 9 8 * Many thanks to Klaus Hitschler <klaus.hitschler@gmx.de> 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 13 - * by the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 #ifndef PCAN_USB_CORE_H 21 11 #define PCAN_USB_CORE_H
+1 -9
drivers/net/can/usb/peak_usb/pcan_usb_fd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN driver for PEAK System PCAN-USB FD / PCAN-USB Pro FD adapter 3 4 * 4 5 * Copyright (C) 2013-2014 Stephane Grosjean <s.grosjean@peak-system.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 8 - * by the Free Software Foundation; version 2 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 #include <linux/netdevice.h> 16 8 #include <linux/usb.h>
+1 -9
drivers/net/can/usb/peak_usb/pcan_usb_pro.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CAN driver for PEAK System PCAN-USB Pro adapter 3 4 * Derived from the PCAN project file driver/src/pcan_usbpro.c 4 5 * 5 6 * Copyright (C) 2003-2011 PEAK System-Technik GmbH 6 7 * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> 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 10 - * by the Free Software Foundation; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 #include <linux/netdevice.h> 18 10 #include <linux/usb.h>
+1 -9
drivers/net/can/usb/peak_usb/pcan_usb_pro.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * CAN driver for PEAK System PCAN-USB Pro adapter 3 4 * Derived from the PCAN project file driver/src/pcan_usbpro_fw.h 4 5 * 5 6 * Copyright (C) 2003-2011 PEAK System-Technik GmbH 6 7 * Copyright (C) 2011-2012 Stephane Grosjean <s.grosjean@peak-system.com> 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 10 - * by the Free Software Foundation; version 2 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 #ifndef PCAN_USB_PRO_H 18 10 #define PCAN_USB_PRO_H
+2 -8
drivers/net/ethernet/mediatek/mtk_eth_soc.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License as published by 3 - * the Free Software Foundation; version 2 of the License 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org> 11 5 * Copyright (C) 2009-2016 Felix Fietkau <nbd@openwrt.org>
+2 -8
drivers/net/ethernet/mediatek/mtk_eth_soc.h
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License as published by 3 - * the Free Software Foundation; version 2 of the License 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 2 + /* 9 3 * 10 4 * Copyright (C) 2009-2016 John Crispin <blogic@openwrt.org> 11 5 * Copyright (C) 2009-2016 Felix Fietkau <nbd@openwrt.org>
+1 -9
drivers/phy/ti/phy-da8xx-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * phy-da8xx-usb - TI DaVinci DA8xx USB PHY driver 3 4 * 4 5 * Copyright (C) 2016 David Lechner <david@lechnology.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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/clk.h>
+1 -9
drivers/pinctrl/pinctrl-da850-pupd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinconf driver for TI DA850/OMAP-L138/AM18XX pullup/pulldown groups 3 4 * 4 5 * Copyright (C) 2016 David Lechner 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 16 8 #include <linux/bitops.h>
+1 -10
drivers/power/supply/axp288_fuel_gauge.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * axp288_fuel_gauge.c - Xpower AXP288 PMIC Fuel Gauge Driver 3 4 * ··· 6 5 * Copyright (C) 2014 Intel Corporation 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/dmi.h>
+1 -9
drivers/reset/reset-imx7.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017, Impinj, Inc. 3 4 * 4 5 * i.MX7 System Reset Controller (SRC) driver 5 6 * 6 7 * Author: Andrey Smirnov <andrew.smirnov@gmail.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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/mfd/syscon.h>
+1 -9
drivers/reset/reset-zynq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, National Instruments Corp. 3 4 * 4 5 * Xilinx Zynq Reset controller driver 5 6 * 6 7 * Author: Moritz Fischer <moritz.fischer@ettus.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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/err.h>
+1 -9
drivers/scsi/hptiop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HighPoint RR3xxx/4xxx controller driver for Linux 3 4 * Copyright (C) 2006-2015 HighPoint Technologies, Inc. All Rights Reserved. 4 - * 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 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 * 14 6 * Please report bugs/comments/suggestions to linux@highpoint-tech.com 15 7 *
+1 -9
drivers/scsi/hptiop.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * HighPoint RR3xxx/4xxx controller driver for Linux 3 4 * Copyright (C) 2006-2015 HighPoint Technologies, Inc. All Rights Reserved. 4 - * 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 of the License. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 * 14 6 * Please report bugs/comments/suggestions to linux@highpoint-tech.com 15 7 *
+1 -10
drivers/scsi/qla2xxx/qla_target.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * qla_target.c SCSI LLD infrastructure for QLogic 22xx/23xx/24xx/25xx 3 4 * ··· 12 11 * Forward port and refactoring to modern qla2xxx and target/configfs 13 12 * 14 13 * Copyright (C) 2010-2013 Nicholas A. Bellinger <nab@kernel.org> 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 18 - * as published by the Free Software Foundation, version 2 19 - * of the License. 20 - * 21 - * This program is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 14 */ 26 15 27 16 #include <linux/module.h>
+1 -9
drivers/spi/spi-topcliff-pch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPI bus driver for the Topcliff PCH used by Intel SoCs 3 4 * 4 5 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/delay.h>
+1 -9
drivers/thermal/clock_cooling.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/thermal/clock_cooling.c 3 4 * ··· 10 9 * Highly based on cpu_cooling.c. 11 10 * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) 12 11 * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; version 2 of the License. 17 - * 18 - * This program is distributed in the hope that it will be useful, but 19 - * WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 12 */ 23 13 #include <linux/clk.h> 24 14 #include <linux/cpufreq.h>
+1 -9
include/linux/can/dev/peak_canfd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * CAN driver for PEAK System micro-CAN based adapters 3 4 * 4 5 * Copyright (C) 2003-2011 PEAK System-Technik GmbH 5 6 * Copyright (C) 2011-2013 Stephane Grosjean <s.grosjean@peak-system.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 9 - * by the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 #ifndef PUCAN_H 17 9 #define PUCAN_H
+1 -9
include/linux/clock_cooling.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/include/linux/clock_cooling.h 3 4 * ··· 10 9 * Highly based on cpu_cooling.c. 11 10 * Copyright (C) 2012 Samsung Electronics Co., Ltd(http://www.samsung.com) 12 11 * Copyright (C) 2012 Amit Daniel <amit.kachhap@linaro.org> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation; version 2 of the License. 17 - * 18 - * This program is distributed in the hope that it will be useful, but 19 - * WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 12 */ 23 13 24 14 #ifndef __CPU_COOLING_H__
+1 -10
include/linux/mfd/si476x-core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/si476x-core.h -- Common definitions for si476x core 3 4 * device ··· 7 6 * Copyright (C) 2013 Andrey Smirnov 8 7 * 9 8 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #ifndef SI476X_CORE_H
+1 -10
include/linux/mfd/si476x-platform.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/si476x-platform.h -- Platform data specific definitions 3 4 * 4 5 * Copyright (C) 2013 Andrey Smirnov 5 6 * 6 7 * Author: Andrey Smirnov <andrew.smirnov@gmail.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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __SI476X_PLATFORM_H__
+1 -10
include/linux/mfd/si476x-reports.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/si476x-platform.h -- Definitions of the data formats 3 4 * returned by debugfs hooks ··· 6 5 * Copyright (C) 2013 Andrey Smirnov 7 6 * 8 7 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #ifndef __SI476X_REPORTS_H__
+1 -9
include/linux/regulator/act8865.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * act8865.h -- Voltage regulation for active-semi act88xx PMUs 3 4 * 4 5 * Copyright (C) 2013 Atmel Corporation. 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __LINUX_REGULATOR_ACT8865_H
+1 -9
include/linux/spi/rspi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Renesas SPI driver 3 4 * 4 5 * Copyright (C) 2012 Renesas Solutions Corp. 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __LINUX_SPI_RENESAS_SPI_H__
+1 -9
include/linux/spi/sh_hspi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2011 Kuninori Morimoto 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 of the License. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef SH_HSPI_H 14 6 #define SH_HSPI_H
+1 -10
include/media/drv-intf/si476x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/drv-intf/si476x.h -- Common definitions for si476x driver 3 4 * ··· 6 5 * Copyright (C) 2013 Andrey Smirnov 7 6 * 8 7 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #ifndef SI476X_H
+1 -9
include/media/rc-core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Remote Controller core header 3 4 * 4 5 * Copyright (C) 2009-2010 by Mauro Carvalho Chehab 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _RC_CORE
+1 -9
sound/hda/ext/hdac_ext_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hdac-ext-bus.c - HD-audio extended core bus functions. 3 4 * 4 5 * Copyright (C) 2014-2015 Intel Corp 5 6 * Author: Jeeja KP <jeeja.kp@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 * 17 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 10 */
+1 -9
sound/hda/ext/hdac_ext_controller.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hdac-ext-controller.c - HD-audio extended controller functions. 3 4 * 4 5 * Copyright (C) 2014-2015 Intel Corp 5 6 * Author: Jeeja KP <jeeja.kp@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 * 17 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 10 */
+1 -9
sound/hda/ext/hdac_ext_stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hdac-ext-stream.c - HD-audio extended stream operations. 3 4 * 4 5 * Copyright (C) 2015 Intel Corp 5 6 * Author: Jeeja KP <jeeja.kp@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 * 17 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 10 */
+1 -9
sound/soc/codecs/hdac_hdmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hdac_hdmi.c - ASoc HDA-HDMI codec driver for Intel platforms 3 4 * ··· 6 5 * Author: Samreen Nilofer <samreen.nilofer@intel.com> 7 6 * Subhransu S. Prusty <subhransu.s.prusty@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 10 */
+1 -10
sound/soc/codecs/si476x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sound/soc/codecs/si476x.c -- Codec driver for SI476X chips 3 4 * ··· 6 5 * Copyright (C) 2013 Andrey Smirnov 7 6 * 8 7 * Author: Andrey Smirnov <andrew.smirnov@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/module.h>
+1 -9
sound/soc/hisilicon/hi6210-i2s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/sound/soc/m8m/hi6210_i2s.c - I2S IP driver 3 4 * 4 5 * Copyright (C) 2015 Linaro, Ltd 5 6 * Author: Andy Green <andy.green@linaro.org> 6 - * 7 - * This program is free software: you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation, version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 * 16 8 * This driver only deals with S2 interface (BT) 17 9 */
+1 -9
sound/soc/intel/atom/sst-atom-controls.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst-atom-controls.c - Intel MID Platform driver DPCM ALSA controls for Mrfld 3 4 * ··· 6 5 * Author: Omair Mohammed Abdullah <omair.m.abdullah@intel.com> 7 6 * Vinod Koul <vinod.koul@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 * 19 9 * In the dpcm driver modelling when a particular FE/BE/Mixer/Pipe is active 20 10 * we forward the settings and parameters, rest we keep the values in
+1 -10
sound/soc/intel/atom/sst-atom-controls.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * sst-atom-controls.h - Intel MID Platform driver header file 3 4 * ··· 8 7 * Samreen Nilofer <samreen.nilofer@intel.com> 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 9 * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 - * 22 11 */ 23 12 24 13 #ifndef __SST_ATOM_CONTROLS_H__
+1 -9
sound/soc/intel/atom/sst-mfld-dsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef __SST_MFLD_DSP_H__ 2 3 #define __SST_MFLD_DSP_H__ 3 4 /* ··· 7 6 * Copyright (C) 2008-14 Intel Corporation 8 7 * Authors: Vinod Koul <vinod.koul@linux.intel.com> 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 11 */
+1 -9
sound/soc/intel/atom/sst-mfld-platform-compress.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_mfld_platform.c - Intel MID Platform driver 3 4 * 4 5 * Copyright (C) 2010-2014 Intel Corp 5 6 * Author: Vinod Koul <vinod.koul@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 * 17 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 10 */
+1 -9
sound/soc/intel/atom/sst-mfld-platform-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_mfld_platform.c - Intel MID Platform driver 3 4 * ··· 6 5 * Author: Vinod Koul <vinod.koul@intel.com> 7 6 * Author: Harsha Priya <priya.harsha@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 10 */
+1 -9
sound/soc/intel/atom/sst-mfld-platform.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * sst_mfld_platform.h - Intel MID Platform driver header file 3 4 * ··· 6 5 * Author: Vinod Koul <vinod.koul@intel.com> 7 6 * Author: Harsha Priya <priya.harsha@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 10 */
+1 -9
sound/soc/intel/atom/sst/sst.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst.c - Intel SST Driver for audio engine 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/atom/sst/sst.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * sst.h - Intel SST Driver for audio engine 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 *
+1 -9
sound/soc/intel/atom/sst/sst_drv_interface.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_drv_interface.c - Intel SST Driver for audio engine 3 4 * ··· 7 6 * Harsha Priya <priya.harsha@intel.com> 8 7 * Dharageswari R <dharageswari.r@intel.com) 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 11 */
+1 -9
sound/soc/intel/atom/sst/sst_ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_ipc.c - Intel SST Driver for audio engine 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/atom/sst/sst_loader.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_dsp.c - Intel SST Driver for audio engine 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 *
+1 -9
sound/soc/intel/atom/sst/sst_pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_pci.c - SST (LPE) driver init file for pci enumeration. 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/atom/sst/sst_pvt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_pvt.c - Intel SST Driver for audio engine 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/atom/sst/sst_stream.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_stream.c - Intel SST Driver for audio engine 3 4 * ··· 8 7 * Dharageswari R <dharageswari.r@intel.com> 9 8 * KP Jeeja <jeeja.kp@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/boards/bytcht_da7213.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bytcht-da7213.c - ASoc Machine driver for Intel Baytrail and 3 4 * Cherrytrail-based platforms, with Dialog DA7213 codec ··· 7 6 * Author: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> 8 7 * 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 11 */
+1 -9
sound/soc/intel/boards/bytcht_es8316.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bytcht_es8316.c - ASoc Machine driver for Intel Baytrail/Cherrytrail 3 4 * platforms with Everest ES8316 SoC ··· 8 7 * Daniel Drake <drake@endlessm.com> 9 8 * 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/boards/bytcht_nocodec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bytcht_nocodec.c - ASoc Machine driver for MinnowBoard Max and Up 3 4 * to make I2S signals observable on the Low-Speed connector. Audio codec ··· 7 6 * Copyright (C) 2015-2017 Intel Corp 8 7 * 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 11 */
+1 -9
sound/soc/intel/boards/bytcr_rt5640.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * byt_cr_dpcm_rt5640.c - ASoc Machine driver for Intel Byt CR platform 3 4 * 4 5 * Copyright (C) 2014 Intel Corp 5 6 * Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 * 17 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 10 */
+1 -9
sound/soc/intel/boards/bytcr_rt5651.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bytcr_rt5651.c - ASoc Machine driver for Intel Byt CR platform 3 4 * (derived from bytcr_rt5640.c) 4 5 * 5 6 * Copyright (C) 2015 Intel Corp 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 * 17 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 18 10 */
+1 -9
sound/soc/intel/boards/cht_bsw_max98090_ti.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cht-bsw-max98090.c - ASoc Machine driver for Intel Cherryview-based 3 4 * platforms Cherrytrail and Braswell, with max98090 & TI codec. ··· 7 6 * Author: Fang, Yang A <yang.a.fang@intel.com> 8 7 * This file is modified from cht_bsw_rt5645.c 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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 as published by 13 - * the Free Software Foundation; version 2 of the License. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 11 */
+1 -9
sound/soc/intel/boards/cht_bsw_nau8824.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cht-bsw-nau8824.c - ASoc Machine driver for Intel Cherryview-based 3 4 * platforms Cherrytrail and Braswell, with nau8824 codec. ··· 9 8 * Author: Wang, Joseph C <joequant@gmail.com> 10 9 * Co-author: John Hsu <KCHSU0@nuvoton.com> 11 10 * This file is based on cht_bsw_rt5672.c and cht-bsw-max98090.c 12 - * 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 of the License. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 11 */ 22 12 23 13 #include <linux/module.h>
+1 -9
sound/soc/intel/boards/cht_bsw_rt5645.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cht-bsw-rt5645.c - ASoc Machine driver for Intel Cherryview-based platforms 3 4 * Cherrytrail and Braswell, with RT5645 codec. ··· 8 7 * N,Harshapriya <harshapriya.n@intel.com> 9 8 * This file is modified from cht_bsw_rt5672.c 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 */
+1 -9
sound/soc/intel/boards/cht_bsw_rt5672.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cht_bsw_rt5672.c - ASoc Machine driver for Intel Cherryview-based platforms 3 4 * Cherrytrail and Braswell, with RT5672 codec. ··· 6 5 * Copyright (C) 2014 Intel Corp 7 6 * Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com> 8 7 * Mengdong Lin <mengdong.lin@intel.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/input.h>
+1 -9
sound/soc/intel/skylake/bxt-sst.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bxt-sst.c - DSP library functions for BXT platform 3 4 * 4 5 * Copyright (C) 2015-16 Intel Corp 5 6 * Author:Rafal Redzimski <rafal.f.redzimski@intel.com> 6 7 * Jeeja KP <jeeja.kp@intel.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 of the License. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -9
sound/soc/intel/skylake/skl-debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-debug.c - Debugfs for skl driver 3 4 * 4 5 * Copyright (C) 2016-17 Intel Corp 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/pci.h>
+1 -9
sound/soc/intel/skylake/skl-i2s.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * skl-i2s.h - i2s blob mapping 3 4 * 4 5 * Copyright (C) 2017 Intel Corp 5 6 * Author: Subhransu S. Prusty < subhransu.s.prusty@intel.com> 6 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 8 * 16 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17 - * 18 10 */ 19 11 20 12 #ifndef __SOUND_SOC_SKL_I2S_H
+1 -10
sound/soc/intel/skylake/skl-nhlt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-nhlt.c - Intel SKL Platform NHLT parsing 3 4 * ··· 6 5 * Author: Sanjiv Kumar <sanjiv.kumar@intel.com> 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 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 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 - * 20 9 */ 21 10 #include <linux/pci.h> 22 11 #include "skl.h"
+1 -10
sound/soc/intel/skylake/skl-nhlt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * skl-nhlt.h - Intel HDA Platform NHLT header 3 4 * ··· 6 5 * Author: Sanjiv Kumar <sanjiv.kumar@intel.com> 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 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 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 - * 20 9 */ 21 10 #ifndef __SKL_NHLT_H__ 22 11 #define __SKL_NHLT_H__
+1 -10
sound/soc/intel/skylake/skl-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl-pcm.c -ASoC HDA Platform driver file implementing PCM functionality 3 4 * ··· 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 8 * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 - * 21 10 */ 22 11 23 12 #include <linux/pci.h>
+1 -10
sound/soc/intel/skylake/skl-ssp-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * skl-ssp-clk.h - Skylake ssp clock information and ipc structure 3 4 * ··· 7 6 * Author: Subhransu S. Prusty <subhransu.s.prusty@intel.com> 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 8 * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation; version 2 of the License. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 - * 21 10 */ 22 11 23 12 #ifndef SOUND_SOC_SKL_SSP_CLK_H
+1 -10
sound/soc/intel/skylake/skl-topology.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * skl_topology.h - Intel HDA Platform topology header file 3 4 * ··· 6 5 * Author: Jeeja KP <jeeja.kp@intel.com> 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 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 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 - * 20 9 */ 21 10 22 11 #ifndef __SKL_TOPOLOGY_H__
+1 -9
sound/soc/intel/skylake/skl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * skl.c - Implementation of ASoC Intel SKL HD Audio driver 3 4 * ··· 9 8 * Copyright (c) 2004 Takashi Iwai <tiwai@suse.de> 10 9 * PeiSen Hou <pshou@realtek.com.tw> 11 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 - * 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 of the License. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 11 * 22 12 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 13 */
+1 -10
sound/soc/intel/skylake/skl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * skl.h - HD Audio skylake defintions. 3 4 * ··· 6 5 * Author: Jeeja KP <jeeja.kp@intel.com> 7 6 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 8 7 * 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 of the License. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of 15 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 - * General Public License for more details. 17 - * 18 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 19 - * 20 9 */ 21 10 22 11 #ifndef __SOUND_SOC_SKL_H
+1 -9
sound/x86/intel_hdmi_audio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_hdmi_audio.c - Intel HDMI audio driver 3 4 * ··· 8 7 * Vaibhav Agarwal <vaibhav.agarwal@intel.com> 9 8 * Jerome Anand <jerome.anand@intel.com> 10 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 * 21 11 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 12 * ALSA driver for Intel HDMI audio
+1 -9
sound/x86/intel_hdmi_lpe_audio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_hdmi_lpe_audio.h - Intel HDMI LPE audio driver 3 4 * ··· 9 8 * Jerome Anand <jerome.anand@intel.com> 10 9 * Aravind Siddappaji <aravindx.siddappaji@intel.com> 11 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 12 - * 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 of the License. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 11 * 22 12 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 23 13 */
+1 -9
tools/power/cpupower/lib/cpufreq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * cpufreq.h - definitions for libcpufreq 3 4 * 4 5 * Copyright (C) 2004-2009 Dominik Brodowski <linux@dominikbrodowski.de> 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 of the License. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __CPUPOWER_CPUFREQ_H__
+1 -8
tools/testing/selftests/powerpc/scripts/hmi.sh
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # 3 4 # Copyright 2015, Daniel Axtens, IBM Corporation 4 5 # 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 of the License. 8 - # 9 - # This program is distributed in the hope that it will be useful, 10 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - # GNU General Public License for more details. 13 6 14 7 15 8 # do we have ./getscom, ./putscom?