Author: dennisl
Date: Sun Sep 15 19:31:10 2013
New Revision: 1523490

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

Modified:
    
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/aggregator/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/invoker.properties
    
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/project/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/invoker.properties
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/module/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/project/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/submodule/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/invoker.properties
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/submodule/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/invoker.properties
    
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/module/pom.xml
    maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/invoker.properties
    maven/shared/trunk/maven-project-utils/src/it/setup-plugin/pom.xml
    
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveProjectMojo.java
    
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveScmMojo.java
    
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveSiteMojo.java
    maven/shared/trunk/maven-project-utils/src/it/standalone/invoker.properties
    maven/shared/trunk/maven-project-utils/src/it/standalone/pom.xml

Modified: 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/aggregator/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/aggregator/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/aggregator/pom.xml
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/aggregator/pom.xml
 Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/invoker.properties?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/invoker.properties
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/invoker.properties
 Sun Sep 15 19:31:10 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.shared.project.utils.it:maven-projectutils-plugin:resolve-site 
org.apache.maven.shared.project.utils.it:maven-projectutils-plugin:resolve-scm
 invoker.project = aggregator

Modified: 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/project/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/project/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/project/pom.xml 
(original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/aggregator-flat/project/pom.xml 
Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/invoker.properties?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/invoker.properties
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/invoker.properties
 Sun Sep 15 19:31:10 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.shared.project.utils.it:maven-projectutils-plugin:resolve-site 
org.apache.maven.shared.project.utils.it:maven-projectutils-plugin:resolve-scm
 invoker.project = project
\ No newline at end of file

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/module/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/module/pom.xml 
(original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/module/pom.xml 
Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/project/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/project/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/project/pom.xml 
(original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/project/pom.xml 
Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/submodule/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/submodule/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/submodule/pom.xml
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-flat/submodule/pom.xml
 Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/invoker.properties?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/invoker.properties
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/invoker.properties
 Sun Sep 15 19:31:10 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.shared.project.utils.it:maven-projectutils-plugin:resolve-site 
org.apache.maven.shared.project.utils.it:maven-projectutils-plugin:resolve-scm

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/pom.xml
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/pom.xml
 Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/submodule/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/submodule/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/submodule/pom.xml
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/module/submodule/pom.xml
 Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/pom.xml 
(original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-hierarchical/pom.xml 
Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/invoker.properties?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/invoker.properties
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/invoker.properties
 Sun Sep 15 19:31:10 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.shared.project.utils.it:maven-projectutils-plugin:resolve-project
 invoker.project = module/pom.xml
\ No newline at end of file

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/module/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/module/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/module/pom.xml
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/module/pom.xml
 Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/pom.xml 
(original)
+++ maven/shared/trunk/maven-project-utils/src/it/multimodule-profile/pom.xml 
Sun Sep 15 19:31:10 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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/setup-plugin/invoker.properties?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/invoker.properties 
(original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/invoker.properties 
Sun Sep 15 19:31:10 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
\ No newline at end of file

Modified: maven/shared/trunk/maven-project-utils/src/it/setup-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/setup-plugin/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- maven/shared/trunk/maven-project-utils/src/it/setup-plugin/pom.xml 
(original)
+++ maven/shared/trunk/maven-project-utils/src/it/setup-plugin/pom.xml Sun Sep 
15 19:31:10 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.
+-->
 <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>
@@ -39,10 +57,10 @@
       <artifactId>maven-project-utils</artifactId>
       <version>1.0-SNAPSHOT</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.maven</groupId>
-      <artifactId>maven-plugin-api</artifactId>
-      <version>2.0.6</version>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-plugin-api</artifactId>
+      <version>2.0.6</version>
     </dependency>
 
     <dependency>

Modified: 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveProjectMojo.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveProjectMojo.java?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveProjectMojo.java
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveProjectMojo.java
 Sun Sep 15 19:31:10 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.shared.project.utils.it;
 
+/*
+ * 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 org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugins.annotations.Mojo;
 import org.apache.maven.plugins.annotations.Parameter;

Modified: 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveScmMojo.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveScmMojo.java?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveScmMojo.java
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveScmMojo.java
 Sun Sep 15 19:31:10 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.shared.project.utils.it;
 
+/*
+ * 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 org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugins.annotations.Mojo;
 import org.apache.maven.plugins.annotations.Parameter;

Modified: 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveSiteMojo.java
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveSiteMojo.java?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveSiteMojo.java
 (original)
+++ 
maven/shared/trunk/maven-project-utils/src/it/setup-plugin/src/main/java/org/apache/maven/shared/project/utils/it/ResolveSiteMojo.java
 Sun Sep 15 19:31:10 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.shared.project.utils.it;
 
+/*
+ * 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 org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugins.annotations.Mojo;
 import org.apache.maven.plugins.annotations.Parameter;

Modified: 
maven/shared/trunk/maven-project-utils/src/it/standalone/invoker.properties
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/standalone/invoker.properties?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- maven/shared/trunk/maven-project-utils/src/it/standalone/invoker.properties 
(original)
+++ maven/shared/trunk/maven-project-utils/src/it/standalone/invoker.properties 
Sun Sep 15 19:31:10 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.shared.project.utils.it:maven-projectutils-plugin:resolve-site 
org.apache.maven.shared.project.utils.it:maven-projectutils-plugin:resolve-scm

Modified: maven/shared/trunk/maven-project-utils/src/it/standalone/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/shared/trunk/maven-project-utils/src/it/standalone/pom.xml?rev=1523490&r1=1523489&r2=1523490&view=diff
==============================================================================
--- maven/shared/trunk/maven-project-utils/src/it/standalone/pom.xml (original)
+++ maven/shared/trunk/maven-project-utils/src/it/standalone/pom.xml Sun Sep 15 
19:31:10 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.
+-->
 <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>


Reply via email to