summaryrefslogtreecommitdiffstats
path: root/app/helpers/boards_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-31 07:02:02 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-31 07:02:02 +0000
commit54fc5966c693473c92734f63f63b62e4560105c3 (patch)
tree57ea23bcfd17c7f760109a32af0e86ac1caa9cba /app/helpers/boards_helper.rb
parentd194b7dfbef8bc9469b75d3908d0e1274ad8d7a9 (diff)
downloadredmine-54fc5966c693473c92734f63f63b62e4560105c3.tar.gz
redmine-54fc5966c693473c92734f63f63b62e4560105c3.zip
remove trailing white-spaces from app/helpers/boards_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6852 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/boards_helper.rb')
-rw-r--r--app/helpers/boards_helper.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/helpers/boards_helper.rb b/app/helpers/boards_helper.rb
index 3719e0fe8..9a557cfa3 100644
--- a/app/helpers/boards_helper.rb
+++ b/app/helpers/boards_helper.rb
@@ -1,16 +1,16 @@
-# redMine - project management software
-# Copyright (C) 2006-2007 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.