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 2014/11/26 18:15:01 UTC

allura git commit: [#7800] add license to new __init__.py file

Repository: allura
Updated Branches:
  refs/heads/master 5dfecc535 -> 0daaf5fe3


[#7800] add license to new __init__.py file


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

Branch: refs/heads/master
Commit: 0daaf5fe3ba28ec6d161531755216c713ecc3cd3
Parents: 5dfecc5
Author: Dave Brondsema <db...@slashdotmedia.com>
Authored: Wed Nov 26 17:14:25 2014 +0000
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Wed Nov 26 17:14:25 2014 +0000

----------------------------------------------------------------------
 Allura/allura/tests/unit/spam/__init__.py | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/0daaf5fe/Allura/allura/tests/unit/spam/__init__.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/unit/spam/__init__.py b/Allura/allura/tests/unit/spam/__init__.py
index e69de29..144e298 100644
--- a/Allura/allura/tests/unit/spam/__init__.py
+++ b/Allura/allura/tests/unit/spam/__init__.py
@@ -0,0 +1,16 @@
+#       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.