You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by bo...@apache.org on 2022/11/17 16:33:01 UTC

[incubator-streampipes] 06/10: [STREAMPIPES-607] add missing Apache headers

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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git

commit f8f0ad110d17b966eeaf9de4ea3e0f57c7eb2699
Author: bossenti <bo...@posteo.de>
AuthorDate: Sun Nov 13 14:58:39 2022 +0100

    [STREAMPIPES-607] add missing Apache headers
---
 streampipes-client-python/.coveragerc                   | 17 +++++++++++++++++
 streampipes-client-python/tests/__init__.py             | 16 ++++++++++++++++
 streampipes-client-python/tests/client/test_endpoint.py | 17 +++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/streampipes-client-python/.coveragerc b/streampipes-client-python/.coveragerc
index f424661f2..d81ad8079 100644
--- a/streampipes-client-python/.coveragerc
+++ b/streampipes-client-python/.coveragerc
@@ -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.
+#
+
 [run]
 omit = test/* \
        *\__*__.py
diff --git a/streampipes-client-python/tests/__init__.py b/streampipes-client-python/tests/__init__.py
index e69de29bb..cce3acad3 100644
--- a/streampipes-client-python/tests/__init__.py
+++ b/streampipes-client-python/tests/__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.
+#
diff --git a/streampipes-client-python/tests/client/test_endpoint.py b/streampipes-client-python/tests/client/test_endpoint.py
index cd9922ef0..6376e46e6 100644
--- a/streampipes-client-python/tests/client/test_endpoint.py
+++ b/streampipes-client-python/tests/client/test_endpoint.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 json
 from copy import deepcopy
 from unittest import TestCase