diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/klee-eh-cxx/klee_eh_cxx.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runtime/klee-eh-cxx/klee_eh_cxx.cpp b/runtime/klee-eh-cxx/klee_eh_cxx.cpp index 5dec6050..9d86bef4 100644 --- a/runtime/klee-eh-cxx/klee_eh_cxx.cpp +++ b/runtime/klee-eh-cxx/klee_eh_cxx.cpp @@ -1,3 +1,12 @@ +//===-- klee_eh_cxx.cpp----------------------------------------------------===// +// +// The KLEE Symbolic Virtual Machine +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + #include <cassert> #include <cstdint> #include <cstdio> |