You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2019/10/14 05:02:30 UTC

[incubator-iotdb] branch rel/0.8 updated: add apache-rat to mavenWrapperDownloader.java

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

hxd pushed a commit to branch rel/0.8
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/rel/0.8 by this push:
     new 50889fd  add apache-rat to mavenWrapperDownloader.java
50889fd is described below

commit 50889fd3a2a1d8fe612ff631c3e2b00706361b5b
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Mon Oct 14 13:02:13 2019 +0800

    add apache-rat to mavenWrapperDownloader.java
---
 .mvn/wrapper/MavenWrapperDownloader.java | 19 +++++++++++++++++++
 LICENSE                                  |  5 +++++
 2 files changed, 24 insertions(+)

diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java
index 0719667..0d78e25 100644
--- a/.mvn/wrapper/MavenWrapperDownloader.java
+++ b/.mvn/wrapper/MavenWrapperDownloader.java
@@ -1,3 +1,22 @@
+/**
+ * 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.
+ */
+
 import java.util.Properties;
 
 public class MavenWrapperDownloader {
diff --git a/LICENSE b/LICENSE
index 284d469..3f10e53 100644
--- a/LICENSE
+++ b/LICENSE
@@ -215,6 +215,11 @@ The following classes are modified from Apache Hive, which is under Apache Licen
 ./server/src/main/java/org/apache/iotdb/db/sql/parse/ParseException.java
 ./server/src/main/java/org/apache/iotdb/db/sql/parse/ParseUtils.java
 
+The following class is modified from Maven Wrapper, which is under Apache License 2.0:
+
+.mvn/wrapper/MavenWrapperDownloader.java
+
+
 ------------
 
 The following class is modified from Maven Wrapper