You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by tv...@apache.org on 2013/08/20 15:28:42 UTC

[16/25] git commit: [#6480] add Apache License header to Allura/allura/tests/test_decorators.py

[#6480] add Apache License header to Allura/allura/tests/test_decorators.py


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

Branch: refs/heads/db/6482
Commit: 1c62317dbbb01bfd413b83aa7e6906f9a1505249
Parents: 2b0a101
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Fri Aug 16 15:17:14 2013 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Fri Aug 16 15:17:14 2013 +0000

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


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/1c62317d/Allura/allura/tests/test_decorators.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/test_decorators.py b/Allura/allura/tests/test_decorators.py
index 41ba631..d4b70a5 100644
--- a/Allura/allura/tests/test_decorators.py
+++ b/Allura/allura/tests/test_decorators.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.
+
 from unittest import TestCase
 
 from mock import patch