Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/no-carrier.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2015-05-18 08:39:49 +0300
committerChris Rebert <github@rebertia.com>2015-05-18 08:39:49 +0300
commit8321832de4301d809cadb5dfe9431f164caca1d4 (patch)
treea4fb9c16e353df26075c296cc59401966058217b
parent8bff27c30cccfa702f0907d6dc428fba722f95ca (diff)
README: Add License section
[ci skip]
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index d305c39..12e068c 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,9 @@ NO CARRIER accepts exactly 5 command line arguments. Once you've built the JAR,
* `label`: Name of label used on the repo's GitHub issue tracker to indicate that the issue is blocked waiting for a reply from a user (typically the issue's original poster).
* `days`: Integer number of days. If at least this number of days elapses after an issue has been labeled without any new comment being posted, NO CARRIER will close the issue and post an explanatory comment.
+## License
+NO CARRIER is licensed under the [MIT License](https://github.com/twbs/no-carrier/blob/master/LICENSE.txt).
+
## Acknowledgments
We all stand on the shoulders of giants and get by with a little help from our friends. NO CARRIER is written in [Scala](http://www.scala-lang.org) and built on top of:
* [jcabi-github](https://github.com/jcabi/jcabi-github), for working with [the GitHub API](https://developer.github.com/v3/)