summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThe Bundler Bot <bot@bundler.io>2018-03-31 06:52:09 +0000
committerThe Bundler Bot <bot@bundler.io>2018-03-31 06:52:09 +0000
commit257fb54da0003c3a67f6e7b3b5a242a4ba9c45cb (patch)
tree45db344b7b9f80ae2e5a507f84b23a9e63978480
parent8b8b9634648e9c2c58c0a97ed583f174dbcad111 (diff)
parentf7aa6f7b58f03e193c564176bd16d84e51b77854 (diff)
downloadbundler-257fb54da0003c3a67f6e7b3b5a242a4ba9c45cb.tar.gz
Auto merge of #6467 - bundler:rubymorillo-patch-3, r=colby-swandale
Added license info to main README Thought about doing this for a while but completely forgot about it. Added a link out to the MIT license from the bottom of the README. (Since it's considered a general best practice for info to be included in a README, and want to make sure the README is as complete as possible.)
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index dee020f340..3e00dfd24a 100644
--- a/README.md
+++ b/README.md
@@ -58,3 +58,7 @@ While some Bundler contributors are compensated by Ruby Together, the project ma
### Code of Conduct
Everyone interacting in the Bundler project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [Bundler code of conduct](https://github.com/bundler/bundler/blob/master/CODE_OF_CONDUCT.md).
+
+### License
+
+[MIT License](https://github.com/bundler/bundler/blob/master/LICENSE.md)