You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by wi...@apache.org on 2020/04/24 11:22:33 UTC

[incubator-streampipes] branch dev updated: add license header

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

wiener 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 b466825  add license header
b466825 is described below

commit b466825acb24fe4a4d5fb21c30ddac47136723d7
Author: Patrick Wiener <wi...@fzi.de>
AuthorDate: Fri Apr 24 13:18:22 2020 +0200

    add license header
---
 run-validation-system.sh | 17 ++++++++++++++++-
 ui/.dockerignore         | 17 ++++++++++++++++-
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/run-validation-system.sh b/run-validation-system.sh
index a2b62b6..6d0f334 100644
--- a/run-validation-system.sh
+++ b/run-validation-system.sh
@@ -1 +1,16 @@
-docker-compose up -d && ../incubator-streampipes-extensions/docker-compose up -d
\ No newline at end of file
+# 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.
+
+docker-compose up -d && ../incubator-streampipes-extensions/docker-compose up -d
diff --git a/ui/.dockerignore b/ui/.dockerignore
index 7089457..3b10ad9 100644
--- a/ui/.dockerignore
+++ b/ui/.dockerignore
@@ -1,3 +1,18 @@
+# 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.
+
 node_modules/
 src/
-deployment/
\ No newline at end of file
+deployment/