diff --git a/LICENSE.txt b/LICENSE.txt index 4c9f595cc008a6..df022a14045387 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 bbec6757e2f61b..fa1160c282d6d9 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 44e3bf6e397070..61c0faba6909fb 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