From 5500d13dd5260c95a97208c4a617ed5391d4f799 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 30 Oct 2005 12:58:41 +0000 Subject: [PATCH] Patches go to trac now git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2828 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/commands/plugin.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/railties/lib/commands/plugin.rb b/railties/lib/commands/plugin.rb index 8dc569387b..627bd9f9fb 100644 --- a/railties/lib/commands/plugin.rb +++ b/railties/lib/commands/plugin.rb @@ -40,10 +40,8 @@ # plugin is pulled via `svn checkout` or `svn export` but looks # exactly the same. # -# This is Free Software, copyright 2005 by Ryan Tomayko and is licensed -# MIT: (http://www.opensource.org/licenses/mit-license.php) -# -# Send patches to rtomayko@gmail.com +# This is Free Software, copyright 2005 by Ryan Tomayko (rtomayko@gmail.com) +# and is licensed MIT: (http://www.opensource.org/licenses/mit-license.php) $verbose = false `svn --version`