Skip to content

Commit b9c2e4d

Browse files
committed
Fix licence header of point in time
These files have been moved to server. Relates #70704
1 parent 3d6b985 commit b9c2e4d

10 files changed

+0
-71
lines changed

server/src/main/java/org/elasticsearch/action/search/ClosePointInTimeAction.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionType;

server/src/main/java/org/elasticsearch/action/search/ClosePointInTimeRequest.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionRequest;

server/src/main/java/org/elasticsearch/action/search/ClosePointInTimeResponse.java

-8
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,8 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

18-
import org.elasticsearch.action.search.ClearScrollResponse;
1911
import org.elasticsearch.common.io.stream.StreamInput;
2012

2113
import java.io.IOException;

server/src/main/java/org/elasticsearch/action/search/OpenPointInTimeAction.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionType;

server/src/main/java/org/elasticsearch/action/search/OpenPointInTimeRequest.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionRequest;

server/src/main/java/org/elasticsearch/action/search/OpenPointInTimeResponse.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionResponse;

server/src/main/java/org/elasticsearch/action/search/RestClosePointInTimeAction.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.client.node.NodeClient;

server/src/main/java/org/elasticsearch/action/search/RestOpenPointInTimeAction.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.support.IndicesOptions;

server/src/main/java/org/elasticsearch/action/search/TransportClosePointInTimeAction.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionListener;

server/src/main/java/org/elasticsearch/action/search/TransportOpenPointInTimeAction.java

-7
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@
66
* Side Public License, v 1.
77
*/
88

9-
/*
10-
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
11-
* or more contributor license agreements. Licensed under the Elastic License
12-
* 2.0; you may not use this file except in compliance with the Elastic License
13-
* 2.0.
14-
*/
15-
169
package org.elasticsearch.action.search;
1710

1811
import org.elasticsearch.action.ActionListener;

0 commit comments

Comments
 (0)