README.OpenSource中License 字段修正

Signed-off-by: zhenghui <zhenghui25@huawei.com>
This commit is contained in:
zhenghui
2024-11-06 14:22:23 +08:00
parent e18e3516af
commit f8f5a6013d
+2 -2
View File
@@ -1,10 +1,10 @@
[
{
"Name": "PCRE2",
"License": "BSD 3-Clause License",
"License": "BSD 3-Clause License WITH pcre2 exception",
"License File": "pcre2/LICENSE",
"Version Number": "pcre2-10.42",
"Owner": "jiangxiaofeng8@huawei.com",
"Owner": "maliang34@huawei.com",
"Upstream URL": "https://github.com/PhilipHazel/pcre2.git",
"Description": "pcre2 is a re_working of the original PCRE1 library to provide an entirely new API."
}