This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-examples.git
The following commit(s) were added to refs/heads/master by this push:
new 7d2c2e8 Remove license header for sample data
7d2c2e8 is described below
commit 7d2c2e8c52de0dfed4a772fc341d02e6ba85dfc4
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed May 20 22:53:20 2020 +0200
Remove license header for sample data
---
examples/camel-example-artemis/src/data/order1.xml | 18 ------------------
examples/camel-example-artemis/src/data/order2.xml | 18 ------------------
2 files changed, 36 deletions(-)
diff --git a/examples/camel-example-artemis/src/data/order1.xml
b/examples/camel-example-artemis/src/data/order1.xml
index ec715e4..bfa69dd 100644
--- a/examples/camel-example-artemis/src/data/order1.xml
+++ b/examples/camel-example-artemis/src/data/order1.xml
@@ -1,22 +1,4 @@
<?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.
-
--->
<order>
<customerId>123</customerId>
<product>widget</product>
diff --git a/examples/camel-example-artemis/src/data/order2.xml
b/examples/camel-example-artemis/src/data/order2.xml
index f2ca195..fee24ea 100644
--- a/examples/camel-example-artemis/src/data/order2.xml
+++ b/examples/camel-example-artemis/src/data/order2.xml
@@ -1,22 +1,4 @@
<?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.
-
--->
<order>
<customerId>456</customerId>
<product>gadget</product>