From 17da02425e9eae597f11cf1b409cbbb78002875e Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Thu, 22 Dec 2011 21:13:28 -0800 Subject: [PATCH] Added link in MIT license for Action Mailer README. I think this seems appropriate but commentary on this is not a bad idea. --- actionmailer/README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/actionmailer/README.rdoc b/actionmailer/README.rdoc index 5acfff81899..4c2516db596 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