!11 更新选择的license

Merge pull request !11 from Chenshi/master
This commit is contained in:
openharmony_ci 2022-11-23 06:14:44 +00:00 committed by Gitee
commit 0ff1af63ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 3 deletions

View File

@ -96,5 +96,6 @@ ohos_shared_library("libbpf") {
subsystem_name = "developtools"
part_name = "profiler"
install_enable = true
license_file = "LICENSE.BSD-2-Clause"
}

View File

@ -1,8 +1,8 @@
[
{
"Name": "libbpf",
"License": "LGPL-2.1 OR BSD-2-Clause",
"License File": "LICENSE",
"License": "BSD-2-Clause",
"License File": "LICENSE.BSD-2-Clause",
"Version Number": "0.7",
"Owner": "xiazhonglin@huawei.com",
"Upstream URL": "https://github.com/libbpf/libbpf",

View File

@ -2,7 +2,7 @@
"name": "@ohos/libbpf",
"description": "Libbpf is a set of tools for building BPF applications",
"version": "Release_0.7.0",
"license": "LGPL-2.1 OR BSD-2-Clause License",
"license": "BSD-2-Clause License",
"publishAs": "code-segment",
"segment": {
"destPath": "third_party/libbpf"