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 48

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 as published by
the free software foundation inc 53 temple place ste 330 boston ma
02111 1307 usa either version 2 of the license or at your option any
later version incorporated herein by reference

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-or-later

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
dd165a65 af1a8899

+10 -61
+1 -6
arch/x86/boot/vesa.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright 1999-2007 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -6
include/linux/raid/pq.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2003 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -6
lib/raid6/algos.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -7
lib/raid6/avx2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 2012 Intel Corporation 4 5 * Author: Yuanhan Liu <yuanhan.liu@linux.intel.com> 5 6 * 6 7 * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved 7 - * 8 - * 9 - * This program is free software; you can redistribute it and/or modify 10 - * it under the terms of the GNU General Public License as published by 11 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 12 - * Boston MA 02111-1307, USA; either version 2 of the License, or 13 - * (at your option) any later version; incorporated herein by reference. 14 8 * 15 9 * ----------------------------------------------------------------------- */ 16 10
+1 -6
lib/raid6/avx512.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- -------------------------------------------------------- 2 3 * 3 4 * Copyright (C) 2016 Intel Corporation ··· 8 7 * 9 8 * Based on avx2.c: Copyright 2012 Yuanhan Liu All Rights Reserved 10 9 * Based on sse2.c: Copyright 2002 H. Peter Anvin - All Rights Reserved 11 - * 12 - * This program is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 15 - * Boston MA 02111-1307, USA; either version 2 of the License, or 16 - * (at your option) any later version; incorporated herein by reference. 17 10 * 18 11 * ----------------------------------------------------------------------- 19 12 */
+1 -6
lib/raid6/mmx.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -6
lib/raid6/recov.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -6
lib/raid6/sse1.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -6
lib/raid6/sse2.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7
+1 -6
lib/raid6/x86.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002-2004 H. Peter Anvin - All Rights Reserved 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 as published by 7 - * the Free Software Foundation, Inc., 53 Temple Place Ste 330, 8 - * Boston MA 02111-1307, USA; either version 2 of the License, or 9 - * (at your option) any later version; incorporated herein by reference. 10 5 * 11 6 * ----------------------------------------------------------------------- */ 12 7