You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/05/12 16:14:00 UTC

[camel] branch main updated: Add missing license header

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ecdca05fa4d Add missing license header
ecdca05fa4d is described below

commit ecdca05fa4d1bb468a4514d1891d585ca40a39b1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu May 12 18:13:47 2022 +0200

    Add missing license header
---
 .github/actions/quick-test/action.yaml | 17 +++++++++++++++++
 pom.xml                                |  1 +
 2 files changed, 18 insertions(+)

diff --git a/.github/actions/quick-test/action.yaml b/.github/actions/quick-test/action.yaml
index 1831adf07f3..ea802873dd8 100644
--- a/.github/actions/quick-test/action.yaml
+++ b/.github/actions/quick-test/action.yaml
@@ -1,3 +1,20 @@
+#
+# 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.
+#
+
 name: "Quick Test Runner"
 description: "Runs a tests only for the changed components"
 inputs:
diff --git a/pom.xml b/pom.xml
index 6df229f0618..6fe35017c54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,6 +288,7 @@
                             <exclude>**/*.md</exclude>
                             <exclude>**/*.sh</exclude>
                             <exclude>**/*.bat</exclude>
+                            <exclude>**/*.tmpl</exclude>
                             <exclude>**/java9-maven-settings</exclude>
                             <exclude>**/*.pfx</exclude>
                             <!-- tooling for component docs -->