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

[incubator-streampipes] branch dev updated: Add missing license headers to a few files

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

riemer 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 3b05c64  Add missing license headers to a few files
3b05c64 is described below

commit 3b05c64eab13a2f7ff728c8ff89060343503490d
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Apr 24 08:41:33 2020 +0200

    Add missing license headers to a few files
---
 RELEASE_VALIDATION.md                 | 18 ++++++++++++++++++
 pom.xml                               |  4 +---
 ui/src/scss/sp/pipeline-assembly.scss | 18 ++++++++++++++++++
 3 files changed, 37 insertions(+), 3 deletions(-)

diff --git a/RELEASE_VALIDATION.md b/RELEASE_VALIDATION.md
index 3de8e19..de03e3b 100644
--- a/RELEASE_VALIDATION.md
+++ b/RELEASE_VALIDATION.md
@@ -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.
+  ~
+  -->
+
 ## Release Validation
 
 An Apache StreamPipes (incubating) release consists of the following source releases:
diff --git a/pom.xml b/pom.xml
index 4680406..07d1b0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1073,9 +1073,7 @@
                         <exclude>streampipes-measurement-units/src/main/java/com/github/jqudt/**</exclude>
 
                         <!-- Exclude some UI files which we need to check in more detail -->
-<!--                        <exclude>ui/src/assets/**</exclude>-->
-<!--                        <exclude>ui/src/scss/**</exclude>-->
-<!--                        <exclude>ui/dist/**</exclude>-->
+                        <exclude>ui/src/assets/img/svg/**</exclude>
 
                         <!-- Exclude disclaimer and notice files -->
                         <exclude>DISCLAIMER-WIP</exclude>
diff --git a/ui/src/scss/sp/pipeline-assembly.scss b/ui/src/scss/sp/pipeline-assembly.scss
index 01435ca..9569568 100644
--- a/ui/src/scss/sp/pipeline-assembly.scss
+++ b/ui/src/scss/sp/pipeline-assembly.scss
@@ -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.
+ *
+ */
+
 .pipeline-cache-progress svg path {
   stroke: white;
 }