[Lldb-commits] [lldb] r360822 - Update LLDB license on the LLDB home page to Apache+LLVM.

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Wed May 15 14:58:44 PDT 2019


Author: adrian
Date: Wed May 15 14:58:43 2019
New Revision: 360822

URL: http://llvm.org/viewvc/llvm-project?rev=360822&view=rev
Log:
Update LLDB license on the LLDB home page to Apache+LLVM.

Modified:
    lldb/trunk/docs/index.rst

Modified: lldb/trunk/docs/index.rst
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/docs/index.rst?rev=360822&r1=360821&r2=360822&view=diff
==============================================================================
--- lldb/trunk/docs/index.rst (original)
+++ lldb/trunk/docs/index.rst Wed May 15 14:58:43 2019
@@ -12,9 +12,10 @@ Project, such as the Clang expression pa
 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?
 -------------------




More information about the lldb-commits mailing list