From 8b92bb359eb4e812bacbadca5df36d3212d8f391 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 15 May 2019 21:58:43 +0000 Subject: [PATCH] Update LLDB license on the LLDB home page to Apache+LLVM. llvm-svn: 360822 --- lldb/docs/index.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lldb/docs/index.rst b/lldb/docs/index.rst index 1a63451..9824e85 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 `__, -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? ------------------- -- 2.7.4