This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git

commit e90ee8c200df4c6dafd09a86c8795e526160a731
Author: Gerd Aschemann <g...@aschemann.net>
AuthorDate: Sat Jan 4 14:27:02 2025 +0100

    Drop duplicate licence section
    
    cf. support-and-care/maven-support-and-care#77
---
 .../apache/maven/plugins/verifier/VerifierMojo.java  | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java 
b/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
index c093ec6..27b3951 100644
--- a/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
+++ b/src/main/java/org/apache/maven/plugins/verifier/VerifierMojo.java
@@ -25,26 +25,6 @@ import java.io.IOException;
 import java.io.Reader;
 import java.util.regex.Matcher;
 import java.util.regex.Pattern;
-
-/*
- * 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.
- */
-
 import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugins.annotations.LifecyclePhase;

Reply via email to