summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2019-05-15 21:58:43 +0000
committerAdrian Prantl <aprantl@apple.com>2019-05-15 21:58:43 +0000
commit8b92bb359eb4e812bacbadca5df36d3212d8f391 (patch)
treee9a1a57a41669b69d85e3b004d18b86df1315e3c /lldb
parent0d11505c739143190adab5ae8789cb715898d3c0 (diff)
downloadbcm5719-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.rst7
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?
-------------------
OpenPOWER on IntegriCloud