From 7a6deef674111a8614abf061721c8344b3b49589 Mon Sep 17 00:00:00 2001 From: quxiu Date: Thu, 4 Dec 2025 19:47:01 +0800 Subject: [PATCH] libabigail update license desc Signed-off-by: quxiu --- LICENSE.txt | 6 +++++- README.OpenSource | 2 +- README_OpenHarmony.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index f9dc5061..d92b3777 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,3 +1,7 @@ +============================================================================== +The LLVM Project is under the Apache License v2.0 with LLVM Exceptions: +============================================================================== + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -201,7 +205,7 @@ limitations under the License. ---- LLVM Exceptions to the Apache 2.0 License ---- +---- LLVM Exceptions to the Apache 2.0 License ---- As an exception, if, as a result of your compiling your source code, portions of this Software are embedded into an Object form of such source code, you diff --git a/README.OpenSource b/README.OpenSource index 3a620d93..0764d118 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,7 +1,7 @@ [ { "Name": "libabigail", - "License": "Apache License 2.0", + "License": "Apache 2.0 with LLVM exception", "License File": "LICENSE.txt", "Version Number": "2.8", "Owner": "zhanghaibo0@huawei.com", diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md index de9cbc6e..83c4c6c1 100644 --- a/README_OpenHarmony.md +++ b/README_OpenHarmony.md @@ -53,6 +53,6 @@ deps += [ "//third_party/libabigail:libabigail-tools_host_toolchain" ] ## License -`Apache License V2.0` +`Apache 2.0 with LLVM exception` ‍