diff options
author | laofo <laofo521@gmail.com> | 2014-03-28 00:34:12 +0800 |
---|---|---|
committer | laofo <laofo521@gmail.com> | 2014-03-28 00:34:12 +0800 |
commit | 7524aeab638cf6645deab1ae9215cc95d1e8174b (patch) | |
tree | b6a86fd3bcc146f1f676e9712965a24f406a5e95 /README.md | |
parent | 743593f7910d35f46cc18f06de12e59afa36fb65 (diff) | |
download | gitea-7524aeab638cf6645deab1ae9215cc95d1e8174b.tar.gz gitea-7524aeab638cf6645deab1ae9215cc95d1e8174b.zip |
add the license section under the README.md file
It's very clear if we add the license type in the README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -58,3 +58,8 @@ There are two ways to install Gogs: ## Contributors This project was launched by [Unknown](https://github.com/Unknwon) and [lunny](https://github.com/lunny); [fuxiaohei](https://github.com/fuxiaohei) and [slene](https://github.com/slene) joined the team soon after. See [contributors page](https://github.com/gogits/gogs/graphs/contributors) for full list of contributors. + +## License + +Gogs is under the MIT License. +See the [LICENSE file](https://github.com/gogits/gogs/blob/master/LICENSE) for the full license text. |