This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch branch-0.14 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
commit f345976341366e8fc2a8feaf6c79f3b43d6650a4 Author: Zhengguo Yang <[email protected]> AuthorDate: Tue Apr 13 11:01:29 2021 +0800 fix license header (#5630) (cherry picked from commit 70b0d113e1d7a14ab4316ad5920c66b9da2fd7b3) --- 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: [email protected] For additional commands, e-mail: [email protected]
