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 280

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 good title or non infringement see
the gnu general public license for more details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
43aa3132 75d67a54

+9 -99
+1 -11
arch/x86/hyperv/hv_init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * X86 specific Hyper-V initialization code. 3 4 * 4 5 * Copyright (C) 2016, Microsoft, Inc. 5 6 * 6 7 * Author : K. Y. Srinivasan <kys@microsoft.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published 10 - * by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 15 - * NON INFRINGEMENT. See the GNU General Public License for more 16 - * details. 17 - * 18 8 */ 19 9 20 10 #include <linux/efi.h>
+1 -11
drivers/hv/hv_balloon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2012, Microsoft Corporation. 3 4 * 4 5 * Author: 5 6 * K. Y. Srinivasan <kys@microsoft.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 version 2 as published 9 - * by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14 - * NON INFRINGEMENT. See the GNU General Public License for more 15 - * details. 16 - * 17 7 */ 18 8 19 9 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -11
drivers/hv/hv_fcopy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * An implementation of file copy service. 3 4 * 4 5 * Copyright (C) 2014, Microsoft, Inc. 5 6 * 6 7 * Author : K. Y. Srinivasan <ksrinivasan@novell.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published 10 - * by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 15 - * NON INFRINGEMENT. See the GNU General Public License for more 16 - * details. 17 - * 18 8 */ 19 9 20 10 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
+1 -12
drivers/hv/hv_snapshot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * An implementation of host initiated guest snapshot. 3 4 * 4 - * 5 5 * Copyright (C) 2013, Microsoft, Inc. 6 6 * Author : K. Y. Srinivasan <kys@microsoft.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published 10 - * by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 15 - * NON INFRINGEMENT. See the GNU General Public License for more 16 - * details. 17 - * 18 7 */ 19 8 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 20 9
+1 -11
drivers/hv/hv_utils_transport.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Kernel/userspace transport abstraction for Hyper-V util driver. 3 4 * 4 5 * Copyright (C) 2015, Vitaly Kuznetsov <vkuznets@redhat.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 version 2 as published 8 - * 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, GOOD TITLE or 13 - * NON INFRINGEMENT. See the GNU General Public License for more 14 - * details. 15 - * 16 6 */ 17 7 18 8 #include <linux/slab.h>
+1 -11
drivers/hv/hv_utils_transport.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Kernel/userspace transport abstraction for Hyper-V util driver. 3 4 * 4 5 * Copyright (C) 2015, Vitaly Kuznetsov <vkuznets@redhat.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 version 2 as published 8 - * 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, GOOD TITLE or 13 - * NON INFRINGEMENT. See the GNU General Public License for more 14 - * details. 15 - * 16 6 */ 17 7 18 8 #ifndef _HV_UTILS_TRANSPORT_H
+1 -10
drivers/video/fbdev/hyperv_fb.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2012, Microsoft Corporation. 3 4 * 4 5 * Author: 5 6 * Haiyang Zhang <haiyangz@microsoft.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 version 2 as published 9 - * by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, but 12 - * WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 14 - * NON INFRINGEMENT. See the GNU General Public License for more 15 - * details. 16 7 */ 17 8 18 9 /*
+1 -10
tools/hv/hv_fcopy_daemon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * An implementation of host to guest copy functionality for Linux. 3 4 * 4 5 * Copyright (C) 2014, Microsoft, Inc. 5 6 * 6 7 * Author : K. Y. Srinivasan <kys@microsoft.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published 10 - * by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 15 - * NON INFRINGEMENT. See the GNU General Public License for more 16 - * details. 17 8 */ 18 9 19 10
+1 -12
tools/hv/hv_vss_daemon.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * An implementation of the host initiated guest snapshot for Hyper-V. 3 4 * 4 - * 5 5 * Copyright (C) 2013, Microsoft, Inc. 6 6 * Author : K. Y. Srinivasan <kys@microsoft.com> 7 - * 8 - * This program is free software; you can redistribute it and/or modify it 9 - * under the terms of the GNU General Public License version 2 as published 10 - * by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, but 13 - * WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or 15 - * NON INFRINGEMENT. See the GNU General Public License for more 16 - * details. 17 - * 18 7 */ 19 8 20 9