Skip to content

Commit c92f217

Browse files
authored
Fix license for XMoreLikeThis (#68851)
1 parent babf3eb commit c92f217

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

server/src/main/java/org/elasticsearch/common/lucene/search/XMoreLikeThis.java

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
1-
/*
2-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3-
* or more contributor license agreements. Licensed under the Elastic License
4-
* 2.0 and the Server Side Public License, v 1; you may not use this file except
5-
* in compliance with, at your election, the Elastic License 2.0 or the Server
6-
* Side Public License, v 1.
7-
*/
8-
9-
/*
10-
* Copyright 2004-2005 The Apache Software Foundation.
11-
*
12-
* Licensed under the Apache License, Version 2.0 (the "License");
13-
* you may not use this file except in compliance with the License.
14-
* You may obtain a copy of the License at
1+
/* @notice
2+
* Licensed to the Apache Software Foundation (ASF) under one or more
3+
* contributor license agreements. See the NOTICE file distributed with
4+
* this work for additional information regarding copyright ownership.
5+
* The ASF licenses this file to You under the Apache License, Version 2.0
6+
* (the "License"); you may not use this file except in compliance with
7+
* the License. You may obtain a copy of the License at
158
*
169
* http://www.apache.org/licenses/LICENSE-2.0
1710
*
@@ -20,7 +13,10 @@
2013
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2114
* See the License for the specific language governing permissions and
2215
* limitations under the License.
16+
*
17+
* Modifications copyright (C) 2020 Elasticsearch B.V.
2318
*/
19+
2420
package org.elasticsearch.common.lucene.search;
2521

2622
import org.apache.lucene.analysis.Analyzer;

0 commit comments

Comments
 (0)