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 363

Based on 1 normalized pattern(s):

released under terms in gpl version 2 see copying

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

has been chosen to replace the boilerplate/reference in 5 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.689962394@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
ddc64d0a 754460a4

+5 -9
+1 -3
include/linux/sunrpc/cache.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * include/linux/sunrpc/cache.h 3 4 * ··· 6 5 * used by sunrpc clients and servers. 7 6 * 8 7 * Copyright (C) 2002 Neil Brown <neilb@cse.unsw.edu.au> 9 - * 10 - * Released under terms in GPL version 2. See COPYING. 11 - * 12 8 */ 13 9 14 10 #ifndef _LINUX_SUNRPC_CACHE_H_
+1 -1
include/net/xdp.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* include/net/xdp.h 2 3 * 3 4 * Copyright (c) 2017 Jesper Dangaard Brouer, Red Hat Inc. 4 - * Released under terms in GPL version 2. See COPYING. 5 5 */ 6 6 #ifndef __LINUX_NET_XDP_H__ 7 7 #define __LINUX_NET_XDP_H__
+1 -1
kernel/bpf/cpumap.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* bpf/cpumap.c 2 3 * 3 4 * Copyright (c) 2017 Jesper Dangaard Brouer, Red Hat Inc. 4 - * Released under terms in GPL version 2. See COPYING. 5 5 */ 6 6 7 7 /* The 'cpumap' is primarily used as a backend map for XDP BPF helper
+1 -1
net/core/xdp.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* net/core/xdp.c 2 3 * 3 4 * Copyright (c) 2017 Jesper Dangaard Brouer, Red Hat Inc. 4 - * Released under terms in GPL version 2. See COPYING. 5 5 */ 6 6 #include <linux/bpf.h> 7 7 #include <linux/filter.h>
+1 -3
net/sunrpc/cache.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * net/sunrpc/cache.c 3 4 * ··· 6 5 * used by sunrpc clients and servers. 7 6 * 8 7 * Copyright (C) 2002 Neil Brown <neilb@cse.unsw.edu.au> 9 - * 10 - * Released under terms in GPL version 2. See COPYING. 11 - * 12 8 */ 13 9 14 10 #include <linux/types.h>