about summary refs log tree commit diff homepage
path: root/scripts/genTempFiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/genTempFiles.sh')
-rwxr-xr-xscripts/genTempFiles.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/genTempFiles.sh b/scripts/genTempFiles.sh
index f77cbcea..fa6e435f 100755
--- a/scripts/genTempFiles.sh
+++ b/scripts/genTempFiles.sh
@@ -1,5 +1,14 @@
 #!/bin/bash
 
+# ===-- genTempFiles.sh ---------------------------------------------------===##
+# 
+#                      The KLEE Symbolic Virtual Machine
+# 
+#  This file is distributed under the University of Illinois Open Source
+#  License. See LICENSE.TXT for details.
+# 
+# ===----------------------------------------------------------------------===##
+
 if [ -z "$1" ] ; then
 	echo "No directory given"
 	exit 1