This is an automated email from the ASF dual-hosted git repository. mapohl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit 7e260aa781c9d13e445eb59e94e9e981f77166a4 Author: Matthias Pohl <[email protected]> AuthorDate: Thu Feb 15 14:20:31 2024 +0100 [hotfix][test] Removes duplicate Apache header --- .../services/org.junit.jupiter.api.extension.Extension | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/flink-tests/src/test/resources/META-INF/services/org.junit.jupiter.api.extension.Extension b/flink-tests/src/test/resources/META-INF/services/org.junit.jupiter.api.extension.Extension index b1cb0eb2363..0b74fd4603c 100644 --- a/flink-tests/src/test/resources/META-INF/services/org.junit.jupiter.api.extension.Extension +++ b/flink-tests/src/test/resources/META-INF/services/org.junit.jupiter.api.extension.Extension @@ -1,21 +1,3 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership.
