From b3bfe13e6c6086719a989c5cae2d84a58ca572d7 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 24 Feb 2005 02:07:02 +0000 Subject: [PATCH] Updated the license (still referered to the old ruby one) git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@785 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/README | 2 +- activerecord/README | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/actionpack/README b/actionpack/README index a79cdef953..5d928dfa70 100755 --- a/actionpack/README +++ b/actionpack/README @@ -430,7 +430,7 @@ from its distribution directory. == License -Action Pack is released under the same license as Ruby. +Action Pack is released under the MIT license. == Support diff --git a/activerecord/README b/activerecord/README index 52af8c8aca..8b2f255a09 100755 --- a/activerecord/README +++ b/activerecord/README @@ -344,7 +344,7 @@ from its distribution directory. == License -Active Record is released under the same license as Ruby. +Active Record is released under the MIT license. == Support