aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/README.rdoc
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 /activemodel/README.rdoc
parentf8e89b5c4c287595eec16210bc37789074d1c924 (diff)
downloadrails-2315e96a177502afea1910d2211e90c021e915f0.tar.gz
rails-2315e96a177502afea1910d2211e90c021e915f0.tar.bz2
rails-2315e96a177502afea1910d2211e90c021e915f0.zip
Finished implementation of MIT license linking.
Diffstat (limited to 'activemodel/README.rdoc')
-rw-r--r--activemodel/README.rdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/activemodel/README.rdoc b/activemodel/README.rdoc
index 67701bc422..9208145507 100644
--- a/activemodel/README.rdoc
+++ b/activemodel/README.rdoc
@@ -197,7 +197,9 @@ Source code can be downloaded as part of the Rails project on GitHub
== License
-Active Model is released under the MIT license.
+Active Model is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
== Support