From d971be5f23280e16718966226a4b021d89d106ff Mon Sep 17 00:00:00 2001 From: Chenshi Date: Wed, 23 Nov 2022 06:37:49 +0000 Subject: [PATCH] update bundle.json. Signed-off-by: Chenshi --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index a60065e..665a08f 100644 --- a/bundle.json +++ b/bundle.json @@ -2,14 +2,14 @@ "name": "@ohos/libbpf", "description": "Libbpf is a set of tools for building BPF applications", "version": "Release_0.7.0", - "license": "BSD-2-Clause License", + "license": "BSD-2-Clause", "publishAs": "code-segment", "segment": { "destPath": "third_party/libbpf" }, "dirs": {}, "scripts": {}, - "licensePath": "LICENSE", + "licensePath": "LICENSE.BSD-2-Clause", "component": { "name": "libbpf", "subsystem": "thirdparty", -- Gitee