You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/12/22 16:45:52 UTC

[2/2] allura git commit: [#5940] Add missing license header

[#5940] Add missing license header


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/005db107
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/005db107
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/005db107

Branch: refs/heads/master
Commit: 005db107c8a2441a041cc4163f6752a75a884e20
Parents: c18594b
Author: Igor Bondarenko <je...@gmail.com>
Authored: Mon Dec 21 15:02:07 2015 +0200
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Dec 22 10:45:11 2015 -0500

----------------------------------------------------------------------
 Allura/allura/tests/functional/test_nav.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/005db107/Allura/allura/tests/functional/test_nav.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/functional/test_nav.py b/Allura/allura/tests/functional/test_nav.py
index 78d8aa6..f6faba3 100644
--- a/Allura/allura/tests/functional/test_nav.py
+++ b/Allura/allura/tests/functional/test_nav.py
@@ -1,3 +1,20 @@
+#       Licensed to the Apache Software Foundation (ASF) under one
+#       or more contributor license agreements.  See the NOTICE file
+#       distributed with this work for additional information
+#       regarding copyright ownership.  The ASF licenses this file
+#       to you under the Apache License, Version 2.0 (the
+#       "License"); you may not use this file except in compliance
+#       with the License.  You may obtain a copy of the License at
+#
+#         http://www.apache.org/licenses/LICENSE-2.0
+#
+#       Unless required by applicable law or agreed to in writing,
+#       software distributed under the License is distributed on an
+#       "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#       KIND, either express or implied.  See the License for the
+#       specific language governing permissions and limitations
+#       under the License.
+
 import mock
 import json
 from tg import config