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 282

Based on 1 normalized pattern(s):

this software is licensed under the terms of the gnu general public
license version 2 as published by the free software foundation and
may be copied distributed and modified under those terms this
program is distributed in the hope that it will be useful but
without any warranty without even the implied warranty of
merchantability or fitness for a particular purpose see the gnu
general public license for more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
9c92ab61 0e9facca

+285 -2654
+1 -9
arch/arm/boot/dts/picoxcell-pc3x2.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Picochip, Jamie Iles 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 / { 14 6 model = "Picochip picoXcell PC3X2";
+1 -9
arch/arm/boot/dts/picoxcell-pc3x3.dtsi
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Picochip, Jamie Iles 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 / { 14 6 model = "Picochip picoXcell PC3X3";
+1 -9
arch/arm/boot/dts/picoxcell-pc7302-pc3x2.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Picochip, Jamie Iles 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 /dts-v1/;
+1 -9
arch/arm/boot/dts/picoxcell-pc7302-pc3x3.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Picochip, Jamie Iles 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 /dts-v1/;
+1 -10
arch/arm/include/debug/msm.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Copyright (C) 2007 Google, Inc. 4 5 * Copyright (c) 2011, Code Aurora Forum. All rights reserved. 5 6 * Author: Brian Swetland <swetland@google.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 .macro addruart, rp, rv, tmp
+1 -10
arch/arm/include/debug/tegra.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010,2011 Google, Inc. 3 4 * Copyright (C) 2011-2012 NVIDIA CORPORATION. All Rights Reserved. ··· 11 10 * 12 11 * Portions based on mach-omap2's debug-macro.S 13 12 * Copyright (C) 1994-1999 Russell King 14 - * 15 - * This software is licensed under the terms of the GNU General Public 16 - * License version 2, as published by the Free Software Foundation, and 17 - * may be copied, distributed, and modified under those terms. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 13 */ 25 14 26 15 #include <linux/serial_reg.h>
+1 -9
arch/arm/include/debug/zynq.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Debugging macro include header 3 4 * 4 5 * Copyright (C) 2011 Xilinx 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 #define UART_CR_OFFSET 0x00 /* Control Register [8:0] */ 16 8 #define UART_SR_OFFSET 0x2C /* Channel Status [11:0] */
+1 -10
arch/arm/kernel/smccc-call.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #include <linux/linkage.h> 15 6
+1 -10
arch/arm/mach-tegra/board-paz00.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-tegra/board-paz00.c 3 4 * ··· 6 5 * 7 6 * Based on board-harmony.c 8 7 * Copyright (C) 2010 Google, Inc. 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/property.h>
+1 -10
arch/arm/mach-tegra/board.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-tegra/board.h 3 4 * ··· 8 7 * Author: 9 8 * Colin Cross <ccross@google.com> 10 9 * Erik Gilling <konkers@google.com> 11 - * 12 - * This software is licensed under the terms of the GNU General Public 13 - * License version 2, as published by the Free Software Foundation, and 14 - * may be copied, distributed, and modified under those terms. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 10 */ 22 11 23 12 #ifndef __MACH_TEGRA_BOARD_H
+1 -10
arch/arm/mach-tegra/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-tegra/io.c 3 4 * ··· 7 6 * Author: 8 7 * Colin Cross <ccross@google.com> 9 8 * Erik Gilling <konkers@google.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #include <linux/init.h>
+1 -10
arch/arm/mach-tegra/iomap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * 4 5 * Author: 5 6 * Colin Cross <ccross@google.com> 6 7 * Erik Gilling <konkers@google.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __MACH_TEGRA_IOMAP_H
+1 -10
arch/arm/mach-tegra/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Google, Inc. 3 4 * ··· 6 5 * Colin Cross <ccross@android.com> 7 6 * 8 7 * Copyright (C) 2010,2013, NVIDIA Corporation 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/cpu_pm.h>
+1 -10
arch/arm/mach-tegra/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-tegra/reset.c 3 4 * 4 5 * Copyright (C) 2011,2012 NVIDIA Corporation. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/bitops.h>
+1 -10
arch/arm/mach-tegra/reset.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-tegra/reset.h 3 4 * 4 5 * CPU reset dispatcher. 5 6 * 6 7 * Copyright (c) 2011, NVIDIA Corporation. 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __MACH_TEGRA_RESET_H
+1 -10
arch/arm/mach-tegra/tegra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NVIDIA Tegra SoC device tree board support 3 4 * 4 5 * Copyright (C) 2011, 2013, NVIDIA Corporation 5 6 * Copyright (C) 2010 Secret Lab Technologies, Ltd. 6 7 * Copyright (C) 2010 Google, Inc. 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/clk.h>
+1 -9
arch/arm/mach-zynq/common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file contains common code that is intended to be used across 3 4 * boards so that it's not replicated. 4 5 * 5 6 * Copyright (C) 2011 Xilinx 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/init.h>
+1 -9
arch/arm/mach-zynq/common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * This file contains common function prototypes to avoid externs 3 4 * in the c files. 4 5 * 5 6 * Copyright (C) 2011 Xilinx 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef __MACH_ZYNQ_COMMON_H__
+1 -9
arch/arm/mach-zynq/platsmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file contains Xilinx specific SMP code, used to start up 3 4 * the second processor. ··· 8 7 * based on linux/arch/arm/mach-realview/platsmp.c 9 8 * 10 9 * Copyright (C) 2002 ARM Ltd. 11 - * 12 - * This software is licensed under the terms of the GNU General Public 13 - * License version 2, as published by the Free Software Foundation, and 14 - * may be copied, distributed, and modified under those terms. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 10 */ 21 11 22 12 #include <linux/export.h>
+1 -10
arch/x86/platform/goldfish/goldfish.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Google, Inc. 3 4 * Copyright (C) 2011 Intel, Inc. 4 5 * Copyright (C) 2013 Intel, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/kernel.h>
+1 -10
drivers/amba/tegra-ahb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2012, NVIDIA CORPORATION. All rights reserved. 3 4 * Copyright (C) 2011 Google, Inc. ··· 9 8 * Benoit Goby <benoit@android.com> 10 9 * Colin Cross <ccross@android.com> 11 10 * Hiroshi DOYU <hdoyu@nvidia.com> 12 - * 13 - * This software is licensed under the terms of the GNU General Public 14 - * License version 2, as published by the Free Software Foundation, and 15 - * may be copied, distributed, and modified under those terms. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 11 */ 23 12 24 13 #include <linux/err.h>
+1 -10
drivers/android/binder.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* binder.c 2 3 * 3 4 * Android IPC Subsystem 4 5 * 5 6 * Copyright (C) 2007-2008 Google, Inc. 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 /*
+1 -10
drivers/android/binder_alloc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* binder_alloc.c 2 3 * 3 4 * Android IPC Subsystem 4 5 * 5 6 * Copyright (C) 2007-2017 Google, Inc. 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/android/binder_alloc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #ifndef _LINUX_BINDER_ALLOC_H
+1 -10
drivers/android/binder_alloc_selftest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* binder_alloc_selftest.c 2 3 * 3 4 * Android IPC Subsystem 4 5 * 5 6 * Copyright (C) 2017 Google, Inc. 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/android/binder_trace.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #undef TRACE_SYSTEM
+1 -10
drivers/ata/ahci_tegra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/ata/ahci_tegra.c 3 4 * ··· 6 5 * 7 6 * Author: 8 7 * Mikko Perttunen <mperttunen@nvidia.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/ahci_platform.h>
+1 -10
drivers/clk/clk-vt8500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Clock implementation for VIA/Wondermedia SoC's 3 4 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/io.h>
+1 -9
drivers/clk/qcom/clk-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/clk-pll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef __QCOM_CLK_PLL_H__
+1 -9
drivers/clk/qcom/clk-rcg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/clk-regmap-divider.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/clk-regmap-divider.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef __QCOM_CLK_REGMAP_DIVIDER_H__
+1 -9
drivers/clk/qcom/clk-regmap-mux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/clk-regmap-mux.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef __QCOM_CLK_REGMAP_MUX_H__
+1 -9
drivers/clk/qcom/clk-rpm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, Linaro Limited 3 4 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/clk-provider.h>
+1 -9
drivers/clk/qcom/clk-smd-rpm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, Linaro Limited 3 4 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/clk-provider.h>
+1 -9
drivers/clk/qcom/gcc-apq8084.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-ipq4019.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-ipq806x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-ipq8074.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-mdm9615.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. 3 4 * Copyright (c) BayLibre, SAS. 4 5 * Author : Neil Armstrong <narmstrong@baylibre.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-msm8660.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-msm8916.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2015 Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-msm8960.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013-2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-msm8974.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/gcc-msm8996.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/lcc-ipq806x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/lcc-mdm9615.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 4 * Copyright (c) BayLibre, SAS. 4 5 * Author : Neil Armstrong <narmstrong@baylibre.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/lcc-msm8960.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/mmcc-apq8084.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/mmcc-msm8960.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/mmcc-msm8974.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/mmcc-msm8996.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /*x 2 3 * Copyright (c) 2015, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
drivers/clk/qcom/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/bitops.h>
+1 -9
drivers/clk/qcom/reset.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef __QCOM_CLK_RESET_H__
+1 -11
drivers/clk/rockchip/clk-muxgrf.c
··· 1 - /* 2 - * 3 - * This software is licensed under the terms of the GNU General Public 4 - * License version 2, as published by the Free Software Foundation, and 5 - * may be copied, distributed, and modified under those terms. 6 - * 7 - * This program is distributed in the hope that it will be useful, 8 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 - * GNU General Public License for more details. 11 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 12 2 13 3 #include <linux/slab.h> 14 4 #include <linux/bitops.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun4i-a10.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 Priit Laes <plaes@plaes.org>. 3 4 * Copyright (c) 2017 Maxime Ripard. 4 5 * Copyright (c) 2017 Jonathan Liu. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun50i-a64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun5i.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun6i-a31.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Chen-Yu Tsai 3 4 * 4 5 * Chen-Yu Tsai <wens@csie.org> 5 6 * 6 7 * Based on ccu-sun8i-h3.c by Maxime Ripard. 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-a23.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-a33.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-a83t.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-de2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.io> 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-h3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-r.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Icenowy Zheng <icenowy@aosc.xyz> 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-r40.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 Icenowy Zheng <icenowy@aosc.io> 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun8i-v3s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Icenowy Zheng <icenowy@aosc.xyz> 3 4 * 4 5 * Based on ccu-sun8i-h3.c, which is: 5 6 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun9i-a80-de.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun9i-a80-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk.h>
+1 -9
drivers/clk/sunxi-ng/ccu-sun9i-a80.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _COMMON_H_
+1 -9
drivers/clk/sunxi-ng/ccu_div.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_DIV_H_
+1 -9
drivers/clk/sunxi-ng/ccu_frac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_FRAC_H_
+1 -9
drivers/clk/sunxi-ng/ccu_gate.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_GATE_H_
+1 -9
drivers/clk/sunxi-ng/ccu_mmc_timing.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk-provider.h>
+1 -9
drivers/clk/sunxi-ng/ccu_mp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_MP_H_
+1 -9
drivers/clk/sunxi-ng/ccu_nk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_NK_H_
+1 -9
drivers/clk/sunxi-ng/ccu_nkm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_NKM_H_
+1 -9
drivers/clk/sunxi-ng/ccu_nkmp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_NKMP_H_
+1 -9
drivers/clk/sunxi-ng/ccu_nm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_NM_H_
+1 -9
drivers/clk/sunxi-ng/ccu_phase.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_PHASE_H_
+1 -9
drivers/clk/sunxi-ng/ccu_reset.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 Maxime Ripard. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_RESET_H_
+1 -9
drivers/clk/sunxi-ng/ccu_sdm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _CCU_SDM_H
+1 -9
drivers/clk/tegra/clk-emc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/clk/tegra/clk-emc.c 3 4 * ··· 6 5 * 7 6 * Author: 8 7 * Mikko Perttunen <mperttunen@nvidia.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/clk-provider.h>
+1 -10
drivers/clocksource/numachip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Copyright (C) 2015 Numascale AS. All rights reserved. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/clockchips.h>
+1 -9
drivers/clocksource/timer-cadence-ttc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * This file contains driver for the Cadence Triple Timer Counter Rev 06 3 4 * 4 5 * Copyright (C) 2011-2013 Xilinx 5 6 * 6 7 * based on arch/mips/kernel/time.c timer driver 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -10
drivers/clocksource/timer-qcom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Copyright (C) 2007 Google, Inc. 4 5 * Copyright (c) 2009-2012,2014, The Linux Foundation. All rights reserved. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/clocksource.h>
+1 -10
drivers/clocksource/timer-tegra20.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * 4 5 * Author: 5 6 * Colin Cross <ccross@google.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/clk.h>
+1 -9
drivers/cpufreq/tegra124-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Tegra 124 cpufreq driver 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/cpufreq/tegra20-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * 4 5 * Author: 5 6 * Colin Cross <ccross@google.com> 6 7 * Based on arch/arm/plat-omap/cpu-omap.c, (C) 2005 Nokia Corporation 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/clk.h>
+1 -10
drivers/dma-buf/sw_sync.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Sync File validation framework 3 4 * 4 5 * Copyright (C) 2012 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/file.h>
+1 -10
drivers/dma-buf/sync_debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Sync File validation framework and debug information 3 4 * 4 5 * Copyright (C) 2012 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/debugfs.h>
+1 -10
drivers/dma-buf/sync_file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/dma-buf/sync_file.c 3 4 * 4 5 * Copyright (C) 2012 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/export.h>
+1 -9
drivers/extcon/devres.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/extcon/devres.c - EXTCON device's resource management 3 4 * 4 5 * Copyright (C) 2016 Samsung Electronics 5 6 * Author: Chanwoo Choi <cw00.choi@samsung.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include "extcon.h"
+1 -9
drivers/extcon/extcon-gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * extcon_gpio.c - Single-state GPIO extcon driver based on extcon class 3 4 * ··· 7 6 * 8 7 * Modified by MyungJoo Ham <myungjoo.ham@samsung.com> to support extcon 9 8 * (originally switch class is supported) 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/extcon-provider.h>
+1 -9
drivers/extcon/extcon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/extcon/extcon.c - External Connector (extcon) framework. 3 4 * ··· 12 11 * based on android/drivers/switch/switch_class.c 13 12 * Copyright (C) 2008 Google, Inc. 14 13 * Author: Mike Lockwood <lockwood@android.com> 15 - * 16 - * This software is licensed under the terms of the GNU General Public 17 - * License version 2, as published by the Free Software Foundation, and 18 - * may be copied, distributed, and modified under those terms. 19 - * 20 - * This program is distributed in the hope that it will be useful, 21 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 - * GNU General Public License for more details. 24 14 */ 25 15 26 16 #include <linux/module.h>
+1 -10
drivers/gpio/gpio-tegra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-tegra/gpio.c 3 4 * ··· 7 6 * 8 7 * Author: 9 8 * Erik Gilling <konkers@google.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #include <linux/err.h>
+1 -9
drivers/gpu/drm/bridge/nxp-ptn3460.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * NXP PTN3460 DP/LVDS bridge driver 3 4 * 4 5 * Copyright (C) 2013 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/delay.h>
+1 -9
drivers/gpu/drm/bridge/parade-ps8622.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Parade PS8622 eDP/LVDS bridge driver 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/backlight.h>
+1 -9
drivers/gpu/drm/rockchip/cdn-dp-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Chris Zhong <zyw@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <drm/drmP.h>
+1 -9
drivers/gpu/drm/rockchip/cdn-dp-reg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Chris Zhong <zyw@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/clk.h>
+1 -9
drivers/gpu/drm/rockchip/cdn-dp-reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Chris Zhong <zyw@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _CDN_DP_REG_H
+1 -9
drivers/gpu/drm/rockchip/inno_hdmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Zheng Yang <zhengyang@rock-chips.com> 4 5 * Yakir Yang <ykk@rock-chips.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/irq.h>
+1 -9
drivers/gpu/drm/rockchip/inno_hdmi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Zheng Yang <zhengyang@rock-chips.com> 4 5 * Yakir Yang <ykk@rock-chips.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __INNO_HDMI_H__
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 5 * 5 6 * based on exynos_drm_drv.c 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <drm/drmP.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 5 * 5 6 * based on exynos_drm_drv.h 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _ROCKCHIP_DRM_DRV_H
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/kernel.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_fb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _ROCKCHIP_DRM_FB_H
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_fbdev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <drm/drm.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_fbdev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _ROCKCHIP_DRM_FBDEV_H
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_gem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <drm/drm.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_gem.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _ROCKCHIP_DRM_GEM_H
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_psr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Yakir Yang <ykk@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <drm/drmP.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_psr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Yakir Yang <ykk@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef __ROCKCHIP_DRM_PSR___
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <drm/drm.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_drm_vop.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _ROCKCHIP_DRM_VOP_H
+1 -9
drivers/gpu/drm/rockchip/rockchip_lvds.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: 4 5 * Mark Yao <mark.yao@rock-chips.com> 5 6 * Sandy Huang <hjc@rock-chips.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <drm/drmP.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_lvds.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: 4 5 * Sandy Huang <hjc@rock-chips.com> 5 6 * Mark Yao <mark.yao@rock-chips.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _ROCKCHIP_LVDS_
+1 -9
drivers/gpu/drm/rockchip/rockchip_vop_reg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <drm/drmP.h>
+1 -9
drivers/gpu/drm/rockchip/rockchip_vop_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author:Mark Yao <mark.yao@rock-chips.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _ROCKCHIP_VOP_REG_H
+1 -10
drivers/gpu/host1x/debug.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * Author: Erik Gilling <konkers@android.com> 4 5 * 5 6 * Copyright (C) 2011-2013 NVIDIA Corporation 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/debugfs.h>
+1 -10
drivers/gpu/host1x/hw/debug_hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * Author: Erik Gilling <konkers@android.com> 4 5 * 5 6 * Copyright (C) 2011-2013 NVIDIA Corporation 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include "../dev.h"
+1 -10
drivers/gpu/host1x/hw/debug_hw_1x01.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * Author: Erik Gilling <konkers@android.com> 4 5 * 5 6 * Copyright (C) 2011-2013 NVIDIA Corporation 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include "../dev.h"
+1 -10
drivers/gpu/host1x/hw/debug_hw_1x06.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * Author: Erik Gilling <konkers@android.com> 4 5 * 5 6 * Copyright (C) 2011-2017 NVIDIA Corporation 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include "../dev.h"
+1 -9
drivers/hid/hid-appleir.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID driver for the apple ir device 3 4 * ··· 13 12 * Copyright (C) 2010, 2012 Bastien Nocera <hadess@hadess.net> 14 13 * Copyright (C) 2013 Benjamin Tissoires <benjamin.tissoires@gmail.com> 15 14 * Copyright (C) 2013 Red Hat Inc. All Rights Reserved 16 - * 17 - * This software is licensed under the terms of the GNU General Public 18 - * License version 2, as published by the Free Software Foundation, and 19 - * may be copied, distributed, and modified under those terms. 20 - * 21 - * This program is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 15 */ 26 16 27 17 #include <linux/device.h>
+1 -9
drivers/hid/hid-cmedia.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID driver for CMedia CM6533 audio jack controls 3 4 * 4 5 * Copyright (C) 2015 Ben Chen <ben_chen@bizlinktech.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/device.h>
+1 -9
drivers/hid/hid-primax.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID driver for primax and similar keyboards with in-band modifiers 3 4 * ··· 6 5 * 7 6 * Author: 8 7 * Terry Lambert <tlambert@google.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/device.h>
+1 -9
drivers/hid/hid-udraw-ps3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HID driver for THQ PS3 uDraw tablet 3 4 * 4 5 * Copyright (C) 2016 Red Hat Inc. All Rights Reserved 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/device.h>
+1 -10
drivers/i2c/muxes/i2c-arb-gpio-challenge.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO-based I2C Arbitration Using a Challenge & Response Mechanism 3 4 * 4 5 * Copyright (C) 2012 Google, Inc 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/delay.h>
+1 -9
drivers/iio/adc/at91-sama5d2_adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Atmel ADC driver for SAMA5D2 devices and compatible. 3 4 * 4 5 * Copyright (C) 2015 Atmel, 5 6 * 2015 Ludovic Desroches <ludovic.desroches@atmel.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/bitops.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Invensense, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/module.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Invensense, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/acpi.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 Invensense, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #include <linux/i2c.h> 14 6 #include <linux/i2c-mux.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Invensense, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/module.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Intel Corporation Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #include <linux/module.h> 14 6 #include <linux/acpi.h>
+1 -9
drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Invensense, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include "inv_mpu_iio.h"
+1 -10
drivers/input/keyboard/goldfish_events.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Google, Inc. 3 4 * Copyright (C) 2012 Intel, Inc. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/module.h>
+1 -10
drivers/input/keyboard/mtk-pmic-keys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 MediaTek, Inc. 3 4 * 4 5 * Author: Chen Zhong <chen.zhong@mediatek.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/input.h>
+1 -9
drivers/input/matrix-keymap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Helpers for matrix keyboard bindings 3 4 * ··· 6 5 * 7 6 * Author: 8 7 * Olof Johansson <olof@lixom.net> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/device.h>
+1 -9
drivers/input/misc/atmel_captouch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Atmel Atmegaxx Capacitive Touch Button Driver 3 4 * 4 5 * Copyright (C) 2016 Google, inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 /*
+1 -11
drivers/input/touchscreen/auo-pixcir-ts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for AUO in-cell touchscreens 3 4 * ··· 8 7 * 9 8 * Copyright (c) 2008 QUALCOMM Incorporated. 10 9 * Copyright (c) 2008 QUALCOMM USA, INC. 11 - * 12 - * 13 - * This software is licensed under the terms of the GNU General Public 14 - * License version 2, as published by the Free Software Foundation, and 15 - * may be copied, distributed, and modified under those terms. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 10 */ 23 11 24 12 #include <linux/kernel.h>
+1 -9
drivers/input/touchscreen/pixcir_i2c_ts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Pixcir I2C touchscreen controllers. 3 4 * 4 5 * Copyright (C) 2010-2011 Pixcir, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/delay.h>
+1 -9
drivers/input/touchscreen/rohm_bu21023.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ROHM BU21023/24 Dual touch support resistive touch screen driver 3 4 * Copyright (C) 2012 ROHM CO.,LTD. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 #include <linux/delay.h> 15 7 #include <linux/firmware.h>
+1 -9
drivers/input/touchscreen/sis_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Touch Screen driver for SiS 9200 family I2C Touch panels 3 4 * 4 5 * Copyright (C) 2015 SiS, Inc. 5 6 * Copyright (C) 2016 Nextfour Group 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/crc-itu-t.h>
+1 -9
drivers/input/touchscreen/zforce_ts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012-2013 MundoReader S.L. 3 4 * Author: Heiko Stuebner <heiko@sntech.de> ··· 7 6 * 8 7 * Copyright (C) 2010 Barnes & Noble, Inc. 9 8 * Author: Pieter Truter<ptruter@intrinsyc.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/module.h>
+1 -10
drivers/irqchip/irq-tegra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver code for Tegra's Legacy Interrupt Controller 3 4 * ··· 11 10 * Colin Cross <ccross@android.com> 12 11 * 13 12 * Copyright (C) 2010,2013, NVIDIA Corporation 14 - * 15 - * This software is licensed under the terms of the GNU General Public 16 - * License version 2, as published by the Free Software Foundation, and 17 - * may be copied, distributed, and modified under those terms. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 - * 24 13 */ 25 14 26 15 #include <linux/io.h>
+1 -9
drivers/media/platform/rockchip/rga/rga-buf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Jacob Chen <jacob-chen@iotwrt.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/pm_runtime.h>
+1 -9
drivers/media/platform/rockchip/rga/rga-hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Jacob Chen <jacob-chen@iotwrt.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/pm_runtime.h>
+1 -9
drivers/media/platform/rockchip/rga/rga-hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Jacob Chen <jacob-chen@iotwrt.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 #ifndef __RGA_HW_H__ 15 7 #define __RGA_HW_H__
+1 -9
drivers/media/platform/rockchip/rga/rga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Jacob Chen <jacob-chen@iotwrt.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/clk.h>
+1 -9
drivers/media/platform/rockchip/rga/rga.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Jacob Chen <jacob-chen@iotwrt.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 #ifndef __RGA_H__ 15 7 #define __RGA_H__
+1 -10
drivers/memory/tegra/tegra124-emc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. 3 4 * 4 5 * Author: 5 6 * Mikko Perttunen <mperttunen@nvidia.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/clk-provider.h>
+1 -9
drivers/mfd/cros_ec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ChromeOS EC multi-function device 3 4 * 4 5 * Copyright (C) 2012 Google, Inc 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 * 15 7 * The ChromeOS EC multi function device is used to mux all the requests 16 8 * to the EC device for its multiple features: keyboard controller,
+1 -9
drivers/mfd/sprd-sc27xx-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Spreadtrum Communications Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/interrupt.h>
+1 -9
drivers/mmc/host/sdhci-of-at91.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Atmel SDMMC controller driver. 3 4 * 4 5 * Copyright (C) 2015 Atmel, 5 6 * 2015 Ludovic Desroches <ludovic.desroches@atmel.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/clk.h>
+1 -10
drivers/mmc/host/sdhci-pci-o2micro.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 BayHub Technology Ltd. 3 4 * 4 5 * Authors: Peter Guo <peter.guo@bayhubtech.com> 5 6 * Adam Lee <adam.lee@canonical.com> 6 7 * Ernest Zhang <ernest.zhang@bayhubtech.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/pci.h>
+1 -10
drivers/mmc/host/sdhci-pxav2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Marvell International Ltd. 3 4 * Zhangfei Gao <zhangfei.gao@marvell.com> ··· 6 5 * Jun Nie <njun@marvell.com> 7 6 * Qiming Wu <wuqm@marvell.com> 8 7 * Philip Rakity <prakity@marvell.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/err.h>
+1 -10
drivers/mmc/host/sdhci-pxav3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Marvell International Ltd. 3 4 * Zhangfei Gao <zhangfei.gao@marvell.com> ··· 6 5 * Mingwei Wang <mwwang@marvell.com> 7 6 * Philip Rakity <prakity@marvell.com> 8 7 * Mark Brown <markb@marvell.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 #include <linux/err.h> 21 10 #include <linux/init.h>
+1 -10
drivers/mmc/host/sdhci-tegra.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #include <linux/delay.h>
+1 -9
drivers/mtd/nand/raw/qcom_nandc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/clk.h>
+1 -10
drivers/net/ethernet/ec_bhf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/net/ethernet/ec_bhf.c 3 4 * 4 5 * Copyright (C) 2014 Darek Marcinkiewicz <reksio@newterm.pl> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 /* This is a driver for EtherCAT master module present on CCAT FPGA.
+1 -9
drivers/phy/broadcom/phy-bcm-kona-usb2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * phy-bcm-kona-usb2.c - Broadcom Kona USB2 Phy Driver 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited 5 6 * Matt Porter <mporter@linaro.org> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/clk.h>
+1 -9
drivers/phy/broadcom/phy-brcm-usb-init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * phy-brcm-usb-init.c - Broadcom USB Phy chip specific init functions 3 4 * 4 5 * Copyright (C) 2014-2017 Broadcom 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 /*
+1 -9
drivers/phy/broadcom/phy-brcm-usb-init.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014-2017 Broadcom 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _USB_BRCM_COMMON_INIT_H
+1 -9
drivers/phy/broadcom/phy-brcm-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * phy-brcm-usb.c - Broadcom USB Phy Driver 3 4 * 4 5 * Copyright (C) 2015-2017 Broadcom 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/clk.h>
+1 -10
drivers/phy/marvell/phy-pxa-28nm-hsic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Linaro, Ltd. 3 4 * Rob Herring <robh@kernel.org> ··· 6 5 * Based on vendor driver: 7 6 * Copyright (C) 2013 Marvell Inc. 8 7 * Author: Chao Xie <xiechao.mail@gmail.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/delay.h>
+1 -10
drivers/phy/marvell/phy-pxa-28nm-usb2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Linaro, Ltd. 3 4 * Rob Herring <robh@kernel.org> ··· 6 5 * Based on vendor driver: 7 6 * Copyright (C) 2013 Marvell Inc. 8 7 * Author: Chao Xie <xiechao.mail@gmail.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/delay.h>
+1 -10
drivers/phy/rockchip/phy-rockchip-typec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd 3 4 * Author: Chris Zhong <zyw@rock-chips.com> 4 5 * Kever Yang <kever.yang@rock-chips.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 * 15 7 * The ROCKCHIP Type-C PHY has two PLL clocks. The first PLL clock 16 8 * is used for USB3, the second PLL clock is used for DP. This Type-C PHY has ··· 34 42 * This Type-C PHY driver supports normal and flip orientation. The orientation 35 43 * is reported by the EXTCON_PROP_USB_TYPEC_POLARITY property: true is flip 36 44 * orientation, false is normal orientation. 37 - * 38 45 */ 39 46 40 47 #include <linux/clk.h>
+1 -9
drivers/pinctrl/pinctrl-at91-pio4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Atmel PIO4 controller 3 4 * 4 5 * Copyright (C) 2015 Atmel, 5 6 * 2015 Ludovic Desroches <ludovic.desroches@atmel.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <dt-bindings/pinctrl/at91.h>
+1 -9
drivers/power/avs/rockchip-io-domain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Rockchip IO Voltage Domain driver 3 4 * 4 5 * Copyright 2014 MundoReader S.L. 5 6 * Copyright 2014 Google, Inc. 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/kernel.h>
+1 -9
drivers/power/reset/gpio-restart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Toggles a GPIO pin to restart a device 3 4 * 4 5 * Copyright (C) 2014 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 * 15 7 * Based on the gpio-poweroff driver. 16 8 */
+1 -9
drivers/pwm/pwm-vt8500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/pwm/pwm-vt8500.c 3 4 * 4 5 * Copyright (C) 2012 Tony Prisk <linux@prisktech.co.nz> 5 6 * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/module.h>
+1 -9
drivers/regulator/vctrl-regulator.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for voltage controller regulators 3 4 * 4 5 * Copyright (C) 2017 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/delay.h>
+1 -9
drivers/remoteproc/remoteproc_internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Remote processor framework 3 4 * ··· 7 6 * 8 7 * Ohad Ben-Cohen <ohad@wizery.com> 9 8 * Brian Swetland <swetland@google.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #ifndef REMOTEPROC_INTERNAL_H
+1 -9
drivers/remoteproc/remoteproc_virtio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote processor messaging transport (OMAP platform-specific bits) 3 4 * ··· 7 6 * 8 7 * Ohad Ben-Cohen <ohad@wizery.com> 9 8 * Brian Swetland <swetland@google.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/dma-mapping.h>
+1 -9
drivers/rtc/rtc-hym8563.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Haoyu HYM8563 RTC driver 3 4 * ··· 7 6 * 8 7 * based on rtc-HYM8563 9 8 * Copyright (C) 2010 ROCKCHIP, Inc. 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/module.h>
+1 -9
drivers/rtc/rtc-vt8500.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/rtc/rtc-vt8500.c 3 4 * 4 5 * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> 5 6 * 6 7 * Based on rtc-pxa.c 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -10
drivers/soc/tegra/fuse/fuse.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010 Google, Inc. 3 4 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. 4 5 * 5 6 * Author: 6 7 * Colin Cross <ccross@android.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __DRIVERS_MISC_TEGRA_FUSE_H
+1 -10
drivers/soc/tegra/pmc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/soc/tegra/pmc.c 3 4 * ··· 7 6 * 8 7 * Author: 9 8 * Colin Cross <ccross@google.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #define pr_fmt(fmt) "tegra-pmc: " fmt
+1 -10
drivers/tee/optee/call.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #include <linux/arm-smccc.h> 15 6 #include <linux/device.h>
+1 -10
drivers/tee/optee/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/tee/optee/optee_private.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #ifndef OPTEE_PRIVATE_H
+1 -10
drivers/tee/optee/rpc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -10
drivers/tee/optee/shm_pool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 4 * Copyright (c) 2017, EPAM Systems 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 #include <linux/device.h> 16 7 #include <linux/dma-buf.h>
+1 -10
drivers/tee/optee/shm_pool.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 4 * Copyright (c) 2016, EPAM Systems 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef SHM_POOL_H
+1 -10
drivers/tee/optee/supp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #include <linux/device.h> 15 6 #include <linux/slab.h>
+1 -10
drivers/tee/tee_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #define pr_fmt(fmt) "%s: " fmt, __func__
+1 -10
drivers/tee/tee_private.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #ifndef TEE_PRIVATE_H 15 6 #define TEE_PRIVATE_H
+1 -10
drivers/tee/tee_shm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #include <linux/device.h> 15 6 #include <linux/dma-buf.h>
+1 -10
drivers/tee/tee_shm_pool.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #include <linux/device.h> 15 6 #include <linux/dma-buf.h>
+1 -10
drivers/thermal/armada_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell EBU Armada SoCs thermal sensor driver 3 4 * 4 5 * Copyright (C) 2013 Marvell 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 #include <linux/device.h> 17 8 #include <linux/err.h>
+1 -10
drivers/thermal/broadcom/brcmstb_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Broadcom STB AVS TMON thermal sensor driver 3 4 * 4 5 * Copyright (c) 2015-2017 Broadcom 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #define DRV_NAME "brcmstb_thermal"
+1 -10
drivers/thermal/dove_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Dove thermal sensor driver 3 4 * 4 5 * Copyright (C) 2013 Andrew Lunn <andrew@lunn.ch> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 #include <linux/device.h> 17 8 #include <linux/err.h>
+1 -10
drivers/thermal/kirkwood_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kirkwood thermal sensor driver 3 4 * 4 5 * Copyright (C) 2012 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 #include <linux/device.h> 17 8 #include <linux/err.h>
+1 -10
drivers/thermal/spear_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SPEAr thermal driver. 3 4 * 4 5 * Copyright (C) 2011-2012 ST Microelectronics 5 6 * Author: Vincenzo Frascino <vincenzo.frascino@st.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/clk.h>
+1 -10
drivers/thermal/tegra/soctherm-fuse.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 software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #include <linux/module.h>
+1 -10
drivers/thermal/tegra/tegra-bpmp-thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2017, NVIDIA CORPORATION. All rights reserved. 3 4 * 4 5 * Author: 5 6 * Mikko Perttunen <mperttunen@nvidia.com> 6 7 * Aapo Vienamo <avienamo@nvidia.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/err.h>
+1 -10
drivers/thermal/ti-soc-thermal/dra752-thermal-data.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DRA752 thermal data. 3 4 * ··· 8 7 * Tero Kristo <t-kristo@ti.com> 9 8 * 10 9 * This file is partially autogenerated. 11 - * 12 - * This software is licensed under the terms of the GNU General Public 13 - * License version 2, as published by the Free Software Foundation, and 14 - * may be copied, distributed, and modified under those terms. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 10 */ 22 11 23 12 #include "ti-thermal.h"
+1 -9
drivers/thermal/ti-soc-thermal/omap3-thermal-data.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP3 thermal driver. 3 4 * 4 5 * Copyright (C) 2011-2012 Texas Instruments Inc. 5 6 * Copyright (C) 2014 Pavel Machek <pavel@ucw.cz> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 * 16 8 * Note 17 9 * http://www.ti.com/lit/er/sprz278f/sprz278f.pdf "Advisory
+1 -10
drivers/thermal/ti-soc-thermal/omap4-thermal-data.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP4 thermal driver. 3 4 * 4 5 * Copyright (C) 2011-2012 Texas Instruments Inc. 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include "ti-thermal.h"
+1 -10
drivers/thermal/ti-soc-thermal/omap5-thermal-data.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP5 thermal driver. 3 4 * 4 5 * Copyright (C) 2011-2012 Texas Instruments Inc. 5 6 * Contact: 6 7 * Eduardo Valentin <eduardo.valentin@ti.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include "ti-thermal.h"
+1 -10
drivers/video/fbdev/goldfishfb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 Google, Inc. 3 4 * Copyright (C) 2012 Intel, Inc. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 16 7 #include <linux/module.h>
+1 -9
drivers/video/fbdev/vt8500lcdfb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/video/vt8500lcdfb.c 3 4 * 4 5 * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> 5 6 * 6 7 * Based on skeletonfb.c and pxafb.c 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/delay.h>
+1 -9
drivers/video/fbdev/vt8500lcdfb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * linux/drivers/video/vt8500lcdfb.h 3 4 * 4 5 * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 struct vt8500lcd_info {
+1 -9
drivers/video/fbdev/wm8505fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * WonderMedia WM8505 Frame Buffer device driver 3 4 * 4 5 * Copyright (C) 2010 Ed Spiridonov <edo.rus@gmail.com> 5 6 * Based on vt8500lcdfb.c 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/delay.h>
+1 -9
drivers/video/fbdev/wm8505fb_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * GOVR registers list for WM8505 chips 3 4 * ··· 6 5 * Based on VIA/WonderMedia wm8510-govrh-reg.h 7 6 * http://github.com/projectgus/kernel_wm8505/blob/wm8505_2.6.29/ 8 7 * drivers/video/wmt/register/wm8510/wm8510-govrh-reg.h 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #ifndef _WM8505FB_REGS_H
+1 -9
drivers/video/fbdev/wmt_ge_rops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/video/wmt_ge_rops.c 3 4 * 4 5 * Accelerators for raster operations using WonderMedia Graphics Engine 5 6 * 6 7 * Copyright (C) 2010 Alexey Charkov <alchark@gmail.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -10
fs/fat/nfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* fs/fat/nfs.c 2 - * 3 - * This software is licensed under the terms of the GNU General Public 4 - * License version 2, as published by the Free Software Foundation, and 5 - * may be copied, distributed, and modified under those terms. 6 - * 7 - * This program is distributed in the hope that it will be useful, 8 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 9 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 - * GNU General Public License for more details. 11 - * 12 3 */ 13 4 14 5 #include <linux/exportfs.h>
+1 -9
fs/pstore/ftrace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2012 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/kernel.h>
+1 -9
fs/pstore/pmsg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2014 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #include <linux/cdev.h>
+1 -10
fs/pstore/ram_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
fs/unicode/utf8-selftest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kernel module for testing utf-8 support. 3 4 * 4 5 * Copyright 2017 Collabora Ltd. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
include/dt-bindings/clock/alphascale,asm9260.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2014 Oleksij Rempel <linux@rempel-privat.de> 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_ASM9260_H
+1 -9
include/dt-bindings/clock/am3.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_AM3_H 14 6 #define __DT_BINDINGS_CLK_AM3_H
+1 -9
include/dt-bindings/clock/am4.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_AM4_H 14 6 #define __DT_BINDINGS_CLK_AM4_H
+1 -9
include/dt-bindings/clock/dm814.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_DM814_H 14 6 #define __DT_BINDINGS_CLK_DM814_H
+1 -9
include/dt-bindings/clock/dm816.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_DM816_H 14 6 #define __DT_BINDINGS_CLK_DM816_H
+1 -9
include/dt-bindings/clock/dra7.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_DRA7_H 14 6 #define __DT_BINDINGS_CLK_DRA7_H
+1 -9
include/dt-bindings/clock/omap4.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_OMAP4_H 14 6 #define __DT_BINDINGS_CLK_OMAP4_H
+1 -9
include/dt-bindings/clock/omap5.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2017 Texas Instruments, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #ifndef __DT_BINDINGS_CLK_OMAP5_H 14 6 #define __DT_BINDINGS_CLK_OMAP5_H
+1 -9
include/dt-bindings/clock/qcom,gcc-apq8084.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_APQ_GCC_8084_H
+1 -9
include/dt-bindings/clock/qcom,gcc-ipq806x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_GCC_IPQ806X_H
+1 -9
include/dt-bindings/clock/qcom,gcc-ipq8074.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLOCK_IPQ_GCC_8074_H
+1 -9
include/dt-bindings/clock/qcom,gcc-mdm9615.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 4 * Copyright (c) BayLibre, SAS. 4 5 * Author : Neil Armstrong <narmstrong@baylibre.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _DT_BINDINGS_CLK_MDM_GCC_9615_H
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8660.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_GCC_8660_H
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8916.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2015 Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_GCC_8916_H
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8960.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_GCC_8960_H
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8974.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_GCC_8974_H
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8994.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8996.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_GCC_8996_H
+1 -9
include/dt-bindings/clock/qcom,gcc-msm8998.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_GCC_COBALT_H
+1 -9
include/dt-bindings/clock/qcom,lcc-ipq806x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_LCC_IPQ806X_H
+1 -9
include/dt-bindings/clock/qcom,lcc-mdm9615.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 4 * Copyright (c) BayLibre, SAS. 4 5 * Author : Neil Armstrong <narmstrong@baylibre.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _DT_BINDINGS_CLK_LCC_MDM9615_H
+1 -9
include/dt-bindings/clock/qcom,lcc-msm8960.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_LCC_MSM8960_H
+1 -9
include/dt-bindings/clock/qcom,mmcc-apq8084.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_APQ_MMCC_8084_H
+1 -9
include/dt-bindings/clock/qcom,mmcc-msm8960.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8960_H
+1 -9
include/dt-bindings/clock/qcom,mmcc-msm8974.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8974_H
+1 -9
include/dt-bindings/clock/qcom,mmcc-msm8996.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_MMCC_8996_H
+1 -9
include/dt-bindings/clock/qcom,rpmcc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2015 Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_CLK_MSM_RPMCC_H
+1 -9
include/dt-bindings/reset/altr,rst-mgr-a10.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_A10_H
+1 -9
include/dt-bindings/reset/altr,rst-mgr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, Steffen Trumtrar <s.trumtrar@pengutronix.de> 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_ALTR_RST_MGR_H
+1 -9
include/dt-bindings/reset/qcom,gcc-apq8084.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_APQ_GCC_8084_H
+1 -9
include/dt-bindings/reset/qcom,gcc-ipq806x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_IPQ_806X_H
+1 -9
include/dt-bindings/reset/qcom,gcc-mdm9615.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 4 * Copyright (c) BayLibre, SAS. 4 5 * Author : Neil Armstrong <narmstrong@baylibre.com> 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _DT_BINDINGS_RESET_GCC_MDM9615_H
+1 -9
include/dt-bindings/reset/qcom,gcc-msm8660.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_MSM_GCC_8660_H
+1 -9
include/dt-bindings/reset/qcom,gcc-msm8916.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2015 Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_MSM_GCC_8916_H
+1 -9
include/dt-bindings/reset/qcom,gcc-msm8960.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_MSM_GCC_8960_H
+1 -9
include/dt-bindings/reset/qcom,gcc-msm8974.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_MSM_GCC_8974_H
+1 -9
include/dt-bindings/reset/qcom,mmcc-apq8084.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_APQ_MMCC_8084_H
+1 -9
include/dt-bindings/reset/qcom,mmcc-msm8960.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8960_H
+1 -9
include/dt-bindings/reset/qcom,mmcc-msm8974.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2013, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _DT_BINDINGS_RESET_MSM_MMCC_8974_H
+1 -10
include/linux/arm-smccc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 #ifndef __LINUX_ARM_SMCCC_H 15 6 #define __LINUX_ARM_SMCCC_H
+1 -9
include/linux/clk/sunxi-ng.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 Chen-Yu Tsai. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _LINUX_CLK_SUNXI_NG_H_
+1 -10
include/linux/cpu_pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2011 Google, Inc. 3 4 * 4 5 * Author: 5 6 * Colin Cross <ccross@android.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #ifndef _LINUX_CPU_PM_H
+1 -9
include/linux/dma/qcom_bam_dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef _QCOM_BAM_DMA_H
+1 -9
include/linux/extcon-provider.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * External Connector (extcon) framework 3 4 * - linux/include/linux/extcon-provider.h for extcon provider device driver. 4 5 * 5 6 * Copyright (C) 2017 Samsung Electronics 6 7 * Author: Chanwoo Choi <cw00.choi@samsung.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __LINUX_EXTCON_PROVIDER_H__
+1 -9
include/linux/extcon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * External Connector (extcon) framework 3 4 * - linux/include/linux/extcon.h for extcon consumer device driver. ··· 13 12 * based on switch class driver 14 13 * Copyright (C) 2008 Google, Inc. 15 14 * Author: Mike Lockwood <lockwood@android.com> 16 - * 17 - * This software is licensed under the terms of the GNU General Public 18 - * License version 2, as published by the Free Software Foundation, and 19 - * may be copied, distributed, and modified under those terms. 20 - * 21 - * This program is distributed in the hope that it will be useful, 22 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 23 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 24 - * GNU General Public License for more details. 25 15 */ 26 16 27 17 #ifndef __LINUX_EXTCON_H__
+1 -9
include/linux/iio/common/cros_ec_sensors_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ChromeOS EC sensor hub 3 4 * 4 5 * Copyright (C) 2016 Google, Inc 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __CROS_EC_SENSORS_CORE_H
+1 -11
include/linux/input/auo-pixcir-ts.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for AUO in-cell touchscreens 3 4 * ··· 8 7 * 9 8 * Copyright (c) 2008 QUALCOMM Incorporated. 10 9 * Copyright (c) 2008 QUALCOMM USA, INC. 11 - * 12 - * 13 - * This software is licensed under the terms of the GNU General Public 14 - * License version 2, as published by the Free Software Foundation, and 15 - * may be copied, distributed, and modified under those terms. 16 - * 17 - * This program is distributed in the hope that it will be useful, 18 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 - * GNU General Public License for more details. 21 - * 22 10 */ 23 11 24 12 #ifndef __AUO_PIXCIR_TS_H__
+1 -9
include/linux/mfd/cros_ec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ChromeOS EC multi-function device 3 4 * 4 5 * Copyright (C) 2012 Google, Inc 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __LINUX_MFD_CROS_EC_H
+1 -9
include/linux/mfd/cros_ec_commands.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Host communication command constants for ChromeOS EC 3 4 * 4 5 * Copyright (C) 2012 Google, Inc 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 * 15 7 * The ChromeOS EC multi function device is used to mux all the requests 16 8 * to the EC device for its multiple features: keyboard controller,
+1 -9
include/linux/platform_data/invensense_mpu6050.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 Invensense, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 14 6 #ifndef __INV_MPU6050_PLATFORM_H_
+1 -10
include/linux/platform_data/shtc1.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Sensirion AG, Switzerland 3 4 * Author: Johannes Winkelmann <johannes.winkelmann@sensirion.com> 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 5 */ 15 6 16 7 #ifndef __SHTC1_H_
+1 -9
include/linux/platform_data/zforce_ts.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* drivers/input/touchscreen/zforce.c 2 3 * 3 4 * Copyright (C) 2012-2013 MundoReader S.L. 4 - * 5 - * This software is licensed under the terms of the GNU General Public 6 - * License version 2, as published by the Free Software Foundation, and 7 - * may be copied, distributed, and modified under those terms. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 5 */ 14 6 15 7 #ifndef _LINUX_INPUT_ZFORCE_TS_H
+1 -10
include/linux/pstore_ram.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010 Marco Stornelli <marco.stornelli@gmail.com> 3 4 * Copyright (C) 2011 Kees Cook <keescook@chromium.org> 4 5 * Copyright (C) 2011 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #ifndef __LINUX_PSTORE_RAM_H__
+1 -10
include/linux/tee_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016, Linaro Limited 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #ifndef __TEE_DRV_H
+1 -10
include/soc/tegra/pmc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2010 Google, Inc 3 4 * Copyright (c) 2014 NVIDIA Corporation 4 5 * 5 6 * Author: 6 7 * Colin Cross <ccross@google.com> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __SOC_TEGRA_PMC_H__
+1 -9
include/trace/events/clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014-2015, The Linux Foundation. All rights reserved. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 */ 13 5 #undef TRACE_SYSTEM 14 6 #define TRACE_SYSTEM clk
+1 -10
kernel/cpu_pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Google, Inc. 3 4 * 4 5 * Author: 5 6 * Colin Cross <ccross@android.com> 6 - * 7 - * This software is licensed under the terms of the GNU General Public 8 - * License version 2, as published by the Free Software Foundation, and 9 - * may be copied, distributed, and modified under those terms. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 7 */ 17 8 18 9 #include <linux/kernel.h>
+1 -9
lib/test_static_key_base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kernel module for testing static keys. 3 4 * ··· 6 5 * 7 6 * Authors: 8 7 * Jason Baron <jbaron@akamai.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/module.h>
+1 -9
lib/test_static_keys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kernel module for testing static keys. 3 4 * ··· 6 5 * 7 6 * Authors: 8 7 * Jason Baron <jbaron@akamai.com> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/module.h>
+1 -9
lib/test_user_copy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kernel module for testing copy_to/from_user infrastructure. 3 4 * ··· 6 5 * 7 6 * Authors: 8 7 * Kees Cook <keescook@chromium.org> 9 - * 10 - * This software is licensed under the terms of the GNU General Public 11 - * License version 2, as published by the Free Software Foundation, and 12 - * may be copied, distributed, and modified under those terms. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
samples/rpmsg/rpmsg_client_sample.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote processor messaging - sample client driver 3 4 * ··· 7 6 * 8 7 * Ohad Ben-Cohen <ohad@wizery.com> 9 8 * Brian Swetland <swetland@google.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/kernel.h>
+1 -9
security/loadpin/loadpin.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Module and Firmware Pinning Security Module 3 4 * 4 5 * Copyright 2011-2016 Google Inc. 5 6 * 6 7 * Author: Kees Cook <keescook@chromium.org> 7 - * 8 - * This software is licensed under the terms of the GNU General Public 9 - * License version 2, as published by the Free Software Foundation, and 10 - * may be copied, distributed, and modified under those terms. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #define pr_fmt(fmt) "LoadPin: " fmt
+1 -10
sound/soc/rockchip/rockchip_pdm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Rockchip PDM ALSA SoC Digital Audio Interface(DAI) driver 3 4 * 4 5 * Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #include <linux/module.h>
+1 -10
sound/soc/rockchip/rockchip_pdm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Rockchip PDM ALSA SoC Digital Audio Interface(DAI) driver 3 4 * 4 5 * Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 #ifndef _ROCKCHIP_PDM_H
+1 -10
tools/testing/selftests/android/ion/ion.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ion.h 3 4 * 4 5 * Copyright (C) 2011 Google, Inc. 5 - * 6 - * This software is licensed under the terms of the GNU General Public 7 - * License version 2, as published by the Free Software Foundation, and 8 - * may be copied, distributed, and modified under those terms. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 6 */ 16 7 17 8 /* This file is copied from drivers/staging/android/uapi/ion.h
+1 -10
tools/testing/selftests/android/ion/ionapp_export.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ionapp_export.c 3 4 * ··· 8 7 * So, this server has to be started first before the client. 9 8 * 10 9 * Copyright (C) 2017 Pintu Kumar <pintu.ping@gmail.com> 11 - * 12 - * This software is licensed under the terms of the GNU General Public 13 - * License version 2, as published by the Free Software Foundation, and 14 - * may be copied, distributed, and modified under those terms. 15 - * 16 - * This program is distributed in the hope that it will be useful, 17 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - * GNU General Public License for more details. 20 - * 21 10 */ 22 11 23 12 #include <stdio.h>
+1 -10
tools/testing/selftests/android/ion/ionapp_import.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ionapp_import.c 3 4 * ··· 7 6 * This acts like a client for ionapp_export. 8 7 * 9 8 * Copyright (C) 2017 Pintu Kumar <pintu.ping@gmail.com> 10 - * 11 - * This software is licensed under the terms of the GNU General Public 12 - * License version 2, as published by the Free Software Foundation, and 13 - * may be copied, distributed, and modified under those terms. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #include <stdio.h>
+1 -10
tools/testing/selftests/breakpoints/breakpoint_test_arm64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 4 * 13 5 * Original Code by Pavel Labath <labath@google.com> 14 6 * 15 7 * Code modified by Pratyush Anand <panand@redhat.com> 16 8 * for testing different byte select for each access size. 17 - * 18 9 */ 19 10 20 11 #define _GNU_SOURCE
+1 -10
tools/testing/selftests/breakpoints/step_after_suspend_test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Google, Inc. 3 - * 4 - * This software is licensed under the terms of the GNU General Public 5 - * License version 2, as published by the Free Software Foundation, and 6 - * may be copied, distributed, and modified under those terms. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 4 */ 14 5 15 6 #define _GNU_SOURCE
+1 -8
tools/time/udelay_test.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # udelay() test script 4 5 # ··· 9 8 # 10 9 # Copyright (C) 2014 Google, Inc. 11 10 # 12 - # This software is licensed under the terms of the GNU General Public 13 - # License version 2, as published by the Free Software Foundation, and 14 - # may be copied, distributed, and modified under those terms. 15 - # 16 - # This program is distributed in the hope that it will be useful, 17 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 18 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19 - # GNU General Public License for more details. 20 11 21 12 MODULE_NAME=udelay_test 22 13 UDELAY_PATH=/sys/kernel/debug/udelay_test
+1 -8
tools/vm/slabinfo-gnuplot.sh
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # Sergey Senozhatsky, 2015 4 5 # sergey.senozhatsky.work@gmail.com 5 6 # 6 - # This software is licensed under the terms of the GNU General Public 7 - # License version 2, as published by the Free Software Foundation, and 8 - # may be copied, distributed, and modified under those terms. 9 - # 10 - # This program is distributed in the hope that it will be useful, 11 - # but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - # GNU General Public License for more details. 14 7 15 8 16 9 # This program is intended to plot a `slabinfo -X' stats, collected,