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

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


The following commit(s) were added to refs/heads/master by this push:
     new d1155ed  Remove duplicate license text
d1155ed is described below

commit d1155ed263bb3c3f7ef3207e0c793d7ffaf624e9
Author: Piotrek Żygieło <pzygi...@users.noreply.github.com>
AuthorDate: Wed Dec 11 09:32:27 2024 +0100

    Remove duplicate license text
---
 .../java/org/apache/maven/plugin/patch/ApplyMojo.java | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java 
b/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java
index 24790bd..41c83a5 100644
--- a/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java
+++ b/src/main/java/org/apache/maven/plugin/patch/ApplyMojo.java
@@ -18,25 +18,6 @@
  */
 package org.apache.maven.plugin.patch;
 
-/*
- * 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 java.io.File;
 import java.io.FileNotFoundException;
 import java.io.FileWriter;

Reply via email to