aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/lib/commands/plugin.rb6
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`