Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 as published by the free software foundation this program
is distributed in the hope 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 263 file(s).

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
2025cf9e d9523678

+259 -2425
+1 -10
arch/arm/mach-rockchip/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Author: Tony Xie <tony.xie@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/init.h>
+1 -9
arch/arm/mach-rockchip/pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Author: Tony Xie <tony.xie@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifndef __MACH_ROCKCHIP_PM_H
+1 -10
arch/arm/mach-rockchip/sleep.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Author: Tony Xie <tony.xie@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/linkage.h>
+1 -9
arch/x86/events/intel/bts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * BTS PMU driver for perf 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #undef DEBUG
+1 -9
arch/x86/events/intel/pt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel(R) Processor Trace PMU driver for perf 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 * Intel PT is specified in the Intel Architecture Instruction Set Extensions 15 7 * Programming Reference:
+1 -9
arch/x86/events/intel/pt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel(R) Processor Trace PMU driver for perf 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 * Intel PT is specified in the Intel Architecture Instruction Set Extensions 15 7 * Programming Reference:
+1 -10
arch/x86/include/asm/intel_telemetry.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel SOC Telemetry Driver Header File 3 4 * Copyright (C) 2015, Intel Corporation. 4 5 * All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 #ifndef INTEL_TELEMETRY_H 17 8 #define INTEL_TELEMETRY_H
+1 -10
arch/x86/kernel/acpi/cppc_msr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cppc_msr.c: MSR Interface for CPPC 3 4 * Copyright (c) 2016, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <acpi/cppc_acpi.h>
+1 -9
arch/x86/kernel/cpu/resctrl/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Resource Director Technology(RDT) 3 4 * - Cache Allocation code. ··· 9 8 * Fenghua Yu <fenghua.yu@intel.com> 10 9 * Tony Luck <tony.luck@intel.com> 11 10 * Vikas Shivappa <vikas.shivappa@intel.com> 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 11 * 22 12 * More information about RDT be found in the Intel (R) x86 Architecture 23 13 * Software Developer Manual June 2016, volume 3, section 17.17.
+1 -9
arch/x86/kernel/cpu/resctrl/ctrlmondata.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Resource Director Technology(RDT) 3 4 * - Cache Allocation code. ··· 8 7 * Authors: 9 8 * Fenghua Yu <fenghua.yu@intel.com> 10 9 * Tony Luck <tony.luck@intel.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms and conditions of the GNU General Public License, 14 - * version 2, as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope it will be useful, but WITHOUT 17 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 19 - * more details. 20 10 * 21 11 * More information about RDT be found in the Intel (R) x86 Architecture 22 12 * Software Developer Manual June 2016, volume 3, section 17.17.
+1 -9
arch/x86/kernel/cpu/resctrl/monitor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Resource Director Technology(RDT) 3 4 * - Monitoring code ··· 10 9 * 11 10 * This replaces the cqm.c based on perf but we reuse a lot of 12 11 * code and datastructures originally from Peter Zijlstra and Matt Fleming. 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope it will be useful, but WITHOUT 19 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 21 - * more details. 22 12 * 23 13 * More information about RDT be found in the Intel (R) x86 Architecture 24 14 * Software Developer Manual June 2016, volume 3, section 17.17.
+1 -9
arch/x86/kernel/cpu/resctrl/rdtgroup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * User interface for Resource Alloction in Resource Director Technology(RDT) 3 4 * 4 5 * Copyright (C) 2016 Intel Corporation 5 6 * 6 7 * Author: Fenghua Yu <fenghua.yu@intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 * 17 9 * More information about RDT be found in the Intel (R) x86 Architecture 18 10 * Software Developer Manual.
+1 -9
arch/x86/kernel/espfix_64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright 2014 Intel Corporation; author: H. Peter Anvin 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 * ----------------------------------------------------------------------- */ 15 7
+1 -9
arch/x86/mm/pkeys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Memory Protection Keys management 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 #include <linux/debugfs.h> /* debugfs_create_u32() */ 15 7 #include <linux/mm_types.h> /* mm_struct, vma, etc... */
+1 -10
arch/x86/platform/atom/punit_atom_debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel SOC Punit device state debug driver 3 4 * Punit controls power management for North Complex devices (Graphics 4 5 * blocks, Image Signal Processing, video processing, display, DSP etc.) 5 6 * 6 7 * Copyright (c) 2015, Intel Corporation. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/module.h>
+1 -10
arch/x86/platform/intel/iosf_mbi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IOSF-SB MailBox Interface Driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 * 15 6 * The IOSF-SB is a fabric bus available on Atom based SOC's that uses a 16 7 * mailbox interface (MBI) to communicate with multiple devices. This
+1 -10
drivers/acpi/acpi_pad.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * acpi_pad.c ACPI Processor Aggregator Driver 3 4 * 4 5 * Copyright (c) 2009, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 17 8 #include <linux/kernel.h>
+1 -9
drivers/acpi/arm64/iort.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016, Semihalf 3 4 * Author: Tomasz Nowicki <tn@semihalf.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 * This file implements early detection/parsing of I/O mapping 15 7 * reported to OS through firmware via I/O Remapping Table (IORT)
+1 -10
drivers/acpi/dptf/dptf_power.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dptf_power: DPTF platform power driver 3 4 * Copyright (c) 2016, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/acpi/internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * acpi/internal.h 3 4 * For use by Linux/ACPI infrastructure, not drivers 4 5 * 5 6 * Copyright (c) 2009, Intel Corporation. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 7 */ 17 8 18 9 #ifndef _ACPI_INTERNAL_H_
+1 -9
drivers/ata/ahci_sunxi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Allwinner sunxi AHCI SATA platform driver 3 4 * Copyright 2013 Olliver Schinagl <oliver@schinagl.nl> ··· 7 6 * based on the AHCI SATA platform driver by Jeff Garzik and Anton Vorontsov 8 7 * Based on code from Allwinner Technology Co., Ltd. <www.allwinnertech.com>, 9 8 * Daniel Wang <danielwang@allwinnertech.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 9 */ 20 10 21 11 #include <linux/ahci_platform.h>
+1 -9
drivers/clk/clk-hi655x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clock driver for Hi655x 3 4 * 4 5 * Copyright (c) 2017, Linaro Ltd. 5 6 * 6 7 * Author: Daniel Lezcano <daniel.lezcano@linaro.org> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 #include <linux/clk-provider.h> 18 10 #include <linux/module.h>
+1 -9
drivers/clk/clk-rk808.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clkout driver for Rockchip RK808 3 4 * 4 5 * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd 5 6 * 6 7 * Author:Chris Zhong <zyw@rock-chips.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -10
drivers/clk/socfpga/clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, Steffen Trumtrar <s.trumtrar@pengutronix.de> 3 4 * 4 5 * based on drivers/clk/tegra/clk.h 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 17 8 #ifndef __SOCFPGA_CLK_H
+1 -9
drivers/clk/x86/clk-pmc-atom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Atom platform clocks driver for BayTrail and CherryTrail SoCs 3 4 * 4 5 * Copyright (C) 2016, Intel Corporation 5 6 * Author: Irina Tirdea <irina.tirdea@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 */ 16 8 17 9 #include <linux/clk-provider.h>
+1 -9
drivers/cpufreq/tegra186-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/cpufreq.h>
+1 -9
drivers/devfreq/event/rockchip-dfi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Author: Lin Huang <hl@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/clk.h>
+1 -9
drivers/devfreq/rk3399_dmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd. 3 4 * Author: Lin Huang <hl@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/arm-smccc.h>
+1 -10
drivers/dma/iop-adma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * offload engine driver for the Intel Xscale series of i/o processors 3 4 * Copyright © 2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 /*
+1 -9
drivers/dma/mv_xor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * offload engine driver for the Marvell XOR engine 3 4 * Copyright (C) 2007, 2008, Marvell International Ltd. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/init.h>
+1 -9
drivers/dma/mv_xor.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007, 2008, Marvell International Ltd. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 11 - * for more details. 12 4 */ 13 5 14 6 #ifndef MV_XOR_H
+1 -9
drivers/edac/pnd2_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Pondicherry2 memory controller. 3 4 * 4 5 * Copyright (c) 2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 * [Derived from sb_edac.c] 16 8 *
+1 -9
drivers/edac/pnd2_edac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Register bitfield descriptions for Pondicherry2 memory controller. 3 4 * 4 5 * Copyright (c) 2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _PND2_REGS_H
+1 -10
drivers/firmware/tegra/bpmp-debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 4 */ 14 5 #include <linux/debugfs.h> 15 6 #include <linux/dma-mapping.h>
+1 -9
drivers/firmware/tegra/bpmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/clk/tegra.h>
+1 -9
drivers/firmware/tegra/ivc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <soc/tegra/ivc.h>
+1 -9
drivers/gpu/drm/gma500/blitter.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, Patrik Jakobsson 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 * Authors: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> 15 7 */
+1 -9
drivers/gpu/drm/gma500/blitter.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, Patrik Jakobsson 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 * Authors: Patrik Jakobsson <patrik.r.jakobsson@gmail.com> 15 7 */
+1 -9
drivers/gpu/drm/gma500/gem.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2014 Patrik Jakobsson 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 **************************************************************************/ 15 7
+1 -9
drivers/gpu/drm/gma500/gma_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 **************************************************************************/ 15 7
+1 -9
drivers/gpu/drm/gma500/gma_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2011, Intel Corporation. 3 4 * All Rights Reserved. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 * 14 6 **************************************************************************/ 15 7
+1 -8
drivers/gpu/drm/gma500/mmu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /************************************************************************** 2 3 * Copyright (c) 2007-2011, Intel Corporation. 3 4 * All Rights Reserved. 4 5 * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 6 **************************************************************************/ 14 7 15 8 #ifndef __MMU_H
+1 -9
drivers/gpu/ipu-v3/ipu-pre.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 Lucas Stach, Pengutronix 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <drm/drm_fourcc.h>
+1 -9
drivers/gpu/ipu-v3/ipu-prg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016-2017 Lucas Stach, Pengutronix 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <drm/drm_fourcc.h>
+1 -9
drivers/hid/hid-cp2112.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hid-cp2112.c - Silicon Labs HID USB to SMBus master bridge 3 4 * Copyright (c) 2013,2014 Uplogix, Inc. 4 5 * David Barksdale <dbarksdale@uplogix.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 /*
+1 -9
drivers/hid/hid-hyperv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Citrix Systems, Inc. 3 4 * Copyright (c) 2010, Microsoft Corporation. 4 5 * Copyright (c) 2011, Novell Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #include <linux/init.h> 16 8 #include <linux/module.h>
+1 -9
drivers/hid/hid-sensor-custom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hid-sensor-custom.c 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/kernel.h>
+1 -9
drivers/hid/intel-ish-hid/ipc/hw-ish-regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ISH registers definitions 3 4 * 4 5 * Copyright (c) 2012-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _ISHTP_ISH_REGS_H_
+1 -9
drivers/hid/intel-ish-hid/ipc/hw-ish.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * H/W layer of ISHTP provider device (ISH) 3 4 * 4 5 * Copyright (c) 2014-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _ISHTP_HW_ISH_H_
+1 -9
drivers/hid/intel-ish-hid/ipc/ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * H/W layer of ISHTP provider device (ISH) 3 4 * 4 5 * Copyright (c) 2014-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/sched.h>
+1 -9
drivers/hid/intel-ish-hid/ipc/pci-ish.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCI glue for ISHTP provider device (ISH) driver 3 4 * 4 5 * Copyright (c) 2014-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/module.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp-hid-client.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP client driver for HID (ISH) 3 4 * 4 5 * Copyright (c) 2014-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/module.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp-hid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP-HID glue driver. 3 4 * 4 5 * Copyright (c) 2012-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/hid.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp-hid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ISHTP-HID glue driver's definitions. 3 4 * 4 5 * Copyright (c) 2014-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef ISHTP_HID__H 16 8 #define ISHTP_HID__H
+1 -9
drivers/hid/intel-ish-hid/ishtp/bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP bus driver 3 4 * 4 5 * Copyright (c) 2012-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/module.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp/bus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ISHTP bus definitions 3 4 * 4 5 * Copyright (c) 2014-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _LINUX_ISHTP_CL_BUS_H 16 8 #define _LINUX_ISHTP_CL_BUS_H
+1 -10
drivers/hid/intel-ish-hid/ishtp/client-buffers.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP Ring Buffers 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 17 8 #include <linux/slab.h>
+1 -10
drivers/hid/intel-ish-hid/ishtp/client.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP client logic 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 17 8 #include <linux/slab.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp/client.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ISHTP client logic 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _ISHTP_CLIENT_H_
+1 -10
drivers/hid/intel-ish-hid/ishtp/dma-if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP DMA I/F functions 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 17 8 #include <linux/slab.h>
+1 -10
drivers/hid/intel-ish-hid/ishtp/hbm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ISHTP bus layer messages handling 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 - * 15 6 */ 16 7 17 8 #include <linux/export.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp/hbm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ISHTP bus layer messages handling 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _ISHTP_HBM_H_
+1 -9
drivers/hid/intel-ish-hid/ishtp/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Initialization protocol for ISHTP driver 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/export.h>
+1 -9
drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Most ISHTP provider device and ISHTP logic declarations 3 4 * 4 5 * Copyright (c) 2003-2016, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef _ISHTP_DEV_H_
+1 -9
drivers/iio/accel/bmc150-accel-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3-axis accelerometer driver supporting following Bosch-Sensortec chips: 3 4 * - BMC150 ··· 9 8 * - BMA280 10 9 * 11 10 * Copyright (c) 2014, Intel Corporation. 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 11 */ 22 12 23 13 #include <linux/module.h>
+1 -9
drivers/iio/accel/bmc150-accel-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3-axis accelerometer driver supporting following I2C Bosch-Sensortec chips: 3 4 * - BMC150 ··· 9 8 * - BMA280 10 9 * 11 10 * Copyright (c) 2014, Intel Corporation. 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 11 */ 22 12 23 13 #include <linux/device.h>
+1 -9
drivers/iio/accel/dmard09.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IIO driver for the 3-axis accelerometer Domintech DMARD09. 3 4 * 4 5 * Copyright (c) 2016, Jelle van der Waa <jelle@vdwaa.nl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 <asm/unaligned.h>
+1 -9
drivers/iio/accel/kxcjk-1013.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * KXCJK-1013 3-axis accelerometer driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
drivers/iio/accel/mma9551.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Freescale MMA9551L Intelligent Motion-Sensing Platform driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
drivers/iio/accel/mma9551_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Common code for Freescale MMA955x Intelligent Sensor Platform drivers 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
drivers/iio/accel/mma9551_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Common code for Freescale MMA955x Intelligent Sensor Platform drivers 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifndef _MMA9551_CORE_H_
+1 -9
drivers/iio/accel/mma9553.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Freescale MMA9553L Intelligent Pedometer driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
drivers/iio/accel/mxc4005.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3-axis accelerometer driver for MXC4005XC Memsic sensor 3 4 * 4 5 * Copyright (c) 2014, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/module.h>
+1 -9
drivers/iio/adc/ti-adc108s102.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI ADC108S102 SPI ADC driver 3 4 * 4 5 * Copyright (c) 2013-2015 Intel Corporation. 5 6 * Copyright (c) 2017 Siemens AG 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 * 16 8 * This IIO device driver is designed to work with the following 17 9 * analog to digital converters from Texas Instruments:
+1 -9
drivers/iio/gyro/bmg160_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * BMG160 Gyro Sensor driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * inv_mpu_acpi: ACPI processing for creating client devices 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifdef CONFIG_ACPI
+1 -9
drivers/iio/light/jsa1212.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * JSA1212 Ambient Light & Proximity Sensor Driver 3 4 * 4 5 * Copyright (c) 2014, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 * JSA1212 I2C slave address: 0x44(ADDR tied to GND), 0x45(ADDR tied to VDD) 16 8 *
+1 -9
drivers/iio/magnetometer/bmc150_magn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Bosch BMC150 three-axis magnetic field sensor driver 3 4 * ··· 7 6 * This code is based on bmm050_api.c authored by contact@bosch.sensortec.com: 8 7 * 9 8 * (C) Copyright 2011~2014 Bosch Sensortec GmbH All Rights Reserved 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 9 */ 20 10 21 11 #include <linux/module.h>
+1 -9
drivers/iio/magnetometer/bmc150_magn_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3-axis magnetometer driver supporting following I2C Bosch-Sensortec chips: 3 4 * - BMC150 ··· 6 5 * - BMM150 7 6 * 8 7 * Copyright (c) 2016, Intel Corporation. 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 8 */ 19 9 #include <linux/device.h> 20 10 #include <linux/mod_devicetable.h>
+1 -9
drivers/iio/orientation/hid-sensor-rotation.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID Sensors Driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/device.h>
+1 -9
drivers/infiniband/core/cgroup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Parav Pandit <pandit.parav@gmail.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include "core_priv.h"
+1 -9
drivers/infiniband/core/cq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 HGST, a Western Digital Company. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #include <linux/module.h> 14 6 #include <linux/err.h>
+1 -9
drivers/infiniband/core/mr_pool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 HGST, a Western Digital Company. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #include <rdma/ib_verbs.h> 14 6 #include <rdma/mr_pool.h>
+1 -9
drivers/infiniband/core/rw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 HGST, a Western Digital Company. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #include <linux/moduleparam.h> 14 6 #include <linux/slab.h>
+1 -9
drivers/input/serio/hyperv-keyboard.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/init.h>
+1 -9
drivers/iommu/intel-iommu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2014 Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 * 13 5 * Authors: David Woodhouse <dwmw2@infradead.org>, 14 6 * Ashok Raj <ashok.raj@intel.com>,
+1 -9
drivers/iommu/intel-svm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2015 Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 * 13 5 * Authors: David Woodhouse <dwmw2@infradead.org> 14 6 */
+1 -9
drivers/mailbox/rockchip-mailbox.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, Fuzhou Rockchip Electronics Co., Ltd 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/clk.h>
+1 -9
drivers/mailbox/tegra-hsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016-2018, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/delay.h>
+1 -10
drivers/md/raid5-cache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Shaohua Li <shli@fb.com> 3 4 * Copyright (C) 2016 Song Liu <songliubraving@fb.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 #include <linux/kernel.h> 16 7 #include <linux/wait.h>
+1 -9
drivers/md/raid5-ppl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Partial Parity Log for closing the RAID5 write hole 3 4 * Copyright (c) 2017, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/kernel.h>
+1 -9
drivers/mfd/intel_quark_i2c_gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Quark MFD PCI driver for I2C & GPIO 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 * Intel Quark PCI device for I2C and GPIO controller sharing the same 16 8 * PCI function. This PCI driver will split the 2 devices into their
+1 -9
drivers/mfd/rk808.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MFD core driver for Rockchip RK808/RK818 3 4 * ··· 10 9 * Copyright (C) 2016 PHYTEC Messtechnik GmbH 11 10 * 12 11 * Author: Wadim Egorov <w.egorov@phytec.de> 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope it will be useful, but WITHOUT 19 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 21 - * more details. 22 12 */ 23 13 24 14 #include <linux/i2c.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_COMMON_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_DEV_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_api_cmd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_API_CMD_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_cmdq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_CMDQ_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_csr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_CSR_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_DEV_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_eqs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_EQS_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/pci.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_if.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_IF_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_IO_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_mgmt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_MGMT_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_qp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_QP_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_qp_ctxt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_QP_CTXT_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_wq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_WQ_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_hw_wqe.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_HW_WQE_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_port.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/types.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_port.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_PORT_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_rx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_RX_H
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/kernel.h>
+1 -10
drivers/net/ethernet/huawei/hinic/hinic_tx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Huawei HiNIC PCI Express Linux driver 3 4 * Copyright(c) 2017 Huawei Technologies Co., Ltd 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 12 - * for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef HINIC_TX_H
+1 -10
drivers/nfc/nfcsim.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NFC hardware simulation driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/device.h>
+1 -10
drivers/nfc/port100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Sony NFC Port-100 Series driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 5 * 5 6 * Partly based/Inspired by Stephen Tiedemann's nfcpy 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/module.h>
+1 -10
drivers/ntb/hw/mscc/ntb_hw_switchtec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Microsemi Switchtec(tm) PCIe Management Driver 3 4 * Copyright (c) 2017, Microsemi Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/interrupt.h>
+1 -9
drivers/nvdimm/blk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NVDIMM Block Window Driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/blkdev.h>
+1 -9
drivers/nvdimm/btt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Block Translation Table 3 4 * Copyright (c) 2014-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 #include <linux/highmem.h> 15 7 #include <linux/debugfs.h>
+1 -9
drivers/nvdimm/btt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Block Translation Table library 3 4 * Copyright (c) 2014-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifndef _LINUX_BTT_H
+1 -9
drivers/nvdimm/pfn.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014-2015, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef __NVDIMM_PFN_H
+1 -9
drivers/nvdimm/pmem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Persistent Memory Driver 3 4 * 4 5 * Copyright (c) 2014-2015, Intel Corporation. 5 6 * Copyright (c) 2015, Christoph Hellwig <hch@lst.de>. 6 7 * Copyright (c) 2015, Boaz Harrosh <boaz@plexistor.com>. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <asm/cacheflush.h>
+1 -9
drivers/phy/tegra/xusb-tegra124.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/delay.h>
+1 -9
drivers/phy/tegra/xusb-tegra210.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 3 4 * Copyright (C) 2015 Google, Inc. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/clk.h>
+1 -9
drivers/phy/tegra/xusb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2016, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/delay.h>
+1 -9
drivers/phy/tegra/xusb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014-2015, NVIDIA CORPORATION. All rights reserved. 3 4 * Copyright (c) 2015, Google Inc. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifndef __PHY_TEGRA_XUSB_H
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra-xusb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/delay.h>
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the NVIDIA Tegra pinmux 3 4 * ··· 8 7 * Copyright (C) 2010 Google, Inc. 9 8 * Copyright (C) 2010 NVIDIA Corporation 10 9 * Copyright (C) 2009-2011 ST-Ericsson AB 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms and conditions of the GNU General Public License, 14 - * version 2, as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope it will be useful, but WITHOUT 17 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 19 - * more details. 20 10 */ 21 11 22 12 #include <linux/err.h>
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the NVIDIA Tegra pinmux 3 4 * 4 5 * Copyright (c) 2011, NVIDIA CORPORATION. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef __PINMUX_TEGRA_H__
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra114.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for the NVIDIA Tegra114 pinmux 3 4 * 4 5 * Author: Pritesh Raithatha <praithatha@nvidia.com> 5 6 * 6 7 * Copyright (c) 2012-2013, NVIDIA CORPORATION. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/init.h>
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra124.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for the NVIDIA Tegra124 pinmux 3 4 * 4 5 * Author: Ashwini Ghuge <aghuge@nvidia.com> 5 6 * 6 7 * Copyright (c) 2013-2014, NVIDIA CORPORATION. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/init.h>
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra20.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for the NVIDIA Tegra20 pinmux 3 4 * ··· 9 8 * Derived from code: 10 9 * Copyright (C) 2010 Google, Inc. 11 10 * Copyright (C) 2010 NVIDIA Corporation 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 11 */ 22 12 23 13 #include <linux/clk-provider.h>
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra210.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for the NVIDIA Tegra210 pinmux 3 4 * 4 5 * Copyright (c) 2015, NVIDIA CORPORATION. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/init.h>
+1 -9
drivers/pinctrl/tegra/pinctrl-tegra30.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for the NVIDIA Tegra30 pinmux 3 4 * 4 5 * Author: Stephen Warren <swarren@nvidia.com> 5 6 * 6 7 * Copyright (c) 2011-2012, NVIDIA CORPORATION. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/init.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-vt8500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for VIA VT8500 SoC 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/io.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-wm8505.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for Wondermedia WM8505 SoC 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/io.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-wm8650.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for Wondermedia WM8650 SoC 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/io.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-wm8750.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for Wondermedia WM8750 SoC 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/io.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-wm8850.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl data for Wondermedia WM8850 SoC 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/io.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-wmt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl driver for the Wondermedia SoC's 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/err.h>
+1 -9
drivers/pinctrl/vt8500/pinctrl-wmt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Pinctrl driver for the Wondermedia SoC's 3 4 * 4 5 * Copyright (c) 2013 Tony Prisk <linux@prisktech.co.nz> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/gpio/driver.h>
+1 -10
drivers/platform/x86/pmc_atom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Atom SOC Power Management Controller Driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
drivers/power/reset/as3722-poweroff.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Power off driver for ams AS3722 device. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 5 6 * 6 7 * Author: Laxman Dewangan <ldewangan@nvidia.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/mfd/as3722.h>
+1 -9
drivers/regulator/rk808-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Regulator driver for Rockchip RK805/RK808/RK818 3 4 * ··· 10 9 * Copyright (C) 2016 PHYTEC Messtechnik GmbH 11 10 * 12 11 * Author: Wadim Egorov <w.egorov@phytec.de> 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope it will be useful, but WITHOUT 19 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 21 - * more details. 22 12 */ 23 13 24 14 #include <linux/delay.h>
+1 -9
drivers/rtc/rtc-rk808.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * RTC driver for Rockchip RK808 3 4 * ··· 6 5 * 7 6 * Author: Chris Zhong <zyw@rock-chips.com> 8 7 * Author: Zhang Qing <zhangqing@rock-chips.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 8 */ 19 9 20 10 #include <linux/module.h>
+1 -9
drivers/soc/tegra/powergate-bpmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016-2017, NVIDIA CORPORATION. All rights reserved 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/of.h>
+1 -9
drivers/spi/spi-dw-mid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Special handling for DW core on Intel MID platform 3 4 * 4 5 * Copyright (c) 2009, 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/dma-mapping.h>
+1 -9
drivers/spi/spi-dw-pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCI interface driver for DW SPI Core 3 4 * 4 5 * Copyright (c) 2009, 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/interrupt.h>
+1 -9
drivers/spi/spi-dw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Designware SPI core controller driver (refer pxa2xx_spi.c) 3 4 * 4 5 * Copyright (c) 2009, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/dma-mapping.h>
+1 -10
drivers/spi/spi-rockchip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Author: Addy Ke <addy.ke@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/clk.h>
+1 -9
drivers/thermal/intel/int340x_thermal/int3403_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ACPI INT3403 thermal driver 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/kernel.h>
+1 -10
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * int340x_thermal_zone.c 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 #include <linux/kernel.h> 16 7 #include <linux/module.h>
+1 -10
drivers/thermal/intel/int340x_thermal/int340x_thermal_zone.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * int340x_thermal_zone.h 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __INT340X_THERMAL_ZONE_H__
+1 -10
drivers/thermal/intel/int340x_thermal/processor_thermal_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * processor_thermal_device.c 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 #include <linux/kernel.h> 16 7 #include <linux/module.h>
+1 -10
drivers/thermal/intel/intel_pch_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* intel_pch_thermal.c - Intel PCH Thermal driver 2 3 * 3 4 * Copyright (c) 2015, Intel Corporation. 4 5 * 5 6 * Authors: 6 7 * Tushar Dave <tushar.n.dave@intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/module.h>
+1 -10
drivers/thermal/intel/intel_soc_dts_iosf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_soc_dts_iosf.c 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/thermal/intel/intel_soc_dts_iosf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_soc_dts_iosf.h 3 4 * Copyright (c) 2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef _INTEL_SOC_DTS_IOSF_CORE_H
+1 -10
drivers/thermal/intel/intel_soc_dts_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_soc_dts_thermal.c 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
drivers/thermal/rockchip_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2016, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Caesar Wang <wxt@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/clk.h>
+1 -9
drivers/video/fbdev/simplefb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Simplest possible simple frame-buffer driver, as a platform device 3 4 * ··· 10 9 * Also based on offb.c, which was: 11 10 * Copyright (C) 1997 Geert Uytterhoeven 12 11 * Copyright (C) 1996 Paul Mackerras 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope it will be useful, but WITHOUT 19 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 21 - * more details. 22 12 */ 23 13 24 14 #include <linux/errno.h>
+1 -9
drivers/xen/xen-acpi-pad.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * xen-acpi-pad.c - Xen pad interface 3 4 * 4 5 * Copyright (c) 2012, Intel Corporation. 5 6 * Author: Liu, Jinsong <jinsong.liu@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 */ 16 8 17 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/xen/xen-acpi-processor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012 by Oracle Inc 3 4 * Author: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> ··· 6 5 * This code borrows ideas from https://lkml.org/lkml/2011/11/30/249 7 6 * so many thanks go to Kevin Tian <kevin.tian@intel.com> 8 7 * and Yu Ke <ke.yu@intel.com>. 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 - * 19 8 */ 20 9 21 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
fs/dax.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fs/dax.c - Direct Access filesystem code 3 4 * Copyright (c) 2013-2014 Intel Corporation 4 5 * Author: Matthew Wilcox <matthew.r.wilcox@intel.com> 5 6 * Author: Ross Zwisler <ross.zwisler@linux.intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 */ 16 8 17 9 #include <linux/atomic.h>
+1 -9
include/dt-bindings/pinctrl/pinctrl-tegra.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This header provides constants for Tegra pinctrl bindings. 3 4 * 4 5 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 5 6 * 6 7 * Author: Laxman Dewangan <ldewangan@nvidia.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #ifndef _DT_BINDINGS_PINCTRL_TEGRA_H
+1 -9
include/linux/iio/accel/kxcjk_1013.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * KXCJK-1013 3-axis accelerometer Interface 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifndef __IIO_KXCJK_1013_H__
+1 -9
include/linux/intel-svm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2015 Intel Corporation. 3 4 * 4 5 * Authors: David Woodhouse <David.Woodhouse@intel.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #ifndef __INTEL_SVM_H__
+1 -9
include/linux/mfd/rk808.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Register definitions for Rockchip's RK808/RK818 PMIC 3 4 * ··· 10 9 * Copyright (C) 2016 PHYTEC Messtechnik GmbH 11 10 * 12 11 * Author: Wadim Egorov <w.egorov@phytec.de> 13 - * 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms and conditions of the GNU General Public License, 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope it will be useful, but WITHOUT 19 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 20 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 21 - * more details. 22 12 */ 23 13 24 14 #ifndef __LINUX_REGULATOR_RK808_H
+1 -9
include/linux/phy/tegra/xusb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef PHY_TEGRA_XUSB_H
+1 -9
include/linux/platform_data/gpio-dwapb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2014 Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef GPIO_DW_APB_H
+1 -9
include/linux/platform_data/i2c-designware.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright(c) 2014 Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef I2C_DESIGNWARE_H
+1 -9
include/linux/platform_data/x86/clk-pmc-atom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Atom platform clocks for BayTrail and CherryTrail SoC. 3 4 * 4 5 * Copyright (C) 2016, Intel Corporation 5 6 * Author: Irina Tirdea <irina.tirdea@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 */ 16 8 17 9 #ifndef __PLATFORM_DATA_X86_CLK_PMC_ATOM_H
+1 -10
include/linux/platform_data/x86/pmc_atom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Atom SOC Power Management Controller Header File 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef PMC_ATOM_H
+1 -9
include/linux/resource_ext.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2015, Intel Corporation 3 4 * Author: Jiang Liu <jiang.liu@linux.intel.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 #ifndef _LINUX_RESOURCE_EXT_H 15 7 #define _LINUX_RESOURCE_EXT_H
+1 -10
include/linux/switchtec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Microsemi Switchtec PCIe Driver 3 4 * Copyright (c) 2017, Microsemi Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef _SWITCHTEC_H
+1 -10
include/net/nfc/digital.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * NFC Digital Protocol stack 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __NFC_DIGITAL_H
+1 -9
include/rdma/mr_pool.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 HGST, a Western Digital Company. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #ifndef _RDMA_MR_POOL_H 14 6 #define _RDMA_MR_POOL_H 1
+1 -9
include/rdma/rw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 HGST, a Western Digital Company. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #ifndef _RDMA_RW_H 14 6 #define _RDMA_RW_H
+1 -9
include/soc/imx/cpuidle.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2016 Pengutronix, <kernel@pengutronix.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef __SOC_IMX_CPUIDLE_H__
+1 -9
include/soc/rockchip/rockchip_sip.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016, Fuzhou Rockchip Electronics Co., Ltd 3 4 * Author: Lin Huang <hl@rock-chips.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 #ifndef __SOC_ROCKCHIP_SIP_H 15 7 #define __SOC_ROCKCHIP_SIP_H
+1 -9
include/soc/tegra/ahb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef __SOC_TEGRA_AHB_H__
+1 -9
include/soc/tegra/bpmp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef __SOC_TEGRA_BPMP_H
+1 -9
include/soc/tegra/cpuidle.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef __SOC_TEGRA_CPUIDLE_H__
+1 -9
include/soc/tegra/ivc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #ifndef __TEGRA_IVC_H
+1 -10
net/nfc/digital.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * NFC Digital Protocol stack 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __DIGITAL_H
+1 -10
net/nfc/digital_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NFC Digital Protocol stack 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #define pr_fmt(fmt) "digital: %s: " fmt, __func__
+1 -10
net/nfc/digital_dep.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NFC Digital Protocol stack 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #define pr_fmt(fmt) "digital: %s: " fmt, __func__
+1 -10
net/nfc/digital_technology.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NFC Digital Protocol stack 3 4 * Copyright (c) 2013, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #define pr_fmt(fmt) "digital: %s: " fmt, __func__
+1 -10
net/vmw_vsock/hyperv_transport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Hyper-V transport for vsock 3 4 * ··· 7 6 * support in the VM by introducing the new vsock transport. 8 7 * 9 8 * Copyright (c) 2017, Microsoft Corporation. 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms and conditions of the GNU General Public License, 13 - * version 2, as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 - * 20 9 */ 21 10 #include <linux/module.h> 22 11 #include <linux/vmalloc.h>
+1 -9
sound/soc/amd/acp-pcm-dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AMD ALSA SoC PCM Driver for ACP 2.x 3 4 * 4 5 * Copyright 2014-2015 Advanced Micro Devices, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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/module.h>
+1 -11
sound/soc/intel/atom/sst/sst_acpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sst_acpi.c - SST (LPE) driver init file for ACPI enumeration. 3 4 * ··· 6 5 * 7 6 * Authors: Ramesh Babu K V <Ramesh.Babu@intel.com> 8 7 * Authors: Omair Mohammed Abdullah <omair.m.abdullah@intel.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 - * 19 - * 20 8 */ 21 9 22 10 #include <linux/module.h>
+1 -9
sound/soc/intel/baytrail/sst-baytrail-dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Baytrail SST DSP driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/delay.h>
+1 -9
sound/soc/intel/baytrail/sst-baytrail-ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Baytrail SST IPC Support 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/types.h>
+1 -9
sound/soc/intel/baytrail/sst-baytrail-ipc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Baytrail SST IPC Support 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #ifndef __SST_BYT_IPC_H
+1 -9
sound/soc/intel/baytrail/sst-baytrail-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Baytrail SST PCM Support 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
sound/soc/intel/boards/byt-max98090.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Baytrail SST MAX98090 machine driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/init.h>
+1 -9
sound/soc/intel/boards/byt-rt5640.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Baytrail SST RT5640 machine driver 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/init.h>
+1 -10
sound/soc/intel/common/soc-acpi-intel-byt-match.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * soc-apci-intel-byt-match.c - tables and support for BYT ACPI enumeration. 3 4 * 4 5 * Copyright (c) 2017, Intel Corporation. 5 - * 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 6 */ 16 7 17 8 #include <linux/dmi.h>
+1 -10
sound/soc/intel/common/soc-acpi-intel-cht-match.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * soc-apci-intel-cht-match.c - tables and support for CHT ACPI enumeration. 3 4 * 4 5 * Copyright (c) 2017, Intel Corporation. 5 - * 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 6 */ 16 7 17 8 #include <linux/dmi.h>
+1 -10
sound/soc/intel/common/soc-acpi-intel-hsw-bdw-match.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * soc-apci-intel-hsw-bdw-match.c - tables and support for ACPI enumeration. 3 4 * 4 5 * Copyright (c) 2017, Intel Corporation. 5 - * 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 6 */ 16 7 17 8 #include <linux/dmi.h>
+1 -8
tools/perf/arch/x86/tests/gen-insn-x86-dat.awk
··· 1 1 #!/bin/awk -f 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # gen-insn-x86-dat.awk: script to convert data for the insn-x86 test 3 4 # Copyright (c) 2015, Intel Corporation. 4 5 # 5 - # This program is free software; you can redistribute it and/or modify it 6 - # under the terms and conditions of the GNU General Public License, 7 - # version 2, as published by the Free Software Foundation. 8 - # 9 - # This program is distributed in the hope it will be useful, but WITHOUT 10 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - # more details. 13 6 14 7 BEGIN { 15 8 print "/*"
+1 -8
tools/perf/arch/x86/tests/gen-insn-x86-dat.sh
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # gen-insn-x86-dat: generate data for the insn-x86 test 3 4 # Copyright (c) 2015, Intel Corporation. 4 5 # 5 - # This program is free software; you can redistribute it and/or modify it 6 - # under the terms and conditions of the GNU General Public License, 7 - # version 2, as published by the Free Software Foundation. 8 - # 9 - # This program is distributed in the hope it will be useful, but WITHOUT 10 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - # more details. 13 6 14 7 set -e 15 8
+1 -10
tools/perf/arch/x86/util/auxtrace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * auxtrace.c: AUX area tracing support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <errno.h>
+1 -10
tools/perf/arch/x86/util/intel-bts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel-bts.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <errno.h>
+1 -10
tools/perf/arch/x86/util/intel-pt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pt.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <errno.h>
+1 -8
tools/perf/perf-with-kcore.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # perf-with-kcore: use perf with a copy of kcore 3 4 # Copyright (c) 2014, Intel Corporation. 4 5 # 5 - # This program is free software; you can redistribute it and/or modify it 6 - # under the terms and conditions of the GNU General Public License, 7 - # version 2, as published by the Free Software Foundation. 8 - # 9 - # This program is distributed in the hope it will be useful, but WITHOUT 10 - # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - # more details. 13 6 14 7 set -e 15 8
+1 -10
tools/perf/util/auxtrace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * auxtrace.c: AUX area trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <inttypes.h>
+1 -10
tools/perf/util/auxtrace.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * auxtrace.h: AUX area trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __PERF_AUXTRACE_H
+1 -10
tools/perf/util/call-path.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * call-path.h: Manipulate a tree data structure containing function call paths 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/rbtree.h>
+1 -10
tools/perf/util/call-path.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * call-path.h: Manipulate a tree data structure containing function call paths 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __PERF_CALL_PATH_H
+1 -10
tools/perf/util/db-export.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * db-export.c: Support for exporting data suitable for import to a database 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <errno.h>
+1 -10
tools/perf/util/db-export.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * db-export.h: Support for exporting data suitable for import to a database 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __PERF_DB_EXPORT_H
+1 -10
tools/perf/util/intel-bts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel-bts.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <endian.h>
+1 -10
tools/perf/util/intel-bts.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel-bts.h: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef INCLUDE__PERF_INTEL_BTS_H__
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pt_decoder.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef _GNU_SOURCE
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-decoder.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_pt_decoder.h: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef INCLUDE__INTEL_PT_DECODER_H__
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pt_insn_decoder.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <stdio.h>
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_pt_insn_decoder.h: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef INCLUDE__INTEL_PT_INSN_DECODER_H__
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-log.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pt_log.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <stdio.h>
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-log.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_pt_log.h: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef INCLUDE__INTEL_PT_LOG_H__
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pt_pkt_decoder.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <stdio.h>
+1 -10
tools/perf/util/intel-pt-decoder/intel-pt-pkt-decoder.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_pt_pkt_decoder.h: Intel Processor Trace support 3 4 * Copyright (c) 2013-2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef INCLUDE__INTEL_PT_PKT_DECODER_H__
+1 -10
tools/perf/util/intel-pt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pt.c: Intel Processor Trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <inttypes.h>
+1 -10
tools/perf/util/intel-pt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel_pt.h: Intel Processor Trace support 3 4 * Copyright (c) 2013-2015, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef INCLUDE__PERF_INTEL_PT_H__
+1 -10
tools/perf/util/metricgroup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 4 */ 14 5 15 6 /* Manage metrics and groups of metrics from JSON files */
+1 -9
tools/perf/util/srccode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Manage printing of source lines 3 4 * Copyright (c) 2017, Intel Corporation. 4 5 * Author: Andi Kleen 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #include "linux/list.h" 16 8 #include <stdlib.h>
+1 -9
tools/perf/util/syscalltbl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * System call table mapper 3 4 * 4 5 * (C) 2016 Arnaldo Carvalho de Melo <acme@redhat.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 "syscalltbl.h"
+1 -10
tools/perf/util/thread-stack.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * thread-stack.c: Synthesize a thread's stack using call / return events 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/rbtree.h>
+1 -10
tools/perf/util/thread-stack.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * thread-stack.h: Synthesize a thread's stack using call / return events 3 4 * Copyright (c) 2014, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __PERF_THREAD_STACK_H
+1 -9
tools/power/pm-graph/bootgraph.py
··· 1 1 #!/usr/bin/python2 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # 3 4 # Tool for analyzing boot timing 4 5 # Copyright (c) 2013, Intel Corporation. 5 - # 6 - # This program is free software; you can redistribute it and/or modify it 7 - # under the terms and conditions of the GNU General Public License, 8 - # version 2, as published by the Free Software Foundation. 9 - # 10 - # This program is distributed in the hope 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 # Authors: 16 8 # Todd Brandt <todd.e.brandt@linux.intel.com>
+1 -9
tools/power/pm-graph/sleepgraph.py
··· 1 1 #!/usr/bin/python2 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # 3 4 # Tool for analyzing suspend/resume timing 4 5 # Copyright (c) 2013, Intel Corporation. 5 - # 6 - # This program is free software; you can redistribute it and/or modify it 7 - # under the terms and conditions of the GNU General Public License, 8 - # version 2, as published by the Free Software Foundation. 9 - # 10 - # This program is distributed in the hope 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 # Authors: 16 8 # Todd Brandt <todd.e.brandt@linux.intel.com>
+1 -9
tools/testing/nvdimm/dax-dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #include "test/nfit_test.h" 14 6 #include <linux/mm.h>
+1 -9
tools/testing/nvdimm/pmem-dax.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2016, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 #include "test/nfit_test.h" 14 6 #include <linux/blkdev.h>
+1 -9
tools/testing/radix-tree/benchmark.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * benchmark.c: 3 4 * Author: Konstantin Khlebnikov <koct9i@gmail.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 #include <linux/radix-tree.h> 15 7 #include <linux/slab.h>
+1 -9
tools/testing/radix-tree/idr-test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * idr-test.c: Test the IDR API 3 4 * Copyright (c) 2016 Matthew Wilcox <willy@infradead.org> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 #include <linux/bitmap.h> 15 7 #include <linux/idr.h>
+1 -9
tools/testing/radix-tree/iteration_check.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iteration_check.c: test races having to do with xarray iteration 3 4 * Copyright (c) 2016 Intel Corporation 4 5 * Author: Ross Zwisler <ross.zwisler@linux.intel.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 #include <pthread.h> 16 8 #include "test.h"
+1 -9
tools/testing/radix-tree/multiorder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * multiorder.c: Multi-order radix tree entry testing 3 4 * Copyright (c) 2016 Intel Corporation 4 5 * Author: Ross Zwisler <ross.zwisler@linux.intel.com> 5 6 * Author: Matthew Wilcox <matthew.r.wilcox@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 7 */ 16 8 #include <linux/radix-tree.h> 17 9 #include <linux/slab.h>
+1 -9
tools/testing/selftests/x86/check_initial_reg_state.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * check_initial_reg_state.c - check that execve sets the correct state 3 4 * Copyright (c) 2014-2016 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #define _GNU_SOURCE
+1 -9
tools/testing/selftests/x86/sigreturn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sigreturn.c - tests for x86 sigreturn(2) and exit-to-userspace 3 4 * Copyright (c) 2014-2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This is a series of tests that exercises the sigreturn(2) syscall and 15 7 * the IRET / SYSRET paths in the kernel.
+1 -9
tools/testing/selftests/x86/single_step_syscall.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * single_step_syscall.c - single-steps various x86 syscalls 3 4 * Copyright (c) 2014-2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This is a very simple series of tests that makes system calls with 15 7 * the TF flag set. This exercises some nasty kernel code in the
+1 -9
tools/testing/selftests/x86/syscall_arg_fault.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * syscall_arg_fault.c - tests faults 32-bit fast syscall stack args 3 4 * Copyright (c) 2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #define _GNU_SOURCE
+1 -9
tools/testing/selftests/x86/syscall_nt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * syscall_nt.c - checks syscalls with NT set 3 4 * Copyright (c) 2014-2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * Some obscure user-space code requires the ability to make system calls 15 7 * with FLAGS.NT set. Make sure it works.
+1 -9
tools/testing/selftests/x86/sysret_rip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sigreturn.c - tests that x86 avoids Intel SYSRET pitfalls 3 4 * Copyright (c) 2014-2016 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #define _GNU_SOURCE
+1 -9
tools/testing/selftests/x86/sysret_ss_attrs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sysret_ss_attrs.c - test that syscalls return valid hidden SS attributes 3 4 * Copyright (c) 2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * On AMD CPUs, SYSRET can return with a valid SS descriptor with with 15 7 * the hidden attributes set to an unusable state. Make sure the kernel
+1 -9
tools/testing/selftests/x86/test_mremap_vdso.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 32-bit test to check vDSO mremap. 3 4 * 4 5 * Copyright (c) 2016 Dmitry Safonov 5 6 * Suggested-by: Andrew Lutomirski 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope 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 /* 17 9 * Can be built statically:
+1 -9
tools/testing/selftests/x86/test_syscall_vdso.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 32-bit syscall ABI conformance test. 3 4 * 4 5 * Copyright (c) 2015 Denys Vlasenko 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope 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 * Can be built statically:
+1 -9
tools/testing/selftests/x86/thunks.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * thunks.S - assembly helpers for mixed-bitness code 3 4 * Copyright (c) 2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * These are little helpers that make it easier to switch bitness on 15 7 * the fly.
+1 -9
tools/testing/selftests/x86/thunks_32.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * thunks_32.S - assembly helpers for mixed-bitness code 3 4 * Copyright (c) 2015 Denys Vlasenko 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * These are little helpers that make it easier to switch bitness on 15 7 * the fly.
+1 -9
tools/testing/selftests/x86/unwind_vdso.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * unwind_vdso.c - tests unwind info for AT_SYSINFO in the vDSO 3 4 * Copyright (c) 2014-2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This tests __kernel_vsyscall's unwind info. 15 7 */
+1 -9
tools/testing/selftests/x86/vdso_restorer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vdso_restorer.c - tests vDSO-based signal restore 3 4 * Copyright (c) 2015 Andrew Lutomirski 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This makes sure that sa_restorer == NULL keeps working on 32-bit 15 7 * configurations. Modern glibc doesn't use it under any circumstances,