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 266

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 you should have received a copy of the gnu general
public license along with this program if not write to the free
software foundation 51 franklin street 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 67 file(s).

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d94d71cb 24c9d96d

+67 -835
+1 -13
arch/arm/include/asm/kvm_arm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_ARM_H__
+1 -13
arch/arm/include/asm/kvm_asm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_ASM_H__
+1 -13
arch/arm/include/asm/kvm_coproc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 Rusty Russell IBM Corporation 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, version 2, as 6 - * 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 15 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 */ 17 5 18 6 #ifndef __ARM_KVM_COPROC_H__
+1 -13
arch/arm/include/asm/kvm_emulate.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_EMULATE_H__
+1 -13
arch/arm/include/asm/kvm_host.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_HOST_H__
+1 -13
arch/arm/include/asm/kvm_mmio.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_MMIO_H__
+1 -13
arch/arm/include/asm/kvm_mmu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_MMU_H__
+1 -13
arch/arm/kvm/coproc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Authors: Rusty Russell <rusty@rustcorp.com.au> 4 5 * Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 6 */ 19 7 20 8 #include <linux/bsearch.h>
+1 -13
arch/arm/kvm/coproc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Authors: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #ifndef __ARM_KVM_COPROC_LOCAL_H__
+1 -13
arch/arm/kvm/coproc_a15.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Authors: Rusty Russell <rusty@rustcorp.au> 4 5 * Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 8 - * published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope that it will be useful, 11 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 - * GNU General Public License for more details. 14 - * 15 - * You should have received a copy of the GNU General Public License 16 - * along with this program; if not, write to the Free Software 17 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 18 6 */ 19 7 #include <linux/kvm_host.h> 20 8 #include <asm/kvm_coproc.h>
+1 -13
arch/arm/kvm/coproc_a7.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Copyright (C) 2013 - ARM Ltd ··· 6 5 * Authors: Rusty Russell <rusty@rustcorp.au> 7 6 * Christoffer Dall <c.dall@virtualopensystems.com> 8 7 * Jonathan Austin <jonathan.austin@arm.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, version 2, as 12 - * 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 21 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 22 8 */ 23 9 #include <linux/kvm_host.h> 24 10 #include <asm/kvm_coproc.h>
+1 -13
arch/arm/kvm/emulate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/mm.h>
+1 -13
arch/arm/kvm/guest.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/errno.h>
+1 -13
arch/arm/kvm/handle_exit.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/kvm.h>
+1 -13
arch/arm/kvm/hyp/hyp-entry.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/arm-smccc.h>
+1 -13
arch/arm/kvm/init.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/linkage.h>
+1 -13
arch/arm/kvm/interrupts.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/linkage.h>
+1 -13
arch/arm/kvm/reset.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 #include <linux/compiler.h> 19 7 #include <linux/errno.h>
+1 -12
arch/powerpc/include/asm/disassemble.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -13
arch/powerpc/include/asm/fsl_pamu_stash.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright (C) 2013 Freescale Semiconductor, Inc. 16 - * 17 5 */ 18 6 19 7 #ifndef __FSL_PAMU_STASH_H
+1 -12
arch/powerpc/include/asm/kvm_asm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_book3s.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_book3s_32.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2010 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_book3s_64.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2010 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_book3s_asm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_booke.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2010 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_fpu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright Novell Inc. 2010 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_host.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2007 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_para.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -12
arch/powerpc/include/asm/kvm_ppc.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -13
arch/powerpc/kernel/epapr_paravirt.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * ePAPR para-virtualization support. 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, version 2, as 6 - * 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 15 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 4 * 17 5 * Copyright (C) 2012 Freescale Semiconductor, Inc. 18 6 */
+1 -13
arch/powerpc/kernel/kvm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 SUSE Linux Products GmbH. All rights reserved. 3 4 * Copyright 2010-2011 Freescale Semiconductor, Inc. 4 5 * 5 6 * Authors: 6 7 * Alexander Graf <agraf@suse.de> 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, version 2, as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 8 */ 21 9 22 10 #include <linux/kvm_host.h>
+1 -12
arch/powerpc/kernel/kvm_emul.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2010 16 5 * Copyright 2010-2011 Freescale Semiconductor, Inc.
+1 -12
arch/powerpc/kvm/book3s_32_mmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -13
arch/powerpc/kvm/book3s_32_mmu_host.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 SUSE Linux Products GmbH. All rights reserved. 3 4 * 4 5 * Authors: 5 6 * Alexander Graf <agraf@suse.de> 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, version 2, as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 7 */ 20 8 21 9 #include <linux/kvm_host.h>
+1 -12
arch/powerpc/kvm/book3s_32_sr.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/kvm/book3s_64_mmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -13
arch/powerpc/kvm/book3s_64_mmu_host.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2009 SUSE Linux Products GmbH. All rights reserved. 3 4 * 4 5 * Authors: 5 6 * Alexander Graf <agraf@suse.de> 6 7 * Kevin Wolf <mail@kevin-wolf.de> 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, version 2, as 10 - * published by the Free Software Foundation. 11 - * 12 - * This program is distributed in the hope that it will be useful, 13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 - * GNU General Public License for more details. 16 - * 17 - * You should have received a copy of the GNU General Public License 18 - * along with this program; if not, write to the Free Software 19 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 20 8 */ 21 9 22 10 #include <linux/kvm_host.h>
+1 -12
arch/powerpc/kvm/book3s_64_mmu_hv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright 2010 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 16 5 */
+1 -12
arch/powerpc/kvm/book3s_64_slb.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/kvm/book3s_64_vio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright 2010 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 16 5 * Copyright 2011 David Gibson, IBM Corporation <dwg@au1.ibm.com>
+1 -12
arch/powerpc/kvm/book3s_64_vio_hv.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright 2010 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 16 5 * Copyright 2011 David Gibson, IBM Corporation <dwg@au1.ibm.com>
+1 -12
arch/powerpc/kvm/book3s_emulate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/kvm/book3s_exports.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/kvm/book3s_hv_interrupts.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright 2011 Paul Mackerras, IBM Corp. <paulus@au1.ibm.com> 16 5 *
+1 -12
arch/powerpc/kvm/book3s_interrupts.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -13
arch/powerpc/kvm/book3s_mmu_hpte.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2010 SUSE Linux Products GmbH. All rights reserved. 3 4 * 4 5 * Authors: 5 6 * Alexander Graf <agraf@suse.de> 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, version 2, as 9 - * published by the Free Software Foundation. 10 - * 11 - * This program is distributed in the hope that it will be useful, 12 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 - * GNU General Public License for more details. 15 - * 16 - * You should have received a copy of the GNU General Public License 17 - * along with this program; if not, write to the Free Software 18 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 19 7 */ 20 8 21 9 #include <linux/kvm_host.h>
+1 -12
arch/powerpc/kvm/book3s_paired_singles.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright Novell Inc 2010 16 5 *
+1 -12
arch/powerpc/kvm/book3s_rmhandlers.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2009 16 5 *
+1 -12
arch/powerpc/kvm/book3s_segment.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright SUSE Linux Products GmbH 2010 16 5 *
+1 -12
arch/powerpc/kvm/booke.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2007 16 5 * Copyright 2010-2011 Freescale Semiconductor, Inc.
+1 -12
arch/powerpc/kvm/booke.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -12
arch/powerpc/kvm/booke_emulate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 * Copyright 2011 Freescale Semiconductor, Inc.
+1 -12
arch/powerpc/kvm/booke_interrupts.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2007 16 5 * Copyright 2011 Freescale Semiconductor, Inc.
+1 -12
arch/powerpc/kvm/bookehv_interrupts.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. 16 5 *
+1 -12
arch/powerpc/kvm/emulate.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2007 16 5 * Copyright 2011 Freescale Semiconductor, Inc.
+1 -12
arch/powerpc/kvm/emulate_loadstore.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2007 16 5 * Copyright 2011 Freescale Semiconductor, Inc.
+1 -12
arch/powerpc/kvm/powerpc.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2007 16 5 *
+1 -12
arch/powerpc/kvm/timing.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -12
arch/powerpc/kvm/timing.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright IBM Corp. 2008 16 5 *
+1 -13
drivers/iommu/fsl_pamu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright (C) 2013 Freescale Semiconductor, Inc. 16 - * 17 5 */ 18 6 19 7 #define pr_fmt(fmt) "fsl-pamu: %s: " fmt, __func__
+1 -13
drivers/iommu/fsl_pamu.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright (C) 2013 Freescale Semiconductor, Inc. 16 - * 17 5 */ 18 6 19 7 #ifndef __FSL_PAMU_H
+1 -13
drivers/iommu/fsl_pamu_domain.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright (C) 2013 Freescale Semiconductor, Inc. 16 5 * Author: Varun Sethi <varun.sethi@freescale.com> 17 - * 18 6 */ 19 7 20 8 #define pr_fmt(fmt) "fsl-pamu-domain: %s: " fmt, __func__
+1 -13
drivers/iommu/fsl_pamu_domain.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 - * This program is free software; you can redistribute it and/or modify 3 - * it under the terms of the GNU General Public License, version 2, as 4 - * 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 13 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 14 3 * 15 4 * Copyright (C) 2013 Freescale Semiconductor, Inc. 16 - * 17 5 */ 18 6 19 7 #ifndef __FSL_PAMU_DOMAIN_H
+1 -13
virt/kvm/arm/arm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/bug.h>
+1 -13
virt/kvm/arm/mmio.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/kvm_host.h>
+1 -13
virt/kvm/arm/mmu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (C) 2012 - Virtual Open Systems and Columbia University 3 4 * Author: Christoffer Dall <c.dall@virtualopensystems.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, version 2, as 7 - * published by the Free Software Foundation. 8 - * 9 - * This program is distributed in the hope that it will be useful, 10 - * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 - * GNU General Public License for more details. 13 - * 14 - * You should have received a copy of the GNU General Public License 15 - * along with this program; if not, write to the Free Software 16 - * Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 17 5 */ 18 6 19 7 #include <linux/mman.h>