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/10/11 23:35:02 UTC

svn commit: r1531428 - in /maven/release/trunk: maven-release-plugin/src/it/projects/branch/MRELEASE-458/ maven-release-plugin/src/it/projects/perform/MRELEASE-736/ maven-release-plugin/src/it/projects/perform/MRELEASE-832/ maven-release-plugin/src/it/...

Author: dennisl
Date: Fri Oct 11 21:35:01 2013
New Revision: 1531428

URL: http://svn.apache.org/r1531428
Log:
Add missing license headers.

Modified:
    maven/release/trunk/maven-release-plugin/src/it/projects/branch/MRELEASE-458/verify.bsh
    maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-736/test.properties
    maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-832/invoker.properties
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-483/test.properties
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-533/test.properties
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/invoker.properties
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/module1/pom.xml
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/pom.xml
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/completion-goals/verify.bsh
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/parent-project/verify.bsh
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/pom.xml
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/pom.xml
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/main/java/org/apache/maven/plugin/release/module/b/App.java
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/test/java/org/apache/maven/plugin/release/module/b/AppTest.java
    maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/verify.bsh
    maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-dummy/invoker.properties
    maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-stub/invoker.properties
    maven/release/trunk/maven-release-plugin/src/it/setup/maven-wagon-provider-dummy/invoker.properties
    maven/release/trunk/src/site/apt/index.apt

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

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-736/test.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-736/test.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-736/test.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-736/test.properties Fri Oct 11 21:35:01 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.
+
 dryRun=true
\ No newline at end of file

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-832/invoker.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-832/invoker.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-832/invoker.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/perform/MRELEASE-832/invoker.properties Fri Oct 11 21:35:01 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 = release:clean release:perform
\ No newline at end of file

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-483/test.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-483/test.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-483/test.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-483/test.properties Fri Oct 11 21:35:01 2013
@@ -1,4 +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.
+
 releaseVersion=1.0.1237
 tag=yflex_library-1.0.1237
 developmentVersion=1.0-SNAPSHOT
- 
\ No newline at end of file

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-533/test.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-533/test.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-533/test.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-533/test.properties Fri Oct 11 21:35:01 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.
+
 arguments = -f other-pom.xml
\ No newline at end of file

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/invoker.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/invoker.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/invoker.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/invoker.properties Fri Oct 11 21:35:01 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.
+
 #Require at least Maven3, so we can verify the release.properties
 invoker.maven.version=3+
 invoker.profiles=mrelease571

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/module1/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/module1/pom.xml?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/module1/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/module1/pom.xml Fri Oct 11 21:35:01 2013
@@ -1,3 +1,22 @@
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -63,4 +82,4 @@
       </build>
     </profile>
   </profiles>
-</project>
\ No newline at end of file
+</project>

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/pom.xml?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/MRELEASE-571_M3/pom.xml Fri Oct 11 21:35:01 2013
@@ -1,3 +1,22 @@
+<?xml version='1.0'?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -32,4 +51,4 @@
   <modules>
     <module>module1</module>
   </modules>
-</project>
\ No newline at end of file
+</project>

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/completion-goals/verify.bsh
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/completion-goals/verify.bsh?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/completion-goals/verify.bsh (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/completion-goals/verify.bsh Fri Oct 11 21:35:01 2013
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.regex.*;
@@ -57,4 +76,4 @@ catch( Throwable t )
     return false;
 }
 
-return true;
\ No newline at end of file
+return true;

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java Fri Oct 11 21:35:01 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.release.module.a;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 /**
  * Hello world!
  *

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java Fri Oct 11 21:35:01 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.release.module.a;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/parent-project/verify.bsh
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/parent-project/verify.bsh?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/parent-project/verify.bsh (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/flat-multi-module/parent-project/verify.bsh Fri Oct 11 21:35:01 2013
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.regex.*;
@@ -47,4 +66,4 @@ catch( Throwable t )
 }
 
 System.out.println( "FAILED!" );
-return false;
\ No newline at end of file
+return false;

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/pom.xml?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/pom.xml Fri Oct 11 21:35:01 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project>
   <parent>
     <artifactId>regular-multi-module-project</artifactId>
     <groupId>org.apache.maven.plugin.release</groupId>

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/main/java/org/apache/maven/plugin/release/module/a/App.java Fri Oct 11 21:35:01 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.release.module.a;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 /**
  * Hello world!
  *

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-a/src/test/java/org/apache/maven/plugin/release/module/a/AppTest.java Fri Oct 11 21:35:01 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.release.module.a;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/pom.xml
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/pom.xml?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/pom.xml (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/pom.xml Fri Oct 11 21:35:01 2013
@@ -1,4 +1,23 @@
-<?xml version="1.0"?><project>
+<?xml version="1.0"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+<project>
   <parent>
     <artifactId>regular-multi-module-project</artifactId>
     <groupId>org.apache.maven.plugin.release</groupId>

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/main/java/org/apache/maven/plugin/release/module/b/App.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/main/java/org/apache/maven/plugin/release/module/b/App.java?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/main/java/org/apache/maven/plugin/release/module/b/App.java (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/main/java/org/apache/maven/plugin/release/module/b/App.java Fri Oct 11 21:35:01 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.release.module.b;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 /**
  * Hello world!
  *

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/test/java/org/apache/maven/plugin/release/module/b/AppTest.java
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/test/java/org/apache/maven/plugin/release/module/b/AppTest.java?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/test/java/org/apache/maven/plugin/release/module/b/AppTest.java (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/module-b/src/test/java/org/apache/maven/plugin/release/module/b/AppTest.java Fri Oct 11 21:35:01 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.release.module.b;
 
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import junit.framework.Test;
 import junit.framework.TestCase;
 import junit.framework.TestSuite;

Modified: maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/verify.bsh
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/verify.bsh?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/verify.bsh (original)
+++ maven/release/trunk/maven-release-plugin/src/it/projects/prepare/regular-multi-module/verify.bsh Fri Oct 11 21:35:01 2013
@@ -1,3 +1,22 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
 import java.io.*;
 import java.util.*;
 import java.util.regex.*;
@@ -35,4 +54,4 @@ catch( Throwable t )
 }
 
 System.out.println( "FAILED!" );
-return false;
\ No newline at end of file
+return false;

Modified: maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-dummy/invoker.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-dummy/invoker.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-dummy/invoker.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-dummy/invoker.properties Fri Oct 11 21:35:01 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 = install

Modified: maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-stub/invoker.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-stub/invoker.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-stub/invoker.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/setup/maven-scm-provider-stub/invoker.properties Fri Oct 11 21:35:01 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 = install

Modified: maven/release/trunk/maven-release-plugin/src/it/setup/maven-wagon-provider-dummy/invoker.properties
URL: http://svn.apache.org/viewvc/maven/release/trunk/maven-release-plugin/src/it/setup/maven-wagon-provider-dummy/invoker.properties?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/maven-release-plugin/src/it/setup/maven-wagon-provider-dummy/invoker.properties (original)
+++ maven/release/trunk/maven-release-plugin/src/it/setup/maven-wagon-provider-dummy/invoker.properties Fri Oct 11 21:35:01 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 = install

Modified: maven/release/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/release/trunk/src/site/apt/index.apt?rev=1531428&r1=1531427&r2=1531428&view=diff
==============================================================================
--- maven/release/trunk/src/site/apt/index.apt (original)
+++ maven/release/trunk/src/site/apt/index.apt Fri Oct 11 21:35:01 2013
@@ -6,6 +6,23 @@
  2011-06-24
  ------
 
+~~ Licensed to the Apache Software Foundation (ASF) under one
+~~ or more contributor license agreements.  See the NOTICE file
+~~ distributed with this work for additional information
+~~ regarding copyright ownership.  The ASF licenses this file
+~~ to you under the Apache License, Version 2.0 (the
+~~ "License"); you may not use this file except in compliance
+~~ with the License.  You may obtain a copy of the License at
+~~
+~~   http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~ Unless required by applicable law or agreed to in writing,
+~~ software distributed under the License is distributed on an
+~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~ KIND, either express or implied.  See the License for the
+~~ specific language governing permissions and limitations
+~~ under the License.
+
 Maven Release
 
  Maven Release provides tooling to release a project with Maven, saving a lot of repetitive, manual work.