License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / tools / virtio / ringtest / run-on-all.sh
index 29b0d3920bfc412a049b1478a7074869cbd113df..dcc3ea758f48ede0615730b3a3e4ef167e03aae0 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
 
 CPUS_ONLINE=$(lscpu --online -p=cpu|grep -v -e '#')
 #use last CPU for host. Why not the first?