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

Configure Feed

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

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

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms and conditions of the gnu general public license
version 2 as published by the free software foundation this program
is distributed in the hope it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details you should have received a copy of the gnu general
public license along with this program if not write to the free
software foundation inc 59 temple place suite 330 boston ma 02111
1307 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
3b20eb23 4b44398e

+33 -446
+1 -14
arch/arm/mach-iop13xx/include/mach/entry-macro.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * iop13xx low level irq macros 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 .macro get_irqnr_preamble, base, tmp 20 7 mrc p15, 0, \tmp, c15, c1, 0
+1 -14
arch/arm/mach-iop13xx/io.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iop13xx custom ioremap implementation 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 #include <linux/kernel.h> 20 7 #include <linux/module.h>
+1 -14
arch/arm/mach-iop13xx/iq81340mc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iq81340mc board support 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 #include <linux/pci.h> 20 7
+1 -14
arch/arm/mach-iop13xx/iq81340sc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iq81340sc board support 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 #include <linux/pci.h> 20 7
+1 -14
arch/arm/mach-iop13xx/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iop13xx IRQ handling / support functions 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 #include <linux/init.h> 20 7 #include <linux/interrupt.h>
+1 -14
arch/arm/mach-iop13xx/msi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * arch/arm/mach-iop13xx/msi.c 3 4 * 4 5 * PCI MSI support for the iop13xx processor 5 6 * 6 7 * Copyright (c) 2006, Intel Corporation. 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along with 18 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 19 - * Place - Suite 330, Boston, MA 02111-1307 USA. 20 - * 21 8 */ 22 9 #include <linux/pci.h> 23 10 #include <linux/msi.h>
+1 -14
arch/arm/mach-iop13xx/pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iop13xx PCI support 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 20 7 #include <linux/pci.h>
+1 -14
arch/arm/mach-iop13xx/setup.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iop13xx platform Initialization 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 20 7 #include <linux/dma-mapping.h>
+1 -14
arch/arm/mach-iop13xx/tpmi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * iop13xx tpmi device resources 3 4 * Copyright (c) 2005-2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 20 7 #include <linux/kernel.h>
+1 -14
arch/arm/plat-iop/cp6.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * IOP Coprocessor-6 access handler 3 4 * Copyright (c) 2006, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 5 */ 19 6 #include <linux/init.h> 20 7 #include <asm/traps.h>
+1 -14
arch/x86/include/asm/vmx.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * vmx.h: VMX Architecture related definitions 3 4 * Copyright (c) 2004, Intel Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 5 * 18 6 * A few random additions are: 19 7 * Copyright (C) 2006 Qumranet 20 8 * Avi Kivity <avi@qumranet.com> 21 9 * Yaniv Kamay <yaniv@qumranet.com> 22 - * 23 10 */ 24 11 #ifndef VMX_H 25 12 #define VMX_H
+1 -13
arch/x86/kvm/irq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * irq.c: API for in kernel interrupt controller 3 4 * Copyright (c) 2007, Intel Corporation. 4 5 * Copyright 2009 Red Hat, Inc. and/or its affiliates. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - * 15 - * You should have received a copy of the GNU General Public License along with 16 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 17 - * Place - Suite 330, Boston, MA 02111-1307 USA. 18 7 * Authors: 19 8 * Yaozu (Eddie) Dong <Eddie.dong@intel.com> 20 - * 21 9 */ 22 10 23 11 #include <linux/export.h>
+1 -13
arch/x86/kvm/irq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * irq.h: in kernel interrupt controller related definitions 3 4 * Copyright (c) 2007, Intel Corporation. 4 5 * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 6 * Authors: 18 7 * Yaozu (Eddie) Dong <Eddie.dong@intel.com> 19 - * 20 8 */ 21 9 22 10 #ifndef __IRQ_H
+1 -12
arch/x86/kvm/irq_comm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * irq_comm.c: Common API for in kernel interrupt controller 3 4 * Copyright (c) 2007, Intel Corporation. 4 5 * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 6 * Authors: 18 7 * Yaozu (Eddie) Dong <Eddie.dong@intel.com> 19 8 *
+1 -13
drivers/hv/channel.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Authors: 18 6 * Haiyang Zhang <haiyangz@microsoft.com>
+1 -13
drivers/hv/channel_mgmt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Authors: 18 6 * Haiyang Zhang <haiyangz@microsoft.com>
+1 -14
drivers/hv/connection.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Copyright (c) 2009, Microsoft Corporation. 4 5 * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 - * 18 6 * Authors: 19 7 * Haiyang Zhang <haiyangz@microsoft.com> 20 8 * Hank Janssen <hjanssen@microsoft.com> 21 - * 22 9 */ 23 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 24 11
+1 -14
drivers/hv/hv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Authors: 18 6 * Haiyang Zhang <haiyangz@microsoft.com> 19 7 * Hank Janssen <hjanssen@microsoft.com> 20 - * 21 8 */ 22 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 23 10
+1 -13
drivers/hv/hv_util.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2010, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Authors: 18 6 * Haiyang Zhang <haiyangz@microsoft.com>
+1 -14
drivers/hv/hyperv_vmbus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Copyright (c) 2011, Microsoft Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 5 * 18 6 * Authors: 19 7 * Haiyang Zhang <haiyangz@microsoft.com> 20 8 * Hank Janssen <hjanssen@microsoft.com> 21 9 * K. Y. Srinivasan <kys@microsoft.com> 22 - * 23 10 */ 24 11 25 12 #ifndef _HYPERV_VMBUS_H
+1 -14
drivers/hv/ring_buffer.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * 3 4 * Copyright (c) 2009, Microsoft Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 5 * 18 6 * Authors: 19 7 * Haiyang Zhang <haiyangz@microsoft.com> 20 8 * Hank Janssen <hjanssen@microsoft.com> 21 9 * K. Y. Srinivasan <kys@microsoft.com> 22 - * 23 10 */ 24 11 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 25 12
+1 -14
drivers/hv/vmbus_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Authors: 18 6 * Haiyang Zhang <haiyangz@microsoft.com> 19 7 * Hank Janssen <hjanssen@microsoft.com> 20 8 * K. Y. Srinivasan <kys@microsoft.com> 21 - * 22 9 */ 23 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 24 11
+1 -13
drivers/iommu/dmar.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2006, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Copyright (C) 2006-2008 Intel Corporation 18 6 * Author: Ashok Raj <ashok.raj@intel.com>
+1 -13
drivers/iommu/iova.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright © 2006-2009, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Author: Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 18 6 */
+1 -13
drivers/scsi/storvsc_drv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Microsoft Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Authors: 18 6 * Haiyang Zhang <haiyangz@microsoft.com>
+1 -13
drivers/watchdog/iop_wdt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * drivers/char/watchdog/iop_wdt.c 3 4 * ··· 6 5 * Copyright (C) 2005, Intel Corporation. 7 6 * 8 7 * Based on ixp4xx driver, Copyright 2004 (c) MontaVista, Software, Inc. 9 - * 10 - * This program is free software; you can redistribute it and/or modify it 11 - * under the terms and conditions of the GNU General Public License, 12 - * version 2, as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope it will be useful, but WITHOUT 15 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 16 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 17 - * more details. 18 - * 19 - * You should have received a copy of the GNU General Public License along with 20 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 21 - * Place - Suite 330, Boston, MA 02111-1307 USA. 22 8 * 23 9 * Curt E Bruns <curt.e.bruns@intel.com> 24 10 * Peter Milne <peter.milne@d-tacq.com>
+1 -13
drivers/xen/pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2009, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Author: Weidong Han <weidong.han@intel.com> 18 6 */
+1 -14
drivers/xen/platform-pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /****************************************************************************** 2 3 * platform-pci.c 3 4 * ··· 9 8 * Copyright (c) 2005, Intel Corporation. 10 9 * Copyright (c) 2007, XenSource Inc. 11 10 * Copyright (c) 2010, Citrix 12 - * 13 - * This program is free software; you can redistribute it and/or modify it 14 - * under the terms and conditions of the GNU General Public License, 15 - * version 2, as published by the Free Software Foundation. 16 - * 17 - * This program is distributed in the hope it will be useful, but WITHOUT 18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 19 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 20 - * more details. 21 - * 22 - * You should have received a copy of the GNU General Public License along with 23 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 24 - * Place - Suite 330, Boston, MA 02111-1307 USA. 25 - * 26 11 */ 27 12 28 13
+1 -13
include/linux/acpi_iort.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2016, Semihalf 3 4 * Author: Tomasz Nowicki <tn@semihalf.com> 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 5 */ 18 6 19 7 #ifndef __ACPI_IORT_H__
+1 -13
include/linux/dmar.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2006, Intel Corporation. 3 - * 4 - * This program is free software; you can redistribute it and/or modify it 5 - * under the terms and conditions of the GNU General Public License, 6 - * version 2, as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope it will be useful, but WITHOUT 9 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 10 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 11 - * more details. 12 - * 13 - * You should have received a copy of the GNU General Public License along with 14 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 15 - * Place - Suite 330, Boston, MA 02111-1307 USA. 16 4 * 17 5 * Copyright (C) Ashok Raj <ashok.raj@intel.com> 18 6 * Copyright (C) Shaohua Li <shaohua.li@intel.com>
+1 -14
include/linux/hyperv.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * 3 4 * Copyright (c) 2011, Microsoft Corporation. 4 - * 5 - * This program is free software; you can redistribute it and/or modify it 6 - * under the terms and conditions of the GNU General Public License, 7 - * version 2, as published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope it will be useful, but WITHOUT 10 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 11 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 12 - * more details. 13 - * 14 - * You should have received a copy of the GNU General Public License along with 15 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 16 - * Place - Suite 330, Boston, MA 02111-1307 USA. 17 5 * 18 6 * Authors: 19 7 * Haiyang Zhang <haiyangz@microsoft.com> 20 8 * Hank Janssen <hjanssen@microsoft.com> 21 9 * K. Y. Srinivasan <kys@microsoft.com> 22 - * 23 10 */ 24 11 25 12 #ifndef _HYPERV_H
+1 -13
include/linux/intel-iommu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2006-2015, Intel Corporation. 3 4 * 4 5 * Authors: Ashok Raj <ashok.raj@intel.com> 5 6 * Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com> 6 7 * David Woodhouse <David.Woodhouse@intel.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms and conditions of the GNU General Public License, 10 - * version 2, as published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope it will be useful, but WITHOUT 13 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 14 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 15 - * more details. 16 - * 17 - * You should have received a copy of the GNU General Public License along with 18 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 19 - * Place - Suite 330, Boston, MA 02111-1307 USA. 20 8 */ 21 9 22 10 #ifndef _INTEL_IOMMU_H_
+1 -13
virt/kvm/irqchip.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * irqchip.c: Common API for in kernel interrupt controllers 3 4 * Copyright (c) 2007, Intel Corporation. 4 5 * Copyright 2010 Red Hat, Inc. and/or its affiliates. 5 6 * Copyright (c) 2013, Alexander Graf <agraf@suse.de> 6 - * 7 - * This program is free software; you can redistribute it and/or modify it 8 - * under the terms and conditions of the GNU General Public License, 9 - * version 2, as published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope it will be useful, but WITHOUT 12 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 14 - * more details. 15 - * 16 - * You should have received a copy of the GNU General Public License along with 17 - * this program; if not, write to the Free Software Foundation, Inc., 59 Temple 18 - * Place - Suite 330, Boston, MA 02111-1307 USA. 19 7 * 20 8 * This file is derived from virt/kvm/irq_comm.c. 21 9 *