From 0ec3a9271f967c9ee063bf8184f06dbbd57a57d1 Mon Sep 17 00:00:00 2001 From: Gasparyan A Date: Tue, 5 Mar 2013 22:11:51 +0400 Subject: [PATCH] Added License block to README.md --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 70b378ff..89a422d1 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).