aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource
diff options
context:
space:
mode:
authorKristian Freeman <kristianfreeman@gmail.com>2011-12-23 13:03:21 -0800
committerKristian Freeman <kristianfreeman@gmail.com>2011-12-23 13:03:21 -0800
commit2315e96a177502afea1910d2211e90c021e915f0 (patch)
tree74a4830c6923b72c927110fede17a2efacd2b219 /activeresource
parentf8e89b5c4c287595eec16210bc37789074d1c924 (diff)
downloadrails-2315e96a177502afea1910d2211e90c021e915f0.tar.gz
rails-2315e96a177502afea1910d2211e90c021e915f0.tar.bz2
rails-2315e96a177502afea1910d2211e90c021e915f0.zip
Finished implementation of MIT license linking.
Diffstat (limited to 'activeresource')
-rw-r--r--activeresource/README.rdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/activeresource/README.rdoc b/activeresource/README.rdoc
index c86289c5fe..8170f29973 100644
--- a/activeresource/README.rdoc
+++ b/activeresource/README.rdoc
@@ -172,7 +172,9 @@ Destruction of a resource can be invoked as a class and instance method of the r
== License
-Active Support is released under the MIT license.
+Active Support is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
== Support