aboutsummaryrefslogtreecommitdiffstats
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 384cc74451..76fe730294 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).