You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/12/16 13:53:45 UTC

[camel-kafka-connector] branch master updated: Fixed missing license

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e3911eb  Fixed missing license
     new 782fcef  Merge pull request #50 from orpiske/fix-rat
e3911eb is described below

commit e3911eb9d656accd3f9b56ad5d2c6c3589421d71
Author: Otavio Rodolfo Piske <op...@redhat.com>
AuthorDate: Mon Dec 16 12:30:19 2019 +0100

    Fixed missing license
---
 buildingtools/java9-maven-settings | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/buildingtools/java9-maven-settings b/buildingtools/java9-maven-settings
index 7e02947..9ddcef6 100755
--- a/buildingtools/java9-maven-settings
+++ b/buildingtools/java9-maven-settings
@@ -1,2 +1,17 @@
 #!/usr/bin/env bash
+# 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.
+ 
 export MAVEN_OPTS="--add-modules java.activation,java.xml.bind --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver.tools=ALL-UNNAMED --add-exports=java.xml/com.sun.org.apache.xml.internal.resolver=ALL-UNNAMED --add-opens java.base/java.text=ALL-UNNAMED --add-opens java.desktop/java.awt.font=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED  --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.util.reg [...]