You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2013/09/15 13:40:24 UTC

svn commit: r1523429 - in /maven/plugins/trunk/maven-jarsigner-plugin: pom.xml src/it/spacy path/src/main/java/Main.java src/it/spacy path/verify.bsh

Author: dennisl
Date: Sun Sep 15 11:40:24 2013
New Revision: 1523429

URL: http://svn.apache.org/r1523429
Log:
Add missing license headers to files with spaces in their paths.

Modified:
    maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
    maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/src/main/java/Main.java
    maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/verify.bsh

Modified: maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/pom.xml?rev=1523429&r1=1523428&r2=1523429&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/pom.xml Sun Sep 15 11:40:24 2013
@@ -127,11 +127,6 @@ under the License.
                 The manifest specification does not describe any method for writing comments into the manifest.
               -->
               <exclude>src/it/unsign/src/main/resources/META-INF/UNSIGNED.SF</exclude>
-              <!--
-                I cannot add headers to these files and commit them, I get an error associated with the space in the path.
-              -->
-              <exclude>src/it/spacy path/src/main/java/Main.java</exclude>
-              <exclude>src/it/spacy path/verify.bsh</exclude>
             </excludes>
           </configuration>
         </plugin>

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/src/main/java/Main.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy%20path/src/main/java/Main.java?rev=1523429&r1=1523428&r2=1523429&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/src/main/java/Main.java (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/src/main/java/Main.java Sun Sep 15 11:40:24 2013
@@ -1,5 +1,24 @@
+/*
+ * 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.
+ */
+
 /**
- * Appliation entry point.
+ * Application entry point.
  */
 public class Main
 {

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy%20path/verify.bsh?rev=1523429&r1=1523428&r2=1523429&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/verify.bsh (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/src/it/spacy path/verify.bsh Sun Sep 15 11:40:24 2013
@@ -1,3 +1,22 @@
+/*
+ * 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.*;
 import java.util.jar.*;