License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / lib / prime_numbers.sh
index da4cbcd766f5bc83c4ef5a4085e073d668daa4af..b363994e5e11aa52c9925488e3f40a85f49bbeae 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
 # Checks fast/slow prime_number generation for inconsistencies
 
 if ! /sbin/modprobe -q -r prime_numbers; then