You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2020/09/25 19:04:10 UTC

[camel-quarkus] branch master updated: Duplicate license headers in Velocity test templates #1843

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

ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 8954f35  Duplicate license headers in Velocity test templates #1843
8954f35 is described below

commit 8954f35e121b81d4762bfba7f74d85ff12d80278
Author: JiriOndrusek <on...@gmail.com>
AuthorDate: Fri Sep 25 15:54:45 2020 +0200

    Duplicate license headers in Velocity test templates #1843
---
 .../src/main/resources/template/BodyAsDomainObject.vm    | 16 ----------------
 .../velocity/src/main/resources/template/letter.vm       | 16 ----------------
 2 files changed, 32 deletions(-)

diff --git a/integration-tests/velocity/src/main/resources/template/BodyAsDomainObject.vm b/integration-tests/velocity/src/main/resources/template/BodyAsDomainObject.vm
index d58dbfe..a01bf72 100644
--- a/integration-tests/velocity/src/main/resources/template/BodyAsDomainObject.vm
+++ b/integration-tests/velocity/src/main/resources/template/BodyAsDomainObject.vm
@@ -14,20 +14,4 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *#
-## ------------------------------------------------------------------------
-## 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.
-## ------------------------------------------------------------------------
 Hi $body.name from $body.country
\ No newline at end of file
diff --git a/integration-tests/velocity/src/main/resources/template/letter.vm b/integration-tests/velocity/src/main/resources/template/letter.vm
index d01e930..d31e81c 100644
--- a/integration-tests/velocity/src/main/resources/template/letter.vm
+++ b/integration-tests/velocity/src/main/resources/template/letter.vm
@@ -14,22 +14,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  *#
-## ------------------------------------------------------------------------
-## 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.
-## ------------------------------------------------------------------------
 Dear ${headers.name}
 
 Thanks for the order of ${headers.item}.