diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-25 19:33:33 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2011-12-25 19:33:33 +0530 |
commit | 54e522a38827b7b78968237a762334f94c20f7d7 (patch) | |
tree | 73771abe79e954495753e2c875f6e063bac77482 /activesupport | |
parent | ebddca18bb16c4d9bda4db72b5154a23f459b7c8 (diff) | |
parent | 2d1cbd02b4600625dc5db6b70ab003127a8b5559 (diff) | |
download | rails-54e522a38827b7b78968237a762334f94c20f7d7.tar.gz rails-54e522a38827b7b78968237a762334f94c20f7d7.tar.bz2 rails-54e522a38827b7b78968237a762334f94c20f7d7.zip |
Merge branch 'master' of github.com:lifo/docrails
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/README.rdoc | 4 |
1 files changed, 3 insertions, 1 deletions
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 |