Skip to content

Commit 7514da8

Browse files
Copilotv1v
andcommitted
Remove unrelated license headers from Java test files
Co-authored-by: v1v <[email protected]>
1 parent 57fe0a6 commit 7514da8

File tree

3 files changed

+0
-72
lines changed

3 files changed

+0
-72
lines changed

log4j2-ecs-layout/src/test/java/co/elastic/logging/log4j2/EcsLayoutWithCustomMdcSerializerTest.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
/*-
2-
* #%L
3-
* Java ECS logging
4-
* %%
5-
* Copyright (C) 2019 - 2025 Elastic and contributors
6-
* %%
7-
* Licensed to Elasticsearch B.V. under one or more contributor
8-
* license agreements. See the NOTICE file distributed with
9-
* this work for additional information regarding copyright
10-
* ownership. Elasticsearch B.V. licenses this file to you under
11-
* the Apache License, Version 2.0 (the "License"); you may
12-
* not use this file except in compliance with the License.
13-
* You may obtain a copy of the License at
14-
*
15-
* http://www.apache.org/licenses/LICENSE-2.0
16-
*
17-
* Unless required by applicable law or agreed to in writing,
18-
* software distributed under the License is distributed on an
19-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20-
* KIND, either express or implied. See the License for the
21-
* specific language governing permissions and limitations
22-
* under the License.
23-
* #L%
24-
*/
251
package co.elastic.logging.log4j2;
262

273
import static co.elastic.logging.log4j2.CustomMdcSerializer.CUSTOM_MDC_SERIALIZER_TEST_KEY;

log4j2-ecs-layout/src/test/java/co/elastic/logging/log4j2/EcsLayoutWithNotExistCustomMdcSerializerTest.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
/*-
2-
* #%L
3-
* Java ECS logging
4-
* %%
5-
* Copyright (C) 2019 - 2025 Elastic and contributors
6-
* %%
7-
* Licensed to Elasticsearch B.V. under one or more contributor
8-
* license agreements. See the NOTICE file distributed with
9-
* this work for additional information regarding copyright
10-
* ownership. Elasticsearch B.V. licenses this file to you under
11-
* the Apache License, Version 2.0 (the "License"); you may
12-
* not use this file except in compliance with the License.
13-
* You may obtain a copy of the License at
14-
*
15-
* http://www.apache.org/licenses/LICENSE-2.0
16-
*
17-
* Unless required by applicable law or agreed to in writing,
18-
* software distributed under the License is distributed on an
19-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20-
* KIND, either express or implied. See the License for the
21-
* specific language governing permissions and limitations
22-
* under the License.
23-
* #L%
24-
*/
251
package co.elastic.logging.log4j2;
262

273
import static org.assertj.core.api.Assertions.assertThatThrownBy;

log4j2-ecs-layout/src/test/java/co/elastic/logging/log4j2/MdcSerializerResolverTest.java

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,3 @@
1-
/*-
2-
* #%L
3-
* Java ECS logging
4-
* %%
5-
* Copyright (C) 2019 - 2025 Elastic and contributors
6-
* %%
7-
* Licensed to Elasticsearch B.V. under one or more contributor
8-
* license agreements. See the NOTICE file distributed with
9-
* this work for additional information regarding copyright
10-
* ownership. Elasticsearch B.V. licenses this file to you under
11-
* the Apache License, Version 2.0 (the "License"); you may
12-
* not use this file except in compliance with the License.
13-
* You may obtain a copy of the License at
14-
*
15-
* http://www.apache.org/licenses/LICENSE-2.0
16-
*
17-
* Unless required by applicable law or agreed to in writing,
18-
* software distributed under the License is distributed on an
19-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20-
* KIND, either express or implied. See the License for the
21-
* specific language governing permissions and limitations
22-
* under the License.
23-
* #L%
24-
*/
251
package co.elastic.logging.log4j2;
262

273
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)