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.git

commit 0307e36bcb95595f1c4803dceaad7bbf2d631e60
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu May 7 09:26:36 2020 +0200

    Fixed license
---
 components/camel-djl/pom.xml                          | 19 +++++++++++++++++--
 .../META-INF/services/org/apache/camel/component/djl  |  1 -
 2 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/components/camel-djl/pom.xml b/components/camel-djl/pom.xml
index 27ddb4d..2862eeb 100644
--- a/components/camel-djl/pom.xml
+++ b/components/camel-djl/pom.xml
@@ -1,7 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<!--
 
+    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.
+
+--><project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
diff --git 
a/components/camel-djl/src/main/resources/META-INF/services/org/apache/camel/component/djl
 
b/components/camel-djl/src/main/resources/META-INF/services/org/apache/camel/component/djl
deleted file mode 100644
index 0694061..0000000
--- 
a/components/camel-djl/src/main/resources/META-INF/services/org/apache/camel/component/djl
+++ /dev/null
@@ -1 +0,0 @@
-class=org.apache.camel.component.djl.DJLComponent

Reply via email to