1University of Illinois/NCSA
2Open Source License
3
4Copyright (c) 2010 Apple Inc.
5All rights reserved.
6
7Developed by:
8
9    LLDB Team
10
11    http://lldb.llvm.org/
12
13Permission is hereby granted, free of charge, to any person obtaining a copy of
14this software and associated documentation files (the "Software"), to deal with
15the Software without restriction, including without limitation the rights to
16use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
17of the Software, and to permit persons to whom the Software is furnished to do
18so, subject to the following conditions:
19
20    * Redistributions of source code must retain the above copyright notice,
21      this list of conditions and the following disclaimers.
22
23    * Redistributions in binary form must reproduce the above copyright notice,
24      this list of conditions and the following disclaimers in the
25      documentation and/or other materials provided with the distribution.
26
27    * Neither the names of the LLDB Team, copyright holders, nor the names of 
28      its contributors may be used to endorse or promote products derived from 
29      this Software without specific prior written permission.
30
31THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
33FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
34CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
37SOFTWARE.
38
39