diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-30 12:58:41 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-10-30 12:58:41 +0000 |
commit | 5500d13dd5260c95a97208c4a617ed5391d4f799 (patch) | |
tree | 6902ab5ecbdb9bc33f44f80cb4bef12af1a051f1 /railties/lib | |
parent | 749b027ef0ec11b95ab49cd46b47faa9dca936cf (diff) | |
download | rails-5500d13dd5260c95a97208c4a617ed5391d4f799.tar.gz rails-5500d13dd5260c95a97208c4a617ed5391d4f799.tar.bz2 rails-5500d13dd5260c95a97208c4a617ed5391d4f799.zip |
Patches go to trac now
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2828 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/commands/plugin.rb | 6 |
1 files 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` |