aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGasparyan A <becode21@gmail.com>2013-03-05 22:11:51 +0400
committerGasparyan A <becode21@gmail.com>2013-03-05 22:11:51 +0400
commit0ec3a9271f967c9ee063bf8184f06dbbd57a57d1 (patch)
tree34a036ea8003807cb359d822d9c0065fa3e89abf
parent6c2e2ac6c77051c4e1d3e70f197f85df53935e76 (diff)
downloadrails-0ec3a9271f967c9ee063bf8184f06dbbd57a57d1.tar.gz
rails-0ec3a9271f967c9ee063bf8184f06dbbd57a57d1.tar.bz2
rails-0ec3a9271f967c9ee063bf8184f06dbbd57a57d1.zip
Added License block to README.md
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 70b378ff33..89a422d15f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -116,3 +116,7 @@ The `parent_id` column is a foreign key from the `comments` table to itself. Now
# => SELECT * FROM comments INNER JOIN comments AS comments_2 WHERE comments_2.parent_id = comments.id
This will return the first comment's reply's body.
+
+### License
+
+Arel is released under the [MIT License](http://opensource.org/licenses/MIT).