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/21 12:15:42 UTC

svn commit: r1525216 - in /maven/plugins/trunk/maven-deploy-plugin/src/it: 3rd-party-jar-with-extras/ 3rd-party-jar-without-pom/ alt-deploy-repo-with-dist-mgmt-snapshot/ alt-deploy-repo-with-dist-mgmt/ alt-deploy-repo-without-dist-mgmt/ attach-release-...

Author: dennisl
Date: Sat Sep 21 10:15:41 2013
New Revision: 1525216

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

Modified:
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-at-end-fail/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/src/main/resources/foo.txt
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/test.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/resources/foo.txt
    maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/WEB-INF/web.xml
    maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/index.html
    maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/offline/invoker.properties
    maven/plugins/trunk/maven-deploy-plugin/src/it/offline/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/skip/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/verify.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/setup.bsh
    maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/verify.bsh

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/invoker.properties Sat Sep 21 10:15:41 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 = org.apache.maven.plugins:maven-deploy-plugin:${project.version}:deploy-file

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/test.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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 = test-0.1.jar
 url = file:target/repo
 updateReleaseInfo = true

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-with-extras/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/invoker.properties Sat Sep 21 10:15:41 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 = org.apache.maven.plugins:maven-deploy-plugin:${project.version}:deploy-file

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/test.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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 = test-0.1.jar
 url = file:target/repo
 updateReleaseInfo = true

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/3rd-party-jar-without-pom/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/test.properties Sat Sep 21 10:15:41 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.
+
 altDeploymentRepository = alt-id::default::file:target/repo

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt-snapshot/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/test.properties Sat Sep 21 10:15:41 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.
+
 altDeploymentRepository = alt-id::default::file:target/repo

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-with-dist-mgmt/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/test.properties Sat Sep 21 10:15:41 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.
+
 altDeploymentRepository = alt-id::default::file:target/repo

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/alt-deploy-repo-without-dist-mgmt/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/attach-release-jar/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-at-end-fail/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-at-end-fail/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-at-end-fail/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-at-end-fail/invoker.properties Sat Sep 21 10:15:41 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.buildResult=failure
\ No newline at end of file

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/invoker.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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.
+
 # Clean build of the jars
 invoker.goals = clean package 
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/src/main/resources/foo.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/src/main/resources/foo.txt?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/src/main/resources/foo.txt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/src/main/resources/foo.txt Sat Sep 21 10:15:41 2013
@@ -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.
+
 nothing to see here
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-attached-sources/test.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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.
+
 # Properties passed to invocations of the deploy plugin
 pomFile = ${basedir}/pom.xml
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/invoker.properties Sat Sep 21 10:15:41 2013
@@ -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.
+
 # Clean build of the jars
 invoker.goals = ${project.groupId}:${project.artifactId}:${project.version}:deploy-file 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/deploy-default-packaging/test.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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.
+
 # Properties passed to invocations of the deploy plugin
 groupId = org.apache.maven.test
 artifactId = test

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/invoker.properties Sat Sep 21 10:15:41 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 = org.apache.maven.plugins:maven-deploy-plugin:${project.version}:deploy-file

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/test.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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 = test-0.1.jar
 pomFile = test-0.1.pom
 url = file:target/repo

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/external-release-jar/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/invoker.properties Sat Sep 21 10:15:41 2013
@@ -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.goals = org.apache.maven.plugins:maven-deploy-plugin:${project.version}:deploy-file
 invoker.buildResult = failure

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/test.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/test.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/test.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/test.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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 = test.jar
 url = file:///${basedir}/target/repo
 packaging = jar

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/gav-validation/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/resources/foo.txt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/resources/foo.txt?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/resources/foo.txt (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/resources/foo.txt Sat Sep 21 10:15:41 2013
@@ -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.
+
 nothing to see here
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/WEB-INF/web.xml?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/WEB-INF/web.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/WEB-INF/web.xml Sat Sep 21 10:15:41 2013
@@ -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.
+-->
 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
 <web-app>
 	<display-name>mdeploy-45-test</display-name>

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/index.html?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/index.html (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/mdeploy-45-test/src/main/webapp/index.html Sat Sep 21 10:15:41 2013
@@ -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.
+-->
 <html>
 <head>
 </head>

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-1/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-2/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/no-main-artifact-snapshot/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/non-default-pom/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/offline/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/offline/invoker.properties?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/offline/invoker.properties (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/offline/invoker.properties Sat Sep 21 10:15:41 2013
@@ -1,3 +1,20 @@
+# 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.1 = deploy
 
 invoker.goals.2 = --offline deploy

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/offline/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/offline/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/offline/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/offline/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/release-jar/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/release-pom/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/skip/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/skip/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/skip/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/skip/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-jar/verify.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/setup.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/setup.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/setup.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/setup.bsh Sat Sep 21 10:15:41 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.*;
 

Modified: maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/verify.bsh
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/verify.bsh?rev=1525216&r1=1525215&r2=1525216&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/verify.bsh (original)
+++ maven/plugins/trunk/maven-deploy-plugin/src/it/snapshot-pom/verify.bsh Sat Sep 21 10:15:41 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.*;