diff options
Diffstat (limited to 'scripts/objdump')
-rwxr-xr-x | scripts/objdump | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/objdump b/scripts/objdump index ff055697..3090d383 100755 --- a/scripts/objdump +++ b/scripts/objdump @@ -1,5 +1,14 @@ #!/usr/bin/python +# ===-- objdump -----------------------------------------------------------===## +# +# The KLEE Symbolic Virtual Machine +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +# ===----------------------------------------------------------------------===## + """ An objdump wrapper for use with klee & kcachegrind. |