Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 497

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

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
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/20190604081206.534229504@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
97873a3d f8a88917

+28 -84
+1 -3
arch/x86/boot/a20.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007-2008 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/apm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds ··· 7 6 * 8 7 * Original APM BIOS checking by Stephen Rothwell, May 1994 9 8 * (sfr@canb.auug.org.au) 10 - * 11 - * This file is part of the Linux kernel, and is made available under 12 - * the terms of the GNU General Public License version 2. 13 9 * 14 10 * ----------------------------------------------------------------------- */ 15 11
+1 -3
arch/x86/boot/bitops.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/boot.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/cmdline.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/compressed/eboot.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 2 3 /* ----------------------------------------------------------------------- 3 4 * 4 5 * Copyright 2011 Intel Corporation; author Matt Fleming 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/copy.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/cpu.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007-2008 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/cpucheck.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/edd.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/memory.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/pm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/pmjump.S
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* ----------------------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/printf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/string.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/tty.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/version.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/video-bios.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/video-mode.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007-2008 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -3
arch/x86/boot/video-vesa.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/video-vga.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/video.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 5 6 * Copyright 2009 Intel Corporation; author H. Peter Anvin 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. 9 7 * 10 8 * ----------------------------------------------------------------------- */ 11 9
+1 -3
arch/x86/boot/video.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* -*- linux-c -*- ------------------------------------------------------- * 2 3 * 3 4 * Copyright (C) 1991, 1992 Linus Torvalds 4 5 * Copyright 2007 rPath, Inc. - All Rights Reserved 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. 8 6 * 9 7 * ----------------------------------------------------------------------- */ 10 8
+1 -2
arch/x86/lib/cmdline.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 - * This file is part of the Linux kernel, and is made available under 3 - * the terms of the GNU General Public License version 2. 4 3 * 5 4 * Misc librarized functions for cmdline poking. 6 5 */
+1 -3
drivers/block/skd_main.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Driver for sTec s1120 PCIe SSDs. sTec was acquired in 2013 by HGST and HGST 3 4 * was acquired by Western Digital in 2012. 4 5 * 5 6 * Copyright 2012 sTec, Inc. 6 7 * Copyright (c) 2017 Western Digital Corporation or its affiliates. 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. 10 8 */ 11 9 12 10 #include <linux/kernel.h>
+1 -3
drivers/block/skd_s1120.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright 2012 STEC, Inc. 3 4 * Copyright (c) 2017 Western Digital Corporation or its affiliates. 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. 7 5 */ 8 6 9 7
+1 -4
drivers/firmware/efi/libstub/arm-stub.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * EFI stub implementation that is shared by arm and arm64 architectures. 3 4 * This should be #included by the EFI stub implementation files. ··· 7 6 * Roy Franz <roy.franz@linaro.org 8 7 * Copyright (C) 2013 Red Hat, Inc. 9 8 * Mark Salter <msalter@redhat.com> 10 - * 11 - * This file is part of the Linux kernel, and is made available under the 12 - * terms of the GNU General Public License version 2. 13 - * 14 9 */ 15 10 16 11 #include <linux/efi.h>