]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - samples/bpf/tc_l2_redirect.sh
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / samples / bpf / tc_l2_redirect.sh
index 80a05591a140322e3e63d94ca510a45af72cb8d2..37d95ef3c20fe1f7d0945924658521d132111519 100755 (executable)
@@ -1,4 +1,5 @@
 #!/bin/bash
+# SPDX-License-Identifier: GPL-2.0
 
 [[ -z $TC ]] && TC='tc'
 [[ -z $IP ]] && IP='ip'