Chris Lattner | bc2e491 | 2010-06-08 16:46:22 +0000 | [diff] [blame] | 1 | University of Illinois/NCSA |
| 2 | Open Source License |
| 3 | |
| 4 | Copyright (c) 2010 Apple Inc. |
| 5 | All rights reserved. |
| 6 | |
| 7 | Developed by: |
| 8 | |
| 9 | LLDB Team |
| 10 | |
| 11 | http://lldb.llvm.org/ |
| 12 | |
| 13 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 14 | this software and associated documentation files (the "Software"), to deal with |
| 15 | the Software without restriction, including without limitation the rights to |
| 16 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 17 | of the Software, and to permit persons to whom the Software is furnished to do |
| 18 | so, 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 | |
| 31 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 32 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
| 33 | FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 34 | CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 35 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 36 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE |
| 37 | SOFTWARE. |
Chris Lattner | 2714c1a | 2010-06-09 03:55:24 +0000 | [diff] [blame] | 38 | |