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

elharo pushed a commit to branch 39
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git


The following commit(s) were added to refs/heads/39 by this push:
     new 7d7b913  remove duped licenses
7d7b913 is described below

commit 7d7b913ae5ea97ef5db08241cbf5c98657fb2d69
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jun 3 06:56:51 2023 -0400

    remove duped licenses
---
 .../plugins/jarsigner/AbstractJarsignerMojo.java    | 19 -------------------
 .../maven/plugins/jarsigner/JarsignerSignMojo.java  | 19 -------------------
 .../plugins/jarsigner/JarsignerVerifyMojo.java      | 21 +--------------------
 3 files changed, 1 insertion(+), 58 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java 
b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java
index abeb0d8..f8bf4d5 100644
--- 
a/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/jarsigner/AbstractJarsignerMojo.java
@@ -18,25 +18,6 @@
  */
 package org.apache.maven.plugins.jarsigner;
 
-/*
- * 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.IOException;
 import java.text.MessageFormat;
diff --git 
a/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java 
b/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java
index 3510aa3..afc01e4 100644
--- a/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerSignMojo.java
@@ -18,25 +18,6 @@
  */
 package org.apache.maven.plugins.jarsigner;
 
-/*
- * 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.IOException;
 
diff --git 
a/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerVerifyMojo.java 
b/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerVerifyMojo.java
index efd4f84..0f8df9d 100644
--- a/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerVerifyMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jarsigner/JarsignerVerifyMojo.java
@@ -18,25 +18,6 @@
  */
 package org.apache.maven.plugins.jarsigner;
 
-/*
- * 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.IOException;
 
@@ -58,7 +39,7 @@ import 
org.apache.maven.shared.jarsigner.JarSignerVerifyRequest;
 public class JarsignerVerifyMojo extends AbstractJarsignerMojo {
 
     /**
-     * See <a 
href="https://docs.oracle.com/javase/7/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
+     * See <a 
href="https://docs.oracle.com/javase/8/docs/technotes/tools/windows/jarsigner.html#Options";>options</a>.
      */
     @Parameter(property = "jarsigner.certs", defaultValue = "false")
     private boolean certs;

Reply via email to