You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/11/19 03:50:50 UTC

[incubator-iotdb] branch rel/0.9 updated: fix MavenWrapperDownloader.java header and license

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

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


The following commit(s) were added to refs/heads/rel/0.9 by this push:
     new 375f410  fix MavenWrapperDownloader.java header and license
375f410 is described below

commit 375f410064b615e27379fec9319dad844584dee9
Author: qiaojialin <64...@qq.com>
AuthorDate: Tue Nov 19 11:49:44 2019 +0800

    fix MavenWrapperDownloader.java header and license
---
 .mvn/wrapper/MavenWrapperDownloader.java | 27 ++++++++++++---------------
 LICENSE                                  |  3 ++-
 2 files changed, 14 insertions(+), 16 deletions(-)

diff --git a/.mvn/wrapper/MavenWrapperDownloader.java b/.mvn/wrapper/MavenWrapperDownloader.java
index 0d78e25..7b3af06 100644
--- a/.mvn/wrapper/MavenWrapperDownloader.java
+++ b/.mvn/wrapper/MavenWrapperDownloader.java
@@ -1,20 +1,17 @@
-/**
- * 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
+/*
+ * Copyright 2007-present the original author or authors.
  *
- *     http://www.apache.org/licenses/LICENSE-2.0
+ * Licensed 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
  *
- * 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.
+ *      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;
diff --git a/LICENSE b/LICENSE
index 26ecb27..41bd3d0 100644
--- a/LICENSE
+++ b/LICENSE
@@ -218,7 +218,8 @@ The following classes are modified from Apache Hive, which is under Apache Licen
 
 ------------
 
-The following class is modified from Maven Wrapper, which is under Apache License 2.0:
+The following class is modified from maven-wrapper (https://github.com/takari/maven-wrapper),
+which is under Apache License 2.0:
 
 ./.mvn/wrapper/MavenWrapperDownloader.java