From 876c20bea9ea0cceb78ad5822dc47b2e21e25d99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=A8=8B?= Date: Mon, 21 Mar 2022 07:28:05 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B7=BB=E5=8A=A0owner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: chencheng31 --- README.OpenSource | 1 + 1 file changed, 1 insertion(+) diff --git a/README.OpenSource b/README.OpenSource index 998459e..e49bfe2 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -4,6 +4,7 @@ "License": "MIT License", "License File": "LICENSE", "Version Number": "00.11.0", + "Owner": " jameslee@huawei.com", "Upstream URL": "https://github.com/open-source-parsers/jsoncpp/archive/00.11.0.tar.gz", "Description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files." } -- Gitee From c8e3beb5d087e5a224732411a8e13c712e85fe24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=A8=8B?= Date: Mon, 21 Mar 2022 08:42:07 +0000 Subject: [PATCH 2/2] update README.OpenSource. Signed-off-by: chencheng31 --- README.OpenSource | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.OpenSource b/README.OpenSource index e49bfe2..7f16ef6 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -4,7 +4,7 @@ "License": "MIT License", "License File": "LICENSE", "Version Number": "00.11.0", - "Owner": " jameslee@huawei.com", + "Owner": "jameslee@huawei.com", "Upstream URL": "https://github.com/open-source-parsers/jsoncpp/archive/00.11.0.tar.gz", "Description": "JsonCpp is a C++ library that allows manipulating JSON values, including serialization and deserialization to and from strings. It can also preserve existing comment in unserialization/serialization steps, making it a convenient format to store user input files." } -- Gitee