Skip to content

Commit 771c8af

Browse files
committed
Remove licenses missed by the migration
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 4d1fb37 commit 771c8af

File tree

4 files changed

+0
-67
lines changed

4 files changed

+0
-67
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;

x-pack/qa/tribe-node-tests-with-security/integration-tests.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11
<?xml version="1.0"?>
2-
<!--
3-
~ ELASTICSEARCH CONFIDENTIAL
4-
~ __________________
5-
~
6-
~ [2014] Elasticsearch Incorporated. All Rights Reserved.
7-
~
8-
~ NOTICE: All information contained herein is, and remains
9-
~ the property of Elasticsearch Incorporated and its suppliers,
10-
~ if any. The intellectual and technical concepts contained
11-
~ herein are proprietary to Elasticsearch Incorporated
12-
~ and its suppliers and may be covered by U.S. and Foreign Patents,
13-
~ patents in process, and are protected by trade secret or copyright law.
14-
~ Dissemination of this information or reproduction of this material
15-
~ is strictly forbidden unless prior written permission is obtained
16-
~ from Elasticsearch Incorporated.
17-
-->
182

193
<project name="smoke-test-tribe-node-with-security"
204
xmlns:ac="antlib:net.sf.antcontrib">

0 commit comments

Comments
 (0)