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/29 13:29:19 UTC

svn commit: r1527305 [1/2] - in /maven/plugins/trunk/maven-source-plugin/src: it/MSOURCES-62/ it/MSOURCES-62/src/main/resources/ it/MSOURCES-64/ it/jar-attached/ it/jar-attached/src/main/java/ it/jar-classifier/ it/jar-classifier/src/main/java/ it/jar-...

Author: dennisl
Date: Sun Sep 29 11:29:17 2013
New Revision: 1527305

URL: http://svn.apache.org/r1527305
Log:
Add missing license headers.
This plugin now passes the checks done by RAT.

Modified:
    maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/pom.xml
    maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/src/main/resources/empty
    maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-64/pom.xml
    maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass2.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest2.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/jar/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/jar/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar/invoker.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/java/MyClass.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/resources/main.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/test/java/MyTest.java
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/test/resources/test.properties
    maven/plugins/trunk/maven-source-plugin/src/it/test-jar/verify.bsh
    maven/plugins/trunk/maven-source-plugin/src/site/apt/examples/configureplugin.apt.vm
    maven/plugins/trunk/maven-source-plugin/src/site/apt/usage.apt.vm
    maven/plugins/trunk/maven-source-plugin/src/test/resources/unit/project-003/src/main/resources/excluded-file.txt
    maven/plugins/trunk/maven-source-plugin/src/test/resources/unit/project-003/src/test/resources/excluded-file.txt

Modified: maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/pom.xml?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/pom.xml Sun Sep 29 11:29:17 2013
@@ -1,3 +1,23 @@
+<?xml version='1.0'?>
+<!--
+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.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/src/main/resources/empty
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/src/main/resources/empty?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/src/main/resources/empty (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-62/src/main/resources/empty Sun Sep 29 11:29:17 2013
@@ -0,0 +1,16 @@
+# 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.

Modified: maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-64/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-64/pom.xml?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-64/pom.xml (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/MSOURCES-64/pom.xml Sun Sep 29 11:29:17 2013
@@ -1,3 +1,23 @@
+<?xml version='1.0'?>
+<!--
+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.
+-->
+
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-attached/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.regex.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-classifier/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass2.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass2.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass2.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/java/MyClass2.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass2
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest2.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest2.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest2.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/java/MyTest2.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest2
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-includes-excludes/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-no-fork/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar-with-archive-config/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/jar/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/jar/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/jar/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/jar/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:jar,${project.groupId}:${project.artifactId}:${project.version}:test-jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/project-without-sources/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:test-jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-classifier/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:generated-test-jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-generated/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/resources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/resources/test.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/resources/test.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/src/test/resources/test.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/verify.bsh?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/verify.bsh (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar-no-fork/verify.bsh Sun Sep 29 11:29:17 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.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar/invoker.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar/invoker.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar/invoker.properties Sun Sep 29 11:29:17 2013
@@ -1 +1,18 @@
+# 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.
+
 invoker.goals=${project.groupId}:${project.artifactId}:${project.version}:test-jar

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/java/MyClass.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/java/MyClass.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/java/MyClass.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/java/MyClass.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyClass
 {
 

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/resources/main.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/resources/main.properties?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/resources/main.properties (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/main/resources/main.properties Sun Sep 29 11:29:17 2013
@@ -0,0 +1,17 @@
+# 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.
+

Modified: maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/test/java/MyTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/test/java/MyTest.java?rev=1527305&r1=1527304&r2=1527305&view=diff
==============================================================================
--- maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/test/java/MyTest.java (original)
+++ maven/plugins/trunk/maven-source-plugin/src/it/test-jar/src/test/java/MyTest.java Sun Sep 29 11:29:17 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.
+ */
+
 public class MyTest
 {