You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2021/01/11 06:06:25 UTC

[iotdb] branch master updated: fix copyright declaim in NOTICE; remove 'incubating' out of README_ZH.md; simplify pull_request_template.md (#2465)

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

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 270ffdb  fix copyright declaim in NOTICE; remove 'incubating' out of README_ZH.md; simplify pull_request_template.md (#2465)
270ffdb is described below

commit 270ffdbef9f014155479bf83329e81e01c0ce896
Author: Xiangdong Huang <hx...@apache.org>
AuthorDate: Mon Jan 11 14:06:03 2021 +0800

    fix copyright declaim in NOTICE; remove 'incubating' out of README_ZH.md; simplify pull_request_template.md (#2465)
    
    Co-authored-by: xiangdong huang <sa...@gmail.com>
---
 .github/pull_request_template.md | 37 ++-----------------------------------
 NOTICE                           |  2 +-
 NOTICE-binary                    |  2 +-
 README_ZH.md                     |  4 ++--
 4 files changed, 6 insertions(+), 39 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 6f1fa8c..47578f6 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,41 +1,10 @@
-<!--
-
-    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.
-
--->
-
-<!-- Thanks for trying to help us make Apache IoTDB be the best it can be! 
-Please fill out as much of the following information as is possible (where relevant, and remove it 
-when irrelevant) to help make the intention and scope of this PR clear in order to ease review. -->
-
 ## Description
 
-<!-- Describe the goal of this PR, what problem are you fixing. If there is a corresponding issue, 
-it's not necessary to repeat the description here, 
-however, you may choose to keep one summary sentence. -->
-
-<!-- Describe your patch: what did you change in code? How did you fix the problem? -->
-
-<!-- If there are several relatively logically separate changes in this PR, create a mini-section 
-for each of them. For example: -->
 
 ### Content1 ...
+
 ### Content2 ...
+
 ### Content3 ...
 
 <!--
@@ -89,5 +58,3 @@ self-review the PR. -->
 <hr>
 
 ##### Key changed/added classes (or packages if there are too many classes) in this PR
-
-<!-- Template copied and modified from Apache Druid-->
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
index 6dca58b..e983e45 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache IoTDB
-Copyright 2018-2020 The Apache Software Foundation.
+Copyright 2018-2021 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/NOTICE-binary b/NOTICE-binary
index 6dca58b..e983e45 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -1,5 +1,5 @@
 Apache IoTDB
-Copyright 2018-2020 The Apache Software Foundation.
+Copyright 2018-2021 The Apache Software Foundation.
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README_ZH.md b/README_ZH.md
index 611a6e2..250ea57 100644
--- a/README_ZH.md
+++ b/README_ZH.md
@@ -93,7 +93,7 @@ IoTDB提供了三种安装方法,您可以参考以下建议,选择最适合
 
 * 从二进制文件安装。推荐的方法是从官方网站下载二进制文件,您将获得一个开箱即用的二进制发布包。
 
-* 使用Docker: dockerfile的路径是https://github.com/apache/incubat-iotdb/tree/master/docker/src/main
+* 使用Docker: dockerfile的路径是https://github.com/apache/iotdb/tree/master/docker/src/main
 
 在这篇《快速入门》中,我们简要介绍如何使用源代码安装IoTDB。如需进一步资料,请参阅《用户指南》第3章。
 
@@ -117,7 +117,7 @@ git checkout release/x.x.x
 > mvn clean package -DskipTests
 ```
 
-执行完成之后,可以在**distribution/target/apache-iotdb-{project.version}-incubating-bin.zip**找到编译完成的二进制版本(包括服务器和客户端)
+执行完成之后,可以在**distribution/target/apache-iotdb-{project.version}-bin.zip**找到编译完成的二进制版本(包括服务器和客户端)
 
 > 注意:"thrift/target/generated-sources/thrift" 和 "antlr/target/generated-sources/antlr4" 目录需要添加到源代码根中,以免在 IDE 中产生编译错误。