From 57922f887731afc1b6cae9b441f9161558696ff3 Mon Sep 17 00:00:00 2001 From: hw-wLiu Date: Tue, 10 Dec 2024 09:43:06 +0800 Subject: [PATCH] modify license Signed-off-by: hw-wLiu --- bundle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index ad919ee..8322059 100644 --- a/bundle.json +++ b/bundle.json @@ -2,7 +2,7 @@ "name": "@ohos/re2", "description": "RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.", "version": "3.1", - "license": "BSD 3-Clause", + "license": "BSD-3-Clause", "publishAs": "code-segment", "segment": { "destPath": "third_party/re2" -- Gitee