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 441

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license as published by
the free software foundation version 2 of the license

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
b886d83c 3287e96a

+314 -1524
+1 -4
arch/arm/mach-w90x900/clksel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/clksel.c 3 4 * 4 5 * Copyright (c) 2008 Nuvoton technology corporation 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation;version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/module.h>
+1 -5
arch/arm/mach-w90x900/cpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/cpu.c 3 4 * ··· 7 6 * Wan ZongShun <mcuos.com@gmail.com> 8 7 * 9 8 * NUC900 series cpu common support 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation;version 2 of the License. 14 - * 15 9 */ 16 10 17 11 #include <linux/kernel.h>
+1 -5
arch/arm/mach-w90x900/dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/dev.c 3 4 * 4 5 * Copyright (C) 2009 Nuvoton corporation. 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation;version 2 of the License. 11 - * 12 8 */ 13 9 14 10 #include <linux/kernel.h>
+1 -5
arch/arm/mach-w90x900/include/mach/irqs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-w90x900/include/mach/irqs.h 3 4 * ··· 7 6 * Wan ZongShun <mcuos.com@gmail.com> 8 7 * 9 8 * Based on arch/arm/mach-s3c2410/include/mach/irqs.h 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation;version 2 of the License. 14 - * 15 9 */ 16 10 17 11 #ifndef __ASM_ARCH_IRQS_H
+1 -5
arch/arm/mach-w90x900/include/mach/map.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-w90x900/include/mach/map.h 3 4 * ··· 7 6 * Wan ZongShun <mcuos.com@gmail.com> 8 7 * 9 8 * Based on arch/arm/mach-s3c2410/include/mach/map.h 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation;version 2 of the License. 14 - * 15 9 */ 16 10 17 11 #ifndef __ASM_ARCH_MAP_H
+1 -5
arch/arm/mach-w90x900/include/mach/mfp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-w90x900/include/mach/mfp.h 3 4 * ··· 7 6 * Wan ZongShun <mcuos.com@gmail.com> 8 7 * 9 8 * Based on arch/arm/mach-s3c2410/include/mach/map.h 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation;version 2 of the License. 14 - * 15 9 */ 16 10 17 11 #ifndef __ASM_ARCH_MFP_H
+1 -5
arch/arm/mach-w90x900/include/mach/regs-clock.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-w90x900/include/mach/regs-clock.h 3 4 * 4 5 * Copyright (c) 2008 Nuvoton technology corporation. 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation;version 2 of the License. 11 - * 12 8 */ 13 9 14 10 #ifndef __ASM_ARCH_REGS_CLOCK_H
+1 -5
arch/arm/mach-w90x900/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/irq.c 3 4 * ··· 8 7 * All rights reserved. 9 8 * 10 9 * Wan ZongShun <mcuos.com@gmail.com> 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation;version 2 of the License. 15 - * 16 10 */ 17 11 18 12 #include <linux/init.h>
+1 -5
arch/arm/mach-w90x900/mach-nuc910evb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/mach-nuc910evb.c 3 4 * ··· 7 6 * Copyright (C) 2008 Nuvoton technology corporation. 8 7 * 9 8 * Wan ZongShun <mcuos.com@gmail.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation;version 2 of the License. 14 - * 15 9 */ 16 10 17 11 #include <linux/platform_device.h>
+1 -4
arch/arm/mach-w90x900/mach-nuc950evb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/mach-nuc950evb.c 3 4 * ··· 8 7 * 9 8 * Wan ZongShun <mcuos.com@gmail.com> 10 9 * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation;version 2 of the License. 14 10 * history: 15 11 * Wang Qiang (rurality.linux@gmail.com) add LCD support 16 - * 17 12 */ 18 13 19 14 #include <linux/platform_device.h>
+1 -5
arch/arm/mach-w90x900/mach-nuc960evb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/mach-nuc960evb.c 3 4 * ··· 7 6 * Copyright (C) 2008 Nuvoton technology corporation. 8 7 * 9 8 * Wan ZongShun <mcuos.com@gmail.com> 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation;version 2 of the License. 14 - * 15 9 */ 16 10 17 11 #include <linux/platform_device.h>
+1 -4
arch/arm/mach-w90x900/mfp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/mfp.c 3 4 * 4 5 * Copyright (c) 2008 Nuvoton technology corporation 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation;version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/module.h>
+1 -5
arch/arm/mach-w90x900/nuc910.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/nuc910.c 3 4 * ··· 9 8 * Wan ZongShun <mcuos.com@gmail.com> 10 9 * 11 10 * NUC910 cpu support 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation;version 2 of the License. 16 - * 17 11 */ 18 12 19 13 #include <linux/platform_device.h>
+1 -5
arch/arm/mach-w90x900/nuc950.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/nuc950.c 3 4 * ··· 9 8 * Wan ZongShun <mcuos.com@gmail.com> 10 9 * 11 10 * NUC950 cpu support 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation;version 2 of the License. 16 - * 17 11 */ 18 12 19 13 #include <linux/platform_device.h>
+1 -5
arch/arm/mach-w90x900/nuc960.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/arch/arm/mach-w90x900/nuc960.c 3 4 * ··· 9 8 * Wan ZongShun <mcuos.com@gmail.com> 10 9 * 11 10 * NUC960 cpu support 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation;version 2 of the License. 16 - * 17 11 */ 18 12 19 13 #include <linux/platform_device.h>
+1 -5
arch/arm/mach-w90x900/regs-ebi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-w90x900/include/mach/regs-ebi.h 3 4 * 4 5 * Copyright (c) 2009 Nuvoton technology corporation. 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation;version 2 of the License. 11 - * 12 8 */ 13 9 14 10 #ifndef __ASM_ARCH_REGS_EBI_H
+1 -5
arch/arm/mach-w90x900/regs-usb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * arch/arm/mach-w90x900/include/mach/regs-usb.h 3 4 * 4 5 * Copyright (c) 2008 Nuvoton technology corporation. 5 6 * 6 7 * Wan ZongShun <mcuos.com@gmail.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation;version 2 of the License. 11 - * 12 8 */ 13 9 14 10 #ifndef __ASM_ARCH_REGS_USB_H
+1 -5
arch/arm/mm/dump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Debug helper to dump the current kernel pagetables of the system 3 4 * so that we can see what the various memory ranges are set to. ··· 7 6 * (C) Copyright 2008 Intel Corporation 8 7 * 9 8 * Author: Arjan van de Ven <arjan@linux.intel.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 - * as published by the Free Software Foundation; version 2 14 - * of the License. 15 9 */ 16 10 #include <linux/debugfs.h> 17 11 #include <linux/fs.h>
+1 -4
arch/arm/net/bpf_jit_32.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Just-In-Time compiler for eBPF filters on 32bit ARM 3 4 * 4 5 * Copyright (c) 2017 Shubham Bansal <illusionist.neo@gmail.com> 5 6 * Copyright (c) 2011 Mircea Gherzan <mgherzan@gmail.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/bpf.h>
+1 -4
arch/arm/net/bpf_jit_32.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Just-In-Time compiler for BPF filters on 32bit ARM 3 4 * 4 5 * Copyright (c) 2011 Mircea Gherzan <mgherzan@gmail.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; version 2 of the License. 9 6 */ 10 7 11 8 #ifndef PFILTER_OPCODES_ARM_H
+1 -5
arch/arm64/mm/dump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2014, The Linux Foundation. All rights reserved. 3 4 * Debug helper to dump the current kernel pagetables of the system ··· 8 7 * (C) Copyright 2008 Intel Corporation 9 8 * 10 9 * Author: Arjan van de Ven <arjan@linux.intel.com> 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 - * as published by the Free Software Foundation; version 2 15 - * of the License. 16 10 */ 17 11 #include <linux/debugfs.h> 18 12 #include <linux/errno.h>
+1 -4
arch/mips/net/bpf_jit.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Just-In-Time compiler for BPF filters on MIPS 3 4 * 4 5 * Copyright (c) 2014 Imagination Technologies Ltd. 5 6 * Author: Markos Chandras <markos.chandras@imgtec.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #ifndef BPF_JIT_MIPS_OP_H
+1 -4
arch/mips/net/ebpf_jit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Just-In-Time compiler for eBPF filters on MIPS 3 4 * ··· 8 7 * 9 8 * Copyright (c) 2014 Imagination Technologies Ltd. 10 9 * Author: Markos Chandras <markos.chandras@imgtec.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 as published by the 14 - * Free Software Foundation; version 2 of the License. 15 10 */ 16 11 17 12 #include <linux/bitops.h>
+1 -4
arch/powerpc/boot/bamboo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright IBM Corporation, 2007 3 4 * Josh Boyer <jwboyer@linux.vnet.ibm.com> ··· 8 7 * 9 8 * Clocking code based on code by: 10 9 * Stefan Roese <sr@denx.de> 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 - * as published by the Free Software Foundation; version 2 of the License 15 10 */ 16 11 #include <stdarg.h> 17 12 #include <stddef.h>
+1 -4
arch/powerpc/boot/cuboot-rainier.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Old U-boot compatibility for Rainier 3 4 * ··· 10 9 * 11 10 * Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com> 12 11 * Copyright IBM Corporation, 2007 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 - * as published by the Free Software Foundation; version 2 of the License 17 12 */ 18 13 19 14 #include <stdarg.h>
+1 -4
arch/powerpc/boot/cuboot-sequoia.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Old U-boot compatibility for Sequoia 3 4 * ··· 10 9 * 11 10 * Based on Bamboo code by Josh Boyer <jwboyer@linux.vnet.ibm.com> 12 11 * Copyright IBM Corporation, 2007 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 - * as published by the Free Software Foundation; version 2 of the License 17 12 */ 18 13 19 14 #include <stdarg.h>
+1 -4
arch/powerpc/boot/treeboot-bamboo.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright IBM Corporation, 2007 3 4 * Josh Boyer <jwboyer@linux.vnet.ibm.com> 4 5 * 5 6 * Based on ebony wrapper: 6 7 * Copyright 2007 David Gibson, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the License 11 8 */ 12 9 #include "ops.h" 13 10 #include "stdio.h"
+1 -6
arch/powerpc/include/asm/mpic_msgr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 7 - * License. 8 - * 9 4 */ 10 5 11 6 #ifndef _ASM_MPIC_MSGR_H
+1 -6
arch/powerpc/include/asm/msi_bitmap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _POWERPC_SYSDEV_MSI_BITMAP_H 2 3 #define _POWERPC_SYSDEV_MSI_BITMAP_H 3 4 4 5 /* 5 6 * Copyright 2008, Michael Ellerman, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 10 - * License. 11 - * 12 7 */ 13 8 14 9 #include <linux/of.h>
+1 -5
arch/powerpc/mm/ptdump/hashpagetable.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016, Rashmica Gupta, IBM Corp. 3 4 * ··· 8 7 * 9 8 * If radix is enabled then there is no hash page table and so no debugfs file 10 9 * is generated. 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 - * as published by the Free Software Foundation; version 2 15 - * of the License. 16 10 */ 17 11 #include <linux/debugfs.h> 18 12 #include <linux/fs.h>
+1 -5
arch/powerpc/mm/ptdump/ptdump.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2016, Rashmica Gupta, IBM Corp. 3 4 * ··· 9 8 * Derived from the arm64 implementation: 10 9 * Copyright (c) 2014, The Linux Foundation, Laura Abbott. 11 10 * (C) Copyright 2008 Intel Corporation, Arjan van de Ven. 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 - * as published by the Free Software Foundation; version 2 16 - * of the License. 17 11 */ 18 12 #include <linux/debugfs.h> 19 13 #include <linux/fs.h>
+1 -5
arch/powerpc/net/bpf_jit.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * bpf_jit.h: BPF JIT compiler for PPC 3 4 * 4 5 * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation 5 6 * 2016 Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.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 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #ifndef _BPF_JIT_H 13 9 #define _BPF_JIT_H
+1 -5
arch/powerpc/net/bpf_jit32.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * bpf_jit32.h: BPF JIT compiler for PPC 3 4 * 4 5 * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation 5 6 * 6 7 * Split from bpf_jit.h 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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 #ifndef _BPF_JIT32_H 14 10 #define _BPF_JIT32_H
+1 -5
arch/powerpc/net/bpf_jit64.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * bpf_jit64.h: BPF JIT compiler for PPC64 3 4 * 4 5 * Copyright 2016 Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com> 5 6 * IBM Corporation 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 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #ifndef _BPF_JIT64_H 13 9 #define _BPF_JIT64_H
+1 -5
arch/powerpc/net/bpf_jit_asm.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* bpf_jit.S: Packet/header access helper functions 2 3 * for PPC64 BPF compiler. 3 4 * 4 5 * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; version 2 9 - * of the License. 10 6 */ 11 7 12 8 #include <asm/ppc_asm.h>
+1 -5
arch/powerpc/net/bpf_jit_comp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* bpf_jit_comp.c: BPF JIT compiler 2 3 * 3 4 * Copyright 2011 Matt Evans <matt@ozlabs.org>, IBM Corporation 4 5 * 5 6 * Based on the x86 BPF compiler, by Eric Dumazet (eric.dumazet@gmail.com) 6 7 * Ported to ppc32 by Denis Kirjanov <kda@linux-powerpc.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 #include <linux/moduleloader.h> 14 10 #include <asm/cacheflush.h>
+1 -5
arch/powerpc/net/bpf_jit_comp64.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bpf_jit_comp64.c: eBPF JIT compiler 3 4 * ··· 6 5 * IBM Corporation 7 6 * 8 7 * Based on the powerpc classic BPF JIT compiler by Matt Evans 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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 #include <linux/moduleloader.h> 16 10 #include <asm/cacheflush.h>
+1 -4
arch/powerpc/platforms/40x/ppc40x_simple.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic PowerPC 40x platform support 3 4 * 4 5 * Copyright 2008 IBM Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; version 2 of the License. 9 6 * 10 7 * This implements simple platform support for PowerPC 44x chips. This is 11 8 * mostly used for eval boards or other simple and "generic" 44x boards. If
+1 -4
arch/powerpc/platforms/44x/ppc44x_simple.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic PowerPC 44x platform support 3 4 * 4 5 * Copyright 2008 IBM Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; version 2 of the License. 9 6 * 10 7 * This implements simple platform support for PowerPC 44x chips. This is 11 8 * mostly used for eval boards or other simple and "generic" 44x boards. If
+1 -6
arch/powerpc/platforms/pasemi/msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2007, Olof Johansson, PA Semi 3 4 * ··· 6 5 * 7 6 * Copyright 2006, Segher Boessenkool, IBM Corporation. 8 7 * Copyright 2006-2007, Michael Ellerman, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 8 */ 16 9 17 10 #include <linux/irq.h>
+1 -6
arch/powerpc/platforms/pseries/msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2006 Jake Moilanen <moilanen@austin.ibm.com>, IBM Corp. 3 4 * Copyright 2006-2007 Michael Ellerman, IBM Corp. 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 - * as published by the Free Software Foundation; version 2 of the 8 - * License. 9 - * 10 5 */ 11 6 12 7 #include <linux/device.h>
+1 -4
arch/powerpc/purgatory/trampoline.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * kexec trampoline 3 4 * ··· 7 6 * Copyright (C) 2004 - 2005, Milton D Miller II, IBM Corporation 8 7 * Copyright (C) 2006, Mohan Kumar M, IBM Corporation 9 8 * Copyright (C) 2013, Anton Blanchard, IBM Corporation 10 - * 11 - * This program is free software; you can redistribute it and/or modify it under 12 - * the terms of the GNU General Public License as published by the Free 13 - * Software Foundation (version 2 of the License). 14 9 */ 15 10 16 11 #include <asm/asm-compat.h>
+1 -6
arch/powerpc/sysdev/fsl_mpic_err.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Freescale Semiconductor, Inc. 3 4 * 4 5 * Author: Varun Sethi <varun.sethi@freescale.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 - * as published by the Free Software Foundation; version 2 of the 9 - * License. 10 - * 11 6 */ 12 7 13 8 #include <linux/irq.h>
+1 -6
arch/powerpc/sysdev/fsl_msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007-2011 Freescale Semiconductor, Inc. 3 4 * ··· 6 5 * Jason Jin <Jason.jin@freescale.com> 7 6 * 8 7 * The hwirq alloc and free code reuse from sysdev/mpic_msi.c 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License 12 - * as published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 8 */ 16 9 #include <linux/irq.h> 17 10 #include <linux/msi.h>
+1 -6
arch/powerpc/sysdev/fsl_msi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2007-2008 Freescale Semiconductor, Inc. All rights reserved. 3 4 * 4 5 * Author: Tony Li <tony.li@freescale.com> 5 6 * Jason Jin <Jason.jin@freescale.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 - * as published by the Free Software Foundation; version 2 of the 10 - * License. 11 - * 12 7 */ 13 8 #ifndef _POWERPC_SYSDEV_FSL_MSI_H 14 9 #define _POWERPC_SYSDEV_FSL_MSI_H
+1 -6
arch/powerpc/sysdev/mpic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _POWERPC_SYSDEV_MPIC_H 2 3 #define _POWERPC_SYSDEV_MPIC_H 3 4 4 5 /* 5 6 * Copyright 2006-2007, Michael Ellerman, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 10 - * License. 11 - * 12 7 */ 13 8 14 9 #ifdef CONFIG_PCI_MSI
+1 -6
arch/powerpc/sysdev/mpic_msgr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2011-2012, Meador Inge, Mentor Graphics Corporation. 3 4 * 4 5 * Some ideas based on un-pushed work done by Vivek Mahajan, Jason Jin, and 5 6 * Mingkai Hu from Freescale Semiconductor, 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 - * as published by the Free Software Foundation; version 2 of the 10 - * License. 11 - * 12 7 */ 13 8 14 9 #include <linux/list.h>
+1 -6
arch/powerpc/sysdev/mpic_msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2006-2007, Michael Ellerman, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 7 - * License. 8 - * 9 4 */ 10 5 11 6 #include <linux/irq.h>
+1 -6
arch/powerpc/sysdev/mpic_u3msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2006, Segher Boessenkool, IBM Corporation. 3 4 * Copyright 2006-2007, Michael Ellerman, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 8 - * License. 9 - * 10 5 */ 11 6 12 7 #include <linux/irq.h>
+1 -6
arch/powerpc/sysdev/msi_bitmap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2006-2008, Michael Ellerman, IBM Corporation. 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 - * as published by the Free Software Foundation; version 2 of the 7 - * License. 8 - * 9 4 */ 10 5 11 6 #include <linux/slab.h>
+1 -5
arch/x86/include/asm/apb_timer.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * apb_timer.h: Driver for Langwell APB timer based on Synopsis DesignWare 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 6 * Author: Jacob Pan (jacob.jun.pan@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 * 12 8 * Note: 13 9 */
+1 -5
arch/x86/include/asm/imr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * imr.h: Isolated Memory Region API 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * Copyright(c) 2015 Bryan O'Donoghue <pure.logic@nexus-software.ie> 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 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #ifndef _IMR_H 13 9 #define _IMR_H
+1 -5
arch/x86/include/asm/intel-mid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * intel-mid.h: Intel MID specific setup code 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; version 2 9 - * of the License. 10 6 */ 11 7 #ifndef _ASM_X86_INTEL_MID_H 12 8 #define _ASM_X86_INTEL_MID_H
+1 -5
arch/x86/include/asm/platform_sst_audio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * platform_sst_audio.h: sst audio platform data header file 3 4 * ··· 6 5 * Author: Jeeja KP <jeeja.kp@intel.com> 7 6 * Omair Mohammed Abdullah <omair.m.abdullah@intel.com> 8 7 * Vinod Koul ,vinod.koul@intel.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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 #ifndef _PLATFORM_SST_AUDIO_H_ 16 10 #define _PLATFORM_SST_AUDIO_H_
+1 -5
arch/x86/include/asm/smap.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Supervisor Mode Access Prevention support 3 4 * 4 5 * Copyright (C) 2012 Intel Corporation 5 6 * Author: H. Peter Anvin <hpa@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #ifndef _ASM_X86_SMAP_H
+1 -5
arch/x86/include/asm/xor_avx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _ASM_X86_XOR_AVX_H 2 3 #define _ASM_X86_XOR_AVX_H 3 4 ··· 9 8 * Author: Jim Kukunas <james.t.kukunas@linux.intel.com> 10 9 * 11 10 * Based on Ingo Molnar and Zach Brown's respective MMX and SSE routines 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 - * as published by the Free Software Foundation; version 2 16 - * of the License. 17 11 */ 18 12 19 13 #ifdef CONFIG_AS_AVX
+1 -5
arch/x86/kernel/apb_timer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * apb_timer.c: Driver for Langwell APB timers 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 6 * Author: Jacob Pan (jacob.jun.pan@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 * 12 8 * Note: 13 9 * Langwell is the south complex of Intel Moorestown MID platform. There are
+1 -5
arch/x86/kernel/cpu/mce/severity.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MCE grading rules. 3 4 * Copyright 2008, 2009 Intel Corporation. 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 - * as published by the Free Software Foundation; version 2 8 - * of the License. 9 5 * 10 6 * Author: Andi Kleen 11 7 */
+1 -5
arch/x86/kernel/cpu/mshyperv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HyperV Detection code. 3 4 * 4 5 * Copyright (C) 2010, Novell, Inc. 5 6 * Author : K. Y. Srinivasan <ksrinivasan@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 as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 7 */ 12 8 13 9 #include <linux/types.h>
+1 -5
arch/x86/kernel/itmt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * itmt.c: Support Intel Turbo Boost Max Technology 3.0 3 4 * 4 5 * (C) Copyright 2016 Intel Corporation 5 6 * Author: Tim Chen <tim.c.chen@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 * 12 8 * On platforms supporting Intel Turbo Boost Max Technology 3.0, (ITMT), 13 9 * the maximum turbo frequencies of some cores in a CPU package may be
+1 -7
arch/x86/lib/cmpxchg16b_emu.S
··· 1 - /* 2 - * This program is free software; you can redistribute it and/or 3 - * modify it under the terms of the GNU General Public License 4 - * as published by the Free Software Foundation; version 2 5 - * of the License. 6 - * 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 8 2 #include <linux/linkage.h> 9 3 #include <asm/percpu.h> 10 4
+1 -7
arch/x86/lib/cmpxchg8b_emu.S
··· 1 - /* 2 - * This program is free software; you can redistribute it and/or 3 - * modify it under the terms of the GNU General Public License 4 - * as published by the Free Software Foundation; version 2 5 - * of the License. 6 - * 7 - */ 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 8 2 9 3 #include <linux/linkage.h> 10 4 #include <asm/export.h>
+1 -5
arch/x86/mm/dump_pagetables.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Debug helper to dump the current kernel pagetables of the system 3 4 * so that we can see what the various memory ranges are set to. ··· 6 5 * (C) Copyright 2008 Intel Corporation 7 6 * 8 7 * Author: Arjan van de Ven <arjan@linux.intel.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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 16 10 #include <linux/debugfs.h>
+1 -5
arch/x86/net/bpf_jit_comp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * bpf_jit_comp.c: BPF JIT compiler 3 4 * 4 5 * Copyright (C) 2011-2013 Eric Dumazet (eric.dumazet@gmail.com) 5 6 * Internal BPF Copyright (c) 2011-2014 PLUMgrid, http://plumgrid.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 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #include <linux/netdevice.h> 13 9 #include <linux/filter.h>
+1 -5
arch/x86/platform/ce4100/ce4100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel CE4100 platform specific setup code 3 4 * 4 5 * (C) Copyright 2010 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; version 2 9 - * of the License. 10 6 */ 11 7 #include <linux/init.h> 12 8 #include <linux/kernel.h>
+1 -4
arch/x86/platform/ce4100/falconfalls.dts
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CE4100 on Falcon Falls 3 4 * 4 5 * (c) Copyright 2010 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; version 2 of the License. 9 6 */ 10 7 /dts-v1/; 11 8 / {
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_bcm43xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_bcm43xx.c: bcm43xx platform data initialization file 3 4 * 4 5 * (C) Copyright 2016 Intel Corporation 5 6 * Author: Andy Shevchenko <andriy.shevchenko@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/gpio/machine.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_bma023.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_bma023.c: bma023 platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; version 2 9 - * of the License. 10 6 */ 11 7 12 8 #include <asm/intel-mid.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_bt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Bluetooth platform data initialization file 3 4 * 4 5 * (C) Copyright 2017 Intel Corporation 5 6 * Author: Andy Shevchenko <andriy.shevchenko@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/gpio/machine.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_emc1403.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_emc1403.c: emc1403 platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_gpio_keys.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_gpio_keys.c: gpio_keys platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/input.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_lis331.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_lis331.c: lis331 platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/i2c.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_max7315.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_max7315.c: max7315 platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mpu3050.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_mpu3050.c: mpu3050 platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/gpio.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mrfld_pinctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Merrifield FLIS platform device initialization file 3 4 * 4 5 * Copyright (C) 2016, Intel Corporation 5 6 * 6 7 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mrfld_power_btn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Merrifield power button support 3 4 * 4 5 * (C) Copyright 2017 Intel Corporation 5 6 * 6 7 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mrfld_rtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Merrifield legacy RTC initialization file 3 4 * 4 5 * (C) Copyright 2017 Intel Corporation 5 6 * 6 7 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mrfld_sd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * SDHCI platform data initilisation file 3 4 * 4 5 * (C) Copyright 2016 Intel Corporation 5 6 * Author: Andy Shevchenko <andriy.shevchenko@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mrfld_spidev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * spidev platform data initialization file 3 4 * 4 5 * (C) Copyright 2014, 2016 Intel Corporation 5 6 * Authors: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 6 7 * Dan O'Donovan <dan@emutex.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #include <linux/err.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_mrfld_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel Merrifield watchdog platform device library file 3 4 * 4 5 * (C) Copyright 2014 Intel Corporation 5 6 * Author: David Cohen <david.a.cohen@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/init.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic.c: MSIC platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * platform_msic.h: MSIC platform data header file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #ifndef _PLATFORM_MSIC_H_ 13 9 #define _PLATFORM_MSIC_H_
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic_audio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic_audio.c: MSIC audio platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic_battery.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic_battery.c: MSIC battery platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic_gpio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic_gpio.c: MSIC GPIO platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic_ocd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic_ocd.c: MSIC OCD platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/kernel.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic_power_btn.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic_power_btn.c: MSIC power btn platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #include <linux/kernel.h> 13 9 #include <linux/interrupt.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_msic_thermal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_msic_thermal.c: msic_thermal platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/input.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_pcal9555a.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCAL9555a platform data initialization file 3 4 * ··· 6 5 * 7 6 * Authors: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 8 7 * Dan O'Donovan <dan@emutex.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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 16 10 #include <linux/gpio.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_tc35876x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_tc35876x.c: tc35876x platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/gpio.h>
+1 -5
arch/x86/platform/intel-mid/device_libs/platform_tca6416.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * platform_tca6416.c: tca6416 platform data initialization file 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/platform_data/pca953x.h>
+1 -5
arch/x86/platform/intel-mid/intel-mid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel-mid.c: Intel MID platform setup code 3 4 * 4 5 * (C) Copyright 2008, 2012 Intel Corporation 5 6 * Author: Jacob Pan (jacob.jun.pan@intel.com) 6 7 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@intel.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #define pr_fmt(fmt) "intel_mid: " fmt
+1 -5
arch/x86/platform/intel-mid/intel_mid_vrtc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_mid_vrtc.c: Driver for virtual RTC device on Intel MID platform 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License 8 - * as published by the Free Software Foundation; version 2 9 - * of the License. 10 6 * 11 7 * Note: 12 8 * VRTC is emulated by system controller firmware, the real HW
+1 -5
arch/x86/platform/intel-mid/sfi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_mid_sfi.c: Intel MID SFI initialization code 3 4 * 4 5 * (C) Copyright 2013 Intel Corporation 5 6 * Author: Sathyanarayanan Kuppuswamy <sathyanarayanan.kuppuswamy@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/init.h>
+1 -5
drivers/acpi/cppc_acpi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CPPC (Collaborative Processor Performance Control) methods used by CPUfreq drivers. 3 4 * 4 5 * (C) Copyright 2014, 2015 Linaro Ltd. 5 6 * Author: Ashwin Chaugule <ashwin.chaugule@linaro.org> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 * 12 8 * CPPC describes a few methods for controlling CPU performance using 13 9 * information from a per CPU table called CPC. This table is described in
+1 -6
drivers/char/tpm/tpm-chip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * Copyright (C) 2014 Intel Corporation ··· 13 12 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 14 13 * 15 14 * TPM chip management routines. 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation, version 2 of the 20 - * License. 21 - * 22 15 */ 23 16 24 17 #include <linux/poll.h>
+1 -6
drivers/char/tpm/tpm-dev-common.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * Authors: ··· 11 10 * Jason Gunthorpe <jgunthorpe@obsidianresearch.com> 12 11 * 13 12 * Device file system interface to the TPM 14 - * 15 - * This program is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation, version 2 of the 18 - * License. 19 - * 20 13 */ 21 14 #include <linux/poll.h> 22 15 #include <linux/slab.h>
+1 -6
drivers/char/tpm/tpm-dev.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * Authors: ··· 11 10 * Jason Gunthorpe <jgunthorpe@obsidianresearch.com> 12 11 * 13 12 * Device file system interface to the TPM 14 - * 15 - * This program is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation, version 2 of the 18 - * License. 19 - * 20 13 */ 21 14 #include <linux/slab.h> 22 15 #include "tpm-dev.h"
+1 -6
drivers/char/tpm/tpm-interface.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * Copyright (C) 2014 Intel Corporation ··· 14 13 * Device driver for TCG/TCPA TPM (trusted platform module). 15 14 * Specifications at www.trustedcomputinggroup.org 16 15 * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation, version 2 of the 20 - * License. 21 - * 22 16 * Note, the TPM chip is not interrupt driven (only polling) 23 17 * and can have very long timeouts (minutes!). Hence the unusual 24 18 * calls to msleep. 25 - * 26 19 */ 27 20 28 21 #include <linux/poll.h>
+1 -6
drivers/char/tpm/tpm-sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * Authors: ··· 11 10 * Jason Gunthorpe <jgunthorpe@obsidianresearch.com> 12 11 * 13 12 * sysfs filesystem inspection interface to the TPM 14 - * 15 - * This program is free software; you can redistribute it and/or 16 - * modify it under the terms of the GNU General Public License as 17 - * published by the Free Software Foundation, version 2 of the 18 - * License. 19 - * 20 13 */ 21 14 #include <linux/device.h> 22 15 #include "tpm.h"
+1 -6
drivers/char/tpm/tpm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * Copyright (C) 2015 Intel Corporation ··· 13 12 * 14 13 * Device driver for TCG/TCPA TPM (trusted platform module). 15 14 * Specifications at www.trustedcomputinggroup.org 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation, version 2 of the 20 - * License. 21 - * 22 15 */ 23 16 24 17 #ifndef __TPM_H__
+1 -5
drivers/char/tpm/tpm2-cmd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014, 2015 Intel Corporation 3 4 * ··· 9 8 * 10 9 * This file contains TPM2 protocol implementations of the commands 11 10 * used by the kernel internally. 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 - * as published by the Free Software Foundation; version 2 16 - * of the License. 17 11 */ 18 12 19 13 #include "tpm.h"
+1 -5
drivers/char/tpm/tpm2-space.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Intel Corporation 3 4 * ··· 9 8 * 10 9 * This file contains TPM2 protocol implementations of the commands 11 10 * used by the kernel internally. 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 - * as published by the Free Software Foundation; version 2 16 - * of the License. 17 11 */ 18 12 19 13 #include <linux/gfp.h>
+1 -6
drivers/char/tpm/tpm_atmel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * ··· 12 11 * 13 12 * Device driver for TCG/TCPA TPM (trusted platform module). 14 13 * Specifications at www.trustedcomputinggroup.org 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation, version 2 of the 19 - * License. 20 - * 21 14 */ 22 15 23 16 #include "tpm.h"
+1 -6
drivers/char/tpm/tpm_atmel.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2005 IBM Corporation 3 4 * ··· 10 9 * Device driver for TCG/TCPA TPM (trusted platform module). 11 10 * Specifications at www.trustedcomputinggroup.org 12 11 * 13 - * This program is free software; you can redistribute it and/or 14 - * modify it under the terms of the GNU General Public License as 15 - * published by the Free Software Foundation, version 2 of the 16 - * License. 17 - * 18 12 * These difference are required on power because the device must be 19 13 * discovered through the device tree and iomap must be used to get 20 14 * around the need for holes in the io_page_mask. This does not happen 21 15 * automatically because the tpm is not a normal pci device and lives 22 16 * under the root node. 23 - * 24 17 */ 25 18 26 19 struct tpm_atmel_priv {
+1 -5
drivers/char/tpm/tpm_crb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2014 Intel Corporation 3 4 * ··· 9 8 * 10 9 * This device driver implements the TPM interface as defined in 11 10 * the TCG CRB 2.0 TPM specification. 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 - * as published by the Free Software Foundation; version 2 16 - * of the License. 17 11 */ 18 12 19 13 #include <linux/acpi.h>
+1 -7
drivers/char/tpm/tpm_i2c_infineon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012,2013 Infineon Technologies 3 4 * ··· 14 13 * 15 14 * It is based on the original tpm_tis device driver from Leendert van 16 15 * Dorn and Kyleen Hall. 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public License as 20 - * published by the Free Software Foundation, version 2 of the 21 - * License. 22 - * 23 - * 24 16 */ 25 17 #include <linux/i2c.h> 26 18 #include <linux/module.h>
+1 -6
drivers/char/tpm/tpm_ibmvtpm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 IBM Corporation 3 4 * ··· 8 7 * 9 8 * Device driver for TCG/TCPA TPM (trusted platform module). 10 9 * Specifications at www.trustedcomputinggroup.org 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation, version 2 of the 15 - * License. 16 - * 17 10 */ 18 11 19 12 #include <linux/dma-mapping.h>
+1 -6
drivers/char/tpm/tpm_ibmvtpm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 IBM Corporation 3 4 * ··· 8 7 * 9 8 * Device driver for TCG/TCPA TPM (trusted platform module). 10 9 * Specifications at www.trustedcomputinggroup.org 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation, version 2 of the 15 - * License. 16 - * 17 10 */ 18 11 19 12 #ifndef __TPM_IBMVTPM_H__
+1 -5
drivers/char/tpm/tpm_infineon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Description: 3 4 * Device Driver for the Infineon Technologies ··· 9 8 * Sirrix AG - security technologies <tpmdd@sirrix.com> and 10 9 * Applied Data Security Group, Ruhr-University Bochum, Germany 11 10 * Project-Homepage: http://www.trust.rub.de/projects/linux-device-driver-infineon-tpm/ 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 as 15 - * published by the Free Software Foundation, version 2 of the 16 - * License. 17 11 */ 18 12 19 13 #include <linux/init.h>
+1 -6
drivers/char/tpm/tpm_nsc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * ··· 12 11 * 13 12 * Device driver for TCG/TCPA TPM (trusted platform module). 14 13 * Specifications at www.trustedcomputinggroup.org 15 - * 16 - * This program is free software; you can redistribute it and/or 17 - * modify it under the terms of the GNU General Public License as 18 - * published by the Free Software Foundation, version 2 of the 19 - * License. 20 - * 21 14 */ 22 15 23 16 #include <linux/platform_device.h>
+1 -5
drivers/char/tpm/tpm_ppi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012-2014 Intel Corporation 3 4 * ··· 10 9 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 11 10 * 12 11 * This file contains implementation of the sysfs interface for PPI. 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 - * as published by the Free Software Foundation; version 2 17 - * of the License. 18 12 */ 19 13 20 14
+1 -5
drivers/char/tpm/tpm_tis.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005, 2006 IBM Corporation 3 4 * Copyright (C) 2014, 2015 Intel Corporation ··· 14 13 * 15 14 * This device driver implements the TPM interface as defined in 16 15 * the TCG TPM Interface Spec version 1.2, revision 1.0. 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public License as 20 - * published by the Free Software Foundation, version 2 of the 21 - * License. 22 16 */ 23 17 #include <linux/init.h> 24 18 #include <linux/module.h>
+1 -5
drivers/char/tpm/tpm_tis_core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005, 2006 IBM Corporation 3 4 * Copyright (C) 2014, 2015 Intel Corporation ··· 14 13 * 15 14 * This device driver implements the TPM interface as defined in 16 15 * the TCG TPM Interface Spec version 1.2, revision 1.0. 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public License as 20 - * published by the Free Software Foundation, version 2 of the 21 - * License. 22 16 */ 23 17 #include <linux/init.h> 24 18 #include <linux/module.h>
+1 -5
drivers/char/tpm/tpm_tis_core.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2005, 2006 IBM Corporation 3 4 * Copyright (C) 2014, 2015 Intel Corporation ··· 14 13 * 15 14 * This device driver implements the TPM interface as defined in 16 15 * the TCG TPM Interface Spec version 1.2, revision 1.0. 17 - * 18 - * This program is free software; you can redistribute it and/or 19 - * modify it under the terms of the GNU General Public License as 20 - * published by the Free Software Foundation, version 2 of the 21 - * License. 22 16 */ 23 17 24 18 #ifndef __TPM_TIS_CORE_H__
+1 -5
drivers/char/tpm/tpm_tis_spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Infineon Technologies AG 3 4 * Copyright (C) 2016 STMicroelectronics SAS ··· 18 17 * 19 18 * It is based on the original tpm_tis device driver from Leendert van 20 19 * Dorn and Kyleen Hall and Jarko Sakkinnen. 21 - * 22 - * This program is free software; you can redistribute it and/or 23 - * modify it under the terms of the GNU General Public License as 24 - * published by the Free Software Foundation, version 2 of the 25 - * License. 26 20 */ 27 21 28 22 #include <linux/init.h>
+1 -6
drivers/char/tpm/tpm_vtpm_proxy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015, 2016 IBM Corporation 3 4 * Copyright (C) 2016 Intel Corporation ··· 8 7 * Maintained by: <tpmdd-devel@lists.sourceforge.net> 9 8 * 10 9 * Device driver for vTPM (vTPM proxy driver) 11 - * 12 - * This program is free software; you can redistribute it and/or 13 - * modify it under the terms of the GNU General Public License as 14 - * published by the Free Software Foundation, version 2 of the 15 - * License. 16 - * 17 10 */ 18 11 19 12 #include <linux/types.h>
+1 -5
drivers/clk/pxa/clk-pxa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA family clocks 3 4 * 4 5 * Copyright (C) 2014 Robert Jarzmik 5 6 * 6 7 * Common clock code for PXA clocks ("CKEN" type clocks + DT) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 - * 12 8 */ 13 9 #include <linux/clk.h> 14 10 #include <linux/clk-provider.h>
+1 -5
drivers/clk/pxa/clk-pxa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell PXA family clocks 3 4 * 4 5 * Copyright (C) 2014 Robert Jarzmik 5 6 * 6 7 * Common clock code for PXA clocks ("CKEN" type clocks + DT) 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 - * 12 8 */ 13 9 #ifndef _CLK_PXA_ 14 10 #define _CLK_PXA_
+1 -4
drivers/clk/pxa/clk-pxa25x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA25x family clocks 3 4 * 4 5 * Copyright (C) 2014 Robert Jarzmik 5 6 * 6 7 * Heavily inspired from former arch/arm/mach-pxa/pxa25x.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 as published by 10 - * the Free Software Foundation; version 2 of the License. 11 8 * 12 9 * For non-devicetree platforms. Once pxa is fully converted to devicetree, this 13 10 * should go away.
+1 -5
drivers/clk/pxa/clk-pxa27x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA27x family clocks 3 4 * 4 5 * Copyright (C) 2014 Robert Jarzmik 5 6 * 6 7 * Heavily inspired from former arch/arm/mach-pxa/clock.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 as published by 10 - * the Free Software Foundation; version 2 of the License. 11 - * 12 8 */ 13 9 #include <linux/clk-provider.h> 14 10 #include <mach/pxa2xx-regs.h>
+1 -4
drivers/clk/pxa/clk-pxa3xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA3xxx family clocks 3 4 * 4 5 * Copyright (C) 2014 Robert Jarzmik 5 6 * 6 7 * Heavily inspired from former arch/arm/mach-pxa/pxa3xx.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 as published by 10 - * the Free Software Foundation; version 2 of the License. 11 8 * 12 9 * For non-devicetree platforms. Once pxa is fully converted to devicetree, this 13 10 * should go away.
+1 -5
drivers/cpufreq/cppc_cpufreq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * CPPC (Collaborative Processor Performance Control) driver for 3 4 * interfacing with the CPUfreq layer and governors. See ··· 6 5 * 7 6 * (C) Copyright 2014, 2015 Linaro Ltd. 8 7 * Author: Ashwin Chaugule <ashwin.chaugule@linaro.org> 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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 16 10 #define pr_fmt(fmt) "CPPC Cpufreq:" fmt
+1 -5
drivers/cpufreq/intel_pstate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * intel_pstate.c: Native P state management for Intel processors 3 4 * 4 5 * (C) Copyright 2012 Intel Corporation 5 6 * Author: Dirk Brandewie <dirk.j.brandewie@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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/crypto/amcc/crypto4xx_trng.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Generic PowerPC 44x RNG driver 3 4 * 4 5 * Copyright 2011 IBM Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; version 2 of the License. 9 6 */ 10 7 11 8 #include <linux/module.h>
+1 -6
drivers/edac/ppc4xx_edac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008 Nuovation System Designs, LLC 3 4 * Grant Erickson <gerickson@nuovations.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 as 7 - * published by the Free Software Foundation; version 2 of the 8 - * License. 9 - * 10 5 */ 11 6 12 7 #include <linux/edac.h>
+1 -6
drivers/edac/ppc4xx_edac.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2008 Nuovation System Designs, LLC 3 4 * Grant Erickson <gerickson@nuovations.com> ··· 6 5 * This file defines processor mnemonics for accessing and managing 7 6 * the IBM DDR1/DDR2 ECC controller found in the 405EX[r], 440SP, 8 7 * 440SPe, 460EX, 460GT and 460SX. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation; version 2 of the 13 - * License. 14 - * 15 8 */ 16 9 17 10 #ifndef __PPC4XX_EDAC_H
+1 -4
drivers/fpga/ice40-spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * FPGA Manager Driver for Lattice iCE40. 3 4 * 4 5 * Copyright (c) 2016 Joel Holdsworth 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 * 10 7 * This driver adds support to the FPGA manager for configuring the SRAM of 11 8 * Lattice iCE40 FPGAs through slave SPI.
+1 -4
drivers/gpio/gpio-max732x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MAX732x I2C Port Expander with 8/16 I/O 3 4 * ··· 8 7 * Copyright (C) 2015 Linus Walleij <linus.walleij@linaro.org> 9 8 * 10 9 * Derived from drivers/gpio/pca953x.c 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 10 */ 16 11 17 12 #include <linux/module.h>
+1 -4
drivers/gpio/gpio-menz127.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MEN 16Z127 GPIO driver 3 4 * 4 5 * Copyright (C) 2016 MEN Mikroelektronik GmbH (www.men.de) 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the Free 8 - * Software Foundation; version 2 of the License. 9 6 */ 10 7 11 8 #include <linux/kernel.h>
+1 -4
drivers/gpio/gpio-pca953x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * PCA953x 4/8/16/24/40 bit I/O ports 3 4 * ··· 6 5 * Copyright (C) 2007 Marvell International Ltd. 7 6 * 8 7 * Derived from drivers/i2c/chips/pca9539.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 as published by 12 - * the Free Software Foundation; version 2 of the License. 13 8 */ 14 9 15 10 #include <linux/acpi.h>
+1 -5
drivers/hid/hid-logitech-hidpp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * HIDPP protocol for Logitech Unifying receivers 3 4 * ··· 7 6 * Copyright (c) 2013-2014 Red Hat Inc. 8 7 */ 9 8 10 - /* 11 - * This program is free software; you can redistribute it and/or modify it 12 - * under the terms of the GNU General Public License as published by the Free 13 - * Software Foundation; version 2 of the License. 14 - */ 15 9 16 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 17 11
+1 -4
drivers/hwmon/hwmon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * hwmon.c - part of lm_sensors, Linux kernel modules for hardware monitoring 3 4 * 4 5 * This file defines the sysfs class "hwmon", for use by sensors drivers. 5 6 * 6 7 * Copyright (C) 2005 Mark M. Hoffman <mhoffman@lightlink.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation; version 2 of the License. 11 8 */ 12 9 13 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -4
drivers/hwmon/ina209.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the Texas Instruments / Burr Brown INA209 3 4 * Bidirectional Current/Power Monitor ··· 12 11 * Aligned with ina2xx driver 13 12 * Copyright (C) 2012 Lothar Felten <l-felten@ti.com> 14 13 * Thanks to Jan Volkering 15 - * 16 - * This program is free software; you can redistribute it and/or modify 17 - * it under the terms of the GNU General Public License as published by 18 - * the Free Software Foundation; version 2 of the License. 19 14 * 20 15 * Datasheet: 21 16 * http://www.ti.com/lit/gpn/ina209
+1 -4
drivers/hwmon/ina2xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Texas Instruments INA219, INA226 power monitor chips 3 4 * ··· 20 19 * 21 20 * Copyright (C) 2012 Lothar Felten <lothar.felten@gmail.com> 22 21 * Thanks to Jan Volkering 23 - * 24 - * This program is free software; you can redistribute it and/or modify 25 - * it under the terms of the GNU General Public License as published by 26 - * the Free Software Foundation; version 2 of the License. 27 22 */ 28 23 29 24 #include <linux/kernel.h>
+1 -4
drivers/hwmon/ltc4215.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Linear Technology LTC4215 I2C Hot Swap Controller 3 4 * 4 5 * Copyright (C) 2009 Ira W. Snyder <iws@ovro.caltech.edu> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 * 10 7 * Datasheet: 11 8 * http://www.linear.com/pc/downloadDocument.do?navId=H0,C1,C1003,C1006,C1163,P17572,D12697
+1 -4
drivers/hwmon/ltc4245.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Linear Technology LTC4245 I2C Multiple Supply Hot Swap Controller 3 4 * 4 5 * Copyright (C) 2008 Ira W. Snyder <iws@ovro.caltech.edu> 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 * 10 7 * This driver is based on the ds1621 and ina209 drivers. 11 8 *
+1 -4
drivers/hwmon/max16065.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for 3 4 * Maxim MAX16065/MAX16066 12-Channel/8-Channel, Flash-Configurable ··· 9 8 * Monitors with Nonvolatile Fault Registers 10 9 * 11 10 * Copyright (C) 2011 Ericsson AB. 12 - * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License as published by 15 - * the Free Software Foundation; version 2 of the License. 16 11 */ 17 12 18 13 #include <linux/kernel.h>
+1 -4
drivers/hwmon/smm665.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for SMM665 Power Controller / Monitor 3 4 * 4 5 * Copyright (C) 2010 Ericsson AB. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 * 10 7 * This driver should also work for SMM465, SMM764, and SMM766, but is untested 11 8 * for those chips. Only monitoring functionality is implemented.
+1 -4
drivers/i2c/i2c-slave-eeprom.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * I2C slave mode EEPROM simulator 3 4 * 4 5 * Copyright (C) 2014 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> 5 6 * Copyright (C) 2014 by Renesas Electronics Corporation 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2 of the License. 10 7 * 11 8 * Because most IP blocks can only detect one I2C slave address anyhow, this 12 9 * driver does not support simulating EEPROM types which take more than one
+1 -4
drivers/i2c/muxes/i2c-demux-pinctrl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Pinctrl based I2C DeMultiplexer 3 4 * 4 5 * Copyright (C) 2015-16 by Wolfram Sang, Sang Engineering <wsa@sang-engineering.com> 5 6 * Copyright (C) 2015-16 by Renesas Electronics Corporation 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the 9 - * Free Software Foundation; version 2 of the License. 10 7 * 11 8 * See the bindings doc for DTS setup and the sysfs doc for usage information. 12 9 * (look for filenames containing 'i2c-demux-pinctrl' in Documentation/)
+1 -4
drivers/iio/adc/men_z188_adc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MEN 16z188 Analog to Digial Converter 3 4 * 4 5 * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) 5 6 * Author: Johannes Thumshirn <johannes.thumshirn@men.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/kernel.h>
+1 -5
drivers/input/keyboard/w90p910_keypad.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008-2009 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/kernel.h>
+1 -5
drivers/input/misc/soc_button_array.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Supports for the button array on SoC tablets originally running 3 4 * Windows 8. 4 5 * 5 6 * (C) Copyright 2014 Intel Corporation 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 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/module.h>
+1 -5
drivers/input/touchscreen/goodix.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Goodix Touchscreens 3 4 * ··· 10 9 * 2010 - 2012 Goodix Technology. 11 10 */ 12 11 13 - /* 14 - * This program is free software; you can redistribute it and/or modify it 15 - * under the terms of the GNU General Public License as published by the Free 16 - * Software Foundation; version 2 of the License. 17 - */ 18 12 19 13 #include <linux/kernel.h> 20 14 #include <linux/dmi.h>
+1 -5
drivers/input/touchscreen/surface3_spi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for Ntrig/Microsoft Touchscreens over SPI 3 4 * 4 5 * Copyright (c) 2016 Red Hat Inc. 5 6 */ 6 7 7 - /* 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation; version 2 of the License. 11 - */ 12 8 13 9 #include <linux/kernel.h> 14 10
+1 -5
drivers/input/touchscreen/w90p910_ts.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/delay.h>
+1 -4
drivers/ipack/carriers/tpci200.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * tpci200.c 3 4 * ··· 7 6 * Copyright (C) 2009-2012 CERN (www.cern.ch) 8 7 * Author: Nicolas Serafini, EIC2 SA 9 8 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.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 as published by the Free 13 - * Software Foundation; version 2 of the License. 14 9 */ 15 10 16 11 #include <linux/module.h>
+1 -4
drivers/ipack/carriers/tpci200.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * tpci200.h 3 4 * ··· 7 6 * Copyright (C) 2009-2012 CERN (www.cern.ch) 8 7 * Author: Nicolas Serafini, EIC2 SA 9 8 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.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 as published by the Free 13 - * Software Foundation; version 2 of the License. 14 9 */ 15 10 16 11 #ifndef _TPCI200_H_
+1 -4
drivers/ipack/devices/ipoctal.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * ipoctal.c 3 4 * ··· 7 6 * Copyright (C) 2009-2012 CERN (www.cern.ch) 8 7 * Author: Nicolas Serafini, EIC2 SA 9 8 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.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 as published by the Free 13 - * Software Foundation; version 2 of the License. 14 9 */ 15 10 16 11 #include <linux/device.h>
+1 -4
drivers/ipack/devices/ipoctal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /** 2 3 * ipoctal.h 3 4 * ··· 7 6 * Copyright (C) 2009-2012 CERN (www.cern.ch) 8 7 * Author: Nicolas Serafini, EIC2 SA 9 8 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.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 as published by the Free 13 - * Software Foundation; version 2 of the License. 14 9 */ 15 10 16 11 #ifndef _IPOCTAL_H_
+1 -4
drivers/ipack/devices/scc2698.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * scc2698.h 3 4 * ··· 7 6 * Copyright (C) 2009-2012 CERN (www.cern.ch) 8 7 * Author: Nicolas Serafini, EIC2 SA 9 8 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.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 as published by the Free 13 - * Software Foundation; version 2 of the License. 14 9 */ 15 10 16 11 #ifndef SCC2698_H_
+1 -4
drivers/ipack/ipack.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Industry-pack bus support functions. 3 4 * 4 5 * Copyright (C) 2011-2012 CERN (www.cern.ch) 5 6 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -5
drivers/leds/leds-pca9532.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * pca9532.c - 16-bit Led dimmer 3 4 * 4 5 * Copyright (C) 2011 Jan Weitzel 5 6 * Copyright (C) 2008 Riku Voipio 6 7 * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; version 2 of the License. 10 - * 11 8 * Datasheet: http://www.nxp.com/documents/data_sheet/PCA9532.pdf 12 - * 13 9 */ 14 10 15 11 #include <linux/module.h>
+1 -4
drivers/leds/leds-tlc591xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2014 Belkin Inc. 3 4 * Copyright 2015 Andrew Lunn <andrew@lunn.ch> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation; version 2 of the License. 8 5 */ 9 6 10 7 #include <linux/i2c.h>
+1 -4
drivers/mcb/mcb-core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MEN Chameleon Bus. 3 4 * 4 5 * Copyright (C) 2013 MEN Mikroelektronik GmbH (www.men.de) 5 6 * Author: Johannes Thumshirn <johannes.thumshirn@men.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 #include <linux/kernel.h> 12 9 #include <linux/module.h>
+1 -4
drivers/mcb/mcb-lpc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MEN Chameleon Bus. 3 4 * 4 5 * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) 5 6 * Author: Andreas Werner <andreas.werner@men.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/platform_device.h>
+1 -4
drivers/mcb/mcb-pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MEN Chameleon Bus. 3 4 * 4 5 * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) 5 6 * Author: Johannes Thumshirn <johannes.thumshirn@men.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/mfd/htc-pasic3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Core driver for HTC PASIC3 LED/DS1WM chip. 3 4 * 4 5 * Copyright (C) 2006 Philipp Zabel <philipp.zabel@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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 */ 10 7 11 8 #include <linux/init.h>
+1 -4
drivers/misc/eeprom/max6875.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * max6875.c - driver for MAX6874/MAX6875 3 4 * ··· 21 20 * 22 21 * Note that the MAX6875 uses i2c_smbus_write_byte_data() to set the read 23 22 * address, so this driver is destructive if loaded for the wrong EEPROM chip. 24 - * 25 - * This program is free software; you can redistribute it and/or modify 26 - * it under the terms of the GNU General Public License as published by 27 - * the Free Software Foundation; version 2 of the License. 28 23 */ 29 24 30 25 #include <linux/kernel.h>
+1 -4
drivers/mmc/host/sdhci_f_sdh30.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * linux/drivers/mmc/host/sdhci_f_sdh30.c 3 4 * 4 5 * Copyright (C) 2013 - 2015 Fujitsu Semiconductor, Ltd 5 6 * Vincent Yang <vincent.yang@tw.fujitsu.com> 6 7 * Copyright (C) 2015 Linaro Ltd Andy Green <andy.green@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 as published by 10 - * the Free Software Foundation, version 2 of the License. 11 8 */ 12 9 13 10 #include <linux/acpi.h>
+1 -5
drivers/mtd/nand/raw/nuc900_nand.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2009 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/slab.h>
+1 -5
drivers/net/ethernet/nuvoton/w90p910_ether.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008-2009 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
drivers/pinctrl/pxa/pinctrl-pxa25x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA25x family pin control 3 4 * 4 5 * Copyright (C) 2016 Robert Jarzmik 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 #include <linux/module.h> 12 8 #include <linux/platform_device.h>
+1 -5
drivers/pinctrl/pxa/pinctrl-pxa27x.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA27x family pin control 3 4 * 4 5 * Copyright (C) 2015 Robert Jarzmik 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 #include <linux/module.h> 12 8 #include <linux/platform_device.h>
+1 -5
drivers/pinctrl/pxa/pinctrl-pxa2xx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Marvell PXA2xx family pin control 3 4 * 4 5 * Copyright (C) 2015 Robert Jarzmik 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/bitops.h>
+1 -5
drivers/pinctrl/pxa/pinctrl-pxa2xx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Marvell PXA2xx family pin control 3 4 * 4 5 * Copyright (C) 2015 Robert Jarzmik 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #ifndef __PINCTRL_PXA_H
+1 -5
drivers/platform/x86/surface3-wmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for the LID cover switch of the Surface 3 3 4 * 4 5 * Copyright (c) 2016 Red Hat Inc. 5 6 */ 6 7 7 - /* 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the Free 10 - * Software Foundation; version 2 of the License. 11 - */ 12 8 13 9 #include <linux/kernel.h> 14 10 #include <linux/module.h>
+1 -5
drivers/platform/x86/surface3_button.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Supports for the button array on the Surface tablets. 3 4 * ··· 7 6 * Based on soc_button_array.c: 8 7 * 9 8 * {C} Copyright 2014 Intel Corporation 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 - * as published by the Free Software Foundation; version 2 14 - * of the License. 15 9 */ 16 10 17 11 #include <linux/module.h>
+1 -5
drivers/platform/x86/surfacepro3_button.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * power/home/volume button support for 3 4 * Microsoft Surface Pro 3/4 tablet. 4 5 * 5 6 * Copyright (c) 2015 Intel Corporation. 6 7 * 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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #include <linux/kernel.h>
+1 -5
drivers/rtc/rtc-mrst.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * rtc-mrst.c: Driver for Moorestown virtual RTC 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 6 * Author: Jacob Pan (jacob.jun.pan@intel.com) 6 7 * Feng Tang (feng.tang@intel.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 * 13 9 * Note: 14 10 * VRTC is emulated by system controller firmware, the real HW
+1 -5
drivers/rtc/rtc-nuc900.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2008-2009 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -4
drivers/w1/masters/ds2482.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /** 2 3 * ds2482.c - provides i2c to w1-master bridge(s) 3 4 * Copyright (C) 2005 Ben Gardner <bgardner@wabtec.com> ··· 8 7 * There are two variations: -100 and -800, which have 1 or 8 1-wire ports. 9 8 * The complete datasheet can be obtained from MAXIM's website at: 10 9 * http://www.maxim-ic.com/quick_view2.cfm/qv_pk/4382 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; version 2 of the License. 15 10 */ 16 11 17 12 #include <linux/module.h>
+1 -5
drivers/watchdog/nuc900_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/bitops.h>
+1 -5
include/acpi/cppc_acpi.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * CPPC (Collaborative Processor Performance Control) methods used 3 4 * by CPUfreq drivers. 4 5 * 5 6 * (C) Copyright 2014, 2015 Linaro Ltd. 6 7 * Author: Ashwin Chaugule <ashwin.chaugule@linaro.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #ifndef _CPPC_ACPI_H
+1 -5
include/acpi/pcc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PCC (Platform Communications Channel) methods 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 - * as published by the Free Software Foundation; version 2 7 - * of the License. 8 4 */ 9 5 10 6 #ifndef _PCC_H
+1 -5
include/clocksource/pxa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * PXA clocksource, clockevents, and OST interrupt handlers. 3 4 * 4 5 * Copyright (C) 2014 Robert Jarzmik 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #ifndef _CLOCKSOURCE_PXA_H
+1 -4
include/dt-bindings/power/r8a7779-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7779_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7779_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7790-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7790_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7790_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7791-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7791_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7791_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7792-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Cogent Embedded 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 as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7792_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7792_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7793-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7793_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7793_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7794-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7794_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7794_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7795-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7795_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7795_SYSC_H__
+1 -4
include/dt-bindings/power/r8a7796-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A7796_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A7796_SYSC_H__
+1 -4
include/dt-bindings/power/r8a77995-sysc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2017 Glider bvba 3 - * 4 - * This program is free software; you can redistribute it and/or modify 5 - * it under the terms of the GNU General Public License as published by 6 - * the Free Software Foundation; version 2 of the License. 7 4 */ 8 5 #ifndef __DT_BINDINGS_POWER_R8A77995_SYSC_H__ 9 6 #define __DT_BINDINGS_POWER_R8A77995_SYSC_H__
+1 -4
include/keys/encrypted-type.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010 IBM Corporation 3 4 * Copyright (C) 2010 Politecnico di Torino, Italy ··· 7 6 * Authors: 8 7 * Mimi Zohar <zohar@us.ibm.com> 9 8 * Roberto Sassu <roberto.sassu@polito.it> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation, version 2 of the License. 14 9 */ 15 10 16 11 #ifndef _KEYS_ENCRYPTED_TYPE_H
+1 -4
include/keys/trusted-type.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2010 IBM Corporation 3 4 * Author: David Safford <safford@us.ibm.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 as published by 7 - * the Free Software Foundation, version 2 of the License. 8 5 */ 9 6 10 7 #ifndef _KEYS_TRUSTED_TYPE_H
+1 -5
include/linux/async.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * async.h: Asynchronous function calls for boot performance 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 6 * Author: Arjan van de Ven <arjan@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #ifndef __ASYNC_H__ 13 9 #define __ASYNC_H__
+1 -5
include/linux/digsig.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2011 Nokia Corporation 3 4 * Copyright (C) 2011 Intel Corporation ··· 6 5 * Author: 7 6 * Dmitry Kasatkin <dmitry.kasatkin@nokia.com> 8 7 * <dmitry.kasatkin@intel.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation, version 2 of the License. 13 - * 14 8 */ 15 9 16 10 #ifndef _DIGSIG_H
+1 -3
include/linux/hwmon.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 hwmon.h - part of lm_sensors, Linux kernel modules for hardware monitoring 3 4 ··· 7 6 8 7 Copyright (C) 2005 Mark M. Hoffman <mhoffman@lightlink.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 as published by 12 - the Free Software Foundation; version 2 of the License. 13 9 */ 14 10 15 11 #ifndef _HWMON_H_
+1 -4
include/linux/ima.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2008 IBM Corporation 3 4 * Author: Mimi Zohar <zohar@us.ibm.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 as published by 7 - * the Free Software Foundation, version 2 of the License. 8 5 */ 9 6 10 7 #ifndef _LINUX_IMA_H
+1 -4
include/linux/integrity.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2009 IBM Corporation 3 4 * Author: Mimi Zohar <zohar@us.ibm.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 as published by 7 - * the Free Software Foundation, version 2 of the License. 8 5 */ 9 6 10 7 #ifndef _LINUX_INTEGRITY_H
+1 -4
include/linux/ipack.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Industry-pack bus. 3 4 * 4 5 * Copyright (C) 2011-2012 CERN (www.cern.ch) 5 6 * Author: Samuel Iglesias Gonsalvez <siglesias@igalia.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/mod_devicetable.h>
+1 -5
include/linux/leds-pca9532.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * pca9532.h - platform data structure for pca9532 led controller 3 4 * 4 5 * Copyright (C) 2008 Riku Voipio <riku.voipio@movial.fi> 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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 7 * Datasheet: http://www.nxp.com/acrobat/datasheets/PCA9532_3.pdf 11 - * 12 8 */ 13 9 14 10 #ifndef __LINUX_PCA9532_H
+1 -4
include/linux/mcb.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * MEN Chameleon Bus. 3 4 * 4 5 * Copyright (C) 2014 MEN Mikroelektronik GmbH (www.men.de) 5 6 * Author: Johannes Thumshirn <johannes.thumshirn@men.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms of the GNU General Public License as published by the Free 9 - * Software Foundation; version 2 of the License. 10 7 */ 11 8 #ifndef _LINUX_MCB_H 12 9 #define _LINUX_MCB_H
+1 -5
include/linux/platform_data/mmc-esdhc-imx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2010 Wolfram Sang <w.sang@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 - * as published by the Free Software Foundation; version 2 7 - * of the License. 8 4 */ 9 5 10 6 #ifndef __ASM_ARCH_IMX_ESDHC_H
+1 -5
include/linux/platform_data/spi-nuc900.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2009 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #ifndef __SPI_NUC900_H
+1 -5
include/linux/rodata_test.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * rodata_test.h: functional test for mark_rodata_ro function 3 4 * 4 5 * (C) Copyright 2008 Intel Corporation 5 6 * Author: Arjan van de Ven <arjan@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #ifndef _RODATA_TEST_H
+1 -6
include/linux/tpm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2004,2007,2008 IBM Corporation 3 4 * ··· 13 12 * 14 13 * Device driver for TCG/TCPA TPM (trusted platform module). 15 14 * Specifications at www.trustedcomputinggroup.org 16 - * 17 - * This program is free software; you can redistribute it and/or 18 - * modify it under the terms of the GNU General Public License as 19 - * published by the Free Software Foundation, version 2 of the 20 - * License. 21 - * 22 15 */ 23 16 #ifndef __LINUX_TPM_H__ 24 17 #define __LINUX_TPM_H__
+1 -5
ipc/ipc_sysctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 3 4 * 4 5 * Author: Eric Biederman <ebiederm@xmision.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation, version 2 of the 9 - * License. 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
ipc/mq_sysctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 IBM Corporation 3 4 * 4 5 * Author: Cedric Le Goater <clg@fr.ibm.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation, version 2 of the 9 - * License. 10 6 */ 11 7 12 8 #include <linux/nsproxy.h>
+1 -5
kernel/async.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * async.c: Asynchronous function calls for boot performance 3 4 * 4 5 * (C) Copyright 2009 Intel Corporation 5 6 * Author: Arjan van de Ven <arjan@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9
+1 -5
kernel/backtracetest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Simple stack backtrace regression test module 3 4 * 4 5 * (C) Copyright 2008 Intel Corporation 5 6 * Author: Arjan van de Ven <arjan@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 #include <linux/completion.h>
+1 -5
kernel/latencytop.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * latencytop.c: Latency display infrastructure 3 4 * 4 5 * (C) Copyright 2008 Intel Corporation 5 6 * Author: Arjan van de Ven <arjan@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 /*
+1 -5
kernel/nsproxy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2006 IBM Corporation 3 4 * 4 5 * Author: Serge Hallyn <serue@us.ibm.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation, version 2 of the 9 - * License. 10 6 * 11 7 * Jun 2006 - namespaces support 12 8 * OpenVZ, SWsoft Inc.
+1 -5
kernel/sched/cpudeadline.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * kernel/sched/cpudl.c 3 4 * 4 5 * Global CPU deadline management 5 6 * 6 7 * Author: Juri Lelli <j.lelli@sssup.it> 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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 #include "sched.h" 14 10
+1 -5
kernel/sched/cpupri.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * kernel/sched/cpupri.c 3 4 * ··· 21 20 * searches). For tasks with affinity restrictions, the algorithm has a 22 21 * worst case complexity of O(min(102, nr_domcpus)), though the scenario that 23 22 * yields the worst case search is fairly contrived. 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 - * as published by the Free Software Foundation; version 2 28 - * of the License. 29 23 */ 30 24 #include "sched.h" 31 25
+1 -6
kernel/ucount.c
··· 1 - /* 2 - * This program is free software; you can redistribute it and/or 3 - * modify it under the terms of the GNU General Public License as 4 - * published by the Free Software Foundation, version 2 of the 5 - * License. 6 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 7 2 8 3 #include <linux/stat.h> 9 4 #include <linux/sysctl.h>
+1 -6
kernel/user_namespace.c
··· 1 - /* 2 - * This program is free software; you can redistribute it and/or 3 - * modify it under the terms of the GNU General Public License as 4 - * published by the Free Software Foundation, version 2 of the 5 - * License. 6 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 7 2 8 3 #include <linux/export.h> 9 4 #include <linux/nsproxy.h>
+1 -5
kernel/utsname.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2004 IBM Corporation 3 4 * 4 5 * Author: Serge Hallyn <serue@us.ibm.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation, version 2 of the 9 - * License. 10 6 */ 11 7 12 8 #include <linux/export.h>
+1 -5
kernel/utsname_sysctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2007 3 4 * 4 5 * Author: Eric Biederman <ebiederm@xmision.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation, version 2 of the 9 - * License. 10 6 */ 11 7 12 8 #include <linux/export.h>
+1 -4
lib/digsig.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Nokia Corporation 3 4 * Copyright (C) 2011 Intel Corporation ··· 6 5 * Author: 7 6 * Dmitry Kasatkin <dmitry.kasatkin@nokia.com> 8 7 * <dmitry.kasatkin@intel.com> 9 - * 10 - * This program is free software; you can redistribute it and/or modify 11 - * it under the terms of the GNU General Public License as published by 12 - * the Free Software Foundation, version 2 of the License. 13 8 * 14 9 * File: sign.c 15 10 * implements signature (RSA) verification
+1 -5
lib/raid6/recov_avx2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Intel Corporation 3 4 * Author: Jim Kukunas <james.t.kukunas@linux.intel.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 - * as published by the Free Software Foundation; version 2 8 - * of the License. 9 5 */ 10 6 11 7 #ifdef CONFIG_AS_AVX2
+1 -6
lib/raid6/recov_avx512.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2016 Intel Corporation 3 4 * 4 5 * Author: Gayatri Kammela <gayatri.kammela@intel.com> 5 6 * Author: Megha Dey <megha.dey@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 - * 12 7 */ 13 8 14 9 #ifdef CONFIG_AS_AVX512
+1 -5
lib/raid6/recov_neon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Intel Corporation 3 4 * Copyright (C) 2017 Linaro Ltd. <ard.biesheuvel@linaro.org> 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 - * as published by the Free Software Foundation; version 2 8 - * of the License. 9 5 */ 10 6 11 7 #include <linux/raid/pq.h>
+1 -5
lib/raid6/recov_neon_inner.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Intel Corporation 3 4 * Copyright (C) 2017 Linaro Ltd. <ard.biesheuvel@linaro.org> 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 - * as published by the Free Software Foundation; version 2 8 - * of the License. 9 5 */ 10 6 11 7 #include <arm_neon.h>
+1 -5
lib/raid6/recov_ssse3.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 Intel Corporation 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 - * as published by the Free Software Foundation; version 2 7 - * of the License. 8 4 */ 9 5 10 6 #ifdef CONFIG_AS_SSSE3
+1 -5
mm/rodata_test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * rodata_test.c: functional test for mark_rodata_ro function 3 4 * 4 5 * (C) Copyright 2008 Intel Corporation 5 6 * Author: Arjan van de Ven <arjan@linux.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 9 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 #define pr_fmt(fmt) "rodata_test: " fmt 13 9
+1 -4
net/dccp/ackvec.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/dccp/ackvec.c 3 4 * 4 5 * An implementation of Ack Vectors for the DCCP protocol 5 6 * Copyright (c) 2007 University of Aberdeen, Scotland, UK 6 7 * Copyright (c) 2005 Arnaldo Carvalho de Melo <acme@ghostprotocols.net> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License as published by the 10 - * Free Software Foundation; version 2 of the License; 11 8 */ 12 9 #include "dccp.h" 13 10 #include <linux/kernel.h>
+1 -3
scripts/dtc/dtx_diff
··· 1 1 #! /bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # Copyright (C) 2015 Frank Rowand 4 5 # 5 - # This program is free software; you can redistribute it and/or modify 6 - # it under the terms of the GNU General Public License as published by 7 - # the Free Software Foundation; version 2 of the License. 8 6 9 7 10 8 usage() {
+1 -5
security/apparmor/apparmorfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/ctype.h>
+1 -5
security/apparmor/audit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/audit.h>
+1 -5
security/apparmor/capability.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/capability.h>
+1 -5
security/apparmor/crypto.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor policy loading interface function definitions. 5 6 * 6 7 * Copyright 2013 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 * 13 9 * Fns to provide a checksum of policy that has been loaded this can be 14 10 * compared to userspace policy compiles to check loaded policy is what
+1 -5
security/apparmor/domain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 2002-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/errno.h>
+1 -5
security/apparmor/file.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/tty.h>
+1 -5
security/apparmor/include/apparmor.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __APPARMOR_H
+1 -5
security/apparmor/include/apparmorfs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_APPARMORFS_H
+1 -5
security/apparmor/include/audit.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_AUDIT_H
+1 -5
security/apparmor/include/capability.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2013 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_CAPABILITY_H
+1 -5
security/apparmor/include/cred.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_CONTEXT_H
+1 -5
security/apparmor/include/crypto.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor policy loading interface function definitions. 5 6 * 6 7 * Copyright 2013 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __APPARMOR_CRYPTO_H
+1 -5
security/apparmor/include/domain.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/binfmts.h>
+1 -5
security/apparmor/include/file.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_FILE_H
+1 -5
security/apparmor/include/ipc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_IPC_H
+1 -5
security/apparmor/include/label.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor label definitions 5 6 * 6 7 * Copyright 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __AA_LABEL_H
+1 -5
security/apparmor/include/lib.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor lib definitions 5 6 * 6 7 * 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __AA_LIB_H
+1 -5
security/apparmor/include/match.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2012 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_MATCH_H
+1 -5
security/apparmor/include/mount.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor file mediation function definitions. 5 6 * 6 7 * Copyright 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __AA_MOUNT_H
+1 -5
security/apparmor/include/net.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_NET_H
+1 -5
security/apparmor/include/path.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_PATH_H
+1 -5
security/apparmor/include/perms.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor basic permission sets definitions. 5 6 * 6 7 * Copyright 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __AA_PERM_H
+1 -5
security/apparmor/include/policy.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_POLICY_H
+1 -5
security/apparmor/include/policy_ns.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_NAMESPACE_H
+1 -5
security/apparmor/include/policy_unpack.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __POLICY_INTERFACE_H
+1 -5
security/apparmor/include/procattr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_PROCATTR_H
+1 -5
security/apparmor/include/resource.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #ifndef __AA_RESOURCE_H
+1 -5
security/apparmor/include/secid.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor security identifier (secid) definitions 5 6 * 6 7 * Copyright 2009-2018 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __AA_SECID_H
+1 -5
security/apparmor/include/task.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor task related definitions and mediation 5 6 * 6 7 * Copyright 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #ifndef __AA_TASK_H
+1 -5
security/apparmor/ipc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/gfp.h>
+1 -5
security/apparmor/label.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor label definitions 5 6 * 6 7 * Copyright 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 */ 13 9 14 10 #include <linux/audit.h>
+1 -5
security/apparmor/lib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/ctype.h>
+1 -5
security/apparmor/lsm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/lsm_hooks.h>
+1 -5
security/apparmor/match.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2012 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/errno.h>
+1 -5
security/apparmor/mount.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/fs.h>
+1 -5
security/apparmor/net.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include "include/apparmor.h"
+1 -5
security/apparmor/path.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/magic.h>
+1 -6
security/apparmor/policy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 - * 15 8 * 16 9 * AppArmor policy is based around profiles, which contain the rules a 17 10 * task is confined by. Every task in the system has a profile attached
+1 -5
security/apparmor/policy_ns.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2017 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 * 15 9 * AppArmor policy namespaces, allow for different sets of policies 16 10 * to be loaded for tasks within the namespace.
+1 -5
security/apparmor/policy_unpack.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 7 6 * 8 7 * Copyright (C) 1998-2008 Novell/SUSE 9 8 * Copyright 2009-2010 Canonical Ltd. 10 - * 11 - * This program is free software; you can redistribute it and/or 12 - * modify it under the terms of the GNU General Public License as 13 - * published by the Free Software Foundation, version 2 of the 14 - * License. 15 9 * 16 10 * AppArmor uses a serialized binary format for loading policy. To find 17 11 * policy format documentation see Documentation/admin-guide/LSM/apparmor.rst
+1 -5
security/apparmor/procattr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include "include/apparmor.h"
+1 -5
security/apparmor/resource.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * ··· 6 5 * 7 6 * Copyright (C) 1998-2008 Novell/SUSE 8 7 * Copyright 2009-2010 Canonical Ltd. 9 - * 10 - * This program is free software; you can redistribute it and/or 11 - * modify it under the terms of the GNU General Public License as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 */ 15 9 16 10 #include <linux/audit.h>
+1 -6
security/apparmor/secid.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor security identifier (secid) manipulation fns 5 6 * 6 7 * Copyright 2009-2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 - * 13 8 * 14 9 * AppArmor allocates a unique secid for every label used. If a label 15 10 * is replaced it receives the secid of the label it is replacing.
+1 -5
security/apparmor/task.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * AppArmor security module 3 4 * 4 5 * This file contains AppArmor task related definitions and mediation 5 6 * 6 7 * Copyright 2017 Canonical Ltd. 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 * 13 9 * TODO 14 10 * If a task uses change_hat it currently does not return to the old
+1 -5
security/integrity/digsig.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 Intel Corporation 3 4 * 4 5 * Author: 5 6 * Dmitry Kasatkin <dmitry.kasatkin@intel.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 as published by 9 - * the Free Software Foundation, version 2 of the License. 10 - * 11 7 */ 12 8 13 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
security/integrity/digsig_asymmetric.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Intel Corporation 3 4 * 4 5 * Author: 5 6 * Dmitry Kasatkin <dmitry.kasatkin@intel.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 as published by 9 - * the Free Software Foundation, version 2 of the License. 10 - * 11 7 */ 12 8 13 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -5
security/integrity/evm/evm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2005-2010 IBM Corporation 3 4 * ··· 6 5 * Mimi Zohar <zohar@us.ibm.com> 7 6 * Kylene Hall <kjhall@us.ibm.com> 8 7 * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation, version 2 of the License. 12 - * 13 8 * File: evm.h 14 - * 15 9 */ 16 10 17 11 #ifndef __INTEGRITY_EVM_H
+1 -4
security/integrity/evm/evm_crypto.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2010 IBM Corporation 3 4 * 4 5 * Authors: 5 6 * Mimi Zohar <zohar@us.ibm.com> 6 7 * Kylene Hall <kjhall@us.ibm.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation, version 2 of the License. 11 8 * 12 9 * File: evm_crypto.c 13 10 * Using root's kernel master key (kmk), calculate the HMAC
+1 -4
security/integrity/evm/evm_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005-2010 IBM Corporation 3 4 * 4 5 * Author: 5 6 * Mimi Zohar <zohar@us.ibm.com> 6 7 * Kylene Hall <kjhall@us.ibm.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation, version 2 of the License. 11 8 * 12 9 * File: evm_main.c 13 10 * implements evm_inode_setxattr, evm_inode_post_setxattr,
+1 -4
security/integrity/evm/evm_posix_acl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 IBM Corporation 3 4 * 4 5 * Author: 5 6 * Mimi Zohar <zohar@us.ibm.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 as published by 9 - * the Free Software Foundation, version 2 of the License. 10 7 */ 11 8 12 9 #include <linux/xattr.h>
+1 -4
security/integrity/evm/evm_secfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 IBM Corporation 3 4 * 4 5 * Authors: 5 6 * Mimi Zohar <zohar@us.ibm.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 as published by 9 - * the Free Software Foundation, version 2 of the License. 10 7 * 11 8 * File: evm_secfs.c 12 9 * - Used to signal when key is on keyring
+1 -5
security/integrity/iint.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 IBM Corporation 3 4 * 4 5 * Authors: 5 6 * Mimi Zohar <zohar@us.ibm.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation, version 2 of the 10 - * License. 11 7 * 12 8 * File: integrity_iint.c 13 9 * - implements the integrity hooks: integrity_inode_alloc,
+1 -5
security/integrity/ima/ima.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2005,2006,2007,2008 IBM Corporation 3 4 * 4 5 * Authors: 5 6 * Reiner Sailer <sailer@watson.ibm.com> 6 7 * Mimi Zohar <zohar@us.ibm.com> 7 - * 8 - * This program is free software; you can redistribute it and/or 9 - * modify it under the terms of the GNU General Public License as 10 - * published by the Free Software Foundation, version 2 of the 11 - * License. 12 8 * 13 9 * File: ima.h 14 10 * internal Integrity Measurement Architecture (IMA) definitions
+1 -5
security/integrity/ima/ima_api.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 IBM Corporation 3 4 * 4 5 * Author: Mimi Zohar <zohar@us.ibm.com> 5 - * 6 - * This program is free software; you can redistribute it and/or 7 - * modify it under the terms of the GNU General Public License as 8 - * published by the Free Software Foundation, version 2 of the 9 - * License. 10 6 * 11 7 * File: ima_api.c 12 8 * Implements must_appraise_or_measure, collect_measurement,
+1 -4
security/integrity/ima/ima_appraise.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2011 IBM Corporation 3 4 * 4 5 * Author: 5 6 * Mimi Zohar <zohar@us.ibm.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 as published by 9 - * the Free Software Foundation, version 2 of the License. 10 7 */ 11 8 #include <linux/init.h> 12 9 #include <linux/file.h>
+1 -4
security/integrity/ima/ima_crypto.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005,2006,2007,2008 IBM Corporation 3 4 * 4 5 * Authors: 5 6 * Mimi Zohar <zohar@us.ibm.com> 6 7 * Kylene Hall <kjhall@us.ibm.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License as published by 10 - * the Free Software Foundation, version 2 of the License. 11 8 * 12 9 * File: ima_crypto.c 13 10 * Calculates md5/sha1 file hash, template hash, boot-aggreate hash
+1 -5
security/integrity/ima/ima_fs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005,2006,2007,2008 IBM Corporation 3 4 * ··· 6 5 * Kylene Hall <kjhall@us.ibm.com> 7 6 * Reiner Sailer <sailer@us.ibm.com> 8 7 * Mimi Zohar <zohar@us.ibm.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 as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 * 15 9 * File: ima_fs.c 16 10 * implemenents security file system for reporting
+1 -5
security/integrity/ima/ima_init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005,2006,2007,2008 IBM Corporation 3 4 * ··· 6 5 * Reiner Sailer <sailer@watson.ibm.com> 7 6 * Leendert van Doorn <leendert@watson.ibm.com> 8 7 * Mimi Zohar <zohar@us.ibm.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 as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 * 15 9 * File: ima_init.c 16 10 * initialization and cleanup functions
+1 -5
security/integrity/ima/ima_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Integrity Measurement Architecture 3 4 * ··· 9 8 * Serge Hallyn <serue@us.ibm.com> 10 9 * Kylene Hall <kylene@us.ibm.com> 11 10 * Mimi Zohar <zohar@us.ibm.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 as 15 - * published by the Free Software Foundation, version 2 of the 16 - * License. 17 11 * 18 12 * File: ima_main.c 19 13 * implements the IMA hooks: ima_bprm_check, ima_file_mmap,
+1 -6
security/integrity/ima/ima_mok.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2015 Juniper Networks, Inc. 3 4 * 4 5 * Author: 5 6 * Petko Manolov <petko.manolov@konsulko.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation, version 2 of the 10 - * License. 11 - * 12 7 */ 13 8 14 9 #include <linux/export.h>
+1 -5
security/integrity/ima/ima_policy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 IBM Corporation 3 4 * Author: Mimi Zohar <zohar@us.ibm.com> 4 5 * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of the GNU General Public License as published by 7 - * the Free Software Foundation, version 2 of the License. 8 - * 9 6 * ima_policy.c 10 7 * - initialize default measure policy rules 11 - * 12 8 */ 13 9 #include <linux/init.h> 14 10 #include <linux/list.h>
+1 -5
security/integrity/ima/ima_queue.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2005,2006,2007,2008 IBM Corporation 3 4 * ··· 6 5 * Serge Hallyn <serue@us.ibm.com> 7 6 * Reiner Sailer <sailer@watson.ibm.com> 8 7 * Mimi Zohar <zohar@us.ibm.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 as 12 - * published by the Free Software Foundation, version 2 of the 13 - * License. 14 8 * 15 9 * File: ima_queue.c 16 10 * Implements queues that store template measurements and
+1 -5
security/integrity/ima/ima_template.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Politecnico di Torino, Italy 3 4 * TORSEC group -- http://security.polito.it 4 5 * 5 6 * Author: Roberto Sassu <roberto.sassu@polito.it> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation, version 2 of the 10 - * License. 11 7 * 12 8 * File: ima_template.c 13 9 * Helpers to manage template descriptors.
+1 -5
security/integrity/ima/ima_template_lib.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2013 Politecnico di Torino, Italy 3 4 * TORSEC group -- http://security.polito.it 4 5 * 5 6 * Author: Roberto Sassu <roberto.sassu@polito.it> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation, version 2 of the 10 - * License. 11 7 * 12 8 * File: ima_template_lib.c 13 9 * Library of supported template fields.
+1 -5
security/integrity/ima/ima_template_lib.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2013 Politecnico di Torino, Italy 3 4 * TORSEC group -- http://security.polito.it 4 5 * 5 6 * Author: Roberto Sassu <roberto.sassu@polito.it> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation, version 2 of the 10 - * License. 11 7 * 12 8 * File: ima_template_lib.h 13 9 * Header for the library of supported template fields.
+1 -6
security/integrity/integrity.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2009-2010 IBM Corporation 3 4 * 4 5 * Authors: 5 6 * Mimi Zohar <zohar@us.ibm.com> 6 - * 7 - * This program is free software; you can redistribute it and/or 8 - * modify it under the terms of the GNU General Public License as 9 - * published by the Free Software Foundation, version 2 of the 10 - * License. 11 - * 12 7 */ 13 8 14 9 #include <linux/types.h>
+1 -4
security/integrity/integrity_audit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2008 IBM Corporation 3 4 * Author: Mimi Zohar <zohar@us.ibm.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 as published by 7 - * the Free Software Foundation, version 2 of the License. 8 5 * 9 6 * File: integrity_audit.c 10 7 * Audit calls for the integrity subsystem
+1 -4
security/keys/encrypted-keys/ecryptfs_format.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ecryptfs_format.c: helper functions for the encrypted key type 3 4 * ··· 10 9 * Michael A. Halcrow <mahalcro@us.ibm.com> 11 10 * Tyler Hicks <tyhicks@ou.edu> 12 11 * Roberto Sassu <roberto.sassu@polito.it> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation, version 2 of the License. 17 12 */ 18 13 19 14 #include <linux/export.h>
+1 -4
security/keys/encrypted-keys/ecryptfs_format.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * ecryptfs_format.h: helper functions for the encrypted key type 3 4 * ··· 10 9 * Michael A. Halcrow <mahalcro@us.ibm.com> 11 10 * Tyler Hicks <tyhicks@ou.edu> 12 11 * Roberto Sassu <roberto.sassu@polito.it> 13 - * 14 - * This program is free software; you can redistribute it and/or modify 15 - * it under the terms of the GNU General Public License as published by 16 - * the Free Software Foundation, version 2 of the License. 17 12 */ 18 13 19 14 #ifndef __KEYS_ECRYPTFS_H
+1 -4
security/keys/encrypted-keys/encrypted.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 IBM Corporation 3 4 * Copyright (C) 2010 Politecnico di Torino, Italy ··· 7 6 * Authors: 8 7 * Mimi Zohar <zohar@us.ibm.com> 9 8 * Roberto Sassu <roberto.sassu@polito.it> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation, version 2 of the License. 14 9 * 15 10 * See Documentation/security/keys/trusted-encrypted.rst 16 11 */
+1 -4
security/keys/encrypted-keys/masterkey_trusted.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 IBM Corporation 3 4 * Copyright (C) 2010 Politecnico di Torino, Italy ··· 7 6 * Authors: 8 7 * Mimi Zohar <zohar@us.ibm.com> 9 8 * Roberto Sassu <roberto.sassu@polito.it> 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License as published by 13 - * the Free Software Foundation, version 2 of the License. 14 9 * 15 10 * See Documentation/security/keys/trusted-encrypted.rst 16 11 */
+1 -4
security/keys/trusted.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 IBM Corporation 3 4 * 4 5 * Author: 5 6 * David Safford <safford@us.ibm.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 as published by 9 - * the Free Software Foundation, version 2 of the License. 10 7 * 11 8 * See Documentation/security/keys/trusted-encrypted.rst 12 9 */
+1 -6
sound/soc/codecs/isabelle.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * isabelle.c - Low power high fidelity audio codec driver 3 4 * 4 5 * Copyright (c) 2012 Texas Instruments, Inc 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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 - * 11 7 * Initially based on sound/soc/codecs/twl6040.c 12 - * 13 8 */ 14 9 #include <linux/module.h> 15 10 #include <linux/moduleparam.h>
+1 -5
sound/soc/codecs/isabelle.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * isabelle.h - Low power high fidelity audio codec driver header file 3 4 * 4 5 * Copyright (c) 2012 Texas Instruments, 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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #ifndef _ISABELLE_H
+1 -4
sound/soc/codecs/lm49453.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * lm49453.c - LM49453 ALSA Soc Audio driver 3 4 * 4 5 * Copyright (c) 2012 Texas Instruments, 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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 6 * 10 7 * Initially based on sound/soc/codecs/wm8350.c 11 8 */
+1 -5
sound/soc/codecs/lm49453.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * lm49453.h - LM49453 ALSA Soc Audio drive 3 4 * 4 5 * Copyright (c) 2012 Texas Instruments, 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 as published by 8 - * the Free Software Foundation; version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #ifndef _LM49453_H
+1 -4
sound/soc/codecs/max9768.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * MAX9768 AMP driver 3 4 * 4 5 * Copyright (C) 2011, 2012 by Wolfram Sang, Pengutronix e.K. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; version 2 of the License. 9 6 */ 10 7 11 8 #include <linux/init.h>
+1 -5
sound/soc/codecs/wm9705.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * wm9705.c -- ALSA Soc WM9705 codec support 3 4 * 4 5 * Copyright 2008 Ian Molton <spyro@f2s.com> 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms of the GNU General Public License as published by the 8 - * Free Software Foundation; Version 2 of the License only. 9 - * 10 6 */ 11 7 12 8 #include <linux/init.h>
+1 -5
sound/soc/nuc900/nuc900-ac97.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009-2010 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/init.h>
+1 -5
sound/soc/nuc900/nuc900-audio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2010 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
sound/soc/nuc900/nuc900-audio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2010 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #ifndef _NUC900_AUDIO_H
+1 -5
sound/soc/nuc900/nuc900-pcm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2010 Nuvoton technology corporation. 3 4 * 4 5 * Wan ZongShun <mcuos.com@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 as published by 8 - * the Free Software Foundation;version 2 of the License. 9 - * 10 6 */ 11 7 12 8 #include <linux/module.h>
+1 -5
tools/perf/builtin-timechart.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * builtin-timechart.c - make an svg timechart of system activity 3 4 * ··· 6 5 * 7 6 * Authors: 8 7 * Arjan van de Ven <arjan@linux.intel.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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 16 10 #include <errno.h>
+1 -5
tools/perf/util/svghelper.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * svghelper.c - helper functions for outputting svg 3 4 * ··· 6 5 * 7 6 * Authors: 8 7 * Arjan van de Ven <arjan@linux.intel.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 - * as published by the Free Software Foundation; version 2 13 - * of the License. 14 8 */ 15 9 16 10 #include <inttypes.h>
+1 -4
tools/power/acpi/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # tools/power/acpi/Makefile - ACPI tool Makefile 2 3 # 3 4 # Copyright (c) 2013, Intel Corporation 4 5 # Author: Lv Zheng <lv.zheng@intel.com> 5 6 # 6 - # This program is free software; you can redistribute it and/or 7 - # modify it under the terms of the GNU General Public License 8 - # as published by the Free Software Foundation; version 2 9 - # of the License. 10 7 11 8 include ../../scripts/Makefile.include 12 9
+1 -4
tools/power/acpi/Makefile.config
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # tools/power/acpi/Makefile.config - ACPI tool Makefile 2 3 # 3 4 # Copyright (c) 2015, Intel Corporation 4 5 # Author: Lv Zheng <lv.zheng@intel.com> 5 6 # 6 - # This program is free software; you can redistribute it and/or 7 - # modify it under the terms of the GNU General Public License 8 - # as published by the Free Software Foundation; version 2 9 - # of the License. 10 7 11 8 ifeq ($(srctree),) 12 9 srctree := $(patsubst %/,%,$(dir $(shell pwd)))
+1 -4
tools/power/acpi/Makefile.rules
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # tools/power/acpi/Makefile.rules - ACPI tool Makefile 2 3 # 3 4 # Copyright (c) 2015, Intel Corporation 4 5 # Author: Lv Zheng <lv.zheng@intel.com> 5 6 # 6 - # This program is free software; you can redistribute it and/or 7 - # modify it under the terms of the GNU General Public License 8 - # as published by the Free Software Foundation; version 2 9 - # of the License. 10 7 11 8 objdir := $(OUTPUT)tools/$(TOOL)/ 12 9 toolobjs := $(addprefix $(objdir),$(TOOL_OBJS))
+1 -4
tools/power/acpi/tools/acpidbg/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # tools/power/acpi/tools/acpidbg/Makefile - ACPI tool Makefile 2 3 # 3 4 # Copyright (c) 2015, Intel Corporation 4 5 # Author: Lv Zheng <lv.zheng@intel.com> 5 6 # 6 - # This program is free software; you can redistribute it and/or 7 - # modify it under the terms of the GNU General Public License 8 - # as published by the Free Software Foundation; version 2 9 - # of the License. 10 7 11 8 include ../../Makefile.config 12 9
+1 -4
tools/power/acpi/tools/acpidump/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # tools/power/acpi/tools/acpidump/Makefile - ACPI tool Makefile 2 3 # 3 4 # Copyright (c) 2015, Intel Corporation 4 5 # Author: Lv Zheng <lv.zheng@intel.com> 5 6 # 6 - # This program is free software; you can redistribute it and/or 7 - # modify it under the terms of the GNU General Public License 8 - # as published by the Free Software Foundation; version 2 9 - # of the License. 10 7 11 8 include ../../Makefile.config 12 9
+1 -4
tools/power/acpi/tools/ec/Makefile
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 1 2 # tools/power/acpi/tools/acpidump/Makefile - ACPI tool Makefile 2 3 # 3 4 # Copyright (c) 2015, Intel Corporation 4 5 # Author: Lv Zheng <lv.zheng@intel.com> 5 6 # 6 - # This program is free software; you can redistribute it and/or 7 - # modify it under the terms of the GNU General Public License 8 - # as published by the Free Software Foundation; version 2 9 - # of the License. 10 7 11 8 include ../../Makefile.config 12 9
+1 -5
tools/testing/vsock/control.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Control socket for client/server test execution 2 3 * 3 4 * Copyright (C) 2017 Red Hat, Inc. 4 5 * 5 6 * Author: Stefan Hajnoczi <stefanha@redhat.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 - * as published by the Free Software Foundation; version 2 10 - * of the License. 11 7 */ 12 8 13 9 /* The client and server may need to coordinate to avoid race conditions like
+1 -5
tools/testing/vsock/timeout.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* Timeout API for single-threaded programs that use blocking 2 3 * syscalls (read/write/send/recv/connect/accept). 3 4 * 4 5 * Copyright (C) 2017 Red Hat, Inc. 5 6 * 6 7 * Author: Stefan Hajnoczi <stefanha@redhat.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 /* Use the following pattern:
+1 -5
tools/testing/vsock/vsock_diag_test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * vsock_diag_test - vsock_diag.ko test suite 3 4 * 4 5 * Copyright (C) 2017 Red Hat, Inc. 5 6 * 6 7 * Author: Stefan Hajnoczi <stefanha@redhat.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 - * as published by the Free Software Foundation; version 2 11 - * of the License. 12 8 */ 13 9 14 10 #include <getopt.h>