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 472

Based on 1 normalized pattern(s):

released under the terms of the gpl v2

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

authored by

Thomas Gleixner and committed by
Greg Kroah-Hartman
63307d01 714c29cf

+5 -5
+1 -1
tools/testing/selftests/ftrace/ftracetest
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # ftracetest - Ftrace test shell scripts 4 5 # 5 6 # Copyright (C) Hitachi Ltd., 2014 6 7 # Written by Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> 7 8 # 8 - # Released under the terms of the GPL v2. 9 9 10 10 usage() { # errno [message] 11 11 [ ! -z "$2" ] && echo $2
+1 -1
tools/testing/selftests/pstore/common_tests
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # common_tests - Shell script commonly used by pstore test scripts 4 5 # 5 6 # Copyright (C) Hitachi Ltd., 2015 6 7 # Written by Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com> 7 8 # 8 - # Released under the terms of the GPL v2. 9 9 10 10 # Utilities 11 11 errexit() { # message
+1 -1
tools/testing/selftests/pstore/pstore_crash_test
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # pstore_crash_test - Pstore test shell script which causes crash and reboot 4 5 # 5 6 # Copyright (C) Hitachi Ltd., 2015 6 7 # Written by Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com> 7 8 # 8 - # Released under the terms of the GPL v2. 9 9 10 10 # exit if pstore backend is not registered 11 11 . ./common_tests
+1 -1
tools/testing/selftests/pstore/pstore_post_reboot_tests
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # pstore_post_reboot_tests - Check pstore's behavior after crash/reboot 4 5 # 5 6 # Copyright (C) Hitachi Ltd., 2015 6 7 # Written by Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com> 7 8 # 8 - # Released under the terms of the GPL v2. 9 9 10 10 # Kselftest framework requirement - SKIP code is 4. 11 11 ksft_skip=4
+1 -1
tools/testing/selftests/pstore/pstore_tests
··· 1 1 #!/bin/sh 2 + # SPDX-License-Identifier: GPL-2.0-only 2 3 3 4 # pstore_tests - Check pstore's behavior before crash/reboot 4 5 # 5 6 # Copyright (C) Hitachi Ltd., 2015 6 7 # Written by Hiraku Toyooka <hiraku.toyooka.gu@hitachi.com> 7 8 # 8 - # Released under the terms of the GPL v2. 9 9 10 10 . ./common_tests 11 11