diff --git a/LICENSE b/LICENSE index d6456956..8c17493c 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2019 Apache Incubator-Weex Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index 0bbb0a45..7f1ff896 100644 --- a/README.md +++ b/README.md @@ -118,8 +118,8 @@ Once it has been compiled, a browser window will be opened automatically. You ca
- ## Contribution + Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our [Contributing Guide](https://github.com/alibaba/weex-ui/blob/master/CONTRIBUTING.md) before making a pull request. Thank you to all the people who already contributed to Weex Ui! @@ -128,5 +128,5 @@ Thank you to all the people who already contributed to Weex Ui! ## License -* The [MIT License](http://opensource.org/licenses/MIT) +* The [Apache License](https://apache.org/) * Please feel free to use and contribute to the development. diff --git a/README_cn.md b/README_cn.md index 92ae40d9..bc1d32b1 100644 --- a/README_cn.md +++ b/README_cn.md @@ -130,5 +130,5 @@ npm run start ## 协议 -* 遵循 [MIT 协议](http://opensource.org/licenses/MIT) +* 遵循 [Apache 协议](https://apache.org/) * 请自由地享受和参与开源 diff --git a/package.json b/package.json index 7ff42a64..285bc487 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "weex-ui", - "version": "0.6.16", + "version": "0.6.17", "description": "A rich interaction, lightweight, high performance UI library based on Weex", "main": "index.js", "lib": "vue",