diff options
Diffstat (limited to 'lldb/utils/lui/sandbox.py')
-rwxr-xr-x | lldb/utils/lui/sandbox.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lldb/utils/lui/sandbox.py b/lldb/utils/lui/sandbox.py index 0ac3093768e..09ee4cec9ea 100755 --- a/lldb/utils/lui/sandbox.py +++ b/lldb/utils/lui/sandbox.py @@ -1,4 +1,14 @@ #!/usr/bin/env python +##===-- sandbox.py -------------------------------------------*- Python -*-===## +## +## The LLVM Compiler Infrastructure +## +## This file is distributed under the University of Illinois Open Source +## License. See LICENSE.TXT for details. +## +##===----------------------------------------------------------------------===## + + import curses |