From f8f5a6013deb6b5da435e5b1a488a691b715d5be Mon Sep 17 00:00:00 2001 From: zhenghui Date: Wed, 6 Nov 2024 14:22:23 +0800 Subject: [PATCH] =?UTF-8?q?README.OpenSource=E4=B8=ADLicense=20=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhenghui --- README.OpenSource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 5192c42..878715d 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -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." } -- Gitee