Skip to content

Commit c54acc4

Browse files
authored
Add missing license headers from 4120 (#4160)
Signed-off-by: Simeon Widdis <sawiddis@amazon.com>
1 parent e2a1132 commit c54acc4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

core/src/main/java/org/opensearch/sql/ast/tree/SPath.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package org.opensearch.sql.ast.tree;
27

38
import com.google.common.collect.ImmutableList;

ppl/src/test/java/org/opensearch/sql/ppl/utils/SPathRewriteTest.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*
2+
* Copyright OpenSearch Contributors
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
5+
16
package org.opensearch.sql.ppl.utils;
27

38
import static org.junit.Assert.assertEquals;

0 commit comments

Comments
 (0)