Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilas S. Brown <ssb22@cam.ac.uk>2020-10-09 12:04:07 +0300
committerSilas S. Brown <ssb22@cam.ac.uk>2020-10-09 12:04:27 +0300
commitb7734d97c0c011632367f5e3510916828da1346c (patch)
tree80c1f22d9dc34aa85e406f98b8cccc32ee88e0c3 /readme.zh-cn.md
parentce81bc9edfe773667a7a4454ba81dac72ed4364c (diff)
Remove unnecessary wording from BSD license not needed for MIT license (fixes #528)
Diffstat (limited to 'readme.zh-cn.md')
-rw-r--r--readme.zh-cn.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.zh-cn.md b/readme.zh-cn.md
index ccf16699..216802e1 100644
--- a/readme.zh-cn.md
+++ b/readme.zh-cn.md
@@ -6,7 +6,7 @@
Tencent is pleased to support the open source community by making RapidJSON available.
-Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
+Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip.
* [RapidJSON GitHub](https://github.com/Tencent/rapidjson/)
* RapidJSON 文档
@@ -149,4 +149,4 @@ int main() {
* [prettyauto](https://github.com/Tencent/rapidjson/blob/master/example/prettyauto/prettyauto.cpp): [pretty](https://github.com/Tencent/rapidjson/blob/master/example/pretty/pretty.cpp) 的修改版本,可自动处理任何 UTF 编码的 JSON。
* [parsebyparts](https://github.com/Tencent/rapidjson/blob/master/example/parsebyparts/parsebyparts.cpp): 这例子中的 `AsyncDocumentParser` 类使用 C++ 线程来逐段解析 JSON。
* [filterkey](https://github.com/Tencent/rapidjson/blob/master/example/filterkey/filterkey.cpp): 移取使用者指定的键值的命令行工具。
- * [filterkeydom](https://github.com/Tencent/rapidjson/blob/master/example/filterkey/filterkey.cpp): 如上的工具,但展示如何使用生成器(generator)去填充一个 `Document`。 \ No newline at end of file
+ * [filterkeydom](https://github.com/Tencent/rapidjson/blob/master/example/filterkey/filterkey.cpp): 如上的工具,但展示如何使用生成器(generator)去填充一个 `Document`。