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 290

Based on 1 normalized pattern(s):

this program is free software you can redistribute it and or modify
it under the terms of the gnu general public license version 2 as
published by the free software foundation this program is
distributed in the hope that it will be useful but without any
warranty without even the implied warranty of merchantability or
fitness for a particular purpose see the gnu general public license
for more details the full gnu general public license is included in
this distribution in the file called copying

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
4e43d779 eb3ae0aa

+39 -497
+1 -12
drivers/dma/mic_x100_dma.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC X100 DMA Driver. 19 8 *
+1 -12
drivers/dma/mic_x100_dma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC X100 DMA Driver. 19 8 *
+1 -12
drivers/misc/mic/bus/cosm_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC COSM Bus Driver 19 8 */
+1 -12
drivers/misc/mic/bus/cosm_bus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC COSM Bus Driver 19 8 */
+1 -12
drivers/misc/mic/bus/mic_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC Bus driver. 19 8 *
+1 -12
drivers/misc/mic/bus/vop_bus.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2016 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel Virtio Over PCIe (VOP) Bus driver. 19 8 */
+1 -12
drivers/misc/mic/bus/vop_bus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2016 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel Virtio over PCIe Bus driver. 19 8 */
+1 -13
drivers/misc/mic/card/mic_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Disclaimer: The codes contained in these modules may be specific to 19 8 * the Intel Software Development Platform codenamed: Knights Ferry, and ··· 11 22 * support the codes or instruction set in future products. 12 23 * 13 24 * Intel MIC Card driver. 14 - * 15 25 */ 16 26 #include <linux/debugfs.h> 17 27 #include <linux/delay.h>
+1 -13
drivers/misc/mic/card/mic_device.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Disclaimer: The codes contained in these modules may be specific to 19 8 * the Intel Software Development Platform codenamed: Knights Ferry, and ··· 11 22 * support the codes or instruction set in future products. 12 23 * 13 24 * Intel MIC Card driver. 14 - * 15 25 */ 16 26 #include <linux/module.h> 17 27 #include <linux/pci.h>
+1 -13
drivers/misc/mic/card/mic_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Disclaimer: The codes contained in these modules may be specific to 19 8 * the Intel Software Development Platform codenamed: Knights Ferry, and ··· 11 22 * support the codes or instruction set in future products. 12 23 * 13 24 * Intel MIC Card driver. 14 - * 15 25 */ 16 26 #ifndef _MIC_CARD_DEVICE_H_ 17 27 #define _MIC_CARD_DEVICE_H_
+1 -13
drivers/misc/mic/card/mic_x100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Disclaimer: The codes contained in these modules may be specific to 19 8 * the Intel Software Development Platform codenamed: Knights Ferry, and ··· 11 22 * support the codes or instruction set in future products. 12 23 * 13 24 * Intel MIC Card driver. 14 - * 15 25 */ 16 26 #include <linux/module.h> 17 27 #include <linux/pci.h>
+1 -13
drivers/misc/mic/card/mic_x100.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Disclaimer: The codes contained in these modules may be specific to 19 8 * the Intel Software Development Platform codenamed: Knights Ferry, and ··· 11 22 * support the codes or instruction set in future products. 12 23 * 13 24 * Intel MIC Card driver. 14 - * 15 25 */ 16 26 #ifndef _MIC_X100_CARD_H_ 17 27 #define _MIC_X100_CARD_H_
+1 -13
drivers/misc/mic/common/mic_dev.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC driver. 19 - * 20 8 */ 21 9 #ifndef __MIC_DEV_H__ 22 10 #define __MIC_DEV_H__
+1 -13
drivers/misc/mic/cosm/cosm_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Coprocessor State Management (COSM) Driver 19 - * 20 8 */ 21 9 22 10 #include <linux/debugfs.h>
+1 -13
drivers/misc/mic/cosm/cosm_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Coprocessor State Management (COSM) Driver 19 - * 20 8 */ 21 9 22 10 #include <linux/module.h>
+1 -13
drivers/misc/mic/cosm/cosm_main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Coprocessor State Management (COSM) Driver 19 - * 20 8 */ 21 9 #ifndef _COSM_COSM_H_ 22 10 #define _COSM_COSM_H_
+1 -13
drivers/misc/mic/cosm/cosm_scif_server.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Coprocessor State Management (COSM) Driver 19 - * 20 8 */ 21 9 #include <linux/kthread.h> 22 10 #include <linux/sched/signal.h>
+1 -13
drivers/misc/mic/cosm/cosm_sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Coprocessor State Management (COSM) Driver 19 - * 20 8 */ 21 9 #include <linux/slab.h> 22 10 #include "cosm_main.h"
+1 -13
drivers/misc/mic/cosm_client/cosm_scif_client.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2015 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC COSM Client Driver 19 - * 20 8 */ 21 9 #include <linux/module.h> 22 10 #include <linux/delay.h>
+1 -13
drivers/misc/mic/host/mic_boot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #include <linux/delay.h> 22 10 #include <linux/firmware.h>
+1 -13
drivers/misc/mic/host/mic_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #include <linux/debugfs.h> 22 10 #include <linux/pci.h>
+1 -13
drivers/misc/mic/host/mic_device.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #ifndef _MIC_DEVICE_H_ 22 10 #define _MIC_DEVICE_H_
+1 -13
drivers/misc/mic/host/mic_intr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #include <linux/pci.h> 22 10 #include <linux/interrupt.h>
+1 -13
drivers/misc/mic/host/mic_intr.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #ifndef _MIC_INTR_H_ 22 10 #define _MIC_INTR_H_
+1 -12
drivers/misc/mic/host/mic_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC Host driver. 19 8 */
+1 -13
drivers/misc/mic/host/mic_smpt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #include <linux/pci.h> 22 10
+1 -13
drivers/misc/mic/host/mic_smpt.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #ifndef MIC_SMPT_H 22 10 #define MIC_SMPT_H
+1 -13
drivers/misc/mic/host/mic_x100.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #include <linux/fs.h> 22 10 #include <linux/pci.h>
+1 -13
drivers/misc/mic/host/mic_x100.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel MIC Host driver. 19 - * 20 8 */ 21 9 #ifndef _MIC_X100_HW_H_ 22 10 #define _MIC_X100_HW_H_
+1 -13
drivers/misc/mic/vop/vop_debugfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2016 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel Virtio Over PCIe (VOP) driver. 19 - * 20 8 */ 21 9 #include <linux/debugfs.h> 22 10 #include <linux/seq_file.h>
+1 -17
drivers/misc/mic/vop/vop_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2016 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Adapted from: 19 8 * ··· 10 21 * 11 22 * Copyright IBM Corp. 2008 12 23 * 13 - * This program is free software; you can redistribute it and/or modify 14 - * it under the terms of the GNU General Public License (version 2 only) 15 - * as published by the Free Software Foundation. 16 - * 17 24 * Author(s): Christian Borntraeger <borntraeger@de.ibm.com> 18 25 * 19 26 * Intel Virtio Over PCIe (VOP) driver. 20 - * 21 27 */ 22 28 #include <linux/delay.h> 23 29 #include <linux/module.h>
+1 -13
drivers/misc/mic/vop/vop_main.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2016 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel Virtio Over PCIe (VOP) driver. 19 - * 20 8 */ 21 9 #ifndef _VOP_MAIN_H_ 22 10 #define _VOP_MAIN_H_
+1 -13
drivers/misc/mic/vop/vop_vringh.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2016 Intel Corporation. 5 6 * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 - * 18 7 * Intel Virtio Over PCIe (VOP) driver. 19 - * 20 8 */ 21 9 #include <linux/sched.h> 22 10 #include <linux/poll.h>
+1 -12
include/linux/mic_bus.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2014 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC Bus driver. 19 8 *
+1 -12
samples/mic/mpssd/micctrl
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # Intel MIC Platform Software Stack (MPSS) 3 4 # 4 5 # Copyright(c) 2013 Intel Corporation. 5 - # 6 - # This program is free software; you can redistribute it and/or modify 7 - # it under the terms of the GNU General Public License, version 2, as 8 - # published by the Free Software Foundation. 9 - # 10 - # This program is distributed in the hope that it will be useful, but 11 - # WITHOUT ANY WARRANTY; without even the implied warranty of 12 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - # General Public License for more details. 14 - # 15 - # The full GNU General Public License is included in this distribution in 16 - # the file called "COPYING". 17 6 # 18 7 # Intel MIC User Space Tools. 19 8 #
+1 -12
samples/mic/mpssd/mpss
··· 1 1 #!/bin/bash 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 # Intel MIC Platform Software Stack (MPSS) 3 4 # 4 5 # Copyright(c) 2013 Intel Corporation. 5 - # 6 - # This program is free software; you can redistribute it and/or modify 7 - # it under the terms of the GNU General Public License, version 2, as 8 - # published by the Free Software Foundation. 9 - # 10 - # This program is distributed in the hope that it will be useful, but 11 - # WITHOUT ANY WARRANTY; without even the implied warranty of 12 - # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - # General Public License for more details. 14 - # 15 - # The full GNU General Public License is included in this distribution in 16 - # the file called "COPYING". 17 6 # 18 7 # Intel MIC User Space Tools. 19 8 #
+1 -12
samples/mic/mpssd/mpssd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC User Space Tools. 19 8 */
+1 -12
samples/mic/mpssd/mpssd.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC User Space Tools. 19 8 */
+1 -12
samples/mic/mpssd/sysfs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Intel MIC Platform Software Stack (MPSS) 3 4 * 4 5 * Copyright(c) 2013 Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, but 11 - * WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 13 - * General Public License for more details. 14 - * 15 - * The full GNU General Public License is included in this distribution in 16 - * the file called "COPYING". 17 6 * 18 7 * Intel MIC User Space Tools. 19 8 */