Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/two/maven-metadata.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/two/maven-metadata.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/two/maven-metadata.xml
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/repo/org/apache/maven/its/shade/srt/two/maven-metadata.xml
 Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+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.
+-->
+
 <metadata>
   <groupId>org.apache.maven.its.shade.srt</groupId>
   <artifactId>two</artifactId>

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/invoker.properties
 Tue Sep 16 21:21:01 2014
@@ -1,2 +1,19 @@
+# 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.java.version = 1.8+
-invoker.goals=clean verify
\ No newline at end of file
+invoker.goals=clean verify

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/src/main/java/org/apache/maven/plugins/shade/its/App.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/src/main/java/org/apache/maven/plugins/shade/its/App.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/src/main/java/org/apache/maven/plugins/shade/its/App.java
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/shading-with-java-8-sources/src/main/java/org/apache/maven/plugins/shade/its/App.java
 Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugins.shade.its;
 
+/*
+ * 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.
+ */
+
+
 /**
  * Hello world!
  */

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/invoker.properties?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/invoker.properties
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/invoker.properties
 Tue Sep 16 21:21:01 2014
@@ -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=clean package

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/main/java/org/apache/maven/plugins/shade/its/App.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/main/java/org/apache/maven/plugins/shade/its/App.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/main/java/org/apache/maven/plugins/shade/its/App.java
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/main/java/org/apache/maven/plugins/shade/its/App.java
 Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugins.shade.its;
 
+/*
+ * 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.
+ */
+
+
 /**
  * Hello world!
  *

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/test/java/org/apache/maven/plugins/shade/its/AppTest.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/test/java/org/apache/maven/plugins/shade/its/AppTest.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/test/java/org/apache/maven/plugins/shade/its/AppTest.java
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/users-shader-impl/src/test/java/org/apache/maven/plugins/shade/its/AppTest.java
 Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugins.shade.its;
 
+/*
+ * 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 junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/src/main/resources/test.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/src/main/resources/test.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/src/main/resources/test.xml
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/src/main/resources/test.xml
 Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+
+<!--
+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.
+-->
+
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-invalid.missing";>
 <html>
   <!-- The doctype references an invalid URI which would fail the parsing if 
the DTD would be resolved -->

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/test/java/org/apache/maven/plugins/shade/relocation/SimpleRelocatorTest.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/test/java/org/apache/maven/plugins/shade/relocation/SimpleRelocatorTest.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/test/java/org/apache/maven/plugins/shade/relocation/SimpleRelocatorTest.java
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/test/java/org/apache/maven/plugins/shade/relocation/SimpleRelocatorTest.java
 Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugins.shade.relocation;
 
+/*
+ * 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 junit.framework.TestCase;
 
 import java.util.Arrays;

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/pom.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/pom.xml 
(original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/pom.xml 
Tue Sep 16 21:21:01 2014
@@ -1,4 +1,24 @@
 <?xml version="1.0"?><project>
+
+<!--
+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.
+-->
+
   <parent>
     <artifactId>projects-parent</artifactId>
     <groupId>org.apache.maven.plugins.shade</groupId>

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/src/main/java/org/apache/maven/plugins/shade/Lib.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/src/main/java/org/apache/maven/plugins/shade/Lib.java?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/src/main/java/org/apache/maven/plugins/shade/Lib.java
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/test/projects/test-artifact/src/main/java/org/apache/maven/plugins/shade/Lib.java
 Tue Sep 16 21:21:01 2014
@@ -1,5 +1,25 @@
 package org.apache.maven.plugins.shade;
 
+/*
+ * 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.
+ */
+
+
 /**
  * Hello world!
  *

Modified: 
maven/plugins/trunk/maven-shade-plugin/src/test/resources/components-expected.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/test/resources/components-expected.xml?rev=1625397&r1=1625396&r2=1625397&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-shade-plugin/src/test/resources/components-expected.xml
 (original)
+++ 
maven/plugins/trunk/maven-shade-plugin/src/test/resources/components-expected.xml
 Tue Sep 16 21:21:01 2014
@@ -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.
+-->
+
 <component-set>
   <components>
     <component>
@@ -33,4 +53,4 @@
       </configuration>
     </component>
   </components>
-</component-set>
\ No newline at end of file
+</component-set>


Reply via email to