This is an automated email from the ASF dual-hosted git repository.

dinglei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 2faaa1f  fix(doc): update notice and open statistic label (#220)
2faaa1f is described below

commit 2faaa1fb430c2d4b6b84b3f11d1bb3c9ebc6d1db
Author: dinglei <[email protected]>
AuthorDate: Wed Jan 8 11:23:47 2020 +0800

    fix(doc): update notice and open statistic label (#220)
    
    * fix(doc): update notice and open statistic label
    
    * fix(doc): update notice and open statistic label
    
    * fix(doc): update notice and open statistic label
    
    * fix(doc): update notice and open statistic label
---
 NOTICE    | 2 +-
 README.md | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/NOTICE b/NOTICE
index 85e2dc3..65ebdd0 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache RocketMQ
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index aef6ad7..9c337a4 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,10 @@
 
[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)
 
[![TravisCI](https://travis-ci.org/apache/rocketmq-client-cpp.svg)](https://travis-ci.org/apache/rocketmq-client-cpp)
 
[![CodeCov](https://codecov.io/gh/apache/rocketmq-client-cpp/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/rocketmq-client-cpp)
+[![GitHub 
release](https://img.shields.io/badge/release-download-default.svg)](https://github.com/apache/rocketmq-client-cpp/releases)
+[![Average time to resolve an 
issue](http://isitmaintained.com/badge/resolution/apache/rocketmq-client-cpp.svg)](http://isitmaintained.com/project/apache/rocketmq-client-cpp
 "Average time to resolve an issue")
+[![Percentage of issues still 
open](http://isitmaintained.com/badge/open/apache/rocketmq-client-cpp.svg)](http://isitmaintained.com/project/apache/rocketmq-client-cpp
 "Percentage of issues still open")
+![Twitter 
Follow](https://img.shields.io/twitter/follow/ApacheRocketMQ?style=social)
 
 RocketMQ-Client-CPP is the C/C++ client of Apache RocketMQ, a distributed 
messaging and streaming platform with low latency, high performance and 
reliability, trillion-level capacity and flexible scalability.
 

Reply via email to