License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / tools / testing / selftests / net / run_afpackettests
index 5246e782d6e80699010c6c3af75dd72df02d92fc..21fe149e3de1ea5abaaeee983944929086222751 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/sh
+# SPDX-License-Identifier: GPL-2.0
 
 if [ $(id -u) != 0 ]; then
        echo $msg must be run as root >&2