Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 5011545

Browse files
committed
remove license headers
1 parent 1bd93b1 commit 5011545

File tree

4 files changed

+0
-56
lines changed

4 files changed

+0
-56
lines changed

jmespath-jackson-jr/pom.xml

-14
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ Copyright 2023 Amazon.com, Inc. or its affiliates.
4-
~ Licensed under the Apache License, Version 2.0 (the
5-
~ "License"); you may not use this file except in compliance
6-
~ with the License. You may obtain a copy of the License at
7-
~ http://www.apache.org/licenses/LICENSE-2.0
8-
~ Unless required by applicable law or agreed to in writing, software
9-
~ distributed under the License is distributed on an "AS IS" BASIS,
10-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11-
~ See the License for the specific language governing permissions and
12-
~ limitations under the License.
13-
~
14-
-->
15-
162
<project xmlns="http://maven.apache.org/POM/4.0.0"
173
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
184
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

jmespath-jackson-jr/src/main/java/io/burt/jmespath/jacksonjr/JacksonJrRuntime.java

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/*
2-
* Copyright 2023 Amazon.com, Inc. or its affiliates.
3-
* Licensed under the Apache License, Version 2.0 (the
4-
* "License"); you may not use this file except in compliance
5-
* with the License. You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
* Unless required by applicable law or agreed to in writing, software
8-
* distributed under the License is distributed on an "AS IS" BASIS,
9-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10-
* See the License for the specific language governing permissions and
11-
* limitations under the License.
12-
*
13-
*/
14-
151
package io.burt.jmespath.jacksonjr;
162

173
import com.fasterxml.jackson.core.JsonToken;

jmespath-jackson-jr/src/test/java/io/burt/jmespath/jacksonjr/JacksonJrComplianceTest.java

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/*
2-
* Copyright 2023 Amazon.com, Inc. or its affiliates.
3-
* Licensed under the Apache License, Version 2.0 (the
4-
* "License"); you may not use this file except in compliance
5-
* with the License. You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
* Unless required by applicable law or agreed to in writing, software
8-
* distributed under the License is distributed on an "AS IS" BASIS,
9-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10-
* See the License for the specific language governing permissions and
11-
* limitations under the License.
12-
*
13-
*/
14-
151
package io.burt.jmespath.jacksonjr;
162

173
import com.fasterxml.jackson.core.TreeNode;

jmespath-jackson-jr/src/test/java/io/burt/jmespath/jacksonjr/JacksonJrTest.java

-14
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
/*
2-
* Copyright 2023 Amazon.com, Inc. or its affiliates.
3-
* Licensed under the Apache License, Version 2.0 (the
4-
* "License"); you may not use this file except in compliance
5-
* with the License. You may obtain a copy of the License at
6-
* http://www.apache.org/licenses/LICENSE-2.0
7-
* Unless required by applicable law or agreed to in writing, software
8-
* distributed under the License is distributed on an "AS IS" BASIS,
9-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10-
* See the License for the specific language governing permissions and
11-
* limitations under the License.
12-
*
13-
*/
14-
151
package io.burt.jmespath.jacksonjr;
162

173

0 commit comments

Comments
 (0)