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 365

Based on 1 normalized pattern(s):

this file is released under the gplv2 see the file copying for more
details

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
52a6e82a 5765e78e

+3 -9
+1 -3
arch/x86/include/asm/syscalls.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * syscalls.h - Linux syscall interfaces (arch-specific) 3 4 * 4 5 * Copyright (c) 2008 Jaswinder Singh Rajput 5 - * 6 - * This file is released under the GPLv2. 7 - * See the file COPYING for more details. 8 6 */ 9 7 10 8 #ifndef _ASM_X86_SYSCALLS_H
+1 -3
include/linux/syscalls.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * syscalls.h - Linux syscall interfaces (non-arch-specific) 3 4 * 4 5 * Copyright (c) 2004 Randy Dunlap 5 6 * Copyright (c) 2004 Open Source Development Labs 6 - * 7 - * This file is released under the GPLv2. 8 - * See the file COPYING for more details. 9 7 */ 10 8 11 9 #ifndef _LINUX_SYSCALLS_H
+1 -3
include/linux/tracepoint.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 #ifndef _LINUX_TRACEPOINT_H 2 3 #define _LINUX_TRACEPOINT_H 3 4 ··· 10 9 * Copyright (C) 2008-2014 Mathieu Desnoyers <mathieu.desnoyers@efficios.com> 11 10 * 12 11 * Heavily inspired from the Linux Kernel Markers. 13 - * 14 - * This file is released under the GPLv2. 15 - * See the file COPYING for more details. 16 12 */ 17 13 18 14 #include <linux/smp.h>