|
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 |
15 | 8 | *
|
16 | 9 | * http://www.apache.org/licenses/LICENSE-2.0
|
17 | 10 | *
|
|
20 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
21 | 14 | * See the License for the specific language governing permissions and
|
22 | 15 | * limitations under the License.
|
| 16 | + * |
| 17 | + * Modifications copyright (C) 2020 Elasticsearch B.V. |
23 | 18 | */
|
| 19 | + |
24 | 20 | package org.elasticsearch.common.lucene.search;
|
25 | 21 |
|
26 | 22 | import org.apache.lucene.analysis.Analyzer;
|
|
0 commit comments