summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-12-07 14:28:41 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-12-07 14:28:41 +0000
commit4e7ae640b98fd28315734988bc6659e231e0efa8 (patch)
tree4920c8a3eb243393dca33f8e6e6a10a7d66442f0 /test
parent93d8204b8ae35a1916c505e6a26a44c4039cbff2 (diff)
downloadredmine-4e7ae640b98fd28315734988bc6659e231e0efa8.tar.gz
redmine-4e7ae640b98fd28315734988bc6659e231e0efa8.zip
add copyright header to test/unit/lib/redmine/helpers/url_test.rb (#12510)
git-svn-id: http://svn.redmine.org/redmine/trunk@17077 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/unit/lib/redmine/helpers/url_test.rb17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/unit/lib/redmine/helpers/url_test.rb b/test/unit/lib/redmine/helpers/url_test.rb
index 46e275004..1807af1db 100644
--- a/test/unit/lib/redmine/helpers/url_test.rb
+++ b/test/unit/lib/redmine/helpers/url_test.rb
@@ -1,3 +1,20 @@
+# Redmine - project management software
+# Copyright (C) 2006-2017 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.
+
require File.expand_path('../../../../../test_helper', __FILE__)
class URLTest < ActiveSupport::TestCase