You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/08/07 09:55:57 UTC

[incubator-streampipes] branch dev updated: Add apache headers to python wrapper

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 8d0a842  Add apache headers to python wrapper
8d0a842 is described below

commit 8d0a8421cf47765f9805e8317fc4024c6123bed0
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Fri Aug 7 11:55:32 2020 +0200

    Add apache headers to python wrapper
---
 streampipes-wrapper-python/streampipes/api/__init__.py | 16 ++++++++++++++++
 .../streampipes/api/resources/__init__.py              | 16 ++++++++++++++++
 .../streampipes/api/templates/index.html               | 18 ++++++++++++++++++
 .../streampipes/base/__init__.py                       | 16 ++++++++++++++++
 .../streampipes/model/__init__.py                      | 16 ++++++++++++++++
 .../streampipes/utils/__init__.py                      | 16 ++++++++++++++++
 6 files changed, 98 insertions(+)

diff --git a/streampipes-wrapper-python/streampipes/api/__init__.py b/streampipes-wrapper-python/streampipes/api/__init__.py
index e69de29..ecb1860 100644
--- a/streampipes-wrapper-python/streampipes/api/__init__.py
+++ b/streampipes-wrapper-python/streampipes/api/__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.
+#
\ No newline at end of file
diff --git a/streampipes-wrapper-python/streampipes/api/resources/__init__.py b/streampipes-wrapper-python/streampipes/api/resources/__init__.py
index e69de29..cce3aca 100644
--- a/streampipes-wrapper-python/streampipes/api/resources/__init__.py
+++ b/streampipes-wrapper-python/streampipes/api/resources/__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-wrapper-python/streampipes/api/templates/index.html b/streampipes-wrapper-python/streampipes/api/templates/index.html
index 78ae21b..7fd1f7d 100644
--- a/streampipes-wrapper-python/streampipes/api/templates/index.html
+++ b/streampipes-wrapper-python/streampipes/api/templates/index.html
@@ -1,3 +1,21 @@
+<!--
+  ~ 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.
+  ~
+  -->
+
 <!DOCTYPE html>
 <html lang="en">
 <head>
diff --git a/streampipes-wrapper-python/streampipes/base/__init__.py b/streampipes-wrapper-python/streampipes/base/__init__.py
index e69de29..cce3aca 100644
--- a/streampipes-wrapper-python/streampipes/base/__init__.py
+++ b/streampipes-wrapper-python/streampipes/base/__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-wrapper-python/streampipes/model/__init__.py b/streampipes-wrapper-python/streampipes/model/__init__.py
index e69de29..cce3aca 100644
--- a/streampipes-wrapper-python/streampipes/model/__init__.py
+++ b/streampipes-wrapper-python/streampipes/model/__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-wrapper-python/streampipes/utils/__init__.py b/streampipes-wrapper-python/streampipes/utils/__init__.py
index e69de29..cce3aca 100644
--- a/streampipes-wrapper-python/streampipes/utils/__init__.py
+++ b/streampipes-wrapper-python/streampipes/utils/__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.
+#