aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-10-16 01:40:03 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-10-16 01:40:03 +0000
commit5e5c332c3ea906750c339c4776a60ec5aa18b0af (patch)
tree76d520200e1967f18657bcabff7a5f2c0b27854e /actionmailer/CHANGELOG
parent67e900c0f48a0582f7aaf37746ea885b38ded471 (diff)
downloadrails-5e5c332c3ea906750c339c4776a60ec5aa18b0af.tar.gz
rails-5e5c332c3ea906750c339c4776a60ec5aa18b0af.tar.bz2
rails-5e5c332c3ea906750c339c4776a60ec5aa18b0af.zip
Minero Aoki made TMail available to Rails/ActionMailer under the MIT license (instead of LGPL) [RubyConf 2005]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2634 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 136adcd744..d39ce1f571 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Minero Aoki made TMail available to Rails/ActionMailer under the MIT license (instead of LGPL) [RubyConf '05]
+
* Austin Ziegler made Text::Simple available to Rails/ActionMailer under a MIT-like licens [See rails ML, subject "Text::Format Licence Exception" on Oct 15, 2005]
* Fix vendor require paths to prevent files being required twice