!4 新增notice

Merge pull request !4 from zhanghaibo/master
This commit is contained in:
openharmony_ci
2023-02-27 12:39:26 +00:00
committed by Gitee
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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"
}
+2 -2
View File
@@ -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/",