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 232

Based on 1 normalized pattern(s):

licensed under the gnu general public license version 2 0 gplv2

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: Alexios Zavras <alexios.zavras@intel.com>
Reviewed-by: Allison Randal <allison@lohutok.net>
Reviewed-by: Enrico Weigelt <info@metux.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190602204653.630925848@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
a7d7a392 b6a3d1b7

+3 -3
+1 -1
tools/bpf/bpf_asm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Minimal BPF assembler 3 4 * ··· 17 16 * pretty print a C-like construct. 18 17 * 19 18 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com> 20 - * Licensed under the GNU General Public License, version 2.0 (GPLv2) 21 19 */ 22 20 23 21 #include <stdbool.h>
+1 -1
tools/bpf/bpf_dbg.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Minimal BPF debugger 3 4 * ··· 29 28 * 7) > step [-<n>, +<n>] (performs single stepping through the BPF) 30 29 * 31 30 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com> 32 - * Licensed under the GNU General Public License, version 2.0 (GPLv2) 33 31 */ 34 32 35 33 #include <stdio.h>
+1 -1
tools/bpf/bpf_jit_disasm.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Minimal BPF JIT image disassembler 3 4 * ··· 12 11 * 3) Run e.g. `bpf_jit_disasm -o` to read out the last JIT code 13 12 * 14 13 * Copyright 2013 Daniel Borkmann <borkmann@redhat.com> 15 - * Licensed under the GNU General Public License, version 2.0 (GPLv2) 16 14 */ 17 15 18 16 #include <stdint.h>