You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2019/04/01 06:59:46 UTC

[incubator-dubbo-spring-boot-project] branch master updated: Add license to README

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

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 4d3a97f  Add license to README
4d3a97f is described below

commit 4d3a97f18893f6d82eaf4bd17c4603e2fbd47d58
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Mon Apr 1 14:59:33 2019 +0800

    Add license to README
---
 README.md    | 5 +++++
 README_CN.md | 6 ++++++
 2 files changed, 11 insertions(+)

diff --git a/README.md b/README.md
index f771882..2de4975 100644
--- a/README.md
+++ b/README.md
@@ -289,3 +289,8 @@ The samples project of Dubbo Spring Boot that includes:
 - [Auto-Configuaration Samples](dubbo-spring-boot-samples/auto-configure-samples)
 - [Externalized Configuration Samples](dubbo-spring-boot-samples/externalized-configuration-samples)
 - [Registry Zookeeper Samples](dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples)
+
+
+## License
+
+Apache Dubbo spring boot project is under the Apache 2.0 license. See the [LICENSE](https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/LICENSE) file for details.
diff --git a/README_CN.md b/README_CN.md
index 56187de..3a223ff 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -283,3 +283,9 @@ Dubbo Spring Boot 示例工程包括:
 - [自动装配](dubbo-spring-boot-samples/auto-configure-samples)
 - [外部化配置](dubbo-spring-boot-samples/externalized-configuration-samples)
 - [Zookeeper 注册中心](dubbo-spring-boot-samples/dubbo-registry-zookeeper-samples)
+
+
+## License
+
+Apache Dubbo spring boot project 基于Apache 2.0许可证开源,详细请参考[LICENSE](https://github.com/apache/incubator-dubbo-spring-boot-project/blob/master/LICENSE)。
+