Skip to content

Commit cb7e3ff

Browse files
authored
Remove licenses missed by the migration (#30128)
A few of the old style license got kept around because their comment string did not start with a space. This caused the license check to not see it as a license and skip it. This commit cleans it up.
1 parent eebcdce commit cb7e3ff

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/support/mapper/ExpressionRoleMappingTests.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,6 @@
33
* or more contributor license agreements. Licensed under the Elastic License;
44
* you may not use this file except in compliance with the Elastic License.
55
*/
6-
/*
7-
* ELASTICSEARCH CONFIDENTIAL
8-
* __________________
9-
*
10-
* [2017] Elasticsearch Incorporated. All Rights Reserved.
11-
*
12-
* NOTICE: All information contained herein is, and remains
13-
* the property of Elasticsearch Incorporated and its suppliers,
14-
* if any. The intellectual and technical concepts contained
15-
* herein are proprietary to Elasticsearch Incorporated
16-
* and its suppliers and may be covered by U.S. and Foreign Patents,
17-
* patents in process, and are protected by trade secret or copyright law.
18-
* Dissemination of this information or reproduction of this material
19-
* is strictly forbidden unless prior written permission is obtained
20-
* from Elasticsearch Incorporated.
21-
*/
22-
236
package org.elasticsearch.xpack.security.authc.support.mapper;
247

258
import org.elasticsearch.common.ParsingException;

x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/expression/UnresolvedAttributeTests.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,6 @@
33
* or more contributor license agreements. Licensed under the Elastic License;
44
* you may not use this file except in compliance with the Elastic License.
55
*/
6-
/*
7-
* ELASTICSEARCH CONFIDENTIAL
8-
* __________________
9-
*
10-
* [2017] Elasticsearch Incorporated. All Rights Reserved.
11-
*
12-
* NOTICE: All information contained herein is, and remains
13-
* the property of Elasticsearch Incorporated and its suppliers,
14-
* if any. The intellectual and technical concepts contained
15-
* herein are proprietary to Elasticsearch Incorporated
16-
* and its suppliers and may be covered by U.S. and Foreign Patents,
17-
* patents in process, and are protected by trade secret or copyright law.
18-
* Dissemination of this information or reproduction of this material
19-
* is strictly forbidden unless prior written permission is obtained
20-
* from Elasticsearch Incorporated.
21-
*/
22-
236
package org.elasticsearch.xpack.sql.expression;
247

258
import org.elasticsearch.xpack.sql.tree.AbstractNodeTestCase;

x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/expression/function/UnresolvedFunctionTests.java

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,6 @@
33
* or more contributor license agreements. Licensed under the Elastic License;
44
* you may not use this file except in compliance with the Elastic License.
55
*/
6-
/*
7-
* ELASTICSEARCH CONFIDENTIAL
8-
* __________________
9-
*
10-
* [2017] Elasticsearch Incorporated. All Rights Reserved.
11-
*
12-
* NOTICE: All information contained herein is, and remains
13-
* the property of Elasticsearch Incorporated and its suppliers,
14-
* if any. The intellectual and technical concepts contained
15-
* herein are proprietary to Elasticsearch Incorporated
16-
* and its suppliers and may be covered by U.S. and Foreign Patents,
17-
* patents in process, and are protected by trade secret or copyright law.
18-
* Dissemination of this information or reproduction of this material
19-
* is strictly forbidden unless prior written permission is obtained
20-
* from Elasticsearch Incorporated.
21-
*/
22-
236
package org.elasticsearch.xpack.sql.expression.function;
247

258
import org.elasticsearch.xpack.sql.expression.Expression;

0 commit comments

Comments
 (0)