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 83

Based on 1 normalized pattern(s):

this file is part of the linux kernel and is made available under
the terms of the gnu general public license version 2 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 18 file(s).

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Richard Fontana <rfontana@redhat.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Armijn Hemel <armijn@tjaldur.nl>
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190520075211.321157221@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
d6910058 9ff554e9

+18 -72
+1 -4
arch/x86/boot/bioscall.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* ----------------------------------------------------------------------- 2 3 * 3 4 * Copyright 2009-2014 Intel Corporation; author H. Peter Anvin 4 - * 5 - * This file is part of the Linux kernel, and is made available under 6 - * the terms of the GNU General Public License version 2 or (at your 7 - * option) any later version; incorporated herein by reference. 8 5 * 9 6 * ----------------------------------------------------------------------- */ 10 7
+1 -4
arch/x86/boot/mkcpustr.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright 2008 rPath, Inc. - All Rights Reserved 4 - * 5 - * This file is part of the Linux kernel, and is made available under 6 - * the terms of the GNU General Public License version 2 or (at your 7 - * option) any later version; incorporated herein by reference. 8 5 * 9 6 * ----------------------------------------------------------------------- */ 10 7
+1 -4
arch/x86/boot/regs.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* ----------------------------------------------------------------------- 2 3 * 3 4 * Copyright 2009 Intel Corporation; author H. Peter Anvin 4 - * 5 - * This file is part of the Linux kernel, and is made available under 6 - * the terms of the GNU General Public License version 2 or (at your 7 - * option) any later version; incorporated herein by reference. 8 5 * 9 6 * ----------------------------------------------------------------------- */ 10 7
+1 -4
fs/autofs/autofs_i.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation - All Rights Reserved 3 4 * Copyright 2005-2006 Ian Kent <raven@themaw.net> 4 - * 5 - * This file is part of the Linux kernel and is made available under 6 - * the terms of the GNU General Public License, version 2, or at your 7 - * option, any later version, incorporated herein by reference. 8 5 */ 9 6 10 7 /* Internal header file for autofs */
+1 -4
fs/autofs/dev-ioctl.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 2008 Red Hat, Inc. All rights reserved. 3 4 * Copyright 2008 Ian Kent <raven@themaw.net> 4 - * 5 - * This file is part of the Linux kernel and is made available under 6 - * the terms of the GNU General Public License, version 2, or at your 7 - * option, any later version, incorporated herein by reference. 8 5 */ 9 6 10 7 #include <linux/miscdevice.h>
+1 -4
fs/autofs/expire.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 3 4 * Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org> 4 5 * Copyright 2001-2006 Ian Kent <raven@themaw.net> 5 - * 6 - * This file is part of the Linux kernel and is made available under 7 - * the terms of the GNU General Public License, version 2, or at your 8 - * option, any later version, incorporated herein by reference. 9 6 */ 10 7 11 8 #include "autofs_i.h"
+1 -4
fs/autofs/init.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 3 - * 4 - * This file is part of the Linux kernel and is made available under 5 - * the terms of the GNU General Public License, version 2, or at your 6 - * option, any later version, incorporated herein by reference. 7 4 */ 8 5 9 6 #include <linux/module.h>
+1 -4
fs/autofs/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 3 4 * Copyright 2005-2006 Ian Kent <raven@themaw.net> 4 - * 5 - * This file is part of the Linux kernel and is made available under 6 - * the terms of the GNU General Public License, version 2, or at your 7 - * option, any later version, incorporated herein by reference. 8 5 */ 9 6 10 7 #include <linux/seq_file.h>
+1 -4
fs/autofs/root.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 3 4 * Copyright 1999-2000 Jeremy Fitzhardinge <jeremy@goop.org> 4 5 * Copyright 2001-2006 Ian Kent <raven@themaw.net> 5 - * 6 - * This file is part of the Linux kernel and is made available under 7 - * the terms of the GNU General Public License, version 2, or at your 8 - * option, any later version, incorporated herein by reference. 9 6 */ 10 7 11 8 #include <linux/capability.h>
+1 -4
fs/autofs/symlink.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 3 - * 4 - * This file is part of the Linux kernel and is made available under 5 - * the terms of the GNU General Public License, version 2, or at your 6 - * option, any later version, incorporated herein by reference. 7 4 */ 8 5 9 6 #include "autofs_i.h"
+1 -4
fs/autofs/waitq.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* 2 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 3 4 * Copyright 2001-2006 Ian Kent <raven@themaw.net> 4 - * 5 - * This file is part of the Linux kernel and is made available under 6 - * the terms of the GNU General Public License, version 2, or at your 7 - * option, any later version, incorporated herein by reference. 8 5 */ 9 6 10 7 #include <linux/sched/signal.h>
+1 -4
fs/devpts/inode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- --------------------------------------------------------- * 2 3 * 3 4 * linux/fs/devpts/inode.c 4 5 * 5 6 * Copyright 1998-2004 H. Peter Anvin -- All Rights Reserved 6 - * 7 - * This file is part of the Linux kernel and is made available under 8 - * the terms of the GNU General Public License, version 2, or at your 9 - * option, any later version, incorporated herein by reference. 10 7 * 11 8 * ------------------------------------------------------------------------- */ 12 9
+1 -4
include/linux/auto_dev-ioctl.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 2008 Red Hat, Inc. All rights reserved. 3 4 * Copyright 2008 Ian Kent <raven@themaw.net> 4 - * 5 - * This file is part of the Linux kernel and is made available under 6 - * the terms of the GNU General Public License, version 2, or at your 7 - * option, any later version, incorporated herein by reference. 8 5 */ 9 6 10 7 #ifndef _LINUX_AUTO_DEV_IOCTL_H
+1 -4
include/linux/auto_fs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * Copyright 1997 Transmeta Corporation - All Rights Reserved 3 - * 4 - * This file is part of the Linux kernel and is made available under 5 - * the terms of the GNU General Public License, version 2, or at your 6 - * option, any later version, incorporated herein by reference. 7 4 */ 8 5 9 6 #ifndef _LINUX_AUTO_FS_H
+1 -4
include/linux/devpts_fs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* -*- linux-c -*- --------------------------------------------------------- * 2 3 * 3 4 * linux/include/linux/devpts_fs.h 4 5 * 5 6 * Copyright 1998-2004 H. Peter Anvin -- All Rights Reserved 6 - * 7 - * This file is part of the Linux kernel and is made available under 8 - * the terms of the GNU General Public License, version 2, or at your 9 - * option, any later version, incorporated herein by reference. 10 7 * 11 8 * ------------------------------------------------------------------------- */ 12 9
+1 -4
include/linux/jbd2.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-or-later */ 1 2 /* 2 3 * linux/include/linux/jbd2.h 3 4 * 4 5 * Written by Stephen C. Tweedie <sct@redhat.com> 5 6 * 6 7 * Copyright 1998-2000 Red Hat, Inc --- All Rights Reserved 7 - * 8 - * This file is part of the Linux kernel and is made available under 9 - * the terms of the GNU General Public License, version 2, or at your 10 - * option, any later version, incorporated herein by reference. 11 8 * 12 9 * Definitions for transaction data structures for the buffer cache 13 10 * filesystem journaling support.
+1 -4
lib/raid6/mktables.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002-2007 H. Peter Anvin - All Rights Reserved 4 - * 5 - * This file is part of the Linux kernel, and is made available under 6 - * the terms of the GNU General Public License version 2 or (at your 7 - * option) any later version; incorporated herein by reference. 8 5 * 9 6 * ----------------------------------------------------------------------- */ 10 7
+1 -4
lib/raid6/test/test.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-or-later 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright 2002-2007 H. Peter Anvin - All Rights Reserved 4 - * 5 - * This file is part of the Linux kernel, and is made available under 6 - * the terms of the GNU General Public License version 2 or (at your 7 - * option) any later version; incorporated herein by reference. 8 5 * 9 6 * ----------------------------------------------------------------------- */ 10 7