You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2022/04/11 10:06:30 UTC

[hop] branch master updated: HOP-2723: add missing headers

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

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new aefa183399 HOP-2723: add missing headers
     new 4e6f6c1224 Merge pull request #1455 from hansva/master
aefa183399 is described below

commit aefa183399e5d7a5a35c814f23cc1cfac86674d5
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Mon Apr 11 12:02:14 2022 +0200

    HOP-2723: add missing headers
---
 .../repeat/src/main/samples/actions/repeat_action.hwf  | 18 ++++++++++++++++++
 .../repeat/src/main/samples/actions/repeat_child.hpl   | 18 ++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/plugins/actions/repeat/src/main/samples/actions/repeat_action.hwf b/plugins/actions/repeat/src/main/samples/actions/repeat_action.hwf
index 7b6464f080..809feddd49 100644
--- a/plugins/actions/repeat/src/main/samples/actions/repeat_action.hwf
+++ b/plugins/actions/repeat/src/main/samples/actions/repeat_action.hwf
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+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.
+
+-->
 <workflow>
   <name>repeat_action</name>
   <name_sync_with_filename>Y</name_sync_with_filename>
diff --git a/plugins/actions/repeat/src/main/samples/actions/repeat_child.hpl b/plugins/actions/repeat/src/main/samples/actions/repeat_child.hpl
index 5da5acffb1..0c340bd40c 100644
--- a/plugins/actions/repeat/src/main/samples/actions/repeat_child.hpl
+++ b/plugins/actions/repeat/src/main/samples/actions/repeat_child.hpl
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+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>
   <info>
     <name>repeat_child</name>