aboutsummaryrefslogtreecommitdiffstats
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
parentf8e89b5c4c287595eec16210bc37789074d1c924 (diff)
downloadrails-2315e96a177502afea1910d2211e90c021e915f0.tar.gz
rails-2315e96a177502afea1910d2211e90c021e915f0.tar.bz2
rails-2315e96a177502afea1910d2211e90c021e915f0.zip
Finished implementation of MIT license linking.
-rw-r--r--README.rdoc4
-rw-r--r--actionpack/README.rdoc4
-rw-r--r--activemodel/README.rdoc4
-rw-r--r--activerecord/README.rdoc4
-rw-r--r--activeresource/README.rdoc4
-rw-r--r--activesupport/README.rdoc4
6 files changed, 18 insertions, 6 deletions
diff --git a/README.rdoc b/README.rdoc
index 8844c74175..dc8805245b 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -73,5 +73,7 @@ to proceed. {Join us}[http://contributors.rubyonrails.org]!
== License
-Ruby on Rails is released under the MIT license.
+Ruby on Rails is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
diff --git a/actionpack/README.rdoc b/actionpack/README.rdoc
index 95301c21ee..fc36423f83 100644
--- a/actionpack/README.rdoc
+++ b/actionpack/README.rdoc
@@ -327,7 +327,9 @@ Source code can be downloaded as part of the Rails project on GitHub
== License
-Action Pack is released under the MIT license.
+Action Pack is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
== Support
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
diff --git a/activerecord/README.rdoc b/activerecord/README.rdoc
index 70922ef864..6f9f63ceee 100644
--- a/activerecord/README.rdoc
+++ b/activerecord/README.rdoc
@@ -208,7 +208,9 @@ Source code can be downloaded as part of the Rails project on GitHub
== License
-Active Record is released under the MIT license.
+Active Record is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
== Support
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
diff --git a/activesupport/README.rdoc b/activesupport/README.rdoc
index 1ab8e00608..ed688ecc59 100644
--- a/activesupport/README.rdoc
+++ b/activesupport/README.rdoc
@@ -19,7 +19,9 @@ Source code can be downloaded as part of the Rails project on GitHub
== License
-Active Support is released under the MIT license.
+Active Support is released under the MIT license:
+
+* http://www.opensource.org/licenses/MIT
== Support