diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-01 00:47:18 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-01 00:47:18 +0000 |
commit | ab558ee331c9b5eeda3defacb1f0295d9eeaac6b (patch) | |
tree | 7ae3e401cd3a4d4abaae72078a73899eb9f09169 /app | |
parent | 4ce8f90c032941b6f16e69efa2d93ccfa82942d9 (diff) | |
download | redmine-ab558ee331c9b5eeda3defacb1f0295d9eeaac6b.tar.gz redmine-ab558ee331c9b5eeda3defacb1f0295d9eeaac6b.zip |
remove trailing white-spaces from app/helpers/welcome_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6942 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/helpers/welcome_helper.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/helpers/welcome_helper.rb b/app/helpers/welcome_helper.rb index 753e1f127..0fa0f5b09 100644 --- a/app/helpers/welcome_helper.rb +++ b/app/helpers/welcome_helper.rb @@ -1,16 +1,16 @@ -# redMine - project management software -# Copyright (C) 2006 Jean-Philippe Lang +# Redmine - project management software +# Copyright (C) 2006-2011 Jean-Philippe Lang # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |