diff options
author | Kristian Freeman <kristianfreeman@gmail.com> | 2011-12-22 21:13:28 -0800 |
---|---|---|
committer | Kristian Freeman <kristianfreeman@gmail.com> | 2011-12-22 21:13:28 -0800 |
commit | 17da02425e9eae597f11cf1b409cbbb78002875e (patch) | |
tree | 3eb6713a5174c9d3da8a75808950ee72f31f14ca /actionmailer | |
parent | 4907f46742affe679b06d786a4cb4d5f01c47610 (diff) | |
download | rails-17da02425e9eae597f11cf1b409cbbb78002875e.tar.gz rails-17da02425e9eae597f11cf1b409cbbb78002875e.tar.bz2 rails-17da02425e9eae597f11cf1b409cbbb78002875e.zip |
Added link in MIT license for Action Mailer README. I think this seems appropriate but commentary on this is not a bad idea.
Diffstat (limited to 'actionmailer')
-rw-r--r-- | actionmailer/README.rdoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 5acfff8189..4c2516db59 100644 --- a/actionmailer/README.rdoc +++ b/actionmailer/README.rdoc @@ -148,7 +148,9 @@ Source code can be downloaded as part of the Rails project on GitHub == License -Action Mailer is released under the MIT license. +Action Mailer is released under the MIT license: + +* http://www.opensource.org/licenses/MIT == Support |