diff --git a/BUILD.gn b/BUILD.gn index 479d3f193916cc3f769d420a9ab024537d37ed4d..801cdde145c6578428e9abbb335916acaff2419b 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 836eefcb5018d5a3e9980914087f0b9fc7b62eb0..b70c5c736fa96e702a4c9bccf9cd779b85544bd8 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/",