You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/03/13 12:26:05 UTC

svn commit: r1300080 - in /maven/plugins/trunk/maven-shade-plugin/src/it: artifact-includes-excludes/ attach-after-lifecycle-fork/ dep-reduced-pom/ filter-artifact-contents/ finalNameBuild-attached/ finalNameBuild/ finalNameShade-attached/ finalNameSha...

Author: olamy
Date: Tue Mar 13 11:26:04 2012
New Revision: 1300080

URL: http://svn.apache.org/viewvc?rev=1300080&view=rev
Log:
add some missing license headers

Modified:
    maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/setup.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy
    maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/setup.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/setup.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/setup.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/setup.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/manifest-retained/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/manifest-transformed/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/pom-packaging/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/pom.xml
    maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/pom.xml
    maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/reloc-includes-excludes/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/verify.bsh
    maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/verify.bsh

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/artifact-includes-excludes/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/setup.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/setup.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/setup.bsh Tue Mar 13 11:26:04 2012
@@ -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.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/attach-after-lifecycle-fork/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/dep-reduced-pom/verify.groovy Tue Mar 13 11:26:04 2012
@@ -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.
+ */
+
 File pomFile = new File( basedir, "target/dependency-reduced-pom.xml" );
 assert pomFile.isFile()
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/filter-artifact-contents/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/setup.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/setup.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/setup.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild-attached/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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-shade-plugin/src/it/finalNameBuild/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/setup.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/setup.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/setup.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameBuild/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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-shade-plugin/src/it/finalNameShade-attached/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/setup.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/setup.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/setup.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade-attached/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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-shade-plugin/src/it/finalNameShade/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/setup.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/setup.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/setup.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/finalNameShade/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * 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-shade-plugin/src/it/implicit-inclusion-of-project-artifact/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/implicit-inclusion-of-project-artifact/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/manifest-retained/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/manifest-retained/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/manifest-retained/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/manifest-retained/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/manifest-transformed/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/manifest-transformed/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/manifest-transformed/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/manifest-transformed/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-package-info/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar-respect-includes/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/mini-jar/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/non-runtime-scope-excluded/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/pom-packaging/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/pom-packaging/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/pom-packaging/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/pom-packaging/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/pom.xml?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/one/pom.xml Tue Mar 13 11:26:04 2012
@@ -1,4 +1,22 @@
 <?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.
+-->
 <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>
   <parent>

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/pom.xml?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/pom.xml (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/two/pom.xml Tue Mar 13 11:26:04 2012
@@ -1,4 +1,22 @@
 <?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.
+-->
 <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>
   <parent>

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/project-with-reactors-included/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,4 +1,21 @@
-
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 
 import java.io.*;
 import java.util.jar.*;

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/reloc-includes-excludes/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/reloc-includes-excludes/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/reloc-includes-excludes/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/reloc-includes-excludes/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/services-resource-transformer/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;
 import org.codehaus.plexus.util.*;

Modified: maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/verify.bsh?rev=1300080&r1=1300079&r2=1300080&view=diff
==============================================================================
--- maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/verify.bsh (original)
+++ maven/plugins/trunk/maven-shade-plugin/src/it/xml-transformer-ignores-dtd/verify.bsh Tue Mar 13 11:26:04 2012
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 import java.io.*;
 import java.util.jar.*;