]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/x86/tools/distill.awk
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/linux.git] / arch / x86 / tools / distill.awk
index c13c0ee48ab421a9a13e9170420dce1fe3e3d796..e0edeccc142921ddeb57ef44c8ef908b4f20f4ef 100644 (file)
@@ -1,4 +1,5 @@
 #!/bin/awk -f
+# SPDX-License-Identifier: GPL-2.0
 # Usage: objdump -d a.out | awk -f distill.awk | ./test_get_len
 # Distills the disassembly as follows:
 # - Removes all lines except the disassembled instructions.