From 1b26db3605a50b362e0dd0eef8e4ec50eeb7a189 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Fri, 17 Mar 2017 14:34:46 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ README_zh.md | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f762a63..027e5b3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ This is a work in progress. - [Examples](#examples) - [Future](#future) - [Contributors](#contributors) +- [License](license) ## Docs - [API Document](https://github.com/go-vgo/robotgo/blob/master/docs/doc.md)     @@ -236,3 +237,9 @@ func main() { - See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors. - See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md). + +## License + +Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). + +See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE). diff --git a/README_zh.md b/README_zh.md index 277c205..a12b433 100644 --- a/README_zh.md +++ b/README_zh.md @@ -21,6 +21,7 @@ RobotGo 支持 Mac, Windows, and Linux(X11). - [Examples](#examples) - [Future](#future) - [Contributors](#contributors) +- [License](license) ## Docs - [中文文档](https://github.com/go-vgo/robotgo/blob/master/docs/doc_zh.md)    @@ -229,4 +230,10 @@ func main() { ## Contributors - See [contributors page](https://github.com/go-vgo/robotgo/graphs/contributors) for full list of contributors. -- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md). \ No newline at end of file +- See [Contribution Guidelines](https://github.com/go-vgo/robotgo/blob/master/CONTRIBUTING.md). + +## License + +Robotgo is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). + +See [LICENSE-APACHE](http://www.apache.org/licenses/LICENSE-2.0), [LICENSE-MIT](https://github.com/go-vgo/robotgo/blob/master/LICENSE). \ No newline at end of file