This is an automated email from the ASF dual-hosted git repository.

dill0wn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/master by this push:
     new 0eb9719ea [#8455] add missing apache licenses
0eb9719ea is described below

commit 0eb9719ea9ff998e12a52d5cd6022f5fe5b0c848
Author: Dillon Walls <[email protected]>
AuthorDate: Wed Nov 9 21:06:27 2022 +0000

    [#8455] add missing apache licenses
---
 Allura/allura/tests/exclude_from_rewrite_hook.py | 17 +++++++++++++++++
 pytest.ini                                       | 17 +++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/Allura/allura/tests/exclude_from_rewrite_hook.py 
b/Allura/allura/tests/exclude_from_rewrite_hook.py
index 509841776..defaeac2b 100644
--- a/Allura/allura/tests/exclude_from_rewrite_hook.py
+++ b/Allura/allura/tests/exclude_from_rewrite_hook.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 sys
 
 from allura.app import Application
diff --git a/pytest.ini b/pytest.ini
index 92478cd93..df269e9ad 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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.
+
 [pytest]
 # see python -W and pytest filterwarnings
 # https://docs.python.org/3/using/cmdline.html#cmdoption-w

Reply via email to