summaryrefslogtreecommitdiffstats
path: root/app/helpers/issue_categories_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-31 08:44:19 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-08-31 08:44:19 +0000
commit9582617e64fbd06516c0deab803c3c3b976b0287 (patch)
treed03645e470f3ade4352d56db1ca0314f8201dc8f /app/helpers/issue_categories_helper.rb
parent01456d66a2871a9363ccb1d644199ae78f1a6dd2 (diff)
downloadredmine-9582617e64fbd06516c0deab803c3c3b976b0287.tar.gz
redmine-9582617e64fbd06516c0deab803c3c3b976b0287.zip
remove trailing white-spaces from app/helpers/issue_categories_helper.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6870 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/helpers/issue_categories_helper.rb')
-rw-r--r--app/helpers/issue_categories_helper.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/helpers/issue_categories_helper.rb b/app/helpers/issue_categories_helper.rb
index 0109e7fae..5da4c705a 100644
--- a/app/helpers/issue_categories_helper.rb
+++ b/app/helpers/issue_categories_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.