diff options
author | Adrian Prantl <aprantl@apple.com> | 2019-05-15 21:58:43 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2019-05-15 21:58:43 +0000 |
commit | 8b92bb359eb4e812bacbadca5df36d3212d8f391 (patch) | |
tree | e9a1a57a41669b69d85e3b004d18b86df1315e3c /lldb | |
parent | 0d11505c739143190adab5ae8789cb715898d3c0 (diff) | |
download | bcm5719-llvm-8b92bb359eb4e812bacbadca5df36d3212d8f391.tar.gz bcm5719-llvm-8b92bb359eb4e812bacbadca5df36d3212d8f391.zip |
Update LLDB license on the LLDB home page to Apache+LLVM.
llvm-svn: 360822
Diffstat (limited to 'lldb')
-rw-r--r-- | lldb/docs/index.rst | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 1a63451db6f..9824e850e83 100644 --- a/lldb/docs/index.rst +++ b/lldb/docs/index.rst @@ -12,9 +12,10 @@ Project, such as the Clang expression parser and LLVM disassembler. LLDB is the default debugger in Xcode on macOS and supports debugging C, Objective-C and C++ on the desktop and iOS devices and simulator. -All of the code in the LLDB project is available under the standard -`LLVM License <http://llvm.org/docs/DeveloperPolicy.html#copyright-license-and-patents>`__, -an open source "BSD-style" license. +All of the code in the LLDB project is available under the +`"Apache 2.0 License with LLVM exceptions"`_. + +.. _"Apache 2.0 License with LLVM exceptions": http://llvm.org/docs/DeveloperPolicy.html#new-llvm-project-license-framework Why a New Debugger? ------------------- |