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 2022/01/03 07:44:47 UTC

[incubator-streampipes] branch dev updated: [hotfix] Fix licence headers

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 0c4d641  [hotfix] Fix licence headers
0c4d641 is described below

commit 0c4d641f4ca0ff987d1ef5ee554c19b702a109a2
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Mon Jan 3 08:42:28 2022 +0100

    [hotfix] Fix licence headers
---
 .../testJvmArchetype/backend/docker-compose.yml            |  4 ----
 .../tests/experimental/testJvmArchetype/docker-compose.yml |  3 ---
 .../tests/experimental/testJvmArchetype/testArchetype.sh   | 14 ++++++++++++++
 3 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/ui/cypress/tests/experimental/testJvmArchetype/backend/docker-compose.yml b/ui/cypress/tests/experimental/testJvmArchetype/backend/docker-compose.yml
index 104d19e..43600be 100644
--- a/ui/cypress/tests/experimental/testJvmArchetype/backend/docker-compose.yml
+++ b/ui/cypress/tests/experimental/testJvmArchetype/backend/docker-compose.yml
@@ -1,8 +1,4 @@
 # 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
diff --git a/ui/cypress/tests/experimental/testJvmArchetype/docker-compose.yml b/ui/cypress/tests/experimental/testJvmArchetype/docker-compose.yml
index f8a53f2..1f04efe 100644
--- a/ui/cypress/tests/experimental/testJvmArchetype/docker-compose.yml
+++ b/ui/cypress/tests/experimental/testJvmArchetype/docker-compose.yml
@@ -1,7 +1,4 @@
 # 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
diff --git a/ui/cypress/tests/experimental/testJvmArchetype/testArchetype.sh b/ui/cypress/tests/experimental/testJvmArchetype/testArchetype.sh
index 82ea8bc..3cbb48b 100755
--- a/ui/cypress/tests/experimental/testJvmArchetype/testArchetype.sh
+++ b/ui/cypress/tests/experimental/testJvmArchetype/testArchetype.sh
@@ -1,4 +1,18 @@
 #!/bin/sh
+# 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.
 
 mvn archetype:generate -DarchetypeGroupId=org.apache.streampipes \
 	-DarchetypeArtifactId=streampipes-archetype-extensions-jvm -DarchetypeVersion=0.69.0-SNAPSHOT \