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/03/26 15:59:18 UTC

git commit: [#6701] add license header - file was contributed in https://sourceforge.net/p/allura/tickets/6701/

Repository: allura
Updated Branches:
  refs/heads/master 800530cc0 -> 8e88e3ad5


[#6701] add license header - file was contributed in https://sourceforge.net/p/allura/tickets/6701/


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

Branch: refs/heads/master
Commit: 8e88e3ad569b93274f2c902a28018682299d0142
Parents: 800530c
Author: Dave Brondsema <da...@brondsema.net>
Authored: Wed Mar 26 10:59:13 2014 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Wed Mar 26 10:59:13 2014 -0400

----------------------------------------------------------------------
 scripts/ApacheAccessHandler.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/8e88e3ad/scripts/ApacheAccessHandler.py
----------------------------------------------------------------------
diff --git a/scripts/ApacheAccessHandler.py b/scripts/ApacheAccessHandler.py
index 69e1d62..1af3714 100644
--- a/scripts/ApacheAccessHandler.py
+++ b/scripts/ApacheAccessHandler.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.
+
 """
 An Apache authorization handler for Allura