You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/06/27 12:53:40 UTC

[incubator-plc4x] branch master updated: Added missing Apache header.

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 474a95e  Added missing Apache header.
474a95e is described below

commit 474a95eac7318528c3f97b076d3cb5304f9f2cc0
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Jun 27 14:35:51 2018 +0200

    Added missing Apache header.
---
 .../META-INF/services/org/apache/camel/TypeConverter   | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/integrations/apache-camel/src/main/resources/META-INF/services/org/apache/camel/TypeConverter b/integrations/apache-camel/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
index ad8d2e5..e1897d1 100644
--- a/integrations/apache-camel/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
+++ b/integrations/apache-camel/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
@@ -1 +1,19 @@
+#
+# 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.
+#
 org.apache.plc4x.camel.ResponseItemTypeConverter
\ No newline at end of file