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/08/17 16:17:59 UTC

allura git commit: [#7953] add Apache License header

Repository: allura
Updated Branches:
  refs/heads/master a08e56928 -> b6b9e46cf


[#7953] add Apache License header


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

Branch: refs/heads/master
Commit: b6b9e46cf7089e4f9912a7ace5c05f95b3cb3f23
Parents: a08e569
Author: Dave Brondsema <da...@brondsema.net>
Authored: Mon Aug 17 10:17:53 2015 -0400
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Mon Aug 17 10:17:53 2015 -0400

----------------------------------------------------------------------
 AlluraTest/alluratest/pylint_checkers.py | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/b6b9e46c/AlluraTest/alluratest/pylint_checkers.py
----------------------------------------------------------------------
diff --git a/AlluraTest/alluratest/pylint_checkers.py b/AlluraTest/alluratest/pylint_checkers.py
index 27350b0..fa2766f 100644
--- a/AlluraTest/alluratest/pylint_checkers.py
+++ b/AlluraTest/alluratest/pylint_checkers.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 astroid
 
 from pylint.checkers import BaseChecker, utils