diff options
author | Daniel Malea <daniel.malea@gmail.com> | 2013-10-11 17:13:07 +0000 |
---|---|---|
committer | Daniel Malea <daniel.malea@gmail.com> | 2013-10-11 17:13:07 +0000 |
commit | e33c4ba05cb5059d71f0d825e6e3be211ac77be9 (patch) | |
tree | 8163b24a518b23e7c85cf2e1630e85c072f275c7 /lldb/utils/lui/sandbox.py | |
parent | 569e9b56a833a8f89dfe79fa8f0c63928f754c3b (diff) | |
download | bcm5719-llvm-e33c4ba05cb5059d71f0d825e6e3be211ac77be9.tar.gz bcm5719-llvm-e33c4ba05cb5059d71f0d825e6e3be211ac77be9.zip |
Add LLVM license headers to lldb ui frontend
llvm-svn: 192466
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 |