You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: x-pack/plugin/security/src/test/java/org/elasticsearch/xpack/security/authc/support/mapper/ExpressionRoleMappingTests.java
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,6 @@
3
3
* or more contributor license agreements. Licensed under the Elastic License;
4
4
* you may not use this file except in compliance with the Elastic License.
5
5
*/
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
Copy file name to clipboardExpand all lines: x-pack/plugin/sql/src/test/java/org/elasticsearch/xpack/sql/expression/function/UnresolvedFunctionTests.java
-17Lines changed: 0 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,6 @@
3
3
* or more contributor license agreements. Licensed under the Elastic License;
4
4
* you may not use this file except in compliance with the Elastic License.
5
5
*/
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
0 commit comments