Add LLVM license headers to lldb ui frontend

llvm-svn: 192466
This commit is contained in:
Daniel Malea 2013-10-11 17:13:07 +00:00
parent 569e9b56a8
commit e33c4ba05c
10 changed files with 92 additions and 0 deletions

View File

@ -1,3 +1,12 @@
##===-- breakwin.py ------------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
import cui
import curses
import lldb, lldbutil

View File

@ -1,3 +1,12 @@
##===-- commandwin.py ----------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
import cui
import curses
import lldb

View File

@ -1,3 +1,12 @@
##===-- cui.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
import curses.ascii
import threading

View File

@ -1,3 +1,12 @@
##===-- debuggerdriver.py ------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
import lldb
import lldbutil

View File

@ -1,3 +1,12 @@
##===-- eventwin.py ------------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
import cui
import lldb, lldbutil

View File

@ -1,3 +1,12 @@
##===-- lldbutil.py ------------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
"""
This LLDB module contains miscellaneous utilities.
Some of the test suite takes advantage of the utility functions defined here.

View File

@ -1,4 +1,14 @@
#!/usr/bin/env python
##===-- lui.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

View File

@ -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

View File

@ -1,3 +1,12 @@
##===-- sourcewin.py -----------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
import cui
import curses
import lldb, lldbutil

View File

@ -1,3 +1,12 @@
##===-- statuswin.py -----------------------------------------*- Python -*-===##
##
## The LLVM Compiler Infrastructure
##
## This file is distributed under the University of Illinois Open Source
## License. See LICENSE.TXT for details.
##
##===----------------------------------------------------------------------===##
import lldb, lldbutil
import cui
import curses