You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ya...@apache.org on 2021/04/13 03:01:51 UTC

[incubator-doris] branch master updated: fix license header (#5630)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 70b0d11  fix license header (#5630)
70b0d11 is described below

commit 70b0d113e1d7a14ab4316ad5920c66b9da2fd7b3
Author: Zhengguo Yang <ya...@gmail.com>
AuthorDate: Tue Apr 13 11:01:29 2021 +0800

    fix license header (#5630)
---
 LICENSE.txt                                              | 2 +-
 be/src/olap/rowset/alpha_rowset_writer.h                 | 2 +-
 be/src/olap/rowset/segment_v2/empty_segment_iterator.cpp | 2 ++
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index 4c9f595..df022a1 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -546,7 +546,7 @@ SOFTWARE.
 
 --------------------------------------------------------------------------------
 
-fe/fe-common/src/test/java/org/apache/doris/common/jmockit/*: MIT license
+fe/fe-common/src/main/java/org/apache/doris/common/jmockit/*: MIT license
 
 Copyright (c) 2006 JMockit developers
 
diff --git a/be/src/olap/rowset/alpha_rowset_writer.h b/be/src/olap/rowset/alpha_rowset_writer.h
index bbec675..fa1160c 100644
--- a/be/src/olap/rowset/alpha_rowset_writer.h
+++ b/be/src/olap/rowset/alpha_rowset_writer.h
@@ -3,7 +3,7 @@
 // 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") override; you may not use this file except in compliance
+// "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
diff --git a/be/src/olap/rowset/segment_v2/empty_segment_iterator.cpp b/be/src/olap/rowset/segment_v2/empty_segment_iterator.cpp
index 44e3bf6..61c0fab 100644
--- a/be/src/olap/rowset/segment_v2/empty_segment_iterator.cpp
+++ b/be/src/olap/rowset/segment_v2/empty_segment_iterator.cpp
@@ -1,3 +1,5 @@
+// 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org