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 481

Based on 1 normalized pattern(s):

use of this source code is governed by the gplv2 license

extracted by the scancode license scanner the SPDX license identifier

GPL-2.0-only

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

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Enrico Weigelt <info@metux.net>
Reviewed-by: Allison Randal <allison@lohutok.net>
Cc: linux-spdx@vger.kernel.org
Link: https://lkml.kernel.org/r/20190604081204.507272547@linutronix.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
e500db3f b15f321b

+2 -2
+1 -1
tools/testing/selftests/kselftest_harness.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 2 3 * Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 3 - * Use of this source code is governed by the GPLv2 license. 4 4 * 5 5 * kselftest_harness.h: simple C unit test helper. 6 6 *
+1 -1
tools/testing/selftests/seccomp/seccomp_bpf.c
··· 1 + // SPDX-License-Identifier: GPL-2.0-only 1 2 /* 2 3 * Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 3 - * Use of this source code is governed by the GPLv2 license. 4 4 * 5 5 * Test code for seccomp bpf. 6 6 */