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/29 23:46:48 UTC

svn commit: r1527413 - in /maven/plugins/trunk/maven-site-plugin/src: it/site-inheritance/sub_module/src/site/ it/site-inheritance/sub_module/src/site/apt/ it/site-sd-2/ it/site-sd-lang/mymodule/src/main/java/test/ it/site-sd-lang/mymodule/src/site/ it...

Author: dennisl
Date: Sun Sep 29 21:46:48 2013
New Revision: 1527413

URL: http://svn.apache.org/r1527413
Log:
Add missing license headers. (Missed a few files in the last commit)
This plugin now passes the checks done by RAT.

Modified:
    maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt
    maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-same-site/invoker.properties
    maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties
    maven/plugins/trunk/maven-site-plugin/src/it/surefire-report/src/main/java/org/apache/maven/plugins/site/its/App.java
    maven/plugins/trunk/maven-site-plugin/src/it/surefire-report/src/test/java/org/apache/maven/plugins/site/its/AppTest.java
    maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml
    maven/plugins/trunk/maven-site-plugin/src/test/projects/site-plugin-multiproject/framework1/framework11/framework111/framework1111/src/test/java/org/apache/maven/plugin/site/AppTest.java

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/apt/index.apt Sun Sep 29 21:46:48 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.
+
  -----
  Title Here
  -----

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-inheritance/sub_module/src/site/site.xml Sun Sep 29 21:46:48 2013
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <project name="Maven" xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
   <body>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-2/invoker.properties Sun Sep 29 21:46:48 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.1 = clean
 invoker.goals.2 = site:site site:deploy site:stage site:stage-deploy

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/main/java/test/Test.java Sun Sep 29 21:46:48 2013
@@ -1,5 +1,24 @@
 package test;
 
+/*
+ * 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.
+ */
+
 public class Test {
 	public void test(){
 	}

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/fr/xdoc/index.xml Sun Sep 29 21:46:48 2013
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-15"?>
+
+<!--
+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.
+-->
+
 <document>
 	<properties>
 		<author>A. Gerodolle</author>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site.xml Sun Sep 29 21:46:48 2013
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-15"?>
 
+<!--
+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 name="${project.name}">
 	<version position="left" />
 	<body>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/site_fr.xml Sun Sep 29 21:46:48 2013
@@ -1,5 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-15"?>
 
+<!--
+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 name="${project.name}">
 	<version position="left" />
 	<body>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/contact.xml Sun Sep 29 21:46:48 2013
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-15"?>
+
+<!--
+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.
+-->
+
 <document>
 	<properties>
 		<author>A. Gerodolle</author>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/mymodule/src/site/xdoc/index.xml Sun Sep 29 21:46:48 2013
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-15"?>
+
+<!--
+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.
+-->
+
 <document>
 	<properties>
 		<author>A. Gerodolle</author>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-base.css Sun Sep 29 21:46:48 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.
+ */
+
 body {
   margin: 0px;
   padding: 0px;

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/maven-theme.css Sun Sep 29 21:46:48 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.
+ */
+
 body {
   margin: 0;
   padding: 10px;

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/print.css Sun Sep 29 21:46:48 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.
+ */
+
 #banner, #footer, #leftcol, #breadcrumbs, .docs #toc, .docs .courtesylinks, #leftColumn, #navColumn {
 	display: none !important;
 }

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/resources/css/site.css Sun Sep 29 21:46:48 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.
+ */
+
 a:link, a:visited {
   text-decoration: none;
   color: #6666FF;

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-lang/src/site/xdoc/index.xml Sun Sep 29 21:46:48 2013
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-15"?>
+
+<!--
+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.
+-->
+
 <document>
 	<properties>
 		<author>A. Gerodolle</author>

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-submodule/invoker.properties Sun Sep 29 21:46:48 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.1 = clean
 invoker.goals.2 = site:site site:stage-deploy

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-different-site/invoker.properties Sun Sep 29 21:46:48 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.1 = clean
 invoker.goals.2 = site:site site:deploy site:stage site:stage-deploy

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-no-site/invoker.properties Sun Sep 29 21:46:48 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.1 = clean
 invoker.goals.2 = site:site site:deploy site:stage site:stage-deploy

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-same-site/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-same-site/invoker.properties?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-same-site/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd-top-parent-same-site/invoker.properties Sun Sep 29 21:46:48 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.1 = clean
 invoker.goals.2 = site:site site:deploy site:stage site:stage-deploy

Modified: maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/site-sd/invoker.properties Sun Sep 29 21:46:48 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.1 = clean
 invoker.goals.2 = site:site site:stage site:stage-deploy

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

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

Modified: maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/src/it/validate/src/site/xdoc/xdoc.xml Sun Sep 29 21:46:48 2013
@@ -1,4 +1,24 @@
 <?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.
+-->
+
 <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   <properties>

Modified: maven/plugins/trunk/maven-site-plugin/src/test/projects/site-plugin-multiproject/framework1/framework11/framework111/framework1111/src/test/java/org/apache/maven/plugin/site/AppTest.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/test/projects/site-plugin-multiproject/framework1/framework11/framework111/framework1111/src/test/java/org/apache/maven/plugin/site/AppTest.java?rev=1527413&r1=1527412&r2=1527413&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/src/test/projects/site-plugin-multiproject/framework1/framework11/framework111/framework1111/src/test/java/org/apache/maven/plugin/site/AppTest.java (original)
+++ maven/plugins/trunk/maven-site-plugin/src/test/projects/site-plugin-multiproject/framework1/framework11/framework111/framework1111/src/test/java/org/apache/maven/plugin/site/AppTest.java Sun Sep 29 21:46:48 2013
@@ -1,5 +1,24 @@
 package org.apache.maven.plugin.site;
 
+/*
+ * 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;