From adb51a1a4ce9b9560a2a714665a506d925a2fbbd Mon Sep 17 00:00:00 2001 From: zhanghaibo Date: Mon, 27 Feb 2023 20:25:02 +0800 Subject: [PATCH] add notice Signed-off-by: zhanghaibo --- BUILD.gn | 4 ++++ README.OpenSource | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 479d3f19..801cdde1 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -36,6 +36,7 @@ ohos_static_library("libelf_static") { deps = [ "//third_party/zlib:libz" ] + license_file = "COPYING-LGPLV3" subsystem_name = "thirdparty" part_name = "elfutils" } @@ -51,6 +52,7 @@ ohos_shared_library("libelf") { "system", "updater", ] + license_file = "COPYING-LGPLV3" } # Build libdw @@ -78,6 +80,7 @@ ohos_static_library("libdw_static") { deps = [ ":libelf_static" ] + license_file = "COPYING-LGPLV3" subsystem_name = "thirdparty" part_name = "elfutils" } @@ -93,4 +96,5 @@ ohos_shared_library("libdw") { "system", "updater", ] + license_file = "COPYING-LGPLV3" } diff --git a/README.OpenSource b/README.OpenSource index 836eefcb..b70c5c73 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -1,8 +1,8 @@ [ { "Name": "elfutils", - "License": "LGPL V3.0/GPL V2.0/GPL V3.0", - "License File": "COPYING", + "License": "LGPL V3.0", + "License File": "COPYING-LGPLV3", "Version Number": "v0.185", "Owner": "zhanghaibo0@huawei.com", "Upstream URL": "https://sourceware.org/elfutils/", -- Gitee