]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - samples/bpf/run_cookie_uid_helper_example.sh
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / samples / bpf / run_cookie_uid_helper_example.sh
index f898cfa2b1aa52f71a65db469450d4d001b08b2c..fc6bc0451ab45dc7081d153ac1a4b2f579141940 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 local_dir="$(pwd)"
 root_dir=$local_dir/../..
 mnt_dir=$(mktemp -d --tmp)