kernel/tools/testing/selftests/pstore/pstore_post_reboot_tests
.. .. @@ -1,11 +1,11 @@ 1 1 #!/bin/sh 2 +# SPDX-License-Identifier: GPL-2.0-only2 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