From 4907f46742affe679b06d786a4cb4d5f01c47610 Mon Sep 17 00:00:00 2001 From: Kristian Freeman Date: Thu, 22 Dec 2011 21:12:08 -0800 Subject: [PATCH] Added link to MIT license. Would love commentary on whether this seems appropriate. --- railties/README.rdoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/railties/README.rdoc b/railties/README.rdoc index ae40600401a..6248b5feeda 100644 --- a/railties/README.rdoc +++ b/railties/README.rdoc @@ -21,7 +21,9 @@ Source code can be downloaded as part of the Rails project on GitHub == License -Railties is released under the MIT license. +Railties is released under the MIT license: + +* http://www.opensource.org/licenses/MIT == Support