aboutsummaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 74476cf85b..9bcddaf80c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -14,6 +14,7 @@ Hoe.spec 'arel' do
developer('Emilio Tagua', 'miloops@gmail.com')
developer('Nick Kallen', 'nick@example.org') # FIXME: need Nick's email
+ self.licenses = ['MIT']
self.readme_file = 'README.markdown'
self.extra_rdoc_files = FileList['README.markdown']
end