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

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

Based on 1 normalized pattern(s):

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
1802d0be f2cde895

+662 -5994
+1 -10
arch/arc/plat-axs10x/axs10x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AXS101/AXS103 Software Development Platform 3 4 * 4 5 * Copyright (C) 2013-15 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/of_fdt.h>
+1 -9
arch/arm/boot/dts/mt2701-pinfunc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Biao Huang <biao.huang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DTS_MT2701_PINFUNC_H
+1 -9
arch/arm/boot/dts/mt8135-pinfunc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DTS_MT8135_PINFUNC_H
+1 -10
arch/arm/common/vlock.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vlock.S - simple voting lock implementation for ARM 3 4 * 4 5 * Created by: Dave Martin, 2012-08-16 5 6 * Copyright: (C) 2012-2013 Linaro Limited 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 * This algorithm is described in more detail in 18 9 * Documentation/arm/vlocks.txt.
+1 -9
arch/arm/common/vlock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vlock.h - simple voting lock implementation 3 4 * 4 5 * Created by: Dave Martin, 2012-08-16 5 6 * Copyright: (C) 2012-2013 Linaro Limited 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 __VLOCK_H
+1 -9
arch/arm/include/asm/kprobes.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/include/asm/kprobes.h 3 4 * 4 5 * Copyright (C) 2006, 2007 Motorola Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _ARM_KPROBES_H
+1 -8
arch/arm/include/asm/opcodes-sec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -9
arch/arm/include/asm/probes.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/include/asm/probes.h 3 4 * ··· 6 5 * which contains the following notice... 7 6 * 8 7 * Copyright (C) 2006, 2007 Motorola Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef _ASM_PROBES_H
+1 -8
arch/arm/include/asm/psci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -8
arch/arm/kernel/paravirt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2013 Citrix Systems 12 5 *
+1 -8
arch/arm/kernel/psci_smp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 *
+1 -9
arch/arm/kernel/sigreturn_codes.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * sigreturn_codes.S - code sinpets for sigreturn syscalls 3 4 * 4 5 * Created by: Victor Kamensky, 2013-08-13 5 6 * Copyright: (C) 2013 Linaro Limited 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 <asm/assembler.h>
+1 -9
arch/arm/kvm/vgic-v3-coproc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VGIC system registers handling functions for AArch32 mode 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/kvm.h>
+1 -10
arch/arm/mach-mediatek/platsmp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-mediatek/platsmp.c 3 4 * 4 5 * Copyright (c) 2014 Mediatek Inc. 5 6 * Author: Shunli Wang <shunli.wang@mediatek.com> 6 7 * Yingjoe Chen <yingjoe.chen@mediatek.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 #include <linux/io.h> 19 10 #include <linux/memblock.h>
+1 -8
arch/arm/mach-vexpress/spc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -9
arch/arm/probes/decode-arm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * arch/arm/probes/decode-arm.c ··· 6 5 * Some code moved here from arch/arm/kernel/kprobes-arm.c 7 6 * 8 7 * Copyright (C) 2006, 2007 Motorola Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/kernel.h>
+1 -9
arch/arm/probes/decode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/probes/decode.h 3 4 * ··· 6 5 * 7 6 * Some contents moved here from arch/arm/include/asm/kprobes.h which is 8 7 * Copyright (C) 2006, 2007 Motorola Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef _ARM_KERNEL_PROBES_H
+1 -9
arch/arm/probes/kprobes/actions-arm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/probes/kprobes/actions-arm.c 3 4 * 4 5 * Copyright (C) 2006, 2007 Motorola Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 /*
+1 -9
arch/arm/probes/kprobes/checkers-arm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/probes/kprobes/checkers-arm.c 3 4 * 4 5 * Copyright (C) 2014 Huawei Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
arch/arm/probes/kprobes/checkers-common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/probes/kprobes/checkers-common.c 3 4 * 4 5 * Copyright (C) 2014 Huawei Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
arch/arm/probes/kprobes/checkers-thumb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/probes/kprobes/checkers-thumb.c 3 4 * 4 5 * Copyright (C) 2014 Huawei Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
arch/arm/probes/kprobes/checkers.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/probes/kprobes/checkers.h 3 4 * 4 5 * Copyright (C) 2014 Huawei Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 #ifndef _ARM_KERNEL_PROBES_CHECKERS_H 16 8 #define _ARM_KERNEL_PROBES_CHECKERS_H
+1 -9
arch/arm/probes/kprobes/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/kernel/kprobes.c 3 4 * ··· 9 8 * 10 9 * Nicolas Pitre <nico@marvell.com> 11 10 * Copyright (C) 2007 Marvell Ltd. 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 as 15 - * published by the Free Software Foundation. 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 GNU 20 - * General Public License for more details. 21 11 */ 22 12 23 13 #include <linux/kernel.h>
+1 -9
arch/arm/probes/kprobes/core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/kernel/kprobes.h 3 4 * ··· 6 5 * 7 6 * Some contents moved here from arch/arm/include/asm/kprobes.h which is 8 7 * Copyright (C) 2006, 2007 Motorola Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef _ARM_KERNEL_KPROBES_H
+1 -9
arch/arm64/boot/dts/mediatek/mt6755-evb.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Mars.C <mars.cheng@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 /dts-v1/;
+1 -9
arch/arm64/boot/dts/mediatek/mt6795-evb.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Mars.C <mars.cheng@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 /dts-v1/;
+1 -9
arch/arm64/boot/dts/mediatek/mt6797-evb.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Mars.C <mars.cheng@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 /dts-v1/;
+1 -9
arch/arm64/boot/dts/mediatek/mt8173-evb.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Eddie Huang <eddie.huang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 /dts-v1/;
+1 -9
arch/arm64/boot/dts/mediatek/mt8173-pinfunc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DTS_MT8173_PINFUNC_H
+1 -9
arch/arm64/include/asm/hugetlb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm64/include/asm/hugetlb.h 3 4 * 4 5 * Copyright (C) 2013 Linaro Ltd. 5 6 * 6 7 * Based on arch/x86/include/asm/hugetlb.h 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 __ASM_HUGETLB_H
+1 -9
arch/arm64/include/asm/kprobes.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm64/include/asm/kprobes.h 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _ARM_KPROBES_H
+1 -9
arch/arm64/include/asm/probes.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm64/include/asm/probes.h 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 #ifndef _ARM_PROBES_H 16 8 #define _ARM_PROBES_H
+1 -8
arch/arm64/kernel/paravirt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2013 Citrix Systems 12 5 *
+1 -9
arch/arm64/kernel/probes/decode-insn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm64/kernel/probes/decode-insn.c 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
arch/arm64/kernel/probes/decode-insn.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm64/kernel/probes/decode-insn.h 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _ARM_KERNEL_KPROBES_ARM64_H
+1 -10
arch/arm64/kernel/probes/kprobes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm64/kernel/probes/kprobes.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2013 Linaro Limited. 8 7 * Author: Sandeepa Prabhu <sandeepa.prabhu@linaro.org> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 #include <linux/kasan.h> 21 10 #include <linux/kernel.h>
+1 -9
arch/arm64/kernel/probes/simulate-insn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm64/kernel/probes/simulate-insn.c 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/bitops.h>
+1 -9
arch/arm64/kernel/probes/simulate-insn.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm64/kernel/probes/simulate-insn.h 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _ARM_KERNEL_KPROBES_SIMULATE_INSN_H
+1 -8
arch/arm64/kernel/psci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2013 ARM Limited 12 5 *
+1 -10
arch/arm64/kernel/smccc-call.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015, Linaro Limited 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License Version 2 as 6 - * published by the Free Software Foundation. 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 #include <linux/arm-smccc.h>
+1 -9
arch/arm64/kvm/vgic-sys-reg-v3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VGIC system registers handling functions for AArch64 mode 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/irqchip/arm-gic-v3.h>
+1 -9
arch/arm64/mm/hugetlbpage.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm64/mm/hugetlbpage.c 3 4 * 4 5 * Copyright (C) 2013 Linaro Ltd. 5 6 * 6 7 * Based on arch/x86/mm/hugetlbpage.c. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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/init.h>
+1 -9
arch/m68k/include/asm/mcfqspi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Definitions for Freescale Coldfire QSPI module 3 4 * 4 5 * Copyright 2010 Steven King <sfking@fdwdc.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 mcfqspi_h
+1 -8
arch/powerpc/kvm/book3s_hv_rmhandlers.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 12 5 *
+1 -9
arch/powerpc/kvm/tm.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Derived from book3s_hv_rmhandlers.S, which is: 12 5 * 13 6 * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 14 - * 15 7 */ 16 8 17 9 #include <asm/reg.h>
+1 -9
arch/powerpc/platforms/powernv/opal-prd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OPAL Runtime Diagnostics interface driver 3 4 * Supported on POWERNV platform 4 5 * 5 6 * Copyright IBM Corporation 2015 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 #define pr_fmt(fmt) "opal-prd: " fmt
+1 -9
arch/riscv/include/asm/kprobes.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copied from arch/arm64/include/asm/kprobes.h 3 4 * 4 5 * Copyright (C) 2013 Linaro Limited 5 6 * Copyright (C) 2017 SiFive 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _RISCV_KPROBES_H
+1 -9
arch/riscv/kernel/smpboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SMP initialisation and IPI support 3 4 * Based on arch/arm64/kernel/smp.c ··· 6 5 * Copyright (C) 2012 ARM Ltd. 7 6 * Copyright (C) 2015 Regents of the University of California 8 7 * Copyright (C) 2017 SiFive 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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
arch/riscv/kernel/stacktrace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 ARM Limited 3 4 * Copyright (C) 2014 Regents of the University of California 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/export.h>
+1 -9
crypto/zstd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Cryptographic API. 3 4 * 4 5 * Copyright (c) 2017-present, Facebook, Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License version 2 as published by 8 - * the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 6 */ 15 7 #include <linux/crypto.h> 16 8 #include <linux/init.h>
+1 -9
drivers/acpi/acpi_lpat.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * acpi_lpat.c - LPAT table processing functions 3 4 * 4 5 * Copyright (C) 2015 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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/export.h>
+1 -9
drivers/acpi/acpi_lpit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 2 3 /* 3 4 * acpi_lpit.c - LPIT table processing functions 4 5 * 5 6 * Copyright (C) 2017 Intel Corporation. All rights reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 9 - * 2 as published by the Free Software Foundation. 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/cpu.h>
+1 -9
drivers/acpi/apei/apei-base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * apei-base.c - ACPI Platform Error Interface (APEI) supporting 3 4 * infrastructure ··· 16 15 * 17 16 * Copyright (C) 2009, Intel Corp. 18 17 * Author: Huang Ying <ying.huang@intel.com> 19 - * 20 - * This program is free software; you can redistribute it and/or 21 - * modify it under the terms of the GNU General Public License version 22 - * 2 as published by the Free Software Foundation. 23 - * 24 - * This program is distributed in the hope that it will be useful, 25 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 26 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 27 - * GNU General Public License for more details. 28 18 */ 29 19 30 20 #include <linux/kernel.h>
+1 -9
drivers/acpi/apei/einj.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * APEI Error INJection support 3 4 * ··· 10 9 * 11 10 * Copyright 2009-2010 Intel Corp. 12 11 * Author: Huang Ying <ying.huang@intel.com> 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License version 16 - * 2 as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 12 */ 23 13 24 14 #include <linux/kernel.h>
+1 -9
drivers/acpi/apei/erst-dbg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * APEI Error Record Serialization Table debug support 3 4 * ··· 9 8 * 10 9 * Copyright 2010 Intel Corp. 11 10 * Author: Huang Ying <ying.huang@intel.com> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License version 15 - * 2 as published by the Free Software Foundation. 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 11 */ 22 12 23 13 #include <linux/kernel.h>
+1 -9
drivers/acpi/apei/erst.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * APEI Error Record Serialization Table support 3 4 * ··· 10 9 * 11 10 * Copyright 2010 Intel Corp. 12 11 * Author: Huang Ying <ying.huang@intel.com> 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License version 16 - * 2 as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 12 */ 23 13 24 14 #include <linux/kernel.h>
+1 -9
drivers/acpi/apei/ghes.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * APEI Generic Hardware Error Source support 3 4 * ··· 15 14 * 16 15 * Copyright 2010,2011 Intel Corp. 17 16 * Author: Huang Ying <ying.huang@intel.com> 18 - * 19 - * This program is free software; you can redistribute it and/or 20 - * modify it under the terms of the GNU General Public License version 21 - * 2 as published by the Free Software Foundation; 22 - * 23 - * This program is distributed in the hope that it will be useful, 24 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 25 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 - * GNU General Public License for more details. 27 17 */ 28 18 29 19 #include <linux/arm_sdei.h>
+1 -9
drivers/acpi/apei/hest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * APEI Hardware Error Souce Table support 3 4 * ··· 13 12 * 14 13 * Copyright 2009 Intel Corp. 15 14 * Author: Huang Ying <ying.huang@intel.com> 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License version 19 - * 2 as published by the Free Software Foundation; 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/kernel.h>
+1 -9
drivers/acpi/device_pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/acpi/device_pm.c - ACPI device power management routines. 3 4 * ··· 6 5 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as published 12 - * by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 10 */
+1 -9
drivers/acpi/device_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/acpi/device_sysfs.c - ACPI device sysfs attributes and modalias. 3 4 * ··· 7 6 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 8 7 * 9 8 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as published 13 - * by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 * 20 10 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 21 11 */
+1 -9
drivers/acpi/hed.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ACPI Hardware Error Device (PNP0C33) Driver 3 4 * ··· 7 6 * 8 7 * ACPI Hardware Error Device is used to report some hardware errors 9 8 * notified via SCI, mainly the corrected errors. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License version 13 - * 2 as published by the Free Software Foundation; 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
drivers/acpi/pmic/intel_pmic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pmic.c - Intel PMIC operation region driver 3 4 * 4 5 * Copyright (C) 2014 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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/export.h>
+1 -9
drivers/acpi/resource.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/acpi/resource.c - ACPI device resources interpretation. 3 4 * ··· 6 5 * Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 7 6 * 8 7 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as published 12 - * by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 * 19 9 * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 20 10 */
+1 -9
drivers/ata/ahci_mtk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MediaTek AHCI SATA driver 3 4 * 4 5 * Copyright (c) 2017 MediaTek Inc. 5 6 * Author: Ryder Lee <ryder.lee@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/ahci_platform.h>
+1 -10
drivers/atm/solos-pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Solos PCI ADSL2+ card, designed to support Linux by 3 4 * Traverse Technologies -- http://www.traverse.com.au/ 4 5 * Xrio Limited -- http://www.xrio.com/ 5 - * 6 6 * 7 7 * Copyright © 2008 Traverse Technologies 8 8 * Copyright © 2008 Intel Corporation ··· 10 10 * Authors: Nathan Williams <nathan@traverse.com.au> 11 11 * David Woodhouse <dwmw2@infradead.org> 12 12 * Treker Chen <treker@xrio.com> 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License 16 - * version 2, as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 13 */ 23 14 24 15 #define DEBUG
+1 -9
drivers/bus/brcmstb_gisb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/init.h>
+1 -8
drivers/bus/vexpress-config.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2014 ARM Limited 12 5 */
+1 -9
drivers/char/hw_random/ks-sa-rng.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Random Number Generator driver for the Keystone SOC 3 4 * ··· 6 5 * 7 6 * Authors: Sandeep Nair 8 7 * Vitaly Andrianov 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/hw_random.h>
+1 -9
drivers/clk/mediatek/clk-apmixed.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/delay.h>
+1 -9
drivers/clk/mediatek/clk-cpumux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 Linaro Ltd. 3 4 * Author: Pi-Cheng Chen <pi-cheng.chen@linaro.org> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-cpumux.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 Linaro Ltd. 3 4 * Author: Pi-Cheng Chen <pi-cheng.chen@linaro.org> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DRV_CLK_CPUMUX_H
+1 -9
drivers/clk/mediatek/clk-gate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/of.h>
+1 -9
drivers/clk/mediatek/clk-gate.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DRV_CLK_GATE_H
+1 -9
drivers/clk/mediatek/clk-mt2701-bdp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2701-eth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2701-hif.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2701-img.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2701-mm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2701-vdec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2701.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-bdp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-img.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-jpgdec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-mfg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-mm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-vdec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712-venc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt2712.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk/mediatek/clk-mt6797-img.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Copyright (c) 2017 MediaTek Inc. 2 3 * Author: Kevin Chen <kevin-cw.chen@mediatek.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/mediatek/clk-mt6797-mm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Kevin Chen <kevin-cw.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt6797-vdec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Kevin-CW Chen <kevin-cw.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt6797-venc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Kevin Chen <kevin-cw.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/clk-mt6797.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Kevin Chen <kevin-cw.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/of.h>
+1 -9
drivers/clk/mediatek/clk-mt7622-aud.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Chen Zhong <chen.zhong@mediatek.com> 4 5 * Sean Wang <sean.wang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/mediatek/clk-mt7622-eth.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Chen Zhong <chen.zhong@mediatek.com> 4 5 * Sean Wang <sean.wang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/mediatek/clk-mt7622-hif.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Chen Zhong <chen.zhong@mediatek.com> 4 5 * Sean Wang <sean.wang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/mediatek/clk-mt7622.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Chen Zhong <chen.zhong@mediatek.com> 4 5 * Sean Wang <sean.wang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/mediatek/clk-mt8135.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk/mediatek/clk-mt8173.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk/mediatek/clk-mtk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/of.h>
+1 -9
drivers/clk/mediatek/clk-mtk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DRV_CLK_MTK_H
+1 -9
drivers/clk/mediatek/clk-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/of.h>
+1 -9
drivers/clk/mediatek/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/mfd/syscon.h>
+1 -10
drivers/clk/tegra/clk-dfll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * clk-dfll.c - Tegra DFLL clock source common code 3 4 * ··· 6 5 * 7 6 * Aleksandr Frid <afrid@nvidia.com> 8 7 * Paul Walmsley <pwalmsley@nvidia.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 8 * 19 9 * This library is for the DVCO and DFLL IP blocks on the Tegra124 20 10 * SoC. These IP blocks together are also known at NVIDIA as ··· 26 34 * CPU cycle time will vary. This has implications for 27 35 * performance-measurement code and any code that relies on the CPU 28 36 * cycle time to delay for a certain length of time. 29 - * 30 37 */ 31 38 32 39 #include <linux/clk.h>
+1 -9
drivers/clk/tegra/clk-dfll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * clk-dfll.h - prototypes and macros for the Tegra DFLL clocksource driver 3 4 * Copyright (C) 2013-2019 NVIDIA Corporation. All rights reserved. 4 5 * 5 6 * Aleksandr Frid <afrid@nvidia.com> 6 7 * Paul Walmsley <pwalmsley@nvidia.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #ifndef __DRIVERS_CLK_TEGRA_CLK_DFLL_H
+1 -10
drivers/clk/tegra/clk-tegra124-dfll-fcpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Tegra124 DFLL FCPU clock source driver 3 4 * ··· 6 5 * 7 6 * Aleksandr Frid <afrid@nvidia.com> 8 7 * Paul Walmsley <pwalmsley@nvidia.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/cpu.h>
+1 -10
drivers/clk/tegra/cvb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Utility functions for parsing Tegra CVB voltage tables 3 4 * 4 5 * Copyright (C) 2012-2019 NVIDIA Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 6 */ 16 7 #include <linux/err.h> 17 8 #include <linux/kernel.h>
+1 -10
drivers/clk/tegra/cvb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Utility functions for parsing Tegra CVB voltage tables 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 4 */ 14 5 15 6 #ifndef __DRIVERS_CLK_TEGRA_CVB_H
+1 -8
drivers/clk/versatile/clk-sp810.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2013 ARM Limited 12 5 */
+1 -8
drivers/clk/versatile/clk-vexpress-osc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -8
drivers/clocksource/timer-versatile.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2014 ARM Limited 12 5 */
+1 -9
drivers/cpufreq/mediatek-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 Linaro Ltd. 3 4 * Author: Pi-Cheng Chen <pi-cheng.chen@linaro.org> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/cpufreq/ti-cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI CPUFreq/OPP hw-supported driver 3 4 * 4 5 * Copyright (C) 2016-2017 Texas Instruments, Inc. 5 6 * Dave Gerlach <d-gerlach@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 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/cpu.h>
+1 -9
drivers/dma-buf/dma-fence-array.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * dma-fence-array: aggregate fences to be waited together 3 4 * ··· 7 6 * Authors: 8 7 * Gustavo Padovan <gustavo@padovan.org> 9 8 * Christian König <christian.koenig@amd.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License version 2 as published by 13 - * the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 9 */ 20 10 21 11 #include <linux/export.h>
+1 -9
drivers/dma-buf/dma-fence-chain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * fence-chain: chain fences together in a timeline 3 4 * 4 5 * Copyright (C) 2018 Advanced Micro Devices, Inc. 5 6 * Authors: 6 7 * Christian König <christian.koenig@amd.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/dma-fence-chain.h>
+1 -9
drivers/dma-buf/dma-fence.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Fence mechanism for dma-buf and to allow for asynchronous dma access 3 4 * ··· 8 7 * Authors: 9 8 * Rob Clark <robdclark@gmail.com> 10 9 * Maarten Lankhorst <maarten.lankhorst@canonical.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms of the GNU General Public License version 2 as published by 14 - * the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but WITHOUT 17 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 19 - * more details. 20 10 */ 21 11 22 12 #include <linux/slab.h>
+1 -9
drivers/dma-buf/seqno-fence.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * seqno-fence, using a dma-buf to synchronize fencing 3 4 * ··· 7 6 * Authors: 8 7 * Rob Clark <robdclark@gmail.com> 9 8 * Maarten Lankhorst <maarten.lankhorst@canonical.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License version 2 as published by 13 - * the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 9 */ 20 10 21 11 #include <linux/slab.h>
+1 -9
drivers/dma/pch_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Topcliff PCH DMA controller driver 3 4 * Copyright (c) 2010 Intel Corporation 4 5 * Copyright (C) 2011 LAPIS Semiconductor Co., Ltd. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/dmaengine.h>
+1 -12
drivers/dma/stm32-dmamux.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Copyright (C) STMicroelectronics SA 2017 4 5 * Author(s): M'boumba Cedric Madianga <cedric.madianga@gmail.com> 5 6 * Pierre-Yves Mordret <pierre-yves.mordret@st.com> 6 7 * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 - * 18 8 * DMA Router driver for STM32 DMA MUX 19 9 * 20 10 * Based on TI DMA Crossbar driver 21 - * 22 11 */ 23 12 24 13 #include <linux/clk.h>
+1 -12
drivers/dma/stm32-mdma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Copyright (C) STMicroelectronics SA 2017 4 5 * Author(s): M'boumba Cedric Madianga <cedric.madianga@gmail.com> 5 6 * Pierre-Yves Mordret <pierre-yves.mordret@st.com> 6 7 * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 - * 18 8 * Driver for STM32 MDMA controller 19 9 * 20 10 * Inspired by stm32-dma.c and dma-jz4780.c 21 - * 22 11 */ 23 12 24 13 #include <linux/clk.h>
+1 -9
drivers/dma/timb_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * timb_dma.c timberdale FPGA DMA driver 3 4 * Copyright (c) 2010 Intel Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 /* Supports:
+1 -9
drivers/extcon/extcon-axp288.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * extcon-axp288.c - X-Power AXP288 PMIC extcon cable detection driver 3 4 * 4 5 * Copyright (c) 2017-2018 Hans de Goede <hdegoede@redhat.com> 5 6 * Copyright (C) 2015 Intel Corporation 6 7 * Author: Ramakrishna Pallala <ramakrishna.pallala@intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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/acpi.h>
+1 -9
drivers/extcon/extcon-qcom-spmi-misc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * extcon-qcom-spmi-misc.c - Qualcomm USB extcon driver to support USB ID 3 4 * detection based on extcon-usb-gpio.c. 4 5 * 5 6 * Copyright (C) 2016 Linaro, Ltd. 6 7 * Stephen Boyd <stephen.boyd@linaro.org> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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/extcon-provider.h>
+1 -9
drivers/extcon/extcon-usb-gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * drivers/extcon/extcon-usb-gpio.c - USB GPIO extcon driver 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com 5 6 * Author: Roger Quadros <rogerq@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/extcon-provider.h>
+1 -8
drivers/firmware/psci/psci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2015 ARM Limited 12 5 */
+1 -8
drivers/firmware/psci/psci_checker.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2016 ARM Limited 12 5 */
+1 -9
drivers/fsi/fsi-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FSI core driver 3 4 * 4 5 * Copyright (C) IBM Corporation 2016 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 * TODO: 16 8 * - Rework topology
+1 -9
drivers/fsi/fsi-master-hub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FSI hub master driver 3 4 * 4 5 * Copyright (C) IBM Corporation 2016 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/fsi/fsi-master.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * FSI master definitions. These comprise the core <--> master interface, 3 4 * to allow the core to interact with the (hardware-specific) masters. 4 5 * 5 6 * Copyright (C) IBM Corporation 2016 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 DRIVERS_FSI_MASTER_H
+1 -9
drivers/gpio/gpio-104-dio-48e.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the ACCES 104-DIO-48E series 3 4 * Copyright (C) 2016 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This driver supports the following ACCES devices: 104-DIO-48E and 15 7 * 104-DIO-24E.
+1 -9
drivers/gpio/gpio-104-idi-48.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the ACCES 104-IDI-48 family 3 4 * Copyright (C) 2015 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This driver supports the following ACCES devices: 104-IDI-48A, 15 7 * 104-IDI-48AC, 104-IDI-48B, and 104-IDI-48BC.
+1 -9
drivers/gpio/gpio-104-idio-16.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the ACCES 104-IDIO-16 family 3 4 * Copyright (C) 2015 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This driver supports the following ACCES devices: 104-IDIO-16, 15 7 * 104-IDIO-16E, 104-IDO-16, 104-IDIO-8, 104-IDIO-8E, and 104-IDO-8.
+1 -9
drivers/gpio/gpio-gpio-mm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the Diamond Systems GPIO-MM 3 4 * Copyright (C) 2016 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This driver supports the following Diamond Systems devices: GPIO-MM and 15 7 * GPIO-MM-12.
+1 -9
drivers/gpio/gpio-pci-idio-16.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the ACCES PCI-IDIO-16 3 4 * Copyright (C) 2017 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 #include <linux/bitmap.h> 15 7 #include <linux/bitops.h>
+1 -9
drivers/gpio/gpio-ws16c48.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * GPIO driver for the WinSystems WS16C48 3 4 * Copyright (C) 2016 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 #include <linux/bitmap.h> 15 7 #include <linux/bitops.h>
+1 -10
drivers/gpu/drm/arc/arcpgu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ARC PGU DRM driver. 3 4 * 4 5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _ARCPGU_H_
+1 -10
drivers/gpu/drm/arc/arcpgu_crtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ARC PGU DRM driver. 3 4 * 4 5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 <drm/drm_atomic_helper.h>
+1 -10
drivers/gpu/drm/arc/arcpgu_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ARC PGU DRM driver. 3 4 * 4 5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/clk.h>
+1 -10
drivers/gpu/drm/arc/arcpgu_hdmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ARC PGU DRM driver. 3 4 * 4 5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 <drm/drm_crtc.h>
+1 -10
drivers/gpu/drm/arc/arcpgu_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ARC PGU DRM driver. 3 4 * 4 5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _ARC_PGU_REGS_H_
+1 -10
drivers/gpu/drm/arc/arcpgu_sim.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ARC PGU DRM driver. 3 4 * 4 5 * Copyright (C) 2016 Synopsys, Inc. (www.synopsys.com) 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 <drm/drm_atomic_helper.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_cec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk.h> 15 7 #include <linux/delay.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_cec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_CEC_H 15 7 #define _MTK_CEC_H
+1 -9
drivers/gpu/drm/mediatek/mtk_disp_color.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <drm/drmP.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_disp_ovl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <drm/drmP.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_disp_rdma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <drm/drmP.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_dpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 <drm/drmP.h> 15 7 #include <drm/drm_crtc.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_dpi_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __MTK_DPI_REGS_H 15 7 #define __MTK_DPI_REGS_H
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_crtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <asm/barrier.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_crtc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 MTK_DRM_CRTC_H
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_ddp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/gpu/drm/mediatek/mtk_drm_ddp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 MTK_DRM_DDP_H
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_ddp_comp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Authors: 4 5 * YT Shen <yt.shen@mediatek.com> 5 6 * CK Hu <ck.hu@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/gpu/drm/mediatek/mtk_drm_ddp_comp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 MTK_DRM_DDP_COMP_H
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: YT SHEN <yt.shen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/mtk_drm_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 MTK_DRM_DRV_H
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <drm/drmP.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_fb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 MTK_DRM_FB_H
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_gem.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <drm/drmP.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_gem.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 _MTK_DRM_GEM_H_
+1 -9
drivers/gpu/drm/mediatek/mtk_drm_plane.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: CK Hu <ck.hu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mediatek/mtk_drm_plane.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: CK Hu <ck.hu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_DRM_PLANE_H_
+1 -9
drivers/gpu/drm/mediatek/mtk_dsi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <drm/drmP.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_hdmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 <drm/drmP.h> 15 7 #include <drm/drm_atomic_helper.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_hdmi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_HDMI_CTRL_H 15 7 #define _MTK_HDMI_CTRL_H
+1 -9
drivers/gpu/drm/mediatek/mtk_hdmi_ddc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/kernel.h> 15 7 #include <linux/module.h>
+1 -9
drivers/gpu/drm/mediatek/mtk_hdmi_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_HDMI_REGS_H 15 7 #define _MTK_HDMI_REGS_H
+1 -9
drivers/gpu/drm/mediatek/mtk_mipi_tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/gpu/drm/mediatek/mtk_mt8173_hdmi_phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Jie Qiu <jie.qiu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 "mtk_hdmi_phy.h"
+1 -9
drivers/gpu/drm/omapdrm/dss/base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP Display Subsystem Base 3 4 * 4 5 * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/kernel.h>
+1 -9
drivers/gpu/drm/omapdrm/dss/dss-of.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ 3 4 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License version 2 as published by 7 - * the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/err.h>
+1 -9
drivers/gpu/drm/omapdrm/dss/video-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms of the GNU General Public License version 2 as published by 6 - * the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 4 */ 13 5 14 6 #include <linux/clk.h>
+1 -9
drivers/hwmon/ina3221.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * INA3221 Triple Current/Voltage Monitor 3 4 * 4 5 * Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/hwmon.h>
+1 -9
drivers/hwmon/pc87427.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pc87427.c - hardware monitoring driver for the 3 4 * National Semiconductor PC87427 Super-I/O chip 4 5 * Copyright (C) 2006, 2008, 2010 Jean Delvare <jdelvare@suse.de> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 * Supports the following chips: 16 8 *
+1 -8
drivers/hwmon/vexpress-hwmon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -8
drivers/i2c/busses/i2c-isch.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 i2c-isch.c - Linux kernel driver for Intel SCH chipset SMBus 3 4 - Based on i2c-piix4.c ··· 7 6 - Intel SCH support 8 7 Copyright (c) 2007 - 2008 Jacob Jun Pan <jacob.jun.pan@intel.com> 9 8 10 - This program is free software; you can redistribute it and/or modify 11 - it under the terms of the GNU General Public License version 2 as 12 - published by the Free Software Foundation. 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 9 */ 19 10 20 11 /*
+1 -9
drivers/i2c/busses/i2c-mt65xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Xudong Chen <xudong.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/i2c/busses/i2c-pasemi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006-2007 PA Semi, Inc 3 4 * 4 5 * SMBus host driver for PA Semi PWRficient 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/module.h>
+1 -10
drivers/i2c/busses/i2c-xiic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * i2c-xiic.c 3 4 * Copyright (c) 2002-2007 Xilinx Inc. 4 5 * Copyright (c) 2009-2010 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 * This code was implemented by Mocean Laboratories AB when porting linux 17 8 * to the automotive development board Russellville. The copyright holder
+1 -9
drivers/iio/adc/cpcap-adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Tony Lindgren <tony@atomide.com> 3 4 * ··· 6 5 * earlier driver found in the Motorola Linux kernel: 7 6 * 8 7 * Copyright (C) 2009-2010 Motorola, Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/delay.h>
+1 -9
drivers/iio/adc/mt6577_auxadc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Zhiyong Tao <zhiyong.tao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/iio/adc/stx104.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IIO driver for the Apex Embedded Systems STX104 3 4 * Copyright (C) 2016 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 #include <linux/bitops.h> 15 7 #include <linux/device.h>
+1 -9
drivers/iio/dac/ad8801.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IIO DAC driver for Analog Devices AD8801 DAC 3 4 * 4 5 * Copyright (C) 2016 Gwenhael Goavec-Merou 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 - * 14 6 */ 15 7 16 8 #include <linux/iio/iio.h>
+1 -9
drivers/iio/dac/cio-dac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IIO driver for the Measurement Computing CIO-DAC 3 4 * Copyright (C) 2016 William Breathitt Gray 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 * 14 6 * This driver supports the following Measurement Computing devices: CIO-DAC16, 15 7 * CIO-DAC06, and PC104-DAC06.
+1 -9
drivers/iio/health/afe4403.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AFE4403 Heart Rate Monitors and Low-Cost Pulse Oximeters 3 4 * 4 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/device.h>
+1 -9
drivers/iio/health/afe4404.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AFE4404 Heart Rate Monitors and Low-Cost Pulse Oximeters 3 4 * 4 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/device.h>
+1 -9
drivers/iio/health/afe440x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AFE440X Heart Rate Monitors and Low-Cost Pulse Oximeters 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * Andrew F. Davis <afd@ti.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _AFE440X_H
+1 -9
drivers/iio/pressure/zpa2326.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Murata ZPA2326 pressure and temperature sensor IIO driver 3 4 * 4 5 * Copyright (c) 2016 Parrot S.A. 5 6 * 6 7 * Author: Gregor Boirie <gregor.boirie@parrot.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 /**
+1 -9
drivers/iio/pressure/zpa2326.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Murata ZPA2326 pressure and temperature sensor IIO driver 3 4 * 4 5 * Copyright (c) 2016 Parrot S.A. 5 6 * 6 7 * Author: Gregor Boirie <gregor.boirie@parrot.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #ifndef _ZPA2326_H
+1 -9
drivers/iio/pressure/zpa2326_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Murata ZPA2326 I2C pressure and temperature sensor driver 3 4 * 4 5 * Copyright (c) 2016 Parrot S.A. 5 6 * 6 7 * Author: Gregor Boirie <gregor.boirie@parrot.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -9
drivers/iio/pressure/zpa2326_spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Murata ZPA2326 SPI pressure and temperature sensor driver 3 4 * 4 5 * Copyright (c) 2016 Parrot S.A. 5 6 * 6 7 * Author: Gregor Boirie <gregor.boirie@parrot.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -9
drivers/input/misc/drv260x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DRV260X haptics driver family 3 4 * 4 5 * Author: Dan Murphy <dmurphy@ti.com> 5 6 * 6 7 * Copyright: (C) 2014 Texas Instruments, Inc. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/i2c.h>
+1 -9
drivers/input/misc/drv2665.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DRV2665 haptics driver family 3 4 * 4 5 * Author: Dan Murphy <dmurphy@ti.com> 5 6 * 6 7 * Copyright: (C) 2015 Texas Instruments, Inc. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/i2c.h>
+1 -9
drivers/input/misc/drv2667.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * DRV2667 haptics driver family 3 4 * 4 5 * Author: Dan Murphy <dmurphy@ti.com> 5 6 * 6 7 * Copyright: (C) 2014 Texas Instruments, Inc. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/i2c.h>
+1 -9
drivers/iommu/mtk_iommu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Yong Wu <yong.wu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/memblock.h> 15 7 #include <linux/bug.h>
+1 -9
drivers/iommu/mtk_iommu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Honghui Zhang <honghui.zhang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_IOMMU_H_
+1 -9
drivers/iommu/mtk_iommu_v1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IOMMU API for MTK architected m4u v1 implementations 3 4 * ··· 6 5 * Author: Honghui Zhang <honghui.zhang@mediatek.com> 7 6 * 8 7 * Based on driver/iommu/mtk_iommu.c 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 #include <linux/memblock.h> 20 10 #include <linux/bug.h>
+1 -9
drivers/irqchip/irq-brcmstb-l2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic Broadcom Set Top Box Level 2 Interrupt controller driver 3 4 * 4 5 * Copyright (C) 2014-2017 Broadcom 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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
drivers/irqchip/irq-mtk-cirq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Youlin.Pei <youlin.pei@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/interrupt.h>
+1 -9
drivers/irqchip/irq-mtk-sysirq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Joe.C <yingjoe.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/irq.h>
+1 -9
drivers/irqchip/irq-uniphier-aidet.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for UniPhier AIDET (ARM Interrupt Detector) 3 4 * 4 5 * Copyright (C) 2017 Socionext Inc. 5 6 * Author: Masahiro Yamada <yamada.masahiro@socionext.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 -10
drivers/isdn/mISDN/clock.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 by Andreas Eversberg <andreas@eversberg.eu> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 * Quick API description: 14 6 * ··· 22 30 * 23 31 * To get current clock, call mISDN_clock_get. The signed short value 24 32 * counts the number of samples since. Time since last clock event is added. 25 - * 26 33 */ 27 34 28 35 #include <linux/slab.h>
+1 -10
drivers/isdn/mISDN/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/slab.h>
+1 -10
drivers/isdn/mISDN/core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 mISDN_CORE_H
+1 -10
drivers/isdn/mISDN/fsm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * finite state machine implementation 3 4 * ··· 7 6 * Thanks to Jan den Ouden 8 7 * Fritz Elfert 9 8 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 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/kernel.h>
+1 -10
drivers/isdn/mISDN/fsm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> ··· 6 5 * Thanks to Jan den Ouden 7 6 * Fritz Elfert 8 7 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 #ifndef _MISDN_FSM_H
+1 -10
drivers/isdn/mISDN/hwchannel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/gfp.h>
+1 -10
drivers/isdn/mISDN/layer1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/isdn/mISDN/layer1.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Layer 1 defines 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 FLG_L1_ACTIVATING 1
+1 -10
drivers/isdn/mISDN/layer2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/mISDNif.h>
+1 -10
drivers/isdn/mISDN/layer2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Layer 2 defines 3 4 * 4 5 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/mISDNif.h>
+1 -10
drivers/isdn/mISDN/socket.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/mISDNif.h>
+1 -10
drivers/isdn/mISDN/stack.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/slab.h>
+1 -10
drivers/isdn/mISDN/tei.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> 4 5 * 5 6 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 #include "layer2.h" 18 9 #include <linux/random.h>
+1 -10
drivers/isdn/mISDN/timerdev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * general timer device for using in ISDN stacks ··· 6 5 * Author Karsten Keil <kkeil@novell.com> 7 6 * 8 7 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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/poll.h>
+1 -9
drivers/leds/leds-as3645a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/leds/leds-as3645a.c - AS3645A and LM3555 flash controllers driver 3 4 * ··· 8 7 * Based on drivers/media/i2c/as3645a.c. 9 8 * 10 9 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 */ 21 11 22 12 #include <linux/delay.h>
+1 -10
drivers/media/dvb-frontends/ix2505v.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Sharp IX2505V (marked B0017) DVB-S silicon tuner 3 4 * 4 5 * Copyright (C) 2010 Malcolm Priestley 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License Version 2, as 8 - * published by the Free Software Foundation. 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 -9
drivers/media/dvb-frontends/ix2505v.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * Driver for Sharp IX2505V (marked B0017) DVB-S silicon tuner 3 4 * 4 5 * Copyright (C) 2010 Malcolm Priestley 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License Version 2, as 8 - * published by the Free Software Foundation. 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 DVB_IX2505V_H
+1 -9
drivers/media/dvb-frontends/zl10036.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Zarlink zl10036 DVB-S silicon tuner 3 4 * 4 5 * Copyright (C) 2006 Tino Reichardt 5 6 * Copyright (C) 2007-2009 Matthias Schwarzott <zzam@gentoo.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License Version 2, as 9 - * published by the Free Software Foundation. 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 * The data sheet for this tuner can be found at:
+1 -9
drivers/media/dvb-frontends/zl10036.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * Driver for Zarlink ZL10036 DVB-S silicon tuner 3 4 * 4 5 * Copyright (C) 2006 Tino Reichardt 5 6 * Copyright (C) 2007-2009 Matthias Schwarzott <zzam@gentoo.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License Version 2, as 9 - * published by the Free Software Foundation. 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 DVB_ZL10036_H
+1 -9
drivers/media/i2c/ad5820.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/ad5820.c 3 4 * ··· 12 11 * Sakari Ailus <sakari.ailus@iki.fi> 13 12 * 14 13 * Based on af_d88.c by Texas Instruments. 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 14 */ 25 15 26 16 #include <linux/errno.h>
+1 -10
drivers/media/i2c/adp1653.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/adp1653.c 3 4 * ··· 11 10 * Tuukka Toivonen <tuukkat76@gmail.com> 12 11 * Pavel Machek <pavel@ucw.cz> 13 12 * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License 16 - * version 2 as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, but 19 - * WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 - * 23 13 * TODO: 24 14 * - fault interrupt handling 25 15 * - hardware strobe 26 16 * - power doesn't need to be ON if all lights are off 27 - * 28 17 */ 29 18 30 19 #include <linux/delay.h>
+1 -9
drivers/media/i2c/adv7183.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * adv7183.c Analog Devices ADV7183 video decoder driver 3 4 * 4 5 * Copyright (c) 2011 Analog Devices Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/media/i2c/adv7183_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * adv7183 - Analog Devices ADV7183 video decoder registers 3 4 * 4 5 * Copyright (c) 2011 Analog Devices Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _ADV7183_REGS_H_
+1 -9
drivers/media/i2c/aptina-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Aptina Sensor PLL Configuration 3 4 * 4 5 * Copyright (C) 2012 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * version 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/device.h>
+1 -9
drivers/media/i2c/aptina-pll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Aptina Sensor PLL Configuration 3 4 * 4 5 * Copyright (C) 2012 Laurent Pinchart <laurent.pinchart@ideasonboard.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * version 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __APTINA_PLL_H
+1 -9
drivers/media/i2c/et8ek8/et8ek8_driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * et8ek8_driver.c 3 4 * ··· 12 11 * 13 12 * This driver is based on the Micron MT9T012 camera imager driver 14 13 * (C) Texas Instruments. 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 19 - * 20 - * This program is distributed in the hope that it will be useful, but 21 - * WITHOUT ANY WARRANTY; without even the implied warranty of 22 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 23 - * General Public License for more details. 24 14 */ 25 15 26 16 #include <linux/clk.h>
+1 -9
drivers/media/i2c/et8ek8/et8ek8_mode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * et8ek8_mode.c 3 4 * ··· 6 5 * 7 6 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 8 7 * Tuukka Toivonen <tuukkat76@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include "et8ek8_reg.h"
+1 -9
drivers/media/i2c/et8ek8/et8ek8_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * et8ek8_reg.h 3 4 * ··· 6 5 * 7 6 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 8 7 * Tuukka Toivonen <tuukkat76@gmail.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef ET8EK8REGS_H
+1 -9
drivers/media/i2c/lm3560.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/lm3560.c 3 4 * General device driver for TI lm3559, lm3560, FLASH LED Driver ··· 7 6 * 8 7 * Contact: Daniel Jeong <gshark.jeong@gmail.com> 9 8 * Ldd-Mlp <ldd-mlp@list.ti.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/delay.h>
+1 -9
drivers/media/i2c/mt9m032.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for MT9M032 CMOS Image Sensor from Micron 3 4 * 4 5 * Copyright (C) 2010-2011 Lund Engineering 5 6 * Contact: Gil Lund <gwlund@lundeng.com> 6 7 * Author: Martin Hostettler <martin@neutronstar.dyndns.org> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/delay.h>
+1 -9
drivers/media/i2c/ov7640.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/init.h>
+1 -9
drivers/media/i2c/s5c73m3/s5c73m3-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Samsung LSI S5C73M3 8M pixel camera driver 3 4 * 4 5 * Copyright (C) 2012, Samsung Electronics, Co., Ltd. 5 6 * Sylwester Nawrocki <s.nawrocki@samsung.com> 6 7 * Andrzej Hajda <a.hajda@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/media/i2c/s5c73m3/s5c73m3-ctrls.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Samsung LSI S5C73M3 8M pixel camera driver 3 4 * 4 5 * Copyright (C) 2012, Samsung Electronics, Co., Ltd. 5 6 * Sylwester Nawrocki <s.nawrocki@samsung.com> 6 7 * Andrzej Hajda <a.hajda@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 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/sizes.h>
+1 -9
drivers/media/i2c/s5c73m3/s5c73m3-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Samsung LSI S5C73M3 8M pixel camera driver 3 4 * 4 5 * Copyright (C) 2012, Samsung Electronics, Co., Ltd. 5 6 * Sylwester Nawrocki <s.nawrocki@samsung.com> 6 7 * Andrzej Hajda <a.hajda@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 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/sizes.h>
+1 -9
drivers/media/i2c/s5c73m3/s5c73m3.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Samsung LSI S5C73M3 8M pixel camera driver 3 4 * 4 5 * Copyright (C) 2012, Samsung Electronics, Co., Ltd. 5 6 * Sylwester Nawrocki <s.nawrocki@samsung.com> 6 7 * Andrzej Hajda <a.hajda@samsung.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 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 #ifndef S5C73M3_H_ 18 10 #define S5C73M3_H_
+1 -9
drivers/media/i2c/smiapp-pll.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/smiapp-pll.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/device.h>
+1 -9
drivers/media/i2c/smiapp-pll.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * drivers/media/i2c/smiapp-pll.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef SMIAPP_PLL_H
+1 -9
drivers/media/i2c/smiapp/smiapp-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-core.c 3 4 * ··· 10 9 * Based on smiapp driver by Vimarsh Zutshi 11 10 * Based on jt8ev1.c by Vimarsh Zutshi 12 11 * Based on smia-sensor.c by Tuukka Toivonen <tuukkat76@gmail.com> 13 - * 14 - * This program is free software; you can redistribute it and/or 15 - * modify it under the terms of the GNU General Public License 16 - * version 2 as published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, but 19 - * WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 - * General Public License for more details. 22 12 */ 23 13 24 14 #include <linux/clk.h>
+1 -9
drivers/media/i2c/smiapp/smiapp-limits.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-limits.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include "smiapp.h"
+1 -9
drivers/media/i2c/smiapp/smiapp-limits.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-limits.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #define SMIAPP_LIMIT_ANALOGUE_GAIN_CAPABILITY 0
+1 -9
drivers/media/i2c/smiapp/smiapp-quirk.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-quirk.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/delay.h>
+1 -9
drivers/media/i2c/smiapp/smiapp-quirk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-quirk.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef __SMIAPP_QUIRK__
+1 -9
drivers/media/i2c/smiapp/smiapp-reg-defs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-reg-defs.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 #define SMIAPP_REG_MK_U8(r) ((SMIAPP_REG_8BIT << 16) | (r)) 20 10 #define SMIAPP_REG_MK_U16(r) ((SMIAPP_REG_16BIT << 16) | (r))
+1 -9
drivers/media/i2c/smiapp/smiapp-reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-reg.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef __SMIAPP_REG_H_
+1 -9
drivers/media/i2c/smiapp/smiapp-regs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp-regs.c 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/delay.h>
+1 -9
drivers/media/i2c/smiapp/smiapp-regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/smiapp/smiapp-regs.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef SMIAPP_REGS_H
+1 -9
drivers/media/i2c/smiapp/smiapp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * drivers/media/i2c/smiapp/smiapp.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2010--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef __SMIAPP_PRIV_H_
+1 -9
drivers/media/i2c/sony-btf-mpx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/i2c/tw2804.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/i2c/tw9903.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/i2c/tw9906.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/i2c/uda1342.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/i2c/vs6624.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vs6624.c ST VS6624 CMOS image sensor driver 3 4 * 4 5 * Copyright (c) 2011 Analog Devices Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/media/i2c/vs6624_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vs6624 - ST VS6624 CMOS image sensor registers 3 4 * 4 5 * Copyright (c) 2011 Analog Devices Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _VS6624_REGS_H_
+1 -9
drivers/media/media-device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Media device 3 4 * ··· 6 5 * 7 6 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 8 7 * Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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/compat.h>
+1 -9
drivers/media/media-devnode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Media device node 3 4 * ··· 10 9 * 11 10 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 12 11 * Sakari Ailus <sakari.ailus@iki.fi> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License version 2 as 16 - * published by the Free Software Foundation. 17 - * 18 - * This program is distributed in the hope that it will be useful, 19 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 20 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 21 - * GNU General Public License for more details. 22 12 * 23 13 * -- 24 14 *
+1 -9
drivers/media/media-entity.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Media entity 3 4 * ··· 6 5 * 7 6 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 8 7 * Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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/bitmap.h>
+1 -9
drivers/media/pci/saa7134/saa7134-go7007.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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 "saa7134.h"
+1 -10
drivers/media/pci/sta2x11/sta2x11_vip.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2011 Wind River Systems, Inc. 3 4 * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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. 11 - * See the GNU General Public License for more details. 12 - * 13 5 * Author: Anders Wallin <anders.wallin@windriver.com> 14 - * 15 6 */ 16 7 17 8 #ifndef __STA2X11_VIP_H
+1 -9
drivers/media/platform/coda/imx-vdoa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * i.MX6 Video Data Order Adapter (VDOA) 3 4 * 4 5 * Copyright (C) 2014 Philipp Zabel 5 6 * Copyright (C) 2016 Pengutronix, Michael Tretter <kernel@pengutronix.de> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2, as published by the Free Software Foundation. 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/media/platform/mtk-jpeg/mtk_jpeg_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/clk.h>
+1 -9
drivers/media/platform/mtk-jpeg/mtk_jpeg_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_JPEG_CORE_H
+1 -9
drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/io.h>
+1 -9
drivers/media/platform/mtk-jpeg/mtk_jpeg_hw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_JPEG_HW_H
+1 -9
drivers/media/platform/mtk-jpeg/mtk_jpeg_parse.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/media/platform/mtk-jpeg/mtk_jpeg_parse.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_JPEG_PARSE_H
+1 -9
drivers/media/platform/mtk-jpeg/mtk_jpeg_reg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 5 * Rick Chang <rick.chang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_JPEG_REG_H
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_comp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mtk-mdp/mtk_mdp_comp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __MTK_MDP_COMP_H__
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/clk.h>
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 __MTK_MDP_CORE_H__
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_ipi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 __MTK_MDP_IPI_H__
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/media/platform/mtk-mdp/mtk_mdp_m2m.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __MTK_MDP_M2M_H__
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_regs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/platform_device.h>
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __MTK_MDP_REGS_H__
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_vpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 "mtk_mdp_core.h"
+1 -9
drivers/media/platform/mtk-mdp/mtk_mdp_vpu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Houlong Wei <houlong.wei@mediatek.com> 4 5 * Ming Hsiu Tsai <minghsiu.tsai@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 __MTK_MDP_VPU_H__
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 <media/v4l2-event.h>
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_VCODEC_DEC_H_
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/slab.h>
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mtk-vcodec/mtk_vcodec_dec_pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_VCODEC_DEC_PM_H_
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_drv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_VCODEC_DRV_H_
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 <media/v4l2-event.h>
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_VCODEC_ENC_H_
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/slab.h>
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_enc_pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/mtk-vcodec/mtk_vcodec_enc_pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_VCODEC_ENC_PM_H_
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/errno.h>
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_intr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Tiffany Lin <tiffany.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_VCODEC_INTR_H_
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_util.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/module.h>
+1 -9
drivers/media/platform/mtk-vcodec/mtk_vcodec_util.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _MTK_VCODEC_UTIL_H_
+1 -9
drivers/media/platform/mtk-vcodec/vdec/vdec_h264_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/module.h>
+1 -9
drivers/media/platform/mtk-vcodec/vdec/vdec_vp8_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Jungchang Tsao <jungchang.tsao@mediatek.com> 4 5 * PC Chen <pc.chen@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/slab.h>
+1 -9
drivers/media/platform/mtk-vcodec/vdec/vdec_vp9_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 5 * Kai-Sean Yang <kai-sean.yang@mediatek.com> 5 6 * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 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/fs.h>
+1 -9
drivers/media/platform/mtk-vcodec/vdec_drv_base.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _VDEC_DRV_BASE_
+1 -9
drivers/media/platform/mtk-vcodec/vdec_drv_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/interrupt.h>
+1 -9
drivers/media/platform/mtk-vcodec/vdec_drv_if.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 5 * Tiffany Lin <tiffany.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _VDEC_DRV_IF_H_
+1 -10
drivers/media/platform/mtk-vcodec/vdec_ipi_msg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 5 */ 15 6 16 7 #ifndef _VDEC_IPI_MSG_H_
+1 -9
drivers/media/platform/mtk-vcodec/vdec_vpu_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 "mtk_vcodec_drv.h"
+1 -9
drivers/media/platform/mtk-vcodec/vdec_vpu_if.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PC Chen <pc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _VDEC_VPU_IF_H_
+1 -10
drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Jungchang Tsao <jungchang.tsao@mediatek.com> 4 5 * Daniel Hsiao <daniel.hsiao@mediatek.com> 5 6 * PoChun Lin <pochun.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 7 */ 17 8 18 9 #include <linux/interrupt.h>
+1 -10
drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 5 * PoChun Lin <pochun.lin@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 6 */ 16 7 17 8 #include <linux/interrupt.h>
+1 -10
drivers/media/platform/mtk-vcodec/venc_drv_base.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 5 * Jungchang Tsao <jungchang.tsao@mediatek.com> 5 6 * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 7 */ 17 8 18 9 #ifndef _VENC_DRV_BASE_
+1 -10
drivers/media/platform/mtk-vcodec/venc_drv_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 5 * Jungchang Tsao <jungchang.tsao@mediatek.com> 5 6 * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 7 */ 17 8 18 9 #include <linux/interrupt.h>
+1 -10
drivers/media/platform/mtk-vcodec/venc_drv_if.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Daniel Hsiao <daniel.hsiao@mediatek.com> 4 5 * Jungchang Tsao <jungchang.tsao@mediatek.com> 5 6 * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 7 */ 17 8 18 9 #ifndef _VENC_DRV_IF_H_
+1 -10
drivers/media/platform/mtk-vcodec/venc_ipi_msg.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Jungchang Tsao <jungchang.tsao@mediatek.com> 4 5 * Daniel Hsiao <daniel.hsiao@mediatek.com> 5 6 * Tiffany Lin <tiffany.lin@mediatek.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 7 */ 17 8 18 9 #ifndef _VENC_IPI_MSG_H_
+1 -10
drivers/media/platform/mtk-vcodec/venc_vpu_if.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PoChun Lin <pochun.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 5 */ 15 6 16 7 #include "mtk_vpu.h"
+1 -10
drivers/media/platform/mtk-vcodec/venc_vpu_if.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: PoChun Lin <pochun.lin@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 5 */ 15 6 16 7 #ifndef _VENC_VPU_IF_H_
+1 -9
drivers/media/platform/mtk-vpu/mtk_vpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Andrew-CT Chen <andrew-ct.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk.h> 15 7 #include <linux/debugfs.h>
+1 -9
drivers/media/platform/mtk-vpu/mtk_vpu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Andrew-CT Chen <andrew-ct.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MTK_VPU_H
+1 -9
drivers/media/platform/omap3isp/omap3isp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * omap3isp.h 3 4 * ··· 8 7 * 9 8 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 10 9 * Sakari Ailus <sakari.ailus@iki.fi> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License version 2 as 14 - * published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 */ 21 11 22 12 #ifndef __OMAP3ISP_H__
+1 -9
drivers/media/radio/radio-isa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Framework for ISA radio drivers. 3 4 * This takes care of all the V4L2 scaffolding, allowing the ISA drivers 4 5 * to concentrate on the actual hardware operation. 5 6 * 6 7 * Copyright (C) 2012 Hans Verkuil <hans.verkuil@cisco.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -9
drivers/media/radio/radio-isa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Framework for ISA radio drivers. 3 4 * This takes care of all the V4L2 scaffolding, allowing the ISA drivers 4 5 * to concentrate on the actual hardware operation. 5 6 * 6 7 * Copyright (C) 2012 Hans Verkuil <hans.verkuil@cisco.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef _RADIO_ISA_H_
+1 -9
drivers/media/radio/radio-timb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * radio-timb.c Timberdale FPGA Radio driver 3 4 * Copyright (c) 2009 Intel Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/io.h>
+1 -9
drivers/media/radio/radio-wl1273.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Texas Instruments WL1273 FM radio. 3 4 * 4 5 * Copyright (C) 2011 Nokia Corporation 5 6 * Author: Matti J. Aaltonen <matti.j.aaltonen@nokia.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 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/media/radio/saa7706h.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * saa7706.c Philips SAA7706H Car Radio DSP driver 3 4 * Copyright (c) 2009 Intel Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/module.h>
+1 -9
drivers/media/radio/tef6862.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tef6862.c Philips TEF6862 Car Radio Enhanced Selectivity Tuner 3 4 * Copyright (c) 2009 Intel Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/module.h>
+1 -10
drivers/media/radio/wl128x/fmdrv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * 4 5 * Common header for all FM driver sub-modules. 5 6 * 6 7 * Copyright (C) 2011 Texas Instruments 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 _FM_DRV_H
+1 -10
drivers/media/radio/wl128x/fmdrv_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * ··· 17 16 * Copyright (C) 2011 Texas Instruments 18 17 * Author: Raja Mani <raja_mani@ti.com> 19 18 * Author: Manjunatha Halli <manjunatha_halli@ti.com> 20 - * 21 - * This program is free software; you can redistribute it and/or modify 22 - * it under the terms of the GNU General Public License version 2 as 23 - * published by the Free Software Foundation. 24 - * 25 - * This program is distributed in the hope that it will be useful, 26 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 27 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 28 - * GNU General Public License for more details. 29 - * 30 19 */ 31 20 32 21 #include <linux/module.h>
+1 -10
drivers/media/radio/wl128x/fmdrv_common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * FM Common module header file 4 5 * 5 6 * Copyright (C) 2011 Texas Instruments 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 _FMDRV_COMMON_H
+1 -10
drivers/media/radio/wl128x/fmdrv_rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * This sub-module of FM driver implements FM RX functionality. ··· 6 5 * Copyright (C) 2011 Texas Instruments 7 6 * Author: Raja Mani <raja_mani@ti.com> 8 7 * Author: Manjunatha Halli <manjunatha_halli@ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 "fmdrv.h"
+1 -10
drivers/media/radio/wl128x/fmdrv_rx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * FM RX module header. 4 5 * 5 6 * Copyright (C) 2011 Texas Instruments 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 _FMDRV_RX_H
+1 -10
drivers/media/radio/wl128x/fmdrv_tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * This sub-module of FM driver implements FM TX functionality. 4 5 * 5 6 * Copyright (C) 2011 Texas Instruments 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/delay.h>
+1 -10
drivers/media/radio/wl128x/fmdrv_tx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * FM TX module header. 4 5 * 5 6 * Copyright (C) 2011 Texas Instruments 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 _FMDRV_TX_H
+1 -10
drivers/media/radio/wl128x/fmdrv_v4l2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * This file provides interfaces to V4L2 subsystem. ··· 13 12 * Copyright (C) 2011 Texas Instruments 14 13 * Author: Raja Mani <raja_mani@ti.com> 15 14 * Author: Manjunatha Halli <manjunatha_halli@ti.com> 16 - * 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License version 2 as 19 - * published by the Free Software Foundation. 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 - * 26 15 */ 27 16 28 17 #include <linux/export.h>
+1 -10
drivers/media/radio/wl128x/fmdrv_v4l2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * FM Driver for Connectivity chip of Texas Instruments. 3 4 * 4 5 * FM V4L2 module header. 5 6 * 6 7 * Copyright (C) 2011 Texas Instruments 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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 _FMDRV_V4L2_H
+1 -11
drivers/media/usb/dvb-usb-v2/lmedm04.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* DVB USB compliant linux driver for 2 3 * 3 4 * DM04/QQBOX DVB-S USB BOX LME2510C + SHARP:BS2F7HZ7395 ··· 34 33 * 0xd0 - STV0299 - Demodulator 35 34 * 0xc0 - IX2410 - Tuner 36 35 * 37 - * 38 36 * VID = 3344 PID LME2510=1122 LME2510C=1120 39 37 * 40 38 * Copyright (C) 2010 Malcolm Priestley (tvboxspy@gmail.com) 41 39 * LME2510(C)(C) Leaguerme (Shenzhen) MicroElectronics Co., Ltd. 42 - * 43 - * This program is free software; you can redistribute it and/or modify 44 - * it under the terms of the GNU General Public License Version 2, as 45 - * published by the Free Software Foundation. 46 - * 47 - * This program is distributed in the hope that it will be useful, 48 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 49 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 50 - * GNU General Public License for more details. 51 - * 52 40 * 53 41 * see Documentation/media/dvb-drivers/dvb-usb.rst for more information 54 42 *
+1 -9
drivers/media/usb/go7007/go7007-driver.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/usb/go7007/go7007-fw.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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
drivers/media/usb/go7007/go7007-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/usb/go7007/go7007-loader.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 Sensoray Company Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/usb/go7007/go7007-priv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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
drivers/media/usb/go7007/go7007-usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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 -9
drivers/media/usb/go7007/go7007-v4l2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/usb/go7007/s2250-board.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 Sensoray Company Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/usb/go7007/snd-go7007.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2006 Micronas USA Inc. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License (Version 2) as 6 - * published by the Free Software Foundation. 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/media/v4l2-core/v4l2-event.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * v4l2-event.c 3 4 * ··· 7 6 * Copyright (C) 2009--2010 Nokia Corporation. 8 7 * 9 8 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <media/v4l2-dev.h>
+1 -9
drivers/media/v4l2-core/v4l2-fh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * v4l2-fh.c 3 4 * ··· 7 6 * Copyright (C) 2009--2010 Nokia Corporation. 8 7 * 9 8 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/bitops.h>
+1 -9
drivers/media/v4l2-core/v4l2-subdev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * V4L2 sub-device 3 4 * ··· 6 5 * 7 6 * Contact: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 8 7 * Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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/ioctl.h>
+1 -9
drivers/memory/mtk-smi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Yong Wu <yong.wu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk.h> 15 7 #include <linux/component.h>
+1 -9
drivers/memory/ti-emif-pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI AM33XX SRAM EMIF Driver 3 4 * 4 5 * Copyright (C) 2016-2017 Texas Instruments Inc. 5 6 * Dave Gerlach 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 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/err.h>
+1 -9
drivers/mfd/mt6397-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu, MediaTek 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/interrupt.h>
+1 -8
drivers/mfd/vexpress-sysreg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -9
drivers/misc/mic/bus/scif_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 * 15 7 * Intel Symmetric Communications Interface Bus driver. 16 8 */
+1 -9
drivers/misc/mic/bus/scif_bus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 * 15 7 * Intel Symmetric Communications Interface Bus driver. 16 8 */
+1 -10
drivers/misc/mic/scif/scif_api.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include <linux/scif.h> 19 10 #include "scif_main.h"
+1 -10
drivers/misc/mic/scif/scif_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include <linux/debugfs.h> 19 10 #include <linux/seq_file.h>
+1 -10
drivers/misc/mic/scif/scif_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "scif_main.h" 19 10 #include "scif_map.h"
+1 -10
drivers/misc/mic/scif/scif_epd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "scif_main.h" 19 10 #include "scif_map.h"
+1 -10
drivers/misc/mic/scif/scif_epd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #ifndef SCIF_EPD_H 19 10 #define SCIF_EPD_H
+1 -10
drivers/misc/mic/scif/scif_fd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "scif_main.h" 19 10
+1 -10
drivers/misc/mic/scif/scif_fence.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 19 10 #include "scif_main.h"
+1 -10
drivers/misc/mic/scif/scif_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include <linux/module.h> 19 10 #include <linux/idr.h>
+1 -10
drivers/misc/mic/scif/scif_main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #ifndef SCIF_MAIN_H 19 10 #define SCIF_MAIN_H
+1 -10
drivers/misc/mic/scif/scif_map.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #ifndef SCIF_MAP_H 19 10 #define SCIF_MAP_H
+1 -10
drivers/misc/mic/scif/scif_mmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "scif_main.h" 19 10
+1 -10
drivers/misc/mic/scif/scif_nm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "scif_peer_bus.h" 19 10
+1 -10
drivers/misc/mic/scif/scif_nodeqp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "../bus/scif_bus.h" 19 10 #include "scif_peer_bus.h"
+1 -9
drivers/misc/mic/scif/scif_peer_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 * 15 7 * Intel SCIF driver. 16 8 */
+1 -9
drivers/misc/mic/scif/scif_peer_bus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 * 15 7 * Intel SCIF driver. 16 8 */
+1 -10
drivers/misc/mic/scif/scif_ports.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include <linux/idr.h> 19 10
+1 -10
drivers/misc/mic/scif/scif_rb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include <linux/circ_buf.h> 19 10 #include <linux/types.h>
+1 -10
drivers/misc/mic/scif/scif_rma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include <linux/intel-iommu.h> 19 10 #include <linux/pagemap.h>
+1 -10
drivers/misc/mic/scif/scif_rma_list.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #include "scif_main.h" 19 10 #include <linux/mmu_notifier.h>
+1 -10
drivers/misc/mic/scif/scif_rma_list.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 7 * Intel SCIF driver. 16 - * 17 8 */ 18 9 #ifndef SCIF_RMA_LIST_H 19 10 #define SCIF_RMA_LIST_H
+1 -9
drivers/misc/pti.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pti.c - PTI driver for cJTAG data extration 3 4 * 4 5 * Copyright (C) Intel 2010 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 -8
drivers/misc/vexpress-syscfg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2014 ARM Limited 12 5 */
+1 -9
drivers/mmc/host/mtk-sd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2015 MediaTek Inc. 3 4 * Author: Chaotian.Jing <chaotian.jing@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/module.h>
+1 -10
drivers/mmc/host/sdhci-brcmstb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * sdhci-brcmstb.c Support for SDHCI on Broadcom BRCMSTB SoC's 3 4 * 4 5 * Copyright (C) 2015 Broadcom Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/io.h>
+1 -10
drivers/mmc/host/sdhci-st.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Support for SDHCI on STMicroelectronics SoCs 3 4 * ··· 7 6 * Contributors: Peter Griffin <peter.griffin@linaro.org> 8 7 * 9 8 * Based on sdhci-cns3xxx.c 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 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/io.h>
+1 -9
drivers/mtd/nand/raw/brcmnand/bcm63138_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/device.h>
+1 -9
drivers/mtd/nand/raw/brcmnand/bcm6368_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2015 Simon Arlott 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 * Derived from bcm63138_nand.c: 14 6 * Copyright © 2015 Broadcom Corporation
+1 -9
drivers/mtd/nand/raw/brcmnand/brcmnand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2010-2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/mtd/nand/raw/brcmnand/brcmnand.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 __BRCMNAND_H__
+1 -9
drivers/mtd/nand/raw/brcmnand/brcmstb_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/device.h>
+1 -9
drivers/mtd/nand/raw/brcmnand/iproc_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2015 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/device.h>
+1 -9
drivers/mtd/nand/raw/mtk_ecc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MTK ECC controller driver. 3 4 * Copyright (C) 2016 MediaTek Inc. 4 5 * Authors: Xiaolei Li <xiaolei.li@mediatek.com> 5 6 * Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/platform_device.h>
+1 -9
drivers/mtd/nand/raw/mtk_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MTK NAND Flash controller driver. 3 4 * Copyright (C) 2016 MediaTek Inc. 4 5 * Authors: Xiaolei Li <xiaolei.li@mediatek.com> 5 6 * Jorge Ramirez-Ortiz <jorge.ramirez-ortiz@linaro.org> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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/platform_device.h>
+1 -9
drivers/mtd/spi-nor/mtk-quadspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Bayi Cheng <bayi.cheng@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 -10
drivers/net/dsa/lan9303-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Pengutronix, Juergen Borleis <kernel@pengutronix.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License 6 - * version 2, as published by the Free Software Foundation. 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/kernel.h> 15 6 #include <linux/module.h>
+1 -10
drivers/net/dsa/lan9303_i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Pengutronix, Juergen Borleis <kernel@pengutronix.de> 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License 6 - * version 2, as published by the Free Software Foundation. 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/kernel.h> 15 6 #include <linux/module.h>
+1 -10
drivers/net/dsa/lan9303_mdio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2017 Pengutronix, Juergen Borleis <kernel@pengutronix.de> 3 4 * 4 5 * Partially based on a patch from 5 6 * Copyright (c) 2014 Stefan Roese <sr@denx.de> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2, as published by the Free Software Foundation. 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 #include <linux/kernel.h> 18 9 #include <linux/module.h>
+1 -9
drivers/net/dsa/mt7530.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Mediatek MT7530 DSA Switch driver 3 4 * Copyright (C) 2017 Sean Wang <sean.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/etherdevice.h> 15 7 #include <linux/if_bridge.h>
+1 -9
drivers/net/dsa/mt7530.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Sean Wang <sean.wang@mediatek.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 __MT7530_H
+1 -9
drivers/net/ethernet/micrel/ksz884x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * drivers/net/ethernet/micrel/ksx884x.c - Micrel KSZ8841/2 PCI Ethernet driver 3 4 * 4 5 * Copyright (c) 2009-2010 Micrel, Inc. 5 6 * Tristram Ha <Tristram.Ha@micrel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -9
drivers/net/ieee802154/at86rf230.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AT86RF230/RF231 driver 3 4 * 4 5 * Copyright (C) 2009-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+1 -9
drivers/net/ieee802154/at86rf230.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AT86RF230/RF231 driver 3 4 * 4 5 * Copyright (C) 2009-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+1 -9
drivers/net/ieee802154/fakelb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Loopback IEEE 802.15.4 interface 3 4 * 4 5 * Copyright 2007-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+1 -9
drivers/net/ieee802154/mac802154_hwsim.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HWSIM IEEE 802.15.4 interface 3 4 * 4 5 * (C) 2018 Mojatau, Alexander Aring <aring@mojatau.com> 5 6 * Copyright 2007-2012 Siemens AG 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 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 * Based on fakelb, original Written by: 17 9 * Sergey Lapin <slapin@ossfans.org>
+1 -10
drivers/net/ieee802154/mcr20a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for NXP MCR20A 802.15.4 Wireless-PAN Networking controller 3 4 * 4 5 * Copyright (C) 2018 Xue Liu <liuxuenetmail@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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/kernel.h> 17 8 #include <linux/module.h>
+1 -10
drivers/net/ieee802154/mcr20a.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for NXP MCR20A 802.15.4 Wireless-PAN Networking controller 3 4 * 4 5 * Copyright (C) 2018 Xue Liu <liuxuenetmail@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 #ifndef _MCR20A_H 17 8 #define _MCR20A_H
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 5 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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/module.h>
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/eeprom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 5 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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 __MT76X0U_EEPROM_H
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 4 5 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 5 6 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation 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 "mt76x0.h"
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/initvals.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 5 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 6 * Copyright (C) 2018 Lorenzo Bianconi <lorenzo.bianconi83@gmail.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation 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 __MT76X0U_INITVALS_H
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/initvals_phy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 5 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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 __MT76X0U_PHY_INITVALS_H
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 5 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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/etherdevice.h>
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/mcu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT76X0U_MCU_H
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/mt76x0.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 5 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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 MT76X0U_H
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 4 5 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 5 6 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation 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/net/wireless/mediatek/mt76/mt76x0/phy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2018 Stanislaw Gruszka <stf_xl@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 _MT76X0_PHY_H_ 15 7 #define _MT76X0_PHY_H_
+1 -9
drivers/net/wireless/mediatek/mt76/mt76x0/usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation 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/net/wireless/mediatek/mt76/util.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Felix Fietkau <nbd@nbd.name> 3 4 * Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT76_UTIL_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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/debugfs.h>
+1 -9
drivers/net/wireless/mediatek/mt7601u/dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT7601U_DMA_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/eeprom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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/of.h>
+1 -9
drivers/net/wireless/mediatek/mt7601u/eeprom.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT7601U_EEPROM_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 4 5 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/initvals.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT7601U_INITVALS_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/initvals_phy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT7601U_PHY_INITVALS_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/mac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/mac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT76_MAC_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/mcu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 4 5 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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/net/wireless/mediatek/mt7601u/mcu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT7601U_MCU_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/mt7601u.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 MT7601U_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * (c) Copyright 2002-2010, Ralink Technology, Inc. 3 4 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 4 5 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 __MT76_REGS_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/trace.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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/module.h>
+1 -9
drivers/net/wireless/mediatek/mt7601u/trace.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 #if !defined(__MT7601U_TRACE_H) || defined(TRACE_HEADER_MULTI_READ)
+1 -9
drivers/net/wireless/mediatek/mt7601u/tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 4 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/net/wireless/mediatek/mt7601u/usb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation 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/net/wireless/mediatek/mt7601u/usb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2015 Jakub Kicinski <kubakici@wp.pl> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation 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 __MT7601U_USB_H
+1 -9
drivers/net/wireless/mediatek/mt7601u/util.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@openwrt.org> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation 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 "mt7601u.h"
+1 -9
drivers/nvmem/mtk-efuse.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Andrew-CT Chen <andrew-ct.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/device.h>
+1 -9
drivers/nvmem/uniphier-efuse.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * UniPhier eFuse driver 3 4 * 4 5 * Copyright (C) 2017 Socionext Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 -8
drivers/perf/arm-ccn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2014 ARM Limited 12 5 */
+1 -9
drivers/pinctrl/mediatek/pinctrl-mt2701.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Biao Huang <biao.huang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 <dt-bindings/pinctrl/mt65xx.h>
+1 -9
drivers/pinctrl/mediatek/pinctrl-mt6397.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/init.h>
+1 -9
drivers/pinctrl/mediatek/pinctrl-mt8127.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 5 * Yingjoe Chen <yingjoe.chen@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/init.h>
+1 -9
drivers/pinctrl/mediatek/pinctrl-mt8135.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/init.h>
+1 -9
drivers/pinctrl/mediatek/pinctrl-mt8173.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2015 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/init.h>
+1 -9
drivers/pinctrl/mediatek/pinctrl-mtk-common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * mt65xx pinctrl driver based on Allwinner A1X pinctrl driver. 3 4 * Copyright (c) 2014 MediaTek Inc. 4 5 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/io.h>
+1 -9
drivers/pinctrl/mediatek/pinctrl-mtk-common.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __PINCTRL_MTK_COMMON_H
+1 -9
drivers/pinctrl/mediatek/pinctrl-mtk-mt2701.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Biao Huang <biao.huang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __PINCTRL_MTK_MT2701_H
+1 -9
drivers/pinctrl/mediatek/pinctrl-mtk-mt8135.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __PINCTRL_MTK_MT8135_H
+1 -9
drivers/pinctrl/mediatek/pinctrl-mtk-mt8173.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __PINCTRL_MTK_MT8173_H
+1 -9
drivers/pinctrl/pinctrl-rockchip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl driver for Rockchip SoCs 3 4 * ··· 13 12 * 14 13 * and pinctrl-at91: 15 14 * Copyright (C) 2011-2012 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> 16 - * 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License version 2 as published 19 - * by the Free Software Foundation. 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/init.h>
+1 -9
drivers/pinctrl/sprd/pinctrl-sprd-sc9860.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Spreadtrum pin controller driver 3 4 * Copyright (C) 2017 Spreadtrum - http://www.spreadtrum.com 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * version 2 as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/module.h>
+1 -9
drivers/pinctrl/sprd/pinctrl-sprd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Spreadtrum pin controller driver 3 4 * Copyright (C) 2017 Spreadtrum - http://www.spreadtrum.com 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * version 2 as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/debugfs.h>
+1 -9
drivers/pinctrl/sprd/pinctrl-sprd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver header file for pin controller driver 3 4 * Copyright (C) 2017 Spreadtrum - http://www.spreadtrum.com 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * version 2 as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #ifndef __PINCTRL_SPRD_H__
+1 -9
drivers/platform/x86/dell-wmi-descriptor.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Dell WMI descriptor driver 3 4 * 4 5 * Copyright (C) 2017 Dell Inc. All Rights Reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License version 2 as published 8 - * by the Free Software Foundation. 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
drivers/platform/x86/wmi-bmof.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * WMI embedded Binary MOF driver 3 4 * 4 5 * Copyright (c) 2015 Andrew Lutomirski 5 6 * Copyright (C) 2017 VMware, Inc. All Rights Reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License version 2 as published 9 - * by the Free Software Foundation. 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 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -8
drivers/power/reset/vexpress-poweroff.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -9
drivers/power/supply/axp288_charger.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * axp288_charger.c - X-power AXP288 PMIC Charger driver 3 4 * 4 5 * Copyright (C) 2016-2017 Hans de Goede <hdegoede@redhat.com> 5 6 * Copyright (C) 2014 Intel Corporation 6 7 * Author: Ramakrishna Pallala <ramakrishna.pallala@intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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/acpi.h>
+1 -9
drivers/power/supply/cpcap-charger.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Motorola CPCAP PMIC battery charger driver 3 4 * ··· 8 7 * on earlier driver found in the Motorola Linux kernel: 9 8 * 10 9 * Copyright (C) 2009-2010 Motorola, Inc. 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License version 2 as 14 - * published by the Free Software Foundation. 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/atomic.h>
+1 -9
drivers/pwm/pwm-crc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Intel Corporation. All rights reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License version 6 - * 2 as published by the Free Software Foundation. 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 * Author: Shobhit Kumar <shobhit.kumar@intel.com> 14 6 */
+1 -9
drivers/pwm/pwm-mtk-disp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MediaTek display pulse-width-modulation controller driver. 3 4 * Copyright (c) 2015 MediaTek Inc. 4 5 * Author: YH Huang <yh.huang@mediatek.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/regulator/ltc3676.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Gateworks Corporation, Inc. All Rights Reserved. 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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/i2c.h> 15 6 #include <linux/init.h>
+1 -9
drivers/remoteproc/keystone_remoteproc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI Keystone DSP remoteproc driver 3 4 * 4 5 * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * version 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #include <linux/module.h>
+1 -9
drivers/remoteproc/omap_remoteproc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * OMAP Remote Processor driver 3 4 * ··· 11 10 * Mark Grosen <mgrosen@ti.com> 12 11 * Suman Anna <s-anna@ti.com> 13 12 * Hari Kanigeri <h-kanigeri2@ti.com> 14 - * 15 - * This program is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License 17 - * version 2 as published by the Free Software Foundation. 18 - * 19 - * This program is distributed in the hope that it will be useful, 20 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 21 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 - * GNU General Public License for more details. 23 13 */ 24 14 25 15 #include <linux/kernel.h>
+1 -9
drivers/remoteproc/qcom_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Qualcomm Peripheral Image Loader helpers 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd 5 6 * Copyright (C) 2015 Sony Mobile Communications Inc 6 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 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/firmware.h>
+1 -9
drivers/remoteproc/qcom_q6v5_mss.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Qualcomm self-authenticating modem subsystem remoteproc driver 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd. 5 6 * Copyright (C) 2014 Sony Mobile Communications AB 6 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/remoteproc/qcom_q6v5_pas.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Qualcomm ADSP/SLPI Peripheral Image Loader for MSM8974 and MSM8996 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd 5 6 * Copyright (C) 2014 Sony Mobile Communications AB 6 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/remoteproc/qcom_wcnss.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Qualcomm Wireless Connectivity Subsystem Peripheral Image Loader 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd 5 6 * Copyright (C) 2014 Sony Mobile Communications AB 6 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/remoteproc/qcom_wcnss_iris.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Qualcomm Wireless Connectivity Subsystem Iris driver 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd 5 6 * Copyright (C) 2014 Sony Mobile Communications AB 6 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/remoteproc/remoteproc_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote Processor Framework 3 4 * ··· 12 11 * Suman Anna <s-anna@ti.com> 13 12 * Robert Tivy <rtivy@ti.com> 14 13 * Armando Uribe De Leon <x0095078@ti.com> 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 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 #define pr_fmt(fmt) "%s: " fmt, __func__
+1 -9
drivers/remoteproc/remoteproc_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote Processor Framework 3 4 * ··· 12 11 * Suman Anna <s-anna@ti.com> 13 12 * Robert Tivy <rtivy@ti.com> 14 13 * Armando Uribe De Leon <x0095078@ti.com> 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License 18 - * version 2 as published by the Free Software Foundation. 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 #define pr_fmt(fmt) "%s: " fmt, __func__
+1 -9
drivers/remoteproc/remoteproc_elf_loader.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote Processor Framework Elf loader 3 4 * ··· 13 12 * Robert Tivy <rtivy@ti.com> 14 13 * Armando Uribe De Leon <x0095078@ti.com> 15 14 * Sjur Brændeland <sjur.brandeland@stericsson.com> 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License 19 - * version 2 as published by the Free Software Foundation. 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 #define pr_fmt(fmt) "%s: " fmt, __func__
+1 -9
drivers/remoteproc/remoteproc_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Remote Processor Framework 3 - * 4 - * This program is free software; you can redistribute it and/or 5 - * modify it under the terms of the GNU General Public License 6 - * version 2 as published by the Free Software Foundation. 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/remoteproc.h>
+1 -9
drivers/remoteproc/wkup_m3_rproc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI AMx3 Wakeup M3 Remote Processor driver 3 4 * ··· 6 5 * 7 6 * Dave Gerlach <d-gerlach@ti.com> 8 7 * Suman Anna <s-anna@ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 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/err.h>
+1 -9
drivers/rtc/rtc-ac100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * RTC Driver for X-Powers AC100 3 4 * 4 5 * Copyright (c) 2016 Chen-Yu Tsai 5 6 * 6 7 * Chen-Yu Tsai <wens@csie.org> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #include <linux/bcd.h>
+1 -9
drivers/rtc/rtc-brcmstb-waketimer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2014-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 -9
drivers/rtc/rtc-cpcap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Motorola CPCAP PMIC RTC driver 3 4 * ··· 13 12 * - remove custom "secure clock daemon" helpers 14 13 * 15 14 * Copyright (C) 2017 Sebastian Reichel <sre@kernel.org> 16 - * 17 - * This program is free software; you can redistribute it and/or modify 18 - * it under the terms of the GNU General Public License version 2 as 19 - * published by the Free Software Foundation. 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 #include <linux/kernel.h> 27 17 #include <linux/module.h>
+1 -9
drivers/rtc/rtc-mt6397.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014-2015 MediaTek Inc. 3 4 * Author: Tianping.Fang <tianping.fang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/delay.h>
+1 -9
drivers/soc/bcm/brcmstb/biuctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Broadcom STB SoCs Bus Unit Interface controls 3 4 * 4 5 * Copyright (C) 2015, Broadcom Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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) "brcmstb: " KBUILD_MODNAME ": " fmt
+1 -9
drivers/soc/bcm/brcmstb/common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2014 NVIDIA Corporation 3 4 * Copyright © 2015 Broadcom Corporation 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/io.h>
+1 -9
drivers/soc/bcm/brcmstb/pm/aon_defs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Always ON (AON) register interface between bootloader and Linux 3 4 * 4 5 * Copyright © 2014-2017 Broadcom 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 __BRCMSTB_AON_DEFS_H__
+1 -9
drivers/soc/bcm/brcmstb/pm/pm-arm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ARM-specific support for Broadcom STB S2/S3/S5 power management 3 4 * ··· 9 8 * treat this mode like a soft power-off, with wakeup allowed from AON 10 9 * 11 10 * Copyright © 2014-2017 Broadcom 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 as 15 - * published by the Free Software Foundation. 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 11 */ 22 12 23 13 #define pr_fmt(fmt) "brcmstb-pm: " fmt
+1 -9
drivers/soc/bcm/brcmstb/pm/pm-mips.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MIPS-specific support for Broadcom STB S2/S3/S5 power management 3 4 * 4 5 * Copyright (C) 2016-2017 Broadcom 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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/soc/bcm/brcmstb/pm/pm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Definitions for Broadcom STB power management / Always ON (AON) block 3 4 * 4 5 * Copyright © 2016-2017 Broadcom 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 __BRCMSTB_PM_H__
+1 -9
drivers/soc/bcm/brcmstb/pm/s2-arm.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2014-2017 Broadcom 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/linkage.h>
+1 -9
drivers/soc/bcm/brcmstb/pm/s2-mips.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <asm/asm.h>
+1 -9
drivers/soc/bcm/brcmstb/pm/s3-mips.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Broadcom Corporation 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 <asm/asm.h>
+1 -9
drivers/soc/mediatek/mtk-infracfg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 Pengutronix, Sascha Hauer <kernel@pengutronix.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/export.h>
+1 -9
drivers/soc/mediatek/mtk-pmic-wrap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu, MediaTek 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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/clk.h> 15 7 #include <linux/interrupt.h>
+1 -9
drivers/soc/mediatek/mtk-scpsys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 Pengutronix, Sascha Hauer <kernel@pengutronix.de> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/clk.h> 14 6 #include <linux/init.h>
+1 -9
drivers/soc/qcom/mdt_loader.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Qualcomm Peripheral Image Loader 3 4 * 4 5 * Copyright (C) 2016 Linaro Ltd 5 6 * Copyright (C) 2015 Sony Mobile Communications Inc 6 7 * Copyright (c) 2012-2013, The Linux Foundation. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 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/device.h>
+1 -9
drivers/soc/ti/knav_qmss.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Keystone Navigator QMSS driver internal header 3 4 * ··· 6 5 * Author: Sandeep Nair <sandeep_n@ti.com> 7 6 * Cyril Chemparathy <cyril@ti.com> 8 7 * Santosh Shilimkar <santosh.shilimkar@ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #ifndef __KNAV_QMSS_H__
+1 -9
drivers/soc/ti/knav_qmss_acc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Keystone accumulator queue manager 3 4 * ··· 6 5 * Author: Sandeep Nair <sandeep_n@ti.com> 7 6 * Cyril Chemparathy <cyril@ti.com> 8 7 * Santosh Shilimkar <santosh.shilimkar@ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/dma-mapping.h>
+1 -9
drivers/soc/ti/knav_qmss_queue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Keystone Queue Manager subsystem driver 3 4 * ··· 6 5 * Authors: Sandeep Nair <sandeep_n@ti.com> 7 6 * Cyril Chemparathy <cyril@ti.com> 8 7 * Santosh Shilimkar <santosh.shilimkar@ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 8 */ 19 9 20 10 #include <linux/debugfs.h>
+1 -9
drivers/soc/ti/ti_sci_pm_domains.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TI SCI Generic Power Domain Driver 3 4 * 4 5 * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com/ 5 6 * J Keerthy <j-keerthy@ti.com> 6 7 * Dave Gerlach <d-gerlach@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/err.h>
+1 -9
drivers/soc/ti/wkup_m3_ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AMx3 Wkup M3 IPC driver 3 4 * 4 5 * Copyright (C) 2015 Texas Instruments, Inc. 5 6 * 6 7 * Dave Gerlach <d-gerlach@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/err.h>
+1 -9
drivers/spi/spi-iproc-qspi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016 Broadcom Limited 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/device.h>
+1 -9
drivers/spi/spi-mt65xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Leilk Liu <leilk.liu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 -10
drivers/thermal/intel/intel_bxt_pmic_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Broxton PMIC thermal driver 3 4 * 4 5 * Copyright (C) 2016 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 -9
drivers/thermal/mtk_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Hanyi Wu <hanyi.wu@mediatek.com> 4 5 * Sascha Hauer <s.hauer@pengutronix.de> 5 6 * Dawei Chien <dawei.chien@mediatek.com> 6 7 * Louis Yu <louis.yu@mediatek.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/clk.h>
+1 -9
drivers/vfio/platform/vfio_amba.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 - Virtual Open Systems 3 4 * Author: Antonios Motakis <a.motakis@virtualopensystems.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 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/module.h>
+1 -9
drivers/vfio/platform/vfio_platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 - Virtual Open Systems 3 4 * Author: Antonios Motakis <a.motakis@virtualopensystems.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 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/module.h>
+1 -9
drivers/vfio/platform/vfio_platform_common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 - Virtual Open Systems 3 4 * Author: Antonios Motakis <a.motakis@virtualopensystems.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 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 #define dev_fmt(fmt) "VFIO: " fmt
+1 -9
drivers/vfio/platform/vfio_platform_irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VFIO platform devices interrupt handling 3 4 * 4 5 * Copyright (C) 2013 - Virtual Open Systems 5 6 * Author: Antonios Motakis <a.motakis@virtualopensystems.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License, version 2, as 9 - * published by the Free Software Foundation. 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/eventfd.h>
+1 -9
drivers/vfio/platform/vfio_platform_private.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2013 - Virtual Open Systems 3 4 * Author: Antonios Motakis <a.motakis@virtualopensystems.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License, version 2, as 7 - * published by the Free Software Foundation. 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 VFIO_PLATFORM_PRIVATE_H
+1 -9
drivers/video/fbdev/omap2/omapfb/dss/dss-of.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Texas Instruments 3 4 * Author: Tomi Valkeinen <tomi.valkeinen@ti.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms of the GNU General Public License version 2 as published by 7 - * the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 5 */ 14 6 15 7 #include <linux/device.h>
+1 -9
drivers/video/fbdev/tmiofb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Frame Buffer Device for Toshiba Mobile IO(TMIO) controller 3 4 * ··· 9 8 * Based on: 10 9 * drivers/video/w100fb.c 11 10 * code written by Sharp/Lineo for 2.4 kernels 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License version 2 15 - * as published by the Free Software Foundation; 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 11 */ 22 12 23 13 #include <linux/kernel.h>
+1 -9
drivers/watchdog/sprd_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Spreadtrum watchdog driver 3 4 * Copyright (C) 2017 Spreadtrum - http://www.spreadtrum.com 4 - * 5 - * This program is free software; you can redistribute it and/or 6 - * modify it under the terms of the GNU General Public License 7 - * version 2 as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, but 10 - * WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 - * General Public License for more details. 13 5 */ 14 6 15 7 #include <linux/bitops.h>
+1 -9
fs/ocfs2/acl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 9 8 * CREDITS: 10 9 * Lots of code in this file is copy from linux/fs/ext3/acl.c. 11 10 * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public 15 - * License version 2 as published by the Free Software Foundation. 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 GNU 20 - * General Public License for more details. 21 11 */ 22 12 23 13 #include <linux/init.h>
+1 -9
fs/ocfs2/acl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * acl.h 5 6 * 6 7 * Copyright (C) 2004, 2008 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License version 2 as published by the Free Software Foundation. 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 GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef OCFS2_ACL_H
+1 -9
fs/ocfs2/blockcheck.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Checksum and ECC codes for the OCFS2 userspace library. 8 7 * 9 8 * Copyright (C) 2006, 2008 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License, version 2, as published by the Free Software Foundation. 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 GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/kernel.h>
+1 -9
fs/ocfs2/blockcheck.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Checksum and ECC codes for the OCFS2 userspace library. 8 7 * 9 8 * Copyright (C) 2004, 2008 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License, version 2, as published by the Free Software Foundation. 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 GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #ifndef OCFS2_BLOCKCHECK_H
+1 -9
fs/ocfs2/move_extents.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * move_extents.c 5 6 * 6 7 * Copyright (C) 2011 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License version 2 as published by the Free Software Foundation. 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 GNU 15 - * General Public License for more details. 16 8 */ 17 9 #include <linux/fs.h> 18 10 #include <linux/types.h>
+1 -9
fs/ocfs2/move_extents.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * move_extents.h 5 6 * 6 7 * Copyright (C) 2011 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License version 2 as published by the Free Software Foundation. 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 GNU 15 - * General Public License for more details. 16 8 */ 17 9 #ifndef OCFS2_MOVE_EXTENTS_H 18 10 #define OCFS2_MOVE_EXTENTS_H
+1 -9
fs/ocfs2/ocfs2_ioctl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines OCFS2 ioctls. 8 7 * 9 8 * Copyright (C) 2010 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License, version 2, as published by the Free Software Foundation. 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 GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #ifndef OCFS2_IOCTL_H
+1 -9
fs/ocfs2/ocfs2_lockingver.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Defines OCFS2 Locking version values. 8 7 * 9 8 * Copyright (C) 2008 Oracle. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License, version 2, as published by the Free Software Foundation. 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 GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #ifndef OCFS2_LOCKINGVER_H
+1 -9
fs/ocfs2/refcounttree.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * refcounttree.c 5 6 * 6 7 * Copyright (C) 2009 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License version 2 as published by the Free Software Foundation. 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 GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/sort.h>
+1 -9
fs/ocfs2/refcounttree.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * refcounttree.h 5 6 * 6 7 * Copyright (C) 2009 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License version 2 as published by the Free Software Foundation. 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 GNU 15 - * General Public License for more details. 16 8 */ 17 9 #ifndef OCFS2_REFCOUNTTREE_H 18 10 #define OCFS2_REFCOUNTTREE_H
+1 -9
fs/ocfs2/reservations.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 14 13 * Universite Pierre et Marie Curie (Paris VI) 15 14 * 16 15 * The rest is copyright (C) 2010 Novell. All rights reserved. 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public 20 - * License version 2 as published by the Free Software Foundation. 21 - * 22 - * This program is distributed in the hope that it will be useful, 23 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 24 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 25 - * General Public License for more details. 26 16 */ 27 17 28 18 #include <linux/fs.h>
+1 -9
fs/ocfs2/reservations.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 7 6 * Allocation reservations function prototypes and structures. 8 7 * 9 8 * Copyright (C) 2010 Novell. All rights reserved. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public 13 - * License version 2 as published by the Free Software Foundation. 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 GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #ifndef OCFS2_RESERVATIONS_H
+1 -9
fs/ocfs2/xattr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * ··· 9 8 * CREDITS: 10 9 * Lots of code in this file is copy from linux/fs/ext3/xattr.c. 11 10 * Copyright (C) 2001-2003 Andreas Gruenbacher, <agruen@suse.de> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public 15 - * License version 2 as published by the Free Software Foundation. 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 GNU 20 - * General Public License for more details. 21 11 */ 22 12 23 13 #include <linux/capability.h>
+1 -9
fs/ocfs2/xattr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- mode: c; c-basic-offset: 8; -*- 2 3 * vim: noexpandtab sw=8 ts=8 sts=0: 3 4 * 4 5 * xattr.h 5 6 * 6 7 * Copyright (C) 2004, 2008 Oracle. All rights reserved. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public 10 - * License version 2 as published by the Free Software Foundation. 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 GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef OCFS2_XATTR_H
+1 -9
include/acpi/acpi_lpat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * acpi_lpat.h - LPAT table processing functions 3 4 * 4 5 * Copyright (C) 2015 Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 ACPI_LPAT_H
+1 -9
include/dt-bindings/clock/mt2701-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Shunli Wang <shunli.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_CLK_MT2701_H
+1 -9
include/dt-bindings/clock/mt2712-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Weiyi Lu <weiyi.lu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_CLK_MT2712_H
+1 -9
include/dt-bindings/clock/mt6797-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Kevin Chen <kevin-cw.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_CLK_MT6797_H
+1 -9
include/dt-bindings/clock/mt7622-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Chen Zhong <chen.zhong@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_CLK_MT7622_H
+1 -9
include/dt-bindings/clock/mt8135-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_CLK_MT8135_H
+1 -9
include/dt-bindings/clock/mt8173-clk.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: James Liao <jamesjj.liao@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_CLK_MT8173_H
+1 -9
include/dt-bindings/input/ti-drv260x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * DRV260X haptics driver family 3 4 * 4 5 * Author: Dan Murphy <dmurphy@ti.com> 5 6 * 6 7 * Copyright: (C) 2014 Texas Instruments, Inc. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef _DT_BINDINGS_TI_DRV260X_H
+1 -9
include/dt-bindings/media/omap3-isp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/dt-bindings/media/omap3-isp.h 3 4 * 4 5 * Copyright (C) 2015 Sakari Ailus 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * version 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef __DT_BINDINGS_OMAP3_ISP_H__
+1 -9
include/dt-bindings/memory/mt2701-larb-port.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Honghui Zhang <honghui.zhang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _MT2701_LARB_PORT_H_
+1 -9
include/dt-bindings/memory/mt8173-larb-port.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Yong Wu <yong.wu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __DTS_IOMMU_PORT_MT8173_H 15 7 #define __DTS_IOMMU_PORT_MT8173_H
+1 -9
include/dt-bindings/net/ti-dp83867.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Device Tree constants for the Texas Instruments DP83867 PHY 3 4 * 4 5 * Author: Dan Murphy <dmurphy@ti.com> 5 6 * 6 7 * Copyright: (C) 2015 Texas Instruments, Inc. 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef _DT_BINDINGS_TI_DP83867_H
+1 -9
include/dt-bindings/pinctrl/mt65xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Hongzhou.Yang <hongzhou.yang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_PINCTRL_MT65XX_H
+1 -9
include/dt-bindings/power/mt2701-power.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2015 MediaTek Inc. 3 - * 4 - * This program is free software: you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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_POWER_MT2701_POWER_H
+1 -9
include/dt-bindings/reset/mt2701-resets.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek, Shunli Wang <shunli.wang@mediatek.com> 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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_CONTROLLER_MT2701
+1 -9
include/dt-bindings/reset/mt7622-reset.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Sean Wang <sean.wang@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_RESET_CONTROLLER_MT7622
+1 -9
include/dt-bindings/reset/mt8135-resets.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu, MediaTek 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_RESET_CONTROLLER_MT8135
+1 -9
include/dt-bindings/reset/mt8173-resets.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu, MediaTek 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 _DT_BINDINGS_RESET_CONTROLLER_MT8173
+1 -9
include/linux/bitfield.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Felix Fietkau <nbd@nbd.name> 3 4 * Copyright (C) 2004 - 2009 Ivo van Doorn <IvDoorn@gmail.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 7 - * as published by the Free Software Foundation 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_BITFIELD_H
+1 -9
include/linux/dma-fence-array.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * fence-array: aggregates fence to be waited together 3 4 * ··· 7 6 * Authors: 8 7 * Gustavo Padovan <gustavo@padovan.org> 9 8 * Christian König <christian.koenig@amd.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License version 2 as published by 13 - * the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 9 */ 20 10 21 11 #ifndef __LINUX_DMA_FENCE_ARRAY_H
+1 -9
include/linux/dma-fence-chain.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * fence-chain: chain fences together in a timeline 3 4 * 4 5 * Copyright (C) 2018 Advanced Micro Devices, Inc. 5 6 * Authors: 6 7 * Christian König <christian.koenig@amd.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published by 10 - * the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 8 */ 17 9 18 10 #ifndef __LINUX_DMA_FENCE_CHAIN_H
+1 -9
include/linux/dma-fence.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Fence mechanism for dma-buf to allow for asynchronous dma access 3 4 * ··· 8 7 * Authors: 9 8 * Rob Clark <robdclark@gmail.com> 10 9 * Maarten Lankhorst <maarten.lankhorst@canonical.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify it 13 - * under the terms of the GNU General Public License version 2 as published by 14 - * the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but WITHOUT 17 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 18 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 19 - * more details. 20 10 */ 21 11 22 12 #ifndef __LINUX_DMA_FENCE_H
+1 -9
include/linux/fsi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* FSI device & driver interfaces 2 3 * 3 4 * Copyright (C) IBM Corporation 2016 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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_FSI_H
+1 -9
include/linux/ieee802154.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IEEE802.15.4-2003 specification 3 4 * 4 5 * Copyright (C) 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Pavel Smolenskiy <pavel.smolenskiy@gmail.com>
+1 -9
include/linux/intel-pti.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) Intel 2011 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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 -10
include/linux/mISDNhw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Author Karsten Keil <kkeil@novell.com> ··· 6 5 * Basic declarations for the mISDN HW channels 7 6 * 8 7 * Copyright 2008 by Karsten Keil <kkeil@novell.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 #ifndef MISDNHW_H
+1 -9
include/linux/mfd/mt6397/core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu, MediaTek 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __MFD_MT6397_CORE_H__
+1 -9
include/linux/mfd/mt6397/registers.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu, MediaTek 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 __MFD_MT6397_REGISTERS_H__
+1 -10
include/linux/nl802154.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * nl802154.h 3 4 * 4 5 * Copyright (C) 2007, 2008, 2009 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 NL802154_H
+1 -9
include/linux/platform_data/remoteproc-omap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Remote Processor - omap-specific bits 3 4 * 4 5 * Copyright (C) 2011 Texas Instruments, Inc. 5 6 * Copyright (C) 2011 Google, Inc. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 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 _PLAT_REMOTEPROC_H
+1 -9
include/linux/platform_data/wkup_m3.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TI Wakeup M3 remote processor platform data 3 4 * 4 5 * Copyright (C) 2014-2015 Texas Instruments, Inc. 5 6 * 6 7 * Dave Gerlach <d-gerlach@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 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_PLATFORM_DATA_WKUP_M3_H
+1 -8
include/linux/psci.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2015 ARM Limited 12 5 */
+1 -9
include/linux/regulator/mt6311.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015 MediaTek Inc. 3 4 * Author: Henry Chen <henryc.chen@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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_REGULATOR_MT6311_H
+1 -9
include/linux/regulator/mt6323-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2016 MediaTek Inc. 3 4 * Author: Chen Zhong <chen.zhong@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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_REGULATOR_MT6323_H
+1 -9
include/linux/regulator/mt6380-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2017 MediaTek Inc. 3 4 * Author: Chenglin Xu <chenglin.xu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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_REGULATOR_mt6380_H
+1 -9
include/linux/regulator/mt6397-regulator.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2014 MediaTek Inc. 3 4 * Author: Flora Fu <flora.fu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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_REGULATOR_MT6397_H
+1 -9
include/linux/seqno-fence.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * seqno-fence, using a dma-buf to synchronize fencing 3 4 * ··· 7 6 * Authors: 8 7 * Rob Clark <robdclark@gmail.com> 9 8 * Maarten Lankhorst <maarten.lankhorst@canonical.com> 10 - * 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License version 2 as published by 13 - * the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but WITHOUT 16 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 17 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 18 - * more details. 19 9 */ 20 10 21 11 #ifndef __LINUX_SEQNO_FENCE_H
+1 -9
include/linux/spi/at86rf230.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AT86RF230/RF231 driver 3 4 * 4 5 * Copyright (C) 2009-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Dmitry Eremin-Solenikov <dmitry.baryshkov@siemens.com>
+1 -9
include/linux/spi/l4f00242t03.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * l4f00242t03.h -- Platform glue for Epson L4F00242T03 LCD 3 4 * 4 5 * Copyright (c) 2009 Alberto Panizzo <maramaopercheseimorto@gmail.com> 5 6 * Based on Marek Vasut work in lms283gf05.h 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 _INCLUDE_LINUX_SPI_L4F00242T03_H_
+1 -9
include/linux/spi/lms283gf05.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * lms283gf05.h - Platform glue for Samsung LMS283GF05 LCD 3 4 * 4 5 * Copyright (C) 2009 Marek Vasut <marek.vasut@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _INCLUDE_LINUX_SPI_LMS283GF05_H_
+1 -9
include/linux/spi/spi-fsl-dspi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Freescale DSPI controller driver 3 4 * 4 5 * Copyright (c) 2017 Angelo Dureghello <angelo@sysam.it> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 SPI_FSL_DSPI_HEADER_H
+1 -9
include/linux/spi/tle62x0.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tle62x0.h - platform glue to Infineon TLE62x0 driver chips 3 4 * 4 5 * Copyright 2007 Simtec Electronics 5 6 * Ben Dooks <ben@simtec.co.uk> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 struct tle62x0_pdata {
+1 -9
include/linux/uuid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * UUID/GUID definition 3 4 * 4 5 * Copyright (C) 2010, 2016 Intel Corp. 5 6 * Huang Ying <ying.huang@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 9 - * 2 as published by the Free Software Foundation; 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 #ifndef _LINUX_UUID_H_ 17 9 #define _LINUX_UUID_H_
+1 -8
include/linux/vexpress.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License version 2 as 4 - * published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 3 * 11 4 * Copyright (C) 2012 ARM Limited 12 5 */
+1 -9
include/linux/wmi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * wmi.h - ACPI WMI interface 3 4 * 4 5 * Copyright (c) 2015 Andrew Lutomirski 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 16 8 #ifndef _LINUX_WMI_H
+1 -10
include/media/i2c/adp1653.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/i2c/adp1653.h 3 4 * ··· 9 8 * Contributors: 10 9 * Sakari Ailus <sakari.ailus@iki.fi> 11 10 * Tuukka Toivonen <tuukkat76@gmail.com> 12 - * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License 15 - * version 2 as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope that it will be useful, but 18 - * WITHOUT ANY WARRANTY; without even the implied warranty of 19 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 - * General Public License for more details. 21 - * 22 11 */ 23 12 24 13 #ifndef ADP1653_H
+1 -9
include/media/i2c/adv7183.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * adv7183.h - definition for adv7183 inputs and outputs 3 4 * 4 5 * Copyright (c) 2011 Analog Devices Inc. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 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 _ADV7183_H_
+1 -10
include/media/i2c/lm3560.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/i2c/lm3560.h 3 4 * ··· 6 5 * 7 6 * Contact: Daniel Jeong <gshark.jeong@gmail.com> 8 7 * Ldd-Mlp <ldd-mlp@list.ti.com> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #ifndef __LM3560_H__
+1 -10
include/media/i2c/mt9m032.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for MT9M032 CMOS Image Sensor from Micron 3 4 * 4 5 * Copyright (C) 2010-2011 Lund Engineering 5 6 * Contact: Gil Lund <gwlund@lundeng.com> 6 7 * Author: Martin Hostettler <martin@neutronstar.dyndns.org> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef MT9M032_H
+1 -10
include/media/i2c/smiapp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/media/i2c/smiapp.h 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2011--2012 Nokia Corporation 8 7 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #ifndef __SMIAPP_H_
+1 -9
include/media/media-device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Media device 3 4 * ··· 6 5 * 7 6 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 8 7 * Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 _MEDIA_DEVICE_H
+1 -9
include/media/media-devnode.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Media device node 3 4 * ··· 6 5 * 7 6 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 8 7 * Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 *
+1 -9
include/media/media-entity.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Media entity 3 4 * ··· 6 5 * 7 6 * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 8 7 * Sakari Ailus <sakari.ailus@iki.fi> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License version 2 as 12 - * published by the Free Software Foundation. 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 _MEDIA_ENTITY_H
+1 -9
include/media/v4l2-event.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * v4l2-event.h 3 4 * ··· 7 6 * Copyright (C) 2009--2010 Nokia Corporation. 8 7 * 9 8 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #ifndef V4L2_EVENT_H
+1 -9
include/media/v4l2-fh.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * v4l2-fh.h 3 4 * ··· 8 7 * Copyright (C) 2009--2010 Nokia Corporation. 9 8 * 10 9 * Contact: Sakari Ailus <sakari.ailus@iki.fi> 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License 14 - * version 2 as published by the Free Software Foundation. 15 - * 16 - * This program is distributed in the hope that it will be useful, but 17 - * WITHOUT ANY WARRANTY; without even the implied warranty of 18 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 - * General Public License for more details. 20 10 */ 21 11 22 12 #ifndef V4L2_FH_H
+1 -9
include/net/af_ieee802154.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IEEE 802.15.4 interface for userspace 3 4 * 4 5 * Copyright 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+1 -9
include/net/cfg802154.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007, 2008, 2009 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+1 -9
include/net/ieee802154_netdev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * An interface between IEEE802.15.4 device and rest of the kernel. 3 4 * 4 5 * Copyright (C) 2007-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Pavel Smolenskiy <pavel.smolenskiy@gmail.com>
+1 -10
include/net/mac802154.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * IEEE802.15.4-2003 specification 3 4 * 4 5 * Copyright (C) 2007-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 #ifndef NET_MAC802154_H 17 8 #define NET_MAC802154_H
+1 -9
include/soc/mediatek/smi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2015-2016 MediaTek Inc. 3 4 * Author: Yong Wu <yong.wu@mediatek.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License version 2 as 7 - * published by the Free Software Foundation. 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 MTK_IOMMU_SMI_H 15 7 #define MTK_IOMMU_SMI_H
+1 -9
include/sound/hdmi-codec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * hdmi-codec.h - HDMI Codec driver API 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Jyri Sarha <jsarha@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __HDMI_CODEC_H__
+1 -10
include/sound/omap-hdmi-audio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * hdmi-audio.c -- OMAP4+ DSS HDMI audio support library 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Jyri Sarha <jsarha@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __OMAP_HDMI_AUDIO_H__
+1 -9
include/sound/tas2552-plat.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * TAS2552 driver platform header 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Inc. 5 6 * 6 7 * Author: Dan Murphy <dmurphy@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef TAS2552_PLAT_H
+1 -10
lib/stackdepot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic stack depot for storing stack traces. 3 4 * ··· 17 16 * Copyright (C) 2016 Google, Inc. 18 17 * 19 18 * Based on code by Dmitry Chernenkov. 20 - * 21 - * This program is free software; you can redistribute it and/or 22 - * modify it under the terms of the GNU General Public License 23 - * version 2 as published by the Free Software Foundation. 24 - * 25 - * This program is distributed in the hope that it will be useful, but 26 - * WITHOUT ANY WARRANTY; without even the implied warranty of 27 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 28 - * General Public License for more details. 29 - * 30 19 */ 31 20 32 21 #include <linux/gfp.h>
+1 -9
lib/uuid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Unified UUID/GUID definition 3 4 * 4 5 * Copyright (C) 2009, 2016 Intel Corp. 5 6 * Huang Ying <ying.huang@intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 9 - * 2 as published by the Free Software Foundation; 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>
+2 -8
net/6lowpan/core.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * (C) 2015 Pengutronix, Alexander Aring <aar@pengutronix.de>
+2 -8
net/6lowpan/debugfs.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * (C) 2015 Pengutronix, Alexander Aring <aar@pengutronix.de>
+2 -8
net/6lowpan/ndisc.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * (C) 2016 Pengutronix, Alexander Aring <aar@pengutronix.de>
+1 -9
net/ieee802154/6lowpan/rx.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 9 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 10 2 11 3 #include <linux/if_arp.h> 12 4
+1 -9
net/ieee802154/6lowpan/tx.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 9 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 10 2 11 3 #include <net/6lowpan.h> 12 4 #include <net/ndisc.h>
+1 -10
net/ieee802154/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007, 2008, 2009 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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/slab.h>
+1 -9
net/ieee802154/header_ops.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Fraunhofer ITWM 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
+1 -10
net/ieee802154/ieee802154.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007, 2008, 2009 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 IEEE_802154_LOCAL_H 15 6 #define IEEE_802154_LOCAL_H
+1 -9
net/ieee802154/netlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Netlink interface for IEEE 802.15.4 stack 3 4 * 4 5 * Copyright 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+1 -9
net/ieee802154/nl-mac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Netlink interface for IEEE 802.15.4 stack 3 4 * 4 5 * Copyright 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+1 -9
net/ieee802154/nl-phy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Netlink interface for IEEE 802.15.4 stack 3 4 * 4 5 * Copyright 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+2 -8
net/ieee802154/nl802154.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * Alexander Aring <aar@pengutronix.de>
+1 -10
net/ieee802154/nl_policy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * nl802154.h 3 4 * 4 5 * Copyright (C) 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 -9
net/ieee802154/socket.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IEEE802154.4 socket interface 3 4 * 4 5 * Copyright 2007, 2008 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+2 -8
net/ieee802154/sysfs.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * Alexander Aring <aar@pengutronix.de>
+2 -8
net/mac802154/cfg.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * Alexander Aring <aar@pengutronix.de>
+1 -9
net/mac802154/ieee802154_i.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007-2012 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Pavel Smolenskiy <pavel.smolenskiy@gmail.com>
+1 -9
net/mac802154/iface.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2007-2012 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+1 -9
net/mac802154/llsec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Fraunhofer ITWM 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
+1 -9
net/mac802154/llsec.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2014 Fraunhofer ITWM 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de>
+1 -9
net/mac802154/mac_cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MAC commands interface 3 4 * 4 5 * Copyright 2007-2012 Siemens AG 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 8 - * as published by the Free Software Foundation. 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 * Written by: 16 8 * Sergey Lapin <slapin@ossfans.org>
+1 -9
net/mac802154/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2012 Siemens AG 3 4 * 4 5 * Written by: 5 6 * Alexander Smirnov <alex.bluesman.smirnov@gmail.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 9 - * as published by the Free Software Foundation. 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
net/mac802154/mib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2007-2012 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+1 -9
net/mac802154/rx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2012 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Pavel Smolenskiy <pavel.smolenskiy@gmail.com>
+1 -9
net/mac802154/tx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2007-2012 Siemens AG 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 6 - * as published by the Free Software Foundation. 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 * Written by: 14 6 * Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
+2 -8
net/mac802154/util.c
··· 1 - /* This program is free software; you can redistribute it and/or modify 2 - * it under the terms of the GNU General Public License version 2 3 - * as published by the Free Software Foundation. 4 - * 5 - * This program is distributed in the hope that it will be useful, 6 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 7 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 8 - * GNU General Public License for more details. 1 + // SPDX-License-Identifier: GPL-2.0-only 2 + /* 9 3 * 10 4 * Authors: 11 5 * Alexander Aring <aar@pengutronix.de>
+1 -9
sound/soc/bcm/bcm2835-i2s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC I2S Audio Layer for Broadcom BCM2835 SoC 3 4 * ··· 21 20 * Freescale SSI ALSA SoC Digital Audio Interface (DAI) driver 22 21 * Author: Timur Tabi <timur@freescale.com> 23 22 * Copyright 2007-2010 Freescale Semiconductor, Inc. 24 - * 25 - * This program is free software; you can redistribute it and/or 26 - * modify it under the terms of the GNU General Public License 27 - * version 2 as published by the Free Software Foundation. 28 - * 29 - * This program is distributed in the hope that it will be useful, but 30 - * WITHOUT ANY WARRANTY; without even the implied warranty of 31 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32 - * General Public License for more details. 33 23 */ 34 24 35 25 #include <linux/bitops.h>
+1 -9
sound/soc/codecs/cs42l51.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * cs42l51.c 3 4 * ··· 7 6 * Copyright (c) 2010 Arnaud Patard <apatard@mandriva.com> 8 7 * 9 8 * Based on cs4270.c - Copyright (c) Freescale Semiconductor 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 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 * For now: 21 11 * - Only I2C is support. Not SPI
+1 -10
sound/soc/codecs/cs43130.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC CS43130 codec driver 3 4 * 4 5 * Copyright 2017 Cirrus Logic, Inc. 5 6 * 6 7 * Author: Li Xu <li.xu@cirrus.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __CS43130_H__
+1 -10
sound/soc/codecs/cs4349.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ALSA SoC CS4349 codec driver 3 4 * 4 5 * Copyright 2015 Cirrus Logic, Inc. 5 6 * 6 7 * Author: Tim Howe <Tim.Howe@cirrus.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #ifndef __CS4349_H__
+1 -9
sound/soc/codecs/hdmi-codec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ALSA SoC codec for HDMI encoder drivers 3 4 * Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ 4 5 * Author: Jyri Sarha <jsarha@ti.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * version 2 as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 6 */ 15 7 #include <linux/module.h> 16 8 #include <linux/string.h>
+1 -9
sound/soc/codecs/pcm5102a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the PCM5102A codec 3 4 * 4 5 * Author: Florian Meier <florian.meier@koalo.de> 5 6 * Copyright 2013 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/init.h>
+1 -9
sound/soc/codecs/pcm512x-i2c.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the PCM512x CODECs 3 4 * 4 5 * Author: Mark Brown <broonie@kernel.org> 5 6 * Copyright 2014 Linaro Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/init.h>
+1 -9
sound/soc/codecs/pcm512x-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the PCM512x CODECs 3 4 * 4 5 * Author: Mark Brown <broonie@kernel.org> 5 6 * Copyright 2014 Linaro Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #include <linux/init.h>
+1 -9
sound/soc/codecs/pcm512x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the PCM512x CODECs 3 4 * 4 5 * Author: Mark Brown <broonie@kernel.org> 5 6 * Copyright 2014 Linaro Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9
+1 -9
sound/soc/codecs/pcm512x.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Driver for the PCM512x CODECs 3 4 * 4 5 * Author: Mark Brown <broonie@kernel.org> 5 6 * Copyright 2014 Linaro Ltd 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * version 2 as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 - * General Public License for more details. 15 7 */ 16 8 17 9 #ifndef _SND_SOC_PCM512X
+1 -9
sound/soc/codecs/tas2552.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tas2552.c - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Dan Murphy <dmurphy@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -9
sound/soc/codecs/tas2552.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tas2552.h - ALSA SoC Texas Instruments TAS2552 Mono Audio Amplifier 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Dan Murphy <dmurphy@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __TAS2552_H__
+1 -9
sound/soc/codecs/tas5720.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tas5720.c - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier 3 4 * 4 5 * Copyright (C)2015-2016 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Andreas Dannenberg <dannenberg@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/module.h>
+1 -9
sound/soc/codecs/tas5720.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tas5720.h - ALSA SoC Texas Instruments TAS5720 Mono Audio Amplifier 3 4 * 4 5 * Copyright (C)2015-2016 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Andreas Dannenberg <dannenberg@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #ifndef __TAS5720_H__
+1 -9
sound/soc/codecs/tda7419.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * TDA7419 audio processor driver 3 4 * 4 5 * Copyright 2018 Konsulko Group 5 6 * 6 7 * Author: Matt Porter <mporter@konsulko.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 8 */ 17 9 18 10 #include <linux/i2c.h>
+1 -10
sound/soc/intel/boards/broadwell.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Broadwell Wildcatpoint SST Audio 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 -9
sound/soc/intel/boards/bxt_da7219_max98357a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Broxton-P I2S Machine Driver 3 4 * ··· 6 5 * 7 6 * Modified from: 8 7 * Intel Skylake I2S Machine driver 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License version 12 - * 2 as published by the Free Software Foundation. 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 <asm/cpu_device_id.h>
+1 -9
sound/soc/intel/boards/bxt_rt298.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Broxton-P I2S Machine Driver 3 4 * ··· 6 5 * 7 6 * Modified from: 8 7 * Intel Skylake I2S Machine driver 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License version 12 - * 2 as published by the Free Software Foundation. 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 -10
sound/soc/intel/boards/haswell.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Haswell Lynxpoint SST Audio 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 -9
sound/soc/intel/boards/kbl_rt5663_max98927.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Kabylake I2S Machine Driver with MAXIM98927 3 4 * and RT5663 Codecs ··· 7 6 * 8 7 * Modified from: 9 8 * Intel Skylake I2S Machine driver 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License version 13 - * 2 as published by the Free Software Foundation. 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/input.h>
+1 -9
sound/soc/intel/boards/kbl_rt5663_rt5514_max98927.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Kabylake I2S Machine Driver with MAXIM98927 3 4 * RT5514 and RT5663 Codecs ··· 8 7 * Modified from: 9 8 * Intel Kabylake I2S Machine driver supporting MAXIM98927 and 10 9 * RT5663 codecs 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License version 14 - * 2 as published by the Free Software Foundation. 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/input.h>
+1 -9
sound/soc/intel/boards/skl_nau88l25_max98357a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Skylake I2S Machine Driver with MAXIM98357A 3 4 * and NAU88L25 4 5 * 5 6 * Copyright (C) 2015, Intel Corporation. All rights reserved. 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License version 9 - * 2 as published by the Free Software Foundation. 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
sound/soc/intel/boards/skl_nau88l25_ssm4567.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Skylake I2S Machine Driver for NAU88L25+SSM4567 3 4 * ··· 8 7 * Intel Skylake I2S Machine Driver for NAU88L25 and SSM4567 9 8 * 10 9 * Copyright (C) 2015, Intel Corporation. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License version 14 - * 2 as published by the Free Software Foundation. 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/module.h>
+1 -9
sound/soc/intel/boards/skl_rt286.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Skylake I2S Machine Driver 3 4 * ··· 8 7 * Intel Broadwell Wildcatpoint SST Audio 9 8 * 10 9 * Copyright (C) 2013, Intel Corporation. All rights reserved. 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License version 14 - * 2 as published by the Free Software Foundation. 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/module.h>
+1 -10
sound/soc/intel/common/sst-acpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel SST loader on ACPI systems 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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/acpi.h>
+1 -10
sound/soc/intel/common/sst-dsp-priv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Smart Sound Technology 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 __SOUND_SOC_SST_DSP_PRIV_H
+1 -10
sound/soc/intel/common/sst-dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Smart Sound Technology (SST) DSP Core Driver 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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/slab.h>
+1 -10
sound/soc/intel/common/sst-dsp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel Smart Sound Technology (SST) Core 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 __SOUND_SOC_SST_DSP_H
+1 -10
sound/soc/intel/common/sst-firmware.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel SST Firmware Loader 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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
sound/soc/intel/common/sst-ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel SST generic IPC Support 3 4 * 4 5 * Copyright (C) 2015, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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/types.h>
+1 -10
sound/soc/intel/common/sst-ipc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel SST generic IPC Support 3 4 * 4 5 * Copyright (C) 2015, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 __SST_GENERIC_IPC_H
+1 -10
sound/soc/intel/haswell/sst-haswell-dsp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Haswell SST DSP driver 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 -10
sound/soc/intel/haswell/sst-haswell-ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel SST Haswell/Broadwell IPC Support 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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/types.h>
+1 -10
sound/soc/intel/haswell/sst-haswell-ipc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel SST Haswell/Broadwell IPC Support 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 __SST_HASWELL_IPC_H
+1 -10
sound/soc/intel/haswell/sst-haswell-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel SST Haswell/Broadwell PCM Support 3 4 * 4 5 * Copyright (C) 2013, Intel Corporation. All rights reserved. 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License version 8 - * 2 as published by the Free Software Foundation. 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 -11
sound/soc/stm/stm32_i2s.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * STM32 ALSA SoC Digital Audio Interface (I2S) driver. 3 4 * 4 5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 5 6 * Author(s): Olivier Moysan <olivier.moysan@st.com> for STMicroelectronics. 6 - * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 7 */ 18 8 19 9 #include <linux/clk.h>
+1 -11
sound/soc/stm/stm32_sai.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * STM32 ALSA SoC Digital Audio Interface (SAI) driver. 3 4 * 4 5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved 5 6 * Author(s): Olivier Moysan <olivier.moysan@st.com> for STMicroelectronics. 6 - * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 7 */ 18 8 19 9 #include <linux/bitfield.h>
+1 -11
sound/soc/stm/stm32_sai.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * STM32 ALSA SoC Digital Audio Interface (SAI) driver. 3 4 * 4 5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved 5 6 * Author(s): Olivier Moysan <olivier.moysan@st.com> for STMicroelectronics. 6 - * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 7 */ 18 8 19 9 #include <linux/bitfield.h>
+1 -11
sound/soc/stm/stm32_sai_sub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * STM32 ALSA SoC Digital Audio Interface (SAI) driver. 3 4 * 4 5 * Copyright (C) 2016, STMicroelectronics - All Rights Reserved 5 6 * Author(s): Olivier Moysan <olivier.moysan@st.com> for STMicroelectronics. 6 - * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 7 */ 18 8 19 9 #include <linux/clk.h>
+1 -11
sound/soc/stm/stm32_spdifrx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * STM32 ALSA SoC Digital Audio Interface (SPDIF-rx) driver. 3 4 * 4 5 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved 5 6 * Author(s): Olivier Moysan <olivier.moysan@st.com> for STMicroelectronics. 6 - * 7 - * License terms: GPL V2.0. 8 - * 9 - * This program is free software; you can redistribute it and/or modify it 10 - * under the terms of the GNU General Public License version 2 as published by 11 - * the Free Software Foundation. 12 - * 13 - * This program is distributed in the hope that it will be useful, but 14 - * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 15 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 - * details. 17 7 */ 18 8 19 9 #include <linux/clk.h>
+1 -10
sound/soc/tegra/tegra20_ac97.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra20_ac97.c - Tegra20 AC97 platform driver 3 4 * ··· 7 6 * Partly based on code copyright/by: 8 7 * 9 8 * Copyright (c) 2011,2012 Toradex Inc. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #include <linux/clk.h>
+1 -10
sound/soc/tegra/tegra20_ac97.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * tegra20_ac97.h - Definitions for the Tegra20 AC97 controller driver 3 4 * ··· 7 6 * Partly based on code copyright/by: 8 7 * 9 8 * Copyright (c) 2011,2012 Toradex Inc. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 - * 20 9 */ 21 10 22 11 #ifndef __TEGRA20_AC97_H__
+1 -10
sound/soc/tegra/tegra_wm9712.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * tegra20_wm9712.c - Tegra machine ASoC driver for boards using WM9712 codec. 3 4 * ··· 6 5 * 7 6 * Partly based on code copyright/by: 8 7 * Copyright 2011,2012 Toradex Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * version 2 as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, but 15 - * WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 - * General Public License for more details. 18 - * 19 8 */ 20 9 21 10 #include <linux/module.h>
+1 -9
sound/soc/ti/edma-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * edma-pcm.c - eDMA PCM driver using dmaengine for AM3xxx, AM4xxx 3 4 * ··· 7 6 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 8 7 * 9 8 * Based on: sound/soc/tegra/tegra_pcm.c 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #include <linux/module.h>
+1 -9
sound/soc/ti/edma-pcm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * edma-pcm.h - eDMA PCM driver using dmaengine for AM3xxx, AM4xxx 3 4 * ··· 7 6 * Author: Peter Ujfalusi <peter.ujfalusi@ti.com> 8 7 * 9 8 * Based on: sound/soc/tegra/tegra_pcm.h 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License 13 - * version 2 as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, but 16 - * WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 - * General Public License for more details. 19 9 */ 20 10 21 11 #ifndef __EDMA_PCM_H__
+1 -10
sound/soc/ti/omap-hdmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * omap-hdmi-audio.c -- OMAP4+ DSS HDMI audio support library 3 4 * 4 5 * Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com 5 6 * 6 7 * Author: Jyri Sarha <jsarha@ti.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License 10 - * version 2 as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 - * General Public License for more details. 16 - * 17 8 */ 18 9 19 10 #include <linux/kernel.h>
+1 -9
virt/kvm/arm/vgic/vgic-kvm-device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VGIC: KVM DEVICE API 3 4 * 4 5 * Copyright (C) 2015 ARM Ltd. 5 6 * Author: Marc Zyngier <marc.zyngier@arm.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 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 #include <linux/kvm_host.h> 17 9 #include <kvm/arm_vgic.h>
+1 -9
virt/kvm/arm/vgic/vgic-mmio-v2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VGICv2 MMIO handling functions 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/irqchip/arm-gic.h>
+1 -9
virt/kvm/arm/vgic/vgic-mmio-v3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VGICv3 MMIO handling functions 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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/irqchip/arm-gic-v3.h>
+1 -9
virt/kvm/arm/vgic/vgic-mmio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * VGIC MMIO handling functions 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License version 2 as 6 - * published by the Free Software Foundation. 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>