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 504

Based on 1 normalized pattern(s):

this file is free software you can redistribute it and or modify it
under the terms of version 2 of the gnu general public license 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 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 51 franklin st fifth floor boston ma 02110
1301 usa

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081207.443595178@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
775c8a3d cd93f165

+8 -105
+1 -14
arch/mips/lib/iomap_copy.c
··· 1 - /* 2 - * This file is free software; you can redistribute it and/or modify 3 - * it under the terms of version 2 of the GNU General Public License 4 - * as published by the Free Software Foundation. 5 - * 6 - * This program is distributed in the hope that it will be useful, 7 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 8 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 9 - * GNU General Public License for more details. 10 - * 11 - * You should have received a copy of the GNU General Public License 12 - * along with this program; if not, write to the Free Software Foundation, 13 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 14 - */ 1 + // SPDX-License-Identifier: GPL-2.0-only 15 2 16 3 #include <linux/export.h> 17 4 #include <linux/io.h>
+1 -13
arch/x86/lib/iomap_copy_64.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2006 PathScale, Inc. All Rights Reserved. 3 - * 4 - * This file is free software; you can redistribute it and/or modify 5 - * it under the terms of version 2 of the GNU General Public License 6 - * as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software Foundation, 15 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 */ 17 5 18 6 #include <linux/linkage.h>
+1 -13
include/linux/io-mapping.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright © 2008 Keith Packard <keithp@keithp.com> 3 - * 4 - * This file is free software; you can redistribute it and/or modify 5 - * it under the terms of version 2 of the GNU General Public License 6 - * as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software Foundation, 15 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 */ 17 5 18 6 #ifndef _LINUX_IO_MAPPING_H
+1 -13
include/linux/io.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2006 PathScale, Inc. All Rights Reserved. 3 - * 4 - * This file is free software; you can redistribute it and/or modify 5 - * it under the terms of version 2 of the GNU General Public License 6 - * as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software Foundation, 15 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 */ 17 5 18 6 #ifndef _LINUX_IO_H
+1 -13
lib/iomap_copy.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright 2006 PathScale, Inc. All Rights Reserved. 3 - * 4 - * This file is free software; you can redistribute it and/or modify 5 - * it under the terms of version 2 of the GNU General Public License 6 - * as published by the Free Software Foundation. 7 - * 8 - * This program is distributed in the hope that it will be useful, 9 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 - * GNU General Public License for more details. 12 - * 13 - * You should have received a copy of the GNU General Public License 14 - * along with this program; if not, write to the Free Software Foundation, 15 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 */ 17 5 18 6 #include <linux/export.h>
+1 -13
virt/kvm/async_pf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * kvm asynchronous fault support 3 4 * ··· 6 5 * 7 6 * Author: 8 7 * Gleb Natapov <gleb@redhat.com> 9 - * 10 - * This file is free software; you can redistribute it and/or modify 11 - * it under the terms of version 2 of the GNU General Public License 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software Foundation, 21 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 22 8 */ 23 9 24 10 #include <linux/kvm_host.h>
+1 -13
virt/kvm/async_pf.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * kvm asynchronous fault support 3 4 * ··· 6 5 * 7 6 * Author: 8 7 * Gleb Natapov <gleb@redhat.com> 9 - * 10 - * This file is free software; you can redistribute it and/or modify 11 - * it under the terms of version 2 of the GNU General Public License 12 - * as published by the Free Software Foundation. 13 - * 14 - * This program is distributed in the hope that it will be useful, 15 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 17 - * GNU General Public License for more details. 18 - * 19 - * You should have received a copy of the GNU General Public License 20 - * along with this program; if not, write to the Free Software Foundation, 21 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 22 8 */ 23 9 24 10 #ifndef __KVM_ASYNC_PF_H__
+1 -13
virt/kvm/eventfd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * kvm eventfd support - use eventfd objects to signal various KVM events 3 4 * ··· 7 6 * 8 7 * Author: 9 8 * Gregory Haskins <ghaskins@novell.com> 10 - * 11 - * This file is free software; you can redistribute it and/or modify 12 - * it under the terms of version 2 of the GNU General Public License 13 - * as published by the Free Software Foundation. 14 - * 15 - * This program is distributed in the hope that it will be useful, 16 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 - * GNU General Public License for more details. 19 - * 20 - * You should have received a copy of the GNU General Public License 21 - * along with this program; if not, write to the Free Software Foundation, 22 - * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. 23 9 */ 24 10 25 11 #include <linux/kvm_host.h>