From fb8a3d05322f46718fcd3a373060a171a9c3afde Mon Sep 17 00:00:00 2001 From: zhangcan42 Date: Thu, 12 Dec 2024 01:23:30 +0000 Subject: [PATCH] modify license Signed-off-by: zhangcan42 --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 7adb7e5..a3e45f6 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/lz4", "description": "This package provides a streaming interface to LZ4 data streams as well as low level compress and uncompress functions for LZ4 data blocks. The implementation is based on the reference C one.", "version": "3.1", - "license": "BSD 2-Clause", + "license": "BSD-2-Clause", "publishAs": "code-segment", "segment": { "destPath": "third_party/lz4"