summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-06-08 01:20:44 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-06-08 01:20:44 +0000
commit0d85f269768864423e7dd553452eb98914a0c673 (patch)
tree230daa4797641df3c9ac63d96d8cd06b8dd03c54 /lib
parentee2236f5bdc07085b2a723e0edf8e46e4d7c6ca2 (diff)
downloadredmine-0d85f269768864423e7dd553452eb98914a0c673.tar.gz
redmine-0d85f269768864423e7dd553452eb98914a0c673.zip
remove trailing white-spaces from lib/redmine/platform.rb.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6001 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/platform.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/redmine/platform.rb b/lib/redmine/platform.rb
index f41b92f2e..c4d4ac1b9 100644
--- a/lib/redmine/platform.rb
+++ b/lib/redmine/platform.rb
@@ -1,16 +1,16 @@
# Redmine - project management software
-# Copyright (C) 2006-2008 Jean-Philippe Lang
+# 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.