Skip to content

Commit e0681d3

Browse files
Fix license header
1 parent 888ed14 commit e0681d3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
/*
22
* 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", the "GNU Affero General Public License v3.0 only", and the "Server Side
5-
* Public License v 1"; you may not use this file except in compliance with, at
6-
* your election, the "Elastic License 2.0", the "GNU Affero General Public
7-
* License v3.0 only", or the "Server Side Public License, v 1".
3+
* or more contributor license agreements. Licensed under the Elastic License
4+
* 2.0; you may not use this file except in compliance with the Elastic License
5+
* 2.0.
86
*/
97

108
package org.elasticsearch.xpack.search;
@@ -19,7 +17,7 @@
1917
import java.io.IOException;
2018
import java.util.Collection;
2119

22-
public class ProjectRoutingDisallowedIT extends ESIntegTestCase {
20+
public class ProjectRoutingDisallowedInNonCpsEnvIT extends ESIntegTestCase {
2321
@Override
2422
protected boolean addMockHttpTransport() {
2523
return false;

0 commit comments

Comments
 (0)