You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ms...@apache.org on 2016/12/07 11:52:26 UTC

[1/6] portals-pluto git commit: Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin. Edited headers of many files to add necessary license information. Updated several subproject POM files to add rat exclude statements in order to ignor

Repository: portals-pluto
Updated Branches:
  refs/heads/master 194245593 -> 34944e746


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3ResourceAsyncTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3ResourceAsyncTests/src/main/resources/logging.properties b/portlet-tck_3.0/V3ResourceAsyncTests/src/main/resources/logging.properties
index cefa68b..ec1458a 100644
--- a/portlet-tck_3.0/V3ResourceAsyncTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V3ResourceAsyncTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = ResourceAsyncTests.
-
-#java.util.logging.ConsoleHandler.level = FINEST
-#java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = ResourceAsyncTests.
+
+#java.util.logging.ConsoleHandler.level = FINEST
+#java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3ResourceAsyncTests/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3ResourceAsyncTests/src/main/webapp/WEB-INF/beans.xml b/portlet-tck_3.0/V3ResourceAsyncTests/src/main/webapp/WEB-INF/beans.xml
index 9eac268..6f17435 100644
--- a/portlet-tck_3.0/V3ResourceAsyncTests/src/main/webapp/WEB-INF/beans.xml
+++ b/portlet-tck_3.0/V3ResourceAsyncTests/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3URLTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3URLTests/pom.xml b/portlet-tck_3.0/V3URLTests/pom.xml
index 23cfc5d..46db9c6 100644
--- a/portlet-tck_3.0/V3URLTests/pom.xml
+++ b/portlet-tck_3.0/V3URLTests/pom.xml
@@ -104,6 +104,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3URLTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3URLTests/src/main/resources/logging.properties b/portlet-tck_3.0/V3URLTests/src/main/resources/logging.properties
index 4ef0056..e18ad77 100644
--- a/portlet-tck_3.0/V3URLTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V3URLTests/src/main/resources/logging.properties
@@ -1,3 +1,25 @@
+# 
+#
+# 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.
+#
+######################################################################
+
+
 ############################################################
 # Define logging for this webapp (Tomcat)
 ############################################################

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3URLTests/src/main/resources/xml-resources/additionalPages.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3URLTests/src/main/resources/xml-resources/additionalPages.xml b/portlet-tck_3.0/V3URLTests/src/main/resources/xml-resources/additionalPages.xml
index 1a25ce8..df3ca64 100644
--- a/portlet-tck_3.0/V3URLTests/src/main/resources/xml-resources/additionalPages.xml
+++ b/portlet-tck_3.0/V3URLTests/src/main/resources/xml-resources/additionalPages.xml
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.     
+-->
+<pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
 <portal-name>pluto-portal-driver</portal-name>
 <portal-version>2.1.0-SNAPSHOT</portal-version>
 <container-name>Pluto Portal Driver</container-name>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3URLTests/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3URLTests/src/main/webapp/WEB-INF/beans.xml b/portlet-tck_3.0/V3URLTests/src/main/webapp/WEB-INF/beans.xml
index 7e0ddef..5ef7234 100644
--- a/portlet-tck_3.0/V3URLTests/src/main/webapp/WEB-INF/beans.xml
+++ b/portlet-tck_3.0/V3URLTests/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/deploy/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/deploy/pom.xml b/portlet-tck_3.0/deploy/pom.xml
index bafb742..86ec1df 100644
--- a/portlet-tck_3.0/deploy/pom.xml
+++ b/portlet-tck_3.0/deploy/pom.xml
@@ -411,6 +411,17 @@
 					</execution>
 				</executions>
 			</plugin>
+
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>.externalToolBuilders/Maven_Ant_Builder.launch</exclude>
+                  <exclude>maven-eclipse.xml</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
 		</plugins>
 	</build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/driver/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/driver/pom.xml b/portlet-tck_3.0/driver/pom.xml
index 7fb88ea..5ebc71c 100644
--- a/portlet-tck_3.0/driver/pom.xml
+++ b/portlet-tck_3.0/driver/pom.xml
@@ -564,6 +564,17 @@
                </archive>
             </configuration>
          </plugin>
+
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>.externalToolBuilders/Maven_Ant_Builder.launch</exclude>
+                  <exclude>maven-eclipse.xml</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/driver/src/main/resources/xml-resources/ignoredTestCases.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/driver/src/main/resources/xml-resources/ignoredTestCases.xml b/portlet-tck_3.0/driver/src/main/resources/xml-resources/ignoredTestCases.xml
index 2c0f7dc..2b454b5 100644
--- a/portlet-tck_3.0/driver/src/main/resources/xml-resources/ignoredTestCases.xml
+++ b/portlet-tck_3.0/driver/src/main/resources/xml-resources/ignoredTestCases.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<!--
+    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.     
+-->
 
 <!-- JSR 362 TCK Ignore List                                               -->
 <!-- The TCK driver ignores all test cases appearing in this list.         -->

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/pom.xml b/portlet-tck_3.0/pom.xml
index a42567a..fbf6194 100644
--- a/portlet-tck_3.0/pom.xml
+++ b/portlet-tck_3.0/pom.xml
@@ -453,6 +453,21 @@
                </execution>
             </executions>
          </plugin>
+         
+         <!-- configure excludes for maven rat plugin -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/javadoc/doc-files/JSR286ApidocAssertions.csv</exclude>
+                  <exclude>src/main/javadoc/doc-files/JSR286ApidocGenerated.csv</exclude>
+                  <exclude>src/main/javadoc/doc-files/JSR286SpecAssertions.csv</exclude>
+                  <exclude>src/main/javadoc/doc-files/JSR286SpecAssertionsDispatcher.csv</exclude>
+                  <exclude>src/main/javadoc/doc-files/JSR286TCDispatchTableAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/src/main/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/src/main/javadoc/overview.html b/portlet-tck_3.0/src/main/javadoc/overview.html
index 5021bc8..c2f5c9a 100644
--- a/portlet-tck_3.0/src/main/javadoc/overview.html
+++ b/portlet-tck_3.0/src/main/javadoc/overview.html
@@ -1,28 +1,46 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-  <HEAD>
-    <TITLE>Portlet Specification 3.0 Technology Compatibility Kit</TITLE>
-  </HEAD>
-  <BODY>
-    <p>
-    This document describes the JSR 362 Portlet Specification 3.0 Technology Compatibility Kit (TCK).
-    The TCK helps portal vendors test compatibility with the Portlet Specification by providing 
-    test cases that prove compliance with the specification.
-    </p>
-    <p>
-    The TCK implements the assertions contained in the 
-    <a href="doc-files/JSR362Assertions.pdf" target="_blank">JSR 362 TCK Assertions</a> document.           
-    </p>
-    <p>
-    The README.txt file contained in the project base directory explains how the TCK can be used.
-    </p>
-    <p>This is a work in progress and is subject to change at any time.</p>
-    <p>Change History:</p>
-    <!-- change class below to "indexContainer" to activate color changebars in the change history -->
-    <div class="indexContainer-not">
-    <ul>
-    <li>20140627: Initial version</li>
-    </ul>
-    </div>
-  </BODY>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<HTML>
+  <HEAD>
+    <TITLE>Portlet Specification 3.0 Technology Compatibility Kit</TITLE>
+  </HEAD>
+  <BODY>
+    <p>
+    This document describes the JSR 362 Portlet Specification 3.0 Technology Compatibility Kit (TCK).
+    The TCK helps portal vendors test compatibility with the Portlet Specification by providing 
+    test cases that prove compliance with the specification.
+    </p>
+    <p>
+    The TCK implements the assertions contained in the 
+    <a href="doc-files/JSR362Assertions.pdf" target="_blank">JSR 362 TCK Assertions</a> document.           
+    </p>
+    <p>
+    The README.txt file contained in the project base directory explains how the TCK can be used.
+    </p>
+    <p>This is a work in progress and is subject to change at any time.</p>
+    <p>Change History:</p>
+    <!-- change class below to "indexContainer" to activate color changebars in the change history -->
+    <div class="indexContainer-not">
+    <ul>
+    <li>20140627: Initial version</li>
+    </ul>
+    </div>
+  </BODY>
 </HTML>
\ No newline at end of file


[3/6] portals-pluto git commit: Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin. Edited headers of many files to add necessary license information. Updated several subproject POM files to add rat exclude statements in order to ignor

Posted by ms...@apache.org.
http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPRender.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPRender.jsp
index 7086f11..7568144 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPRender.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPRender.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPResource.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPResource.jsp
index bc429e8..3ab107f 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPResource.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPResource.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPAction.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPAction.jsp
index e3057fe..5cea772 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPAction.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPAction.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPEvent.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPEvent.jsp
index 28bfdb0..562f443 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPEvent.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPEvent.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPRender.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPRender.jsp
index dd4c6aa..6cd07d9 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPRender.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPRender.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPResource.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPResource.jsp
index e8d6286..5205fdb 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPResource.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_IncludeJSPResource.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherTests3S/src/main/resources/logging.properties
index d200899..6e77198 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINE
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINE
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINE
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINE
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPAction.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPAction.jsp
index de8ab0b..a0308bd 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPAction.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPAction.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPEvent.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPEvent.jsp
index de8ab0b..a0308bd 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPEvent.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPEvent.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPRender.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPRender.jsp
index cc3d07c..6422071 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPRender.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPRender.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPResource.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPResource.jsp
index d9da926..277969d 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPResource.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_ForwardJSPResource.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPAction.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPAction.jsp
index de8ab0b..a0308bd 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPAction.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPAction.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPEvent.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPEvent.jsp
index de8ab0b..a0308bd 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPEvent.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPEvent.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPRender.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPRender.jsp
index a9a098b..c44b25b 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPRender.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPRender.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPResource.jsp b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPResource.jsp
index a9a098b..c44b25b 100644
--- a/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPResource.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests3S/src/main/webapp/WEB-INF/jsp/DispatcherTests3S_SPEC2_19_IncludeJSPResource.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherTests4/src/main/resources/logging.properties
index d200899..6e77198 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINE
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINE
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINE
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINE
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPAction.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPAction.jsp
index a8a7bbd..87de4f8 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPAction.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPAction.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPEvent.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPEvent.jsp
index 94a8713..029404b 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPEvent.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPEvent.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPRender.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPRender.jsp
index 7913680..42853ec 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPRender.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPRender.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPResource.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPResource.jsp
index f962899..1467971 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPResource.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_ForwardJSPResource.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPAction.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPAction.jsp
index 9c61c10..f0844af 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPAction.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPAction.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPEvent.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPEvent.jsp
index b23404f..d46deae 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPEvent.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPEvent.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPRender.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPRender.jsp
index 724d016..560fc27 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPRender.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPRender.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPResource.jsp b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPResource.jsp
index b4ce253..61cd6bd 100644
--- a/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPResource.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests4/src/main/webapp/WEB-INF/jsp/DispatcherTests4_SPEC2_19_IncludeJSPResource.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests5/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests5/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherTests5/src/main/resources/logging.properties
index 73fabc8..2c5fe56 100644
--- a/portlet-tck_3.0/V2DispatcherTests5/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherTests5/src/main/resources/logging.properties
@@ -1,14 +1,36 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINE
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINE
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
-javax.portlet.tck.servlets.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINE
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINE
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE
+javax.portlet.tck.servlets.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests6/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests6/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherTests6/src/main/resources/logging.properties
index d200899..6e77198 100644
--- a/portlet-tck_3.0/V2DispatcherTests6/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherTests6/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINE
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINE
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINE
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINE
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/pom.xml b/portlet-tck_3.0/V2EnvironmentTests/pom.xml
index 46108ce..0b602b0 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/pom.xml
+++ b/portlet-tck_3.0/V2EnvironmentTests/pom.xml
@@ -111,6 +111,16 @@
             <groupId>org.codehaus.mojo</groupId>
             <artifactId>xml-maven-plugin</artifactId>
          </plugin>
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType1.html</exclude>
+                  <exclude>src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType4.invalid</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2EnvironmentTests/src/main/resources/logging.properties
index 0abcb1c..be62226 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType1.html
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType1.html b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType1.html
index 8c7fe21..7e42680 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType1.html
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/V2EnvironmentTests_PortletContext_ApiRender_getMimeType1.html
@@ -1,2 +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.
+-->
 <html>
 </html>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2.html
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2.html b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2.html
index c9999fe..fe67fc2 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2.html
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2.html
@@ -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.
+-->
 <div class="portletTCKTestcase" name="V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2">
   <h4>V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2 results:</h4>
   <p class="portletTCKResult" id="V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward2-result">

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2.html
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2.html b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2.html
index 3aad95b..eb5d8eb 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2.html
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2.html
@@ -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.
+-->
 <div class="portletTCKTestcase" name="V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2">
   <h4>V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2 results:</h4>
   <p class="portletTCKResult" id="V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA2-result">

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2.html
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2.html b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2.html
index 105ca14..6a683b5 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2.html
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/html/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2.html
@@ -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.
+-->
 <div class="portletTCKTestcase" name="V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2">
   <h4>V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2 results:</h4>
   <p class="portletTCKResult" id="V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB2-result">

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward1.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward1.jsp b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward1.jsp
index 4d8cd49..518a0dc 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward1.jsp
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_forward1.jsp
@@ -1,3 +1,40 @@
+<%--
+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.
+--%>
+
+<%--
+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.
+--%>
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA1.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA1.jsp b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA1.jsp
index 3c4beed..a3414d4 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA1.jsp
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeA1.jsp
@@ -1,3 +1,40 @@
+<%--
+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.
+--%>
+
+<%--
+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.
+--%>
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB1.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB1.jsp b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB1.jsp
index 7b3ebf2..9e037f9 100644
--- a/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB1.jsp
+++ b/portlet-tck_3.0/V2EnvironmentTests/src/main/webapp/WEB-INF/jsp/V2EnvironmentTests_PortletRequestDispatcher_ApiRender_includeB1.jsp
@@ -1,3 +1,40 @@
+<%--
+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.
+--%>
+
+<%--
+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.
+--%>
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2ExceptionTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2ExceptionTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2ExceptionTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2ExceptionTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2ExceptionTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2FilterTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2FilterTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2FilterTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2FilterTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2FilterTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPAction.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPAction.jsp
index 772501a..99d8714 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPAction.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPAction.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPEvent.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPEvent.jsp
index cd8be04..b25f5a0 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPEvent.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPEvent.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneral.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneral.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneral.jsp
index acfb3fb..f9d720d 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneral.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneral.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr0.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr0.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr0.jsp
index 758816d..f15143d 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr0.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr0.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr3.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr3.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr3.jsp
index 8cf4a74..e1875b7 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr3.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests_SPEC2_26_IncludeJSPGeneralTr3.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/resources/logging.properties b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender.jsp
index a7eec35..4ea2d1a 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
index 9d5bbf0..56f0c45 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>


[5/6] portals-pluto git commit: Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin. Edited headers of many files to add necessary license information. Updated several subproject POM files to add rat exclude statements in order to ignor

Posted by ms...@apache.org.
http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterFilter.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterFilter.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterFilter.xml
index 6670706..99852db 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterFilter.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterFilter.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1" version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
    xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet" 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterListener.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterListener.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterListener.xml
index e00cd2e..549c0ff 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterListener.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterListener.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1" version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
    xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet" 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator1.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator1.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator1.xml
index 3ad0f2d..b46bb65 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator1.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator1.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE xml>
+<!-- 
+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.
+-->
 <portlet-app id="id1" version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
    xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet" 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator2.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator2.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator2.xml
index a80426b..97ac06a 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator2.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362AlterValidator2.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE xml>
+<!-- 
+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.
+-->
 <portlet-app id="id1" version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
    xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet" 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Generated.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Generated.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Generated.xml
index 0d9b354..4e7d659 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Generated.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Generated.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1" version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
    xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet" 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Merge.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Merge.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Merge.xml
index f00ceba..889a946 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Merge.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Merge.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1" version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet"
    xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Reconcile.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Reconcile.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Reconcile.xml
index 938bffd..eb43c10 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Reconcile.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet362Reconcile.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app version="3.0"
    xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
    xmlns:portlet="http://xmlns.jcp.org/xml/ns/portlet" 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp23simple.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp23simple.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp23simple.xml
index d8e3aba..b41ff29 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp23simple.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp23simple.xml
@@ -2,6 +2,25 @@
  "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
  "http://java.sun.com/dtd/web-app_2_3.dtd" >
 
+<!-- 
+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.
+-->
+
 <web-app>
   <display-name>Servlet 2.3 Web Application</display-name>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp24simple.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp24simple.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp24simple.xml
index 4a5473d..b4e819f 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp24simple.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp24simple.xml
@@ -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.
+-->
 <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp25simple.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp25simple.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp25simple.xml
index 18a273c..5d6c28c 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp25simple.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp25simple.xml
@@ -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.
+-->
 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp30simple.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp30simple.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp30simple.xml
index 5ff33f8..2f2243d 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp30simple.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp30simple.xml
@@ -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.
+-->
 <web-app xmlns="http://java.sun.com/xml/ns/javaee"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp31simple.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp31simple.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp31simple.xml
index 45e2c60..4c11762 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp31simple.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/webApp31simple.xml
@@ -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.
+-->
 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee 
        http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-portal-driver/src/main/resources/META-INF/pluto-portal-driver-config.xml
----------------------------------------------------------------------
diff --git a/pluto-portal-driver/src/main/resources/META-INF/pluto-portal-driver-config.xml b/pluto-portal-driver/src/main/resources/META-INF/pluto-portal-driver-config.xml
index 2c3248e..0b99106 100644
--- a/pluto-portal-driver/src/main/resources/META-INF/pluto-portal-driver-config.xml
+++ b/pluto-portal-driver/src/main/resources/META-INF/pluto-portal-driver-config.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <page:pluto-portal-driver xmlns:page="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd ../pluto-portal-driver-config.xsd ">
   <page:portal-name>pluto-portal-driver</page:portal-name>
   <page:portal-version>token</page:portal-version>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 820143d..0000ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -579,7 +579,7 @@ TODO: Check if we need all of them. -->
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.10</version>
+          <version>0.12</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/main/javadoc/overview.html
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/javadoc/overview.html b/portlet-api/src/main/javadoc/overview.html
index 8d68777..affb27d 100644
--- a/portlet-api/src/main/javadoc/overview.html
+++ b/portlet-api/src/main/javadoc/overview.html
@@ -1,4 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <HTML>
   <HEAD>
     <TITLE>Portlet 3.0 API Specification</TITLE>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/main/javadoc/overview_dev.html
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/javadoc/overview_dev.html b/portlet-api/src/main/javadoc/overview_dev.html
index 8431b9c..331bdbb 100644
--- a/portlet-api/src/main/javadoc/overview_dev.html
+++ b/portlet-api/src/main/javadoc/overview_dev.html
@@ -1,4 +1,22 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <HTML>
   <HEAD>
     <TITLE>Portlet 3.0 API Specification</TITLE>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/main/javadoc/resources/overview.html
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/javadoc/resources/overview.html b/portlet-api/src/main/javadoc/resources/overview.html
deleted file mode 100644
index ca03eec..0000000
--- a/portlet-api/src/main/javadoc/resources/overview.html
+++ /dev/null
@@ -1,571 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-  <HEAD>
-    <TITLE>Portlet Specification 3.0 Interface Working Document</TITLE>
-  </HEAD>
-  <BODY>
-    This document provides the interface descriptions for the JSR 362 Portlet Specification 3.0 Working Document.
-    The interfaces described here are not normative and are subject to change at any time.
-    <p>
-    The portlet hub JavaScript API documentation can be found
-    <a href="docfiles/jsdoc/index.html" target="_top">here</a>.
-    </p>
-    <p>Color coding for description changes in Version 3.0:
-    <span class="changed_modified_3_0">Changed text</span> ::  
-    <span class="changed_added_3_0">Added text</span> :: 
-    <span class="changed_deleted_3_0">Deleted text</span> 
-    as compared to Version 2.0.
-    </p>
-    <p>Change History:</p>
-    <!-- change class below to "indexContainer" to activate color changebars in the change history -->
-    <div class="indexContainer-not">
-    <ul>
-    <li>
-    20160909:
-    Added the annotations
-    {@link javax.portlet.annotations.InitMethod InitMethod} and 
-    {@link javax.portlet.annotations.DestroyMethod DestroyMethod}.
-    Changed the default content type to '*/*' in the annotations 
-    {@link javax.portlet.annotations.HeaderMethod HeaderMethod},
-    {@link javax.portlet.annotations.RenderMethod RenderMethod}, and 
-    {@link javax.portlet.annotations.ServeResourceMethod ServeResourceMethod}.
-    </li>
-    <li>
-    20160907:
-    Updated the package description for the annotations to refresh stale
-    descriptions, see:
-    {@link javax.portlet.annotations package-info}.
-    Changed portlet hub JavaScript documentation
-    to move the parameter manipulation methods from the 
-    <a href="../jsdoc/global.html#PortletParameters" target="_top">PortletParameters</a>
-    object to the  
-    <a href="../jsdoc/global.html#RenderState" target="_top">RenderState</a>
-    object.
-    Added optional resource ID string parameter to the portlet hub
-    <a href="../jsdoc/PortletInit.html#createResourceUrl" target="_top">createResourceUrl</a>
-    function.
-    </li>
-    <li>
-    20160824:
-    Deleted the annotations
-    <code>{@literal @}RenderParam</code>,
-    <code>{@literal @}ActionParam</code>, and
-    <code>{@literal @}ResourceParam</code> since they can't be made to be request scoped beans, 
-    so that their use could be error-prone. Also, since the corresponding parameter
-    objects are injectable, these annotations provide little additional value.
-    </li>
-    <li>
-    20160804:
-    Modified descriptions for 
-    {@link javax.portlet.PortletRequest#getResponseContentType() PortletRequest#getResponseContentType()} and
-    {@link javax.portlet.PortletRequest#getResponseContentTypes() PortletRequest#getResponseContentTypes()}
-    to remove redundant clause on the content types being declared in the portlet configuration,
-    since the portlet won't be invoked for a content type that hasn't been configured.
-    </li>
-    <li>
-    20160530:
-    Added 
-    {@link javax.portlet.filter.PortletAsyncContextWrapper PortletAsyncContextWrapper}.
-    Modified descriptions for 
-    {@link javax.portlet.BaseURL#write(Writer, boolean) BaseURL#write(String, boolean)} and
-    {@link javax.portlet.BaseURL#append(Appendable, boolean) BaseURL#append(String, boolean)}
-    to update documentation on escape XML flag handling.
-    </li>
-    <li>
-    20160524:
-    Deleted the <code>URLFactory</code> interface, as a <code>MimeResponse</code> object
-    can be injected instead with no loss of functionality.
-    Added the 
-    {@link javax.portlet.annotations.PortletName} qualifier annotation for 
-    injection of the portlet name.
-    Deleted the <code>@BeanPortlet</code> qualifier annotation as it is no longer needed 
-    for disambiguation.
-    Deleted the <code>@InitMethod</code> and <code>@DestroyMethod</code> annotations, as the
-    CDI annotations <code>@PostConstruct</code> and <code>@PreDestroy</code> annotations
-    should be used for bean initialization and tear down instead.
-    Renamed <code>@PortletRequestFilter</code> to
-    {@link javax.portlet.annotations.PortletLifecycleFilter PortletLifecycleFilter},
-    Changed method name from ActionResponse#getRedirectURL to
-    {@link javax.portlet.ActionResponse#createRedirectURL ActionResponse.createRedirectURL()}.
-    </li>
-    <li>
-    20160519:
-    Changed method signature for addDependency method that provides a resource to
-    {@link javax.portlet.HeaderResponse#addDependency(String, String, String, String)}.
-    </li>
-    <li>
-    20160517:
-    Renamed methods to
-    {@link javax.portlet.ResourceRequest#startPortletAsync() ResourceRequest#startPortletAsync()}, 
-    {@link javax.portlet.ResourceRequest#startPortletAsync(ResourceRequest, ResourceResponse) ResourceRequest#startPortletAsync(ResourceRequest, ResourceResponse)}, and 
-    {@link javax.portlet.ResourceRequest#getPortletAsyncContext() ResourceRequest#getPortletAsyncContext()}
-    from <code>startAsync()</code>, <code>startAsync(ResourceRequest, ResourceResponse)</code>
-    and <code>getAsyncContext()</code>, respectively.
-    Added new methods 
-    {@link javax.portlet.HeaderResponse#addDependency(String, String, String)} and 
-    {@link javax.portlet.HeaderResponse#addDependency(String, String, String, String)}
-    to dynamically add page resource dependencies in fulfillment of issue
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-40">PORTLETSPEC3-40 Add new javax.portlet.ResourceComparator annotation in order to identify duplicate resources</a>.
-    Added
-    {@link javax.portlet.annotations.Dependency#scope() Dependency#scope()} method
-    to support three-part resource identifier with name, scope, and version fields.
-    </li>
-    <li>
-    20160418:
-    Added new method to implement 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-63">PORTLETSPEC3-63 Make user agent available to Portlets</a>:
-    {@link javax.portlet.PortletRequest#getUserAgent() PortletRequest#getUserAgent()}. 
-    and altered the corresponding wrapper class accordingly.
-    Removed the PortletRequest#USER_AGENT constant, as an alternative implementation was agreed upon.
-    <p>
-    Added multipart support to fulfill
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-67">PORTLETSPEC3-67</a>. 
-    See 
-    {@link javax.portlet.annotations.PortletConfiguration#multipart() PortletConfiguration#multipart()}, 
-    {@link javax.portlet.annotations.Multipart Multipart},
-    {@link javax.portlet.ClientDataRequest#getPart(String)}, and 
-    {@link javax.portlet.ClientDataRequest#getParts()}.
-    </li>
-    <li>
-    20160406:
-    Added new classes to implement 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-68">PORTLETSPEC3-68 Add Async Support</a>:
-    {@link javax.portlet.PortletAsyncContext PortletAsyncContext}, 
-    {@link javax.portlet.PortletAsyncListener PortletAsyncListener}, and
-    {@link javax.portlet.PortletAsyncEvent PortletAsyncEvent}.
-    Modified 
-    {@link javax.portlet.ResourceRequest#startPortletAsync() ResourceRequest#startPortletAsync()}, 
-    {@link javax.portlet.ResourceRequest#startPortletAsync(ResourceRequest, ResourceResponse) ResourceRequest#startPortletAsync(ResourceRequest, ResourceResponse)}, and 
-    {@link javax.portlet.ResourceRequest#getPortletAsyncContext() ResourceRequest#getPortletAsyncContext()}
-    along with the corresponding wrapper class accordingly.
-    </li>
-    <li>
-    20160316:
-    Added new methods, configuration elements, and documentation to implement 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-68">PORTLETSPEC3-68 Add Async Support</a>:
-    {@link javax.portlet.annotations.PortletConfiguration#asyncSupported() PortletConfiguration#asyncSupported()}, 
-    {@link javax.portlet.annotations.ServeResourceMethod#asyncSupported() ServeResourceMethod#asyncSupported()}, 
-    {@link javax.portlet.ResourceRequest#startPortletAsync() ResourceRequest#startPortletAsync()}, 
-    {@link javax.portlet.ResourceRequest#startPortletAsync(ResourceRequest, ResourceResponse) ResourceRequest#startPortletAsync(ResourceRequest, ResourceResponse)}, 
-    {@link javax.portlet.ResourceRequest#isAsyncStarted() ResourceRequest#isAsyncStarted()}, 
-    {@link javax.portlet.ResourceRequest#isAsyncSupported() ResourceRequest#isAsyncSupported()}, 
-    {@link javax.portlet.ResourceRequest#getPortletAsyncContext() ResourceRequest#getPortletAsyncContext()}, and 
-    {@link javax.portlet.ResourceRequest#getDispatcherType() ResourceRequest#getDispatcherType()}.
-    Added appropriate documentation to 
-    {@link javax.portlet.filter.ResourceFilter ResourceFilter}.
-    Updated affected wrapper classes accordingly.
-    </li>
-    <li>
-    20160315:
-    Added new methods to implement 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-63">PORTLETSPEC3-63</a>
-    and
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-64">PORTLETSPEC3-64</a>:
-    {@link javax.portlet.PortletRequest#getPortletContext() PortletRequest#getPortletContext()} and 
-    {@link javax.portlet.ClientDataRequest#getContentLengthLong() ClientDataRequest#getContentLengthLong()}.
-    Updated affected wrapper classes accordingly.
-    </li>
-    <li>
-    20160226:
-    Renamed PortletState to RenderState and MutablePortletState to MutableRenderState.
-    Updated references in affected files.
-    Updated documentation and license text in files:
-    {@link javax.portlet.RenderState RenderState}, 
-    {@link javax.portlet.MutableRenderState MutableRenderState}, 
-    {@link javax.portlet.annotations.HeaderMethod HeaderMethod}, and 
-    {@link javax.portlet.annotations.RenderMethod RenderMethod}.
-    </li>
-    <li>
-    20160128:
-    Added a new PortalContext wrapper class according to 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-62">PORTLETSPEC3-62</a>:
-    {@link javax.portlet.filter.PortalContextWrapper PortalContextWrapper}.
-    Removed the annotation ConditionalDispatchMethod along with the associated interfaces
-    MethodToken and ConditionalDispatcher, as they will not be included in the V3 specification.
-    </li>
-    <li>
-    20160126:
-    Added new PortletContext methods according to 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-53">PORTLETSPEC3-53</a>:
-    {@link javax.portlet.PortletContext#getClassLoader() getClassLoader},
-    {@link javax.portlet.PortletContext#getContextPath() getContextPath},
-    {@link javax.portlet.PortletContext#getEffectiveMajorVersion() getEffectiveMajorVersion}, and
-    {@link javax.portlet.PortletContext#getEffectiveMinorVersion() getEffectiveMinorVersion}.
-    Added new PortletResponse methods according to 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-60">PORTLETSPEC3-60</a>:
-    {@link javax.portlet.PortletResponse#getProperty(String) getProperty},
-    {@link javax.portlet.PortletResponse#getPropertyNames() getPropertyNames}, and
-    {@link javax.portlet.PortletResponse#getPropertyValues(String) getPropertyValues}.
-    Added new ResourceResponse methods according to 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-60">PORTLETSPEC3-60</a>:
-    {@link javax.portlet.ResourceResponse#setContentLengthLong(long) setContentLengthLong} and
-    {@link javax.portlet.ResourceResponse#getStatus() getStatus}.
-    </li>
-    <li>
-    20160125:
-    Added clarification to 
-    {@link javax.portlet.PortletResponse PortletResponse} addProperty and setProperty 
-    method descriptions.
-    Removed {@link javax.portlet.BaseURL BaseURL} getAuthenticated and setAuthenticated methods.
-    Added wrappers according to 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-62">PORTLETSPEC3-62</a>,
-    (see {@link javax.portlet.filter filter package}).
-    Update following annotations for consistency with spec {@literal &} RI:
-    {@literal DestroyMethod},
-    {@link javax.portlet.annotations.EventMethod EventMethod},
-    {@link javax.portlet.annotations.HeaderMethod HeaderMethod},
-    {@literal InitMethod},
-    {@link javax.portlet.annotations.PortletSessionScoped PortletSessionScoped}.
-    Added {@link javax.portlet.annotations.PortletRequestScoped PortletRequestScoped} annotation.
-    </li>
-    <li>
-    20151208: 
-    Several changes to portlet annotations to improve consistency with respect to the portlet
-    deployment descriptor. Updated classes:
-    {@link javax.portlet.annotations.InitParameter InitParameter},
-    {@link javax.portlet.annotations.PortletConfiguration PortletConfiguration},
-    {@literal PortletRequestFilter},
-    {@link javax.portlet.annotations.RuntimeOption RuntimeOption},
-    {@link javax.portlet.annotations.SecurityRoleRef SecurityRoleRef},
-    {@link javax.portlet.annotations.Supports Supports}.
-    </li>
-    <li>
-    20151005: 
-    Added annotations and interfaces for conditional dispatching: 
-    ConditionalDispatcher, MethodToken, and ConditionalDispatchMethod.
-    Updated 
-    {@link javax.portlet.annotations.HeaderMethod HeaderMethod}, 
-    {@link javax.portlet.annotations.RenderMethod RenderMethod}, and 
-    {@link javax.portlet.annotations.ServeResourceMethod ServeResourceMethod}.
-    </li>
-    <li>
-    20150930: 
-    Added 
-    {@link javax.portlet.filter.HeaderFilterChain HeaderFilterChain}
-    and updated 
-    {@link javax.portlet.filter.HeaderFilter HeaderFilter} to use it.
-    </li>
-    <li>
-    20150923: 
-    Added method annotations 
-    {@literal javax.portlet.annotations.InitMethod}, and
-    {@literal javax.portlet.annotations.DestroyMethod}.
-    Added filter and wrappers for header phase. Added new wrappers
-    for requests and responses not yet wrapped and modified
-    existing wrappers to use them. New classes:
-    {@link javax.portlet.filter.ClientDataRequestWrapper},
-    {@link javax.portlet.filter.HeaderFilter},
-    {@link javax.portlet.filter.HeaderRequestWrapper},
-    {@link javax.portlet.filter.HeaderResponseWrapper},
-    {@link javax.portlet.filter.MimeResponseWrapper}, and
-    {@link javax.portlet.filter.StateAwareResponseWrapper}.
-    Modified classes:
-    {@link javax.portlet.filter.ActionRequestWrapper},
-    {@link javax.portlet.filter.ActionResponseWrapper},
-    {@link javax.portlet.filter.RenderRequestWrapper},
-    {@link javax.portlet.filter.RenderResponseWrapper},
-    {@link javax.portlet.filter.EventRequestWrapper},
-    {@link javax.portlet.filter.EventResponseWrapper},
-    {@link javax.portlet.filter.PortletRequestWrapper},
-    {@link javax.portlet.filter.PortletResponseWrapper},
-    {@link javax.portlet.filter.ResourceRequestWrapper}, and
-    {@link javax.portlet.filter.ResourceResponseWrapper}.
-    </li>
-    <li>
-    20150922: 
-    Added interfaces and annotations for conditional dispatching.
-    Added classes:
-    MethodToken, ConditionalDispatcher, and ConditionalDispatchMethod.
-    </li>
-    <li>
-    20150921: Modified annotation classes to conform to latest spec draft.
-    Added dedicated HeaderRequest and HeaderResponse interfaces to allow portlets
-    to add response headers and generate markup for the overall portal 
-    response document <code>HEAD</code> section.
-    Deprecated {@link javax.portlet.RenderResponse#setTitle RenderResponse#setTitle}
-    since it is more appropriate on the HeaderResponse object.
-    Added classes:
-    {@link javax.portlet.HeaderRequest},
-    {@link javax.portlet.HeaderResponse}, and
-    {@link javax.portlet.HeaderPortlet}.
-    Modified classes:
-    {@link javax.portlet.annotations.RenderMethod},
-    {@link javax.portlet.annotations.HeaderMethod}, and
-    {@link javax.portlet.annotations.ServeResourceMethod}.
-    </li>
-    <li>
-    20150911: Modified and added annotation classes in order to allow complete
-    portlet application configuration and portlet configuration through annotations.
-    Added classes:
-    {@link javax.portlet.annotations.UserAttribute},
-    {@link javax.portlet.annotations.EventDefinition},
-    {@link javax.portlet.annotations.PortletApplication},
-    {@link javax.portlet.annotations.PortletConfigurations},
-    {@link javax.portlet.annotations.PublicRenderParameterDefinition}, and
-    {@link javax.portlet.annotations.SecurityRoleRef}.
-    Modified classes:
-    {@link javax.portlet.annotations.ActionMethod},
-    {@link javax.portlet.annotations.CustomPortletMode},
-    {@link javax.portlet.annotations.CustomWindowState},
-    {@link javax.portlet.annotations.Dependency},
-    {@link javax.portlet.annotations.EventMethod},
-    {@link javax.portlet.annotations.PortletConfiguration},
-    {@link javax.portlet.annotations.PortletQName},
-    {@link javax.portlet.annotations.RenderStateScoped},
-    {@link javax.portlet.annotations.Preference}, and
-    {@link javax.portlet.annotations.Supports}.
-    </li>
-    <li>
-    20150907: Modified classes for configuration through annotations. 
-    Added class {@link javax.portlet.annotations.PortletConfigurations} to allow 
-    for configuration of multiple portlets within a single annotation.
-    </li>
-    <li>20150817: Fixed some inconsistencies associated with the custom CDI scope annotations.  
-    Changed classes:
-    {@link javax.portlet.PortletURL#setBeanParameter PortletURL.setBeanParameter}.
-    Updated annotations:
-    {@link javax.portlet.annotations.PortletSessionScoped} and
-    {@literal javax.portlet.annotations.URLFactory}.
-    </li>
-    <li>20150812: Update for 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-56">PORTLETSPEC3-56</a>,
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-55">PORTLETSPEC3-55</a>, and
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-49">PORTLETSPEC3-49</a>.
-    Changed classes:
-    {@link javax.portlet.MimeResponse.Copy}.
-    Added method:
-    <code>ActionResponse.getRedirectURL()</code>.
-    Updated annotations:
-    {@link javax.portlet.annotations.HeaderMethod},
-    {@link javax.portlet.annotations.RenderMethod}, and
-    {@link javax.portlet.annotations.ServeResourceMethod}.
-    </li>
-    <li>20150806: Update for 
-    <a href="https://java.net/jira/browse/PORTLETSPEC3-54"> 
-    PORTLETSPEC3-54
-    </a>
-    Add Configuration Annotations for Custom Portlet Mode and Window State.
-    Changed class:
-    {@link javax.portlet.annotations.PortletConfiguration}.
-    Added annotation classes:
-    {@link javax.portlet.annotations.Supports},
-    {@link javax.portlet.annotations.CustomPortletMode},
-    {@link javax.portlet.annotations.CustomWindowState}.
-    </li>
-    <li>20150629: Added API proposal for injectable bean portlet objects. See:
-    {@link javax.portlet.annotations Annotations package info file}.
-    </li>
-    <li>20150618: Added API proposal for an annotation-based configuration interface. See:
-    {@link javax.portlet.annotations Annotations package info file}.
-    </li>
-    <li>20150225: Update for PORTLETSPEC3-50: Updated methods
-    {@link javax.portlet.MimeResponse#createRenderURL MimeResponse.createRenderURL())},
-    {@link javax.portlet.MimeResponse#createActionURL MimeResponse.createActionURL())},
-    {@link javax.portlet.MutablePortletParameters#set MutablePortletParameters.set()},
-    {@link javax.portlet.MutablePortletParameters#add MutablePortletParameters.add()},
-    {@link javax.portlet.PortletURLGenerationListener#filterRenderURL PortletURLGenerationListener.filterRenderURL()},
-    {@link javax.portlet.PortletURLGenerationListener#filterActionURL PortletURLGenerationListener.filterActionURL()}.
-    Added method 
-    {@link javax.portlet.PortletParameters#size PortletParameters.size()}.
-    See 
-    <a href="https://java.net/projects/portletspec3/pages/PortletConfiguration#PORTLETSPEC3-50"> 
-    PORTLETSPEC3-50
-    </a>
-    for discussion.
-    </li>
-    <li>20150202: Updated PORTLETSPEC3-18: Updated methods
-    {@link javax.portlet.PortletConfig#getPortletModes PortletConfig.getPortletModes(String)} and
-    {@link javax.portlet.PortletConfig#getWindowStates PortletConfig.getWindowStates(String)}.
-    Added method 
-    {@link javax.portlet.PortletConfig#getPublicRenderParameterDefinitions PortletConfig.getPublicRenderParameterDefinitions()}.
-    See 
-    <a href="https://java.net/projects/portletspec3/pages/PortletConfiguration#PORTLETSPEC3-18"> 
-    portlet configuration description.
-    </a>
-    </li>
-    <li>20141204: Updates for the
-    <a href="../jsdoc/index.html" target="_top">Portlet Hub Ajax support</a>.
-    Updated the following data structures:
-    <a href="../jsdoc/global.html#PortletConstants">PortletConstants</a>, 
-    <a href="../jsdoc/global.html#PortletParameters">PortletParameters</a>, and
-    <a href="../jsdoc/global.html#RenderState">RenderState</a>. 
-    <br>Added the following Portlet Hub methods and members: 
-    <a href="../jsdoc/PortletInit.html#constants">constants</a>, 
-    <a href="../jsdoc/PortletInit.html#newParameters">newParameters</a>, 
-    <a href="../jsdoc/PortletInit.html#newState">newState</a>. 
-    <br>
-    Added ResourceRequest#PAGE_STATE constant
-    in support of the Portlet Hub partial action processing sequence.
-    </li>
-    <li>20140603: Resolved PORTLETSPEC3-43: Renamed some methods to reduce redundancy. See:
-    {@link javax.portlet.PortletParameters#getNames getNames()},
-    {@link javax.portlet.PortletParameters#getValue getValue},
-    {@link javax.portlet.PortletParameters#getValues getValues},
-    {@link javax.portlet.MutablePortletParameters#setValue(String, String) setValue(String, String)},
-    {@link javax.portlet.MutablePortletParameters#getNames getNames()}, and
-    {@link javax.portlet.MutablePortletParameters#setValues(String, String...) setValues(String, String...)}.
-    </li>
-    <li>20140527: Resolved PORTLETSPEC3-41: Some updates to the parameter handling proposal. See:
-    {@link javax.portlet.RenderURL#setFragmentIdentifier setFragmentIdentifier}, 
-    {@link javax.portlet.RenderURL#getFragmentIdentifier getFragmentIdentifier},
-    {@link javax.portlet.BaseURL#append(Appendable) append(Appendable)},
-    {@link javax.portlet.BaseURL#append(Appendable, boolean) append(Appendable, boolean)}
-    {@link javax.portlet.MutablePortletParameters#add add(PortletParameters)},
-    {@link javax.portlet.MutablePortletParameters#getNames getNames()}, and
-    {@link javax.portlet.MutablePortletParameters#setValues(String, String...) setValues(String, String...)}.
-    </li>
-    <li>20140526: 1st run integration of the 
-    <a href="../jsdoc/index.html" target="_top">Portlet Hub JavaScript documentation</a> 
-     into the API description.
-    The Portlet Hub was created using 
-    <a href="../surefire-report.html" target="_top">Jasmine JavaScript test cases</a>.
-    </li>
-    <li>20140512: Resolved PORTLETSPEC3-11: Integrated new parameter handling concept. Deprecated JSR 286 parameter handling methods.
-    <br>
-    <span style="font-weight:bold;">Added:</span> {@link javax.portlet.Mutable}, 
-    {@link javax.portlet.PortletParameters}, {@link javax.portlet.MutablePortletParameters},
-    {@link javax.portlet.RenderParameters}, {@link javax.portlet.MutableRenderParameters},
-    {@link javax.portlet.ResourceParameters}, {@link javax.portlet.MutableResourceParameters},
-    {@link javax.portlet.ActionParameters}, {@link javax.portlet.MutableActionParameters},
-    {@link javax.portlet.RenderState}, {@link javax.portlet.MutableRenderState},  
-    {@link javax.portlet.ActionURL}, {@link javax.portlet.RenderURL}.
-    <br>  
-    <span style="font-weight:bold;">Updated:</span> {@link javax.portlet.BaseURL}, {@link javax.portlet.PortletURL},
-    {@link javax.portlet.ResourceURL}, {@link javax.portlet.ActionURL},
-    {@link javax.portlet.PortletRequest}, {@link javax.portlet.ResourceRequest},  {@link javax.portlet.ActionRequest},
-    {@link javax.portlet.PortletResponse}, {@link javax.portlet.ResourceResponse},  {@link javax.portlet.MimeResponse},
-    {@link javax.portlet.filter.ActionRequestWrapper}, {@link javax.portlet.filter.ActionResponseWrapper}, {@link javax.portlet.filter.EventResponseWrapper},
-    {@link javax.portlet.filter.PortletRequestWrapper}, {@link javax.portlet.filter.RenderResponseWrapper}, {@link javax.portlet.filter.ResourceRequestWrapper},
-    {@link javax.portlet.filter.ResourceResponseWrapper}
-    <br>
-    <span style="font-weight:bold;">Moved</span> the following methods to {@link javax.portlet.RenderURL}, as they are not useful on other types of URL:
-    {@link javax.portlet.RenderURL#setFragmentIdentifier setFragmentIdentifier} and 
-    {@link javax.portlet.RenderURL#getFragmentIdentifier getFragmentIdentifier}
-    <p>
-    See <a href="doc-files/PortletState.pdf" target="_blank">Diagram</a>.           
-    </li>
-    <li>20130829: PORTLETSPEC3-16: Added methods to GenericPortlet to allow annotation handling to be extended: 
-    {@link javax.portlet.GenericPortlet#dispatchAnnotatedActionMethod dispatchAnnotatedActionMethod},
-    {@link javax.portlet.GenericPortlet#dispatchAnnotatedEventMethod dispatchAnnotatedEventMethod},  and
-    {@link javax.portlet.GenericPortlet#dispatchAnnotatedRenderMethod dispatchAnnotatedRenderMethod}.
-    </li>
-    <li>20130829: PORTLETSPEC3-32: Changes in public render parameter handling on action URL. See
-    method descriptions 
-    {@link javax.portlet.MimeResponse#createActionURL() createActionURL()} and
-    {@link javax.portlet.MimeResponse#createActionURL(Copy) createActionURL(Copy)}.
-    See updated spec description
-    <a href="https://java.net/projects/portletspec3/pages/PortletURLs#PORTLETSPEC3-32"> 
-    portlet URLs
-    </a>.
-    </li>
-    <li>20130829: PORTLETSPEC3-30: Added new URL create methods to MimeResponse:
-    {@link javax.portlet.MimeResponse#createRenderURL(Copy) createRenderURL(Copy)} and
-    {@link javax.portlet.MimeResponse#createActionURL(Copy) createActionURL(Copy)}.
-    Updated 
-    {@link javax.portlet.filter.RenderResponseWrapper RenderResponseWrapper} and
-    {@link javax.portlet.filter.ResourceResponseWrapper ResourceResponseWrapper}
-    accordingly.
-    </li>
-    <li>20130828: PORTLETSPEC3-13: Added several methods to BaseURL:
-    {@link javax.portlet.RenderURL#setFragmentIdentifier setFragmentIdentifier} and 
-    {@link javax.portlet.RenderURL#getFragmentIdentifier getFragmentIdentifier}.
-    See 
-    <a href="https://java.net/projects/portletspec3/pages/PortletURLs#PORTLETSPEC3-13"> 
-    portlet URLs
-    </a>.
-    </li>
-    <li>
-    20130827: Added link to wiki article to resolution of PORTLETSPEC3-18.
-    </li>
-    <li>20130826: Resolved PORTLETSPEC3-18: Added methods
-    {@link javax.portlet.PortletConfig#getPortletModes PortletConfig.getPortletModes()} and
-    {@link javax.portlet.PortletConfig#getWindowStates PortletConfig.getWindowStates()}.
-    See 
-    <a href="https://java.net/projects/portletspec3/pages/PortletConfiguration#PORTLETSPEC3-18"> 
-    portlet configuration description.
-    </a>
-    </li>
-    <li>20130826: Resolved PORTLETSPEC3-28: Added methods
-    {@link javax.portlet.ResourceResponse#setStatus ResourceResponse.setStatus(int sc)} and
-    {@link javax.portlet.filter.ResourceResponseWrapper#setStatus ResourceResponseWrapper.setStatus(int sc)}.
-    </li>
-    <li>20130825: Resolved PORTLETSPEC3-22: Changed String array parameter to vararg parameter on 
-    {@link javax.portlet.BaseURL#setParameter(String, String...) BaseURL.setParameter},
-    {@link javax.portlet.StateAwareResponse#setRenderParameter(String, String...) StateAwareResponse.setRenderParameter}, and
-    {@link javax.portlet.PortletPreferences#setValues(String, String...) PortletPreferences.setValues}.
-    </li>
-    <li>20130824: Resolved PORTLETSPEC3-24: Allow 
-    {@link javax.portlet.GenericPortlet#doHeaders(RenderRequest, RenderResponse) GenericPortlet.doHeaders}
-    to throw a PortletException or IOException. 
-    </li>
-    <li>20130823: Resolved PORTLETSPEC3-21: Added methods 
-    {@link javax.portlet.BaseURL#append(Appendable) BaseURL.write(Appendable)}
-    and 
-    {@link javax.portlet.BaseURL#append(Appendable, boolean) BaseURL.write(Appendable, boolean)}
-    to BaseURL. See
-    <a href="https://java.net/projects/portletspec3/pages/PortletURLs#PORTLETSPEC3-21"> 
-    Portlet URLs
-    </a>.
-    </li>
-    <li>20130822: Resolved PORTLETSPEC3-27: Clarified 
-    {@link javax.portlet.ResourceRequest#getPortletMode ResourceRequest.getPortletMode}
-    and 
-    {@link javax.portlet.ResourceRequest#getWindowState ResourceRequest.getWindowState} 
-    behavior when the cache level is set to FULL by returning
-    {@link javax.portlet.PortletMode#UNDEFINED} and {@link javax.portlet.WindowState#UNDEFINED}, respectively.
-    </li>
-    <li>20130822: Resolved PORTLETSPEC3-35: Added exception and clarified description in method 
-    {@link javax.portlet.MimeResponse#setContentType MimeResponse.setContentType}. 
-    </li>
-    <li>20130821: Colorized older changes. All changes are now colorized and linked from the change history. 
-    Uncolorized the change history.
-    </li>
-    <li>20130820: Resolved PORTLETSPEC3-26: Clarifications about when header information can be set in the following methods:
-    {@link javax.portlet.ResourceResponse#HTTP_STATUS_CODE HTTP_STATUS_CODE}, 
-    {@link javax.portlet.ResourceResponse#setLocale setLocale}, and 
-    {@link javax.portlet.ResourceResponse#setContentLength setContentLength}.
-    </li>
-    <li>20130818: Resolved PORTLETSPEC3-23: Fixed issue involving exceptions in annotated methods in GenericPortlet.java (code fix only - no javadoc changes)  
-    <li>20130817: Resolved PORTLETSPEC3-20: Clarified behavior when scope is unknown in several  
-    {@link javax.portlet.PortletSession} methods: 
-    {@link javax.portlet.PortletSession#getAttribute(String, int) getAttribute}, 
-    {@link javax.portlet.PortletSession#getAttributeNames(int) getAttributeNames}, 
-    {@link javax.portlet.PortletSession#removeAttribute(String, int) removeAttribute}, and 
-    {@link javax.portlet.PortletSession#getAttributeMap(int) getAttributeMap}. 
-    </li>
-    <li>20130816: Resolved PORTLETSPEC3-17: Changed method signature to allow subtypes of PortletMode in 
-    {@link javax.portlet.RenderResponse#setNextPossiblePortletModes RenderResponse.setNextPossiblePortletModes}. 
-    </li>
-    <li>20130815: Resolved PORTLETSPEC3-15: Fixed issue involving annotations in GenericPortlet.java (code fix only - no javadoc changes)  
-    <li>20130813: Resolved PORTLETSPEC3-8: Clarifications about behavior of the parameter map in 
-    {@link javax.portlet.StateAwareResponse#getRenderParameterMap() StateAwareResponse.getRenderParameterMap()}, 
-    {@link javax.portlet.BaseURL#getParameterMap() BaseURL.getParameterMap()}, 
-    </li>
-    <li>20130730: Resolved PORTLETSPEC3-9: Clarifications in the {@link javax.portlet.MimeResponse MimeResponse} URL creation methods 
-    {@link javax.portlet.MimeResponse#createRenderURL() createRenderURL()}, 
-    {@link javax.portlet.MimeResponse#createActionURL() createActionURL()}, and 
-    {@link javax.portlet.MimeResponse#createResourceURL() createResourceURL()}
-    </li>
-    <li>20130726: Resolved PORTLETSPEC3-10 and PORTLETSPEC3-25: Reworked parameter setting methods in 
-    {@link javax.portlet.StateAwareResponse} and
-    {@link javax.portlet.BaseURL} to improve clarity.
-    </li>
-    <li>20130726: Resolved PORTLETSPEC3-7: Clarification about setting parameters in
-    {@link javax.portlet.StateAwareResponse#setRenderParameters(Map)} and
-    {@link javax.portlet.BaseURL#setParameters(Map)}.
-    </li>
-    <li>20130717: Resolved PORTLETSPEC3-3: Clarification in CacheControl about           
-    {@link javax.portlet.CacheControl#getExpirationTime getExpirationTime()}.
-    </li>
-    <li>20130717: Resolved PORTLETSPEC3-4: Clarification in PortletRequest about          
-    {@link javax.portlet.PortletRequest#getPortletSession() getPortletSession()}
-    </li>
-    <li>20130717: Resolved PORTLETSPEC3-5: Clarification in
-    {@link javax.portlet.PortletRequest#getPrivateParameterMap getPrivateParametermap()}
-    about private render parameters   
-    </li>
-    <li>20130715: Initial version</li>
-    </ul>
-    </div>
-  </BODY>
-</HTML>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/main/resources/META-INF/NOTICE
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/resources/META-INF/NOTICE b/portlet-api/src/main/resources/META-INF/NOTICE
new file mode 100644
index 0000000..4fa64ca
--- /dev/null
+++ b/portlet-api/src/main/resources/META-INF/NOTICE
@@ -0,0 +1,3 @@
+Original code
+\ufffd Copyright IBM Corp. 2006, 2007, 2016
+All rights reserved.

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/main/resources/META-INF/NOTICE.vm
----------------------------------------------------------------------
diff --git a/portlet-api/src/main/resources/META-INF/NOTICE.vm b/portlet-api/src/main/resources/META-INF/NOTICE.vm
deleted file mode 100644
index 4fa64ca..0000000
--- a/portlet-api/src/main/resources/META-INF/NOTICE.vm
+++ /dev/null
@@ -1,3 +0,0 @@
-Original code
-\ufffd Copyright IBM Corp. 2006, 2007, 2016
-All rights reserved.

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/test/javascript/CustomMatchers.js
----------------------------------------------------------------------
diff --git a/portlet-api/src/test/javascript/CustomMatchers.js b/portlet-api/src/test/javascript/CustomMatchers.js
index 8ef4386..84a2bcf 100644
--- a/portlet-api/src/test/javascript/CustomMatchers.js
+++ b/portlet-api/src/test/javascript/CustomMatchers.js
@@ -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.
+ */
 /**
  * This module adds some custom Jasmine matchers that can be used by 
  * any other test module. 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-api/src/test/javascript/promise-6.0.0.min.js
----------------------------------------------------------------------
diff --git a/portlet-api/src/test/javascript/promise-6.0.0.min.js b/portlet-api/src/test/javascript/promise-6.0.0.min.js
index 24942ee..6001ad2 100644
--- a/portlet-api/src/test/javascript/promise-6.0.0.min.js
+++ b/portlet-api/src/test/javascript/promise-6.0.0.min.js
@@ -1,2 +1,23 @@
+/*
+ * Copyright (c) 2013 Forbes Lindesay
+ * 
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ * 
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ * 
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
 !function n(t,e,o){function i(u,f){if(!e[u]){if(!t[u]){var c="function"==typeof require&&require;if(!f&&c)return c(u,!0);if(r)return r(u,!0);var s=new Error("Cannot find module '"+u+"'");throw s.code="MODULE_NOT_FOUND",s}var a=e[u]={exports:{}};t[u][0].call(a.exports,function(n){var e=t[u][1][n];return i(e?e:n)},a,a.exports,n,t,e,o)}return e[u].exports}for(var r="function"==typeof require&&require,u=0;u<o.length;u++)i(o[u]);return i}({1:[function(n,t){function e(){}var o=t.exports={};o.nextTick=function(){var n="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(n)return function(n){return window.setImmediate(n)};if(t){var e=[];return window.addEventListener("message",function(n){var t=n.source;if((t===window||null===t)&&"process-tick"===n.data&&(n.stopPropagation(),e.length>0)){var o=e.shift();o()}},!0),function(n){e.push(n),window.postMessage("process-tick","*")}}return function(n){setTimeout(n,0)}}(),o.title
 ="browser",o.browser=!0,o.env={},o.argv=[],o.on=e,o.addListener=e,o.once=e,o.off=e,o.removeListener=e,o.removeAllListeners=e,o.emit=e,o.binding=function(){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(){throw new Error("process.chdir is not supported")}},{}],2:[function(n,t){"use strict";function e(n){function t(n){return null===c?void a.push(n):void r(function(){var t=c?n.onFulfilled:n.onRejected;if(null===t)return void(c?n.resolve:n.reject)(s);var e;try{e=t(s)}catch(o){return void n.reject(o)}n.resolve(e)})}function e(n){try{if(n===l)throw new TypeError("A promise cannot be resolved with itself.");if(n&&("object"==typeof n||"function"==typeof n)){var t=n.then;if("function"==typeof t)return void i(t.bind(n),e,u)}c=!0,s=n,f()}catch(o){u(o)}}function u(n){c=!1,s=n,f()}function f(){for(var n=0,e=a.length;e>n;n++)t(a[n]);a=null}if("object"!=typeof this)throw new TypeError("Promises must be constructed via new");if("function"!=typeof n
 )throw new TypeError("not a function");var c=null,s=null,a=[],l=this;this.then=function(n,e){return new l.constructor(function(i,r){t(new o(n,e,i,r))})},i(n,e,u)}function o(n,t,e,o){this.onFulfilled="function"==typeof n?n:null,this.onRejected="function"==typeof t?t:null,this.resolve=e,this.reject=o}function i(n,t,e){var o=!1;try{n(function(n){o||(o=!0,t(n))},function(n){o||(o=!0,e(n))})}catch(i){if(o)return;o=!0,e(i)}}var r=n("asap");t.exports=e},{asap:4}],3:[function(n,t){"use strict";function e(n){this.then=function(t){return"function"!=typeof t?this:new o(function(e,o){i(function(){try{e(t(n))}catch(i){o(i)}})})}}var o=n("./core.js"),i=n("asap");t.exports=o,e.prototype=o.prototype;var r=new e(!0),u=new e(!1),f=new e(null),c=new e(void 0),s=new e(0),a=new e("");o.resolve=function(n){if(n instanceof o)return n;if(null===n)return f;if(void 0===n)return c;if(n===!0)return r;if(n===!1)return u;if(0===n)return s;if(""===n)return a;if("object"==typeof n||"function"==typeof n)try{var t=n
 .then;if("function"==typeof t)return new o(t.bind(n))}catch(i){return new o(function(n,t){t(i)})}return new e(n)},o.all=function(n){var t=Array.prototype.slice.call(n);return new o(function(n,e){function o(r,u){try{if(u&&("object"==typeof u||"function"==typeof u)){var f=u.then;if("function"==typeof f)return void f.call(u,function(n){o(r,n)},e)}t[r]=u,0===--i&&n(t)}catch(c){e(c)}}if(0===t.length)return n([]);for(var i=t.length,r=0;r<t.length;r++)o(r,t[r])})},o.reject=function(n){return new o(function(t,e){e(n)})},o.race=function(n){return new o(function(t,e){n.forEach(function(n){o.resolve(n).then(t,e)})})},o.prototype["catch"]=function(n){return this.then(null,n)}},{"./core.js":2,asap:4}],4:[function(n,t){(function(n){function e(){for(;i.next;){i=i.next;var n=i.task;i.task=void 0;var t=i.domain;t&&(i.domain=void 0,t.enter());try{n()}catch(o){if(c)throw t&&t.exit(),setTimeout(e,0),t&&t.enter(),o;setTimeout(function(){throw o},0)}t&&t.exit()}u=!1}function o(t){r=r.next={task:t,domain:
 c&&n.domain,next:null},u||(u=!0,f())}var i={task:void 0,next:null},r=i,u=!1,f=void 0,c=!1;if("undefined"!=typeof n&&n.nextTick)c=!0,f=function(){n.nextTick(e)};else if("function"==typeof setImmediate)f="undefined"!=typeof window?setImmediate.bind(window,e):function(){setImmediate(e)};else if("undefined"!=typeof MessageChannel){var s=new MessageChannel;s.port1.onmessage=e,f=function(){s.port2.postMessage(0)}}else f=function(){setTimeout(e,0)};t.exports=o}).call(this,n("_process"))},{_process:1}],5:[function(){"function"!=typeof Promise.prototype.done&&(Promise.prototype.done=function(){var n=arguments.length?this.then.apply(this,arguments):this;n.then(null,function(n){setTimeout(function(){throw n},0)})})},{}],6:[function(n){n("asap");"undefined"==typeof Promise&&(Promise=n("./lib/core.js"),n("./lib/es6-extensions.js")),n("./polyfill-done.js")},{"./lib/core.js":2,"./lib/es6-extensions.js":3,"./polyfill-done.js":5,asap:4}]},{},[6]);
 //# sourceMappingURL=/polyfills/promise-6.0.0.min.js.map
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/TestModule1/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/TestModule1/src/main/resources/logging.properties b/portlet-tck_3.0/TestModule1/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/TestModule1/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/TestModule1/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/TestModule2/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/TestModule2/src/main/resources/logging.properties b/portlet-tck_3.0/TestModule2/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/TestModule2/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/TestModule2/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/TestModule3/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/TestModule3/src/main/resources/logging.properties b/portlet-tck_3.0/TestModule3/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/TestModule3/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/TestModule3/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-pages.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-pages.xml b/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-pages.xml
index 29b7457..5b0e0bd 100644
--- a/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-pages.xml
+++ b/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-pages.xml
@@ -1,23 +1,42 @@
-<?xml version="1.0" encoding="UTF-8"?><pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
-<portal-name>pluto-portal-driver</portal-name>
-<portal-version>2.1.0-SNAPSHOT</portal-version>
-<container-name>Pluto Portal Driver</container-name>
-<supports>
-<portlet-mode>view</portlet-mode>
-<portlet-mode>edit</portlet-mode>
-<portlet-mode>help</portlet-mode>
-<portlet-mode>config</portlet-mode>
-<window-state>normal</window-state>
-<window-state>maximized</window-state>
-<window-state>minimized</window-state>
-</supports>
-<render-config default="About Apache Pluto">
-<page name="About Apache Pluto" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/pluto" name="AboutPortlet"/>
-</page>
-<page xmlns="" name="TestModule3_2PortletAppsTest" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/tck-TestModule3-Portlet1-3.0-SNAPSHOT" name="TestModule3_Portlet1"/>
-<portlet context="/tck-TestModule3-Portlet2-3.0-SNAPSHOT" name="TestModule3_Portlet2"/>
-</page>
-</render-config>
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
+<portal-name>pluto-portal-driver</portal-name>
+<portal-version>2.1.0-SNAPSHOT</portal-version>
+<container-name>Pluto Portal Driver</container-name>
+<supports>
+<portlet-mode>view</portlet-mode>
+<portlet-mode>edit</portlet-mode>
+<portlet-mode>help</portlet-mode>
+<portlet-mode>config</portlet-mode>
+<window-state>normal</window-state>
+<window-state>maximized</window-state>
+<window-state>minimized</window-state>
+</supports>
+<render-config default="About Apache Pluto">
+<page name="About Apache Pluto" uri="/WEB-INF/themes/pluto-default-theme.jsp">
+<portlet context="/pluto" name="AboutPortlet"/>
+</page>
+<page xmlns="" name="TestModule3_2PortletAppsTest" uri="/WEB-INF/themes/pluto-default-theme.jsp">
+<portlet context="/tck-TestModule3-Portlet1-3.0-SNAPSHOT" name="TestModule3_Portlet1"/>
+<portlet context="/tck-TestModule3-Portlet2-3.0-SNAPSHOT" name="TestModule3_Portlet2"/>
+</page>
+</render-config>
 </pluto-portal-driver>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-tests.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-tests.xml b/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-tests.xml
index 3cb82fa..4aff584 100644
--- a/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-tests.xml
+++ b/portlet-tck_3.0/TestModule3/src/main/resources/xml-resources/tck-TestModule3-tests.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd">
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <properties>
 <entry key="TestModule3_PublicRenderParameterTestDifferentPortletApplications">TestModule3_2PortletAppsTest</entry>
 <entry key="TestModule3_PublicRenderParameterTestDifferentQName">TestModule3_2PortletAppsTest</entry>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/WEB-INF/jsp/AddlEnvironmentTests_SPEC2_18_Sessions.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/WEB-INF/jsp/AddlEnvironmentTests_SPEC2_18_Sessions.jsp b/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/WEB-INF/jsp/AddlEnvironmentTests_SPEC2_18_Sessions.jsp
index ef5a592..fe40acc 100644
--- a/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/WEB-INF/jsp/AddlEnvironmentTests_SPEC2_18_Sessions.jsp
+++ b/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/WEB-INF/jsp/AddlEnvironmentTests_SPEC2_18_Sessions.jsp
@@ -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.
+--%>
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/testfiles/AddlEnvironmentTests_SPEC2_10_Context.html
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/testfiles/AddlEnvironmentTests_SPEC2_10_Context.html b/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/testfiles/AddlEnvironmentTests_SPEC2_10_Context.html
index 6f3b006..2e13fee 100644
--- a/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/testfiles/AddlEnvironmentTests_SPEC2_10_Context.html
+++ b/portlet-tck_3.0/V2AddlEnvironmentTests/src/main/webapp/testfiles/AddlEnvironmentTests_SPEC2_10_Context.html
@@ -1,3 +1,21 @@
 <!DOCTYPE HTML>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <html>
 </html>
\ No newline at end of file


[4/6] portals-pluto git commit: Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin. Edited headers of many files to add necessary license information. Updated several subproject POM files to add rat exclude statements in order to ignor

Posted by ms...@apache.org.
http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlFilterTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlFilterTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2AddlFilterTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2AddlFilterTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2AddlFilterTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
index 545933a..db8a22a 100644
--- a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
+++ b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+######################################################################
+
 # English Resource Bundle
 #
 # Portlet Info AddlPortletTests_SPEC2_8_PortletModes

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource-no-title_en_US.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource-no-title_en_US.properties b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource-no-title_en_US.properties
index 0a2f16f..c1be0b8 100644
--- a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource-no-title_en_US.properties
+++ b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource-no-title_en_US.properties
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+######################################################################
+
 # English Resource Bundle
 #
 # Portlet Info AddlPortletTests_SPEC2_6_RenderConfig3
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
index 04ac689..2bc7d0b 100644
--- a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
+++ b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+######################################################################
+
 # English Resource Bundle
 #
 # Portlet Info AddlPortletTests_SPEC2_6_RenderConfig

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2AddlPortletTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlRequestTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlRequestTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2AddlRequestTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2AddlRequestTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2AddlRequestTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AddlResponseTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AddlResponseTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2AddlResponseTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2AddlResponseTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2AddlResponseTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2AnnotationTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2AnnotationTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2AnnotationTests/src/main/resources/logging.properties
index 0abcb1c..be62226 100644
--- a/portlet-tck_3.0/V2AnnotationTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2AnnotationTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionRequest.jsp
index 7102a08..c4d5f73 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionResponse.jsp
index f653d84..9dbb597 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPActionResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventRequest.jsp
index 2c5fced..755fd06 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventResponse.jsp
index 16f0484..57efd09 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPEventResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderRequest.jsp
index 540c8d9..623b03a 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderResponse.jsp
index 802f3dd..d982a69 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPRenderResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceRequest.jsp
index db60372..9725bfb 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceResponse.jsp
index 037a838..83a2c8b 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests1/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests1_SPEC2_19_ForwardJSPResourceResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests2/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests2/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherReqRespTests2/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests2/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests2/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionRequest.jsp
index 919c274..e1e1b21 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionResponse.jsp
index 547dd70..582b09a 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPActionResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventRequest.jsp
index 62c42a2..b9cf4ea 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventResponse.jsp
index b2e136c..1075d72 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPEventResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderRequest.jsp
index 9adb7b6..cc2fd8d 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderResponse.jsp
index 5f081b1..b30c420 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPRenderResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceRequest.jsp
index e8ee0d3..7d2ecc8 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceResponse.jsp
index 5b9c16a..88376c8 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests3/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests3_SPEC2_19_IncludeJSPResourceResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests4/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests4/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherReqRespTests4/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests4/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests4/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionRequest.jsp
index 265899b..b83e640 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionResponse.jsp
index fd79b82..fd77c50 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPActionResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderRequest.jsp
index d627768..269f775 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderResponse.jsp
index e274f0e..6e3f71a 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPRenderResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceRequest.jsp
index e9b4110..eb631d1 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceResponse.jsp
index 9b5c0d2..5e025a4 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_ForwardJSPResourceResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPActionRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPActionRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPActionRequest.jsp
index 268d99c..7f49054 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPActionRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPActionRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderRequest.jsp
index 67d3a21..36cb606 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderResponse.jsp
index f342ed6..230b29e 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPRenderResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceRequest.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceRequest.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceRequest.jsp
index 4fe11d7..44e6b8c 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceRequest.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceRequest.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceResponse.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceResponse.jsp b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceResponse.jsp
index 990cf78..c3e9ce8 100644
--- a/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceResponse.jsp
+++ b/portlet-tck_3.0/V2DispatcherReqRespTests5S/src/main/webapp/WEB-INF/jsp/DispatcherReqRespTests5S_SPEC2_19_IncludeJSPResourceResponse.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherTests/src/main/resources/logging.properties
index d200899..6e77198 100644
--- a/portlet-tck_3.0/V2DispatcherTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINE
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINE
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINE
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINE
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/resources/logging.properties b/portlet-tck_3.0/V2DispatcherTests2/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPAction.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPAction.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPAction.jsp
index f870996..00de04c 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPAction.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPAction.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPEvent.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPEvent.jsp b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPEvent.jsp
index 70d2c68..b14e01c 100644
--- a/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPEvent.jsp
+++ b/portlet-tck_3.0/V2DispatcherTests2/src/main/webapp/WEB-INF/jsp/DispatcherTests2_SPEC2_19_ForwardJSPEvent.jsp
@@ -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.
+--%>
+
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>


[6/6] portals-pluto git commit: Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin. Edited headers of many files to add necessary license information. Updated several subproject POM files to add rat exclude statements in order to ignor

Posted by ms...@apache.org.
Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin.
Edited headers of many files to add necessary license information. Updated
several subproject POM files to add rat exclude statements in order to
ignore a small number of files whose format doesn't allow for comments, such
as files in comma separated value format. The Rat plugin now executes
successfully.


Project: http://git-wip-us.apache.org/repos/asf/portals-pluto/repo
Commit: http://git-wip-us.apache.org/repos/asf/portals-pluto/commit/34944e74
Tree: http://git-wip-us.apache.org/repos/asf/portals-pluto/tree/34944e74
Diff: http://git-wip-us.apache.org/repos/asf/portals-pluto/diff/34944e74

Branch: refs/heads/master
Commit: 34944e746420208a5aca28c55ffe288529940449
Parents: 1942455
Author: Scott Nicklous <ms...@apache.org>
Authored: Wed Dec 7 12:45:51 2016 +0100
Committer: Scott Nicklous <ms...@apache.org>
Committed: Wed Dec 7 12:45:51 2016 +0100

----------------------------------------------------------------------
 ChatRoomDemo/pom.xml                            |  18 +
 ChatRoomDemo/src/main/webapp/WEB-INF/beans.xml  |  18 +
 .../src/main/webapp/resources/css/bluebold.css  |  16 +
 .../src/main/webapp/resources/css/infobox.css   |  16 +
 PortletHubDemo/pom.xml                          |  18 +
 .../src/main/java/basic/portlet/Constants.java  |  18 +
 .../src/main/webapp/WEB-INF/beans.xml           |  20 +-
 PortletHubDemo/src/main/webapp/WEB-INF/web.xml  |  18 +
 .../src/main/webapp/resources/css/styles.css    |  16 +
 PortletV3AnnotatedDemo/pom.xml                  |  18 +
 .../src/main/webapp/WEB-INF/beans.xml           |  20 +-
 .../src/main/webapp/WEB-INF/jsp/asyncOutput.jsp |  18 +
 .../main/webapp/WEB-INF/jsp/multipartDialog.jsp |  18 +
 .../src/main/webapp/WEB-INF/jsp/pathinfo.jsp    |  18 +
 .../src/main/webapp/WEB-INF/jsp/res-simple.jsp  |  18 +
 .../src/main/webapp/resources/css/bluebold.css  |  16 +
 .../src/main/webapp/resources/css/infobox.css   |  16 +
 PortletV3Demo/pom.xml                           |  18 +
 .../src/main/java/basic/portlet/Constants.java  |  18 +
 PortletV3Demo/src/main/webapp/WEB-INF/beans.xml |  20 +-
 .../src/main/webapp/WEB-INF/portlet.xml         |  18 +
 .../src/main/webapp/resources/css/infobox.css   |  16 +
 .../src/main/webapp/resources/css/styles.css    |  16 +
 dist-exclude-demos.bat                          |  16 +
 .../src/main/resources/META-INF/beans.xml       |  18 +
 .../pluto/container/PortletAsyncManager.java    |  18 +
 .../pluto/container/om/portlet/Dependency.java  |  17 +
 pluto-container-driver-api/pom.xml              |  14 +
 pluto-container/pom.xml                         |   2 +
 .../bean/processor/AnnotatedMethod.java         |  18 +
 .../om/portlet/impl/ConfigurationProcessor.java |  19 +
 .../src/main/resources/META-INF/beans.xml       |  18 +
 .../om/portlet/impl/fixtures/TestListener.java  |  18 +
 .../jsr168/PortletDefinition168ImplTest.java    |  18 +
 .../jsr168/SecurityConstraint168ImplTest.java   |  18 +
 .../jsr168/UserDataConstraint168ImplTest.java   |  18 +
 .../jsr286/PortletDefinition286ImplTest.java    |  18 +
 .../jsr286/SecurityConstraint286ImplTest.java   |  18 +
 .../jsr286/UserDataConstraint286ImplTest.java   |  18 +
 .../jsr362/JSR362PortletAppAnnotationTest.java  |  18 +
 .../reconcile/tests/CDIPrototyping.java         |  18 +
 .../src/test/resources/META-INF/beans.xml       |  18 +
 .../om/portlet/AnotherBundle.properties         |  19 +
 .../container/om/portlet/GoodBundle.properties  |  19 +
 .../container/om/portlet/portlet-app_2_0.xml    |  18 +
 .../om/portlet/portlet168Generated.xml          |  18 +
 .../container/om/portlet/portlet168NoCache.xml  |  18 +
 .../om/portlet/portlet286Generated.xml          |  18 +
 .../container/om/portlet/portlet286NoCache.xml  |  18 +
 .../om/portlet/portlet362AlterFilter.xml        |  18 +
 .../om/portlet/portlet362AlterListener.xml      |  18 +
 .../om/portlet/portlet362AlterValidator1.xml    |  18 +
 .../om/portlet/portlet362AlterValidator2.xml    |  18 +
 .../om/portlet/portlet362Generated.xml          |  18 +
 .../container/om/portlet/portlet362Merge.xml    |  18 +
 .../om/portlet/portlet362Reconcile.xml          |  18 +
 .../container/om/portlet/webApp23simple.xml     |  19 +
 .../container/om/portlet/webApp24simple.xml     |  18 +
 .../container/om/portlet/webApp25simple.xml     |  18 +
 .../container/om/portlet/webApp30simple.xml     |  18 +
 .../container/om/portlet/webApp31simple.xml     |  18 +
 .../META-INF/pluto-portal-driver-config.xml     |  18 +
 pom.xml                                         |   2 +-
 portlet-api/src/main/javadoc/overview.html      |  18 +
 portlet-api/src/main/javadoc/overview_dev.html  |  18 +
 .../src/main/javadoc/resources/overview.html    | 571 -------------------
 portlet-api/src/main/resources/META-INF/NOTICE  |   3 +
 .../src/main/resources/META-INF/NOTICE.vm       |   3 -
 .../src/test/javascript/CustomMatchers.js       |  17 +
 .../src/test/javascript/promise-6.0.0.min.js    |  21 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../xml-resources/tck-TestModule3-pages.xml     |  63 +-
 .../xml-resources/tck-TestModule3-tests.xml     |  18 +
 .../src/main/resources/logging.properties       |  48 +-
 .../AddlEnvironmentTests_SPEC2_18_Sessions.jsp  |  18 +
 .../AddlEnvironmentTests_SPEC2_10_Context.html  |  18 +
 .../src/main/resources/logging.properties       |  48 +-
 .../portlet-mode-resource_en_US.properties      |  20 +
 .../portlets/resource-no-title_en_US.properties |  20 +
 .../tck/portlets/resource_en_US.properties      |  20 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 ...pTests1_SPEC2_19_ForwardJSPActionRequest.jsp |  19 +
 ...Tests1_SPEC2_19_ForwardJSPActionResponse.jsp |  19 +
 ...spTests1_SPEC2_19_ForwardJSPEventRequest.jsp |  19 +
 ...pTests1_SPEC2_19_ForwardJSPEventResponse.jsp |  19 +
 ...pTests1_SPEC2_19_ForwardJSPRenderRequest.jsp |  19 +
 ...Tests1_SPEC2_19_ForwardJSPRenderResponse.jsp |  19 +
 ...ests1_SPEC2_19_ForwardJSPResourceRequest.jsp |  19 +
 ...sts1_SPEC2_19_ForwardJSPResourceResponse.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 ...pTests3_SPEC2_19_IncludeJSPActionRequest.jsp |  19 +
 ...Tests3_SPEC2_19_IncludeJSPActionResponse.jsp |  19 +
 ...spTests3_SPEC2_19_IncludeJSPEventRequest.jsp |  19 +
 ...pTests3_SPEC2_19_IncludeJSPEventResponse.jsp |  19 +
 ...pTests3_SPEC2_19_IncludeJSPRenderRequest.jsp |  19 +
 ...Tests3_SPEC2_19_IncludeJSPRenderResponse.jsp |  19 +
 ...ests3_SPEC2_19_IncludeJSPResourceRequest.jsp |  19 +
 ...sts3_SPEC2_19_IncludeJSPResourceResponse.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 ...Tests5S_SPEC2_19_ForwardJSPActionRequest.jsp |  19 +
 ...ests5S_SPEC2_19_ForwardJSPActionResponse.jsp |  19 +
 ...Tests5S_SPEC2_19_ForwardJSPRenderRequest.jsp |  19 +
 ...ests5S_SPEC2_19_ForwardJSPRenderResponse.jsp |  19 +
 ...sts5S_SPEC2_19_ForwardJSPResourceRequest.jsp |  19 +
 ...ts5S_SPEC2_19_ForwardJSPResourceResponse.jsp |  19 +
 ...Tests5S_SPEC2_19_IncludeJSPActionRequest.jsp |  19 +
 ...Tests5S_SPEC2_19_IncludeJSPRenderRequest.jsp |  19 +
 ...ests5S_SPEC2_19_IncludeJSPRenderResponse.jsp |  19 +
 ...sts5S_SPEC2_19_IncludeJSPResourceRequest.jsp |  19 +
 ...ts5S_SPEC2_19_IncludeJSPResourceResponse.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 ...spatcherTests2_SPEC2_19_ForwardJSPAction.jsp |  19 +
 ...ispatcherTests2_SPEC2_19_ForwardJSPEvent.jsp |  19 +
 ...spatcherTests2_SPEC2_19_ForwardJSPRender.jsp |  19 +
 ...atcherTests2_SPEC2_19_ForwardJSPResource.jsp |  19 +
 ...spatcherTests2_SPEC2_19_IncludeJSPAction.jsp |  19 +
 ...ispatcherTests2_SPEC2_19_IncludeJSPEvent.jsp |  19 +
 ...spatcherTests2_SPEC2_19_IncludeJSPRender.jsp |  19 +
 ...atcherTests2_SPEC2_19_IncludeJSPResource.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 ...patcherTests3S_SPEC2_19_ForwardJSPAction.jsp |  19 +
 ...spatcherTests3S_SPEC2_19_ForwardJSPEvent.jsp |  19 +
 ...patcherTests3S_SPEC2_19_ForwardJSPRender.jsp |  19 +
 ...tcherTests3S_SPEC2_19_ForwardJSPResource.jsp |  19 +
 ...patcherTests3S_SPEC2_19_IncludeJSPAction.jsp |  19 +
 ...spatcherTests3S_SPEC2_19_IncludeJSPEvent.jsp |  19 +
 ...patcherTests3S_SPEC2_19_IncludeJSPRender.jsp |  19 +
 ...tcherTests3S_SPEC2_19_IncludeJSPResource.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 ...spatcherTests4_SPEC2_19_ForwardJSPAction.jsp |  19 +
 ...ispatcherTests4_SPEC2_19_ForwardJSPEvent.jsp |  19 +
 ...spatcherTests4_SPEC2_19_ForwardJSPRender.jsp |  19 +
 ...atcherTests4_SPEC2_19_ForwardJSPResource.jsp |  19 +
 ...spatcherTests4_SPEC2_19_IncludeJSPAction.jsp |  19 +
 ...ispatcherTests4_SPEC2_19_IncludeJSPEvent.jsp |  19 +
 ...spatcherTests4_SPEC2_19_IncludeJSPRender.jsp |  19 +
 ...atcherTests4_SPEC2_19_IncludeJSPResource.jsp |  19 +
 .../src/main/resources/logging.properties       |  50 +-
 .../src/main/resources/logging.properties       |  48 +-
 portlet-tck_3.0/V2EnvironmentTests/pom.xml      |  10 +
 .../src/main/resources/logging.properties       |  48 +-
 ...s_PortletContext_ApiRender_getMimeType1.html |  18 +
 ...letRequestDispatcher_ApiRender_forward2.html |  18 +
 ...etRequestDispatcher_ApiRender_includeA2.html |  18 +
 ...etRequestDispatcher_ApiRender_includeB2.html |  18 +
 ...tletRequestDispatcher_ApiRender_forward1.jsp |  37 ++
 ...letRequestDispatcher_ApiRender_includeA1.jsp |  37 ++
 ...letRequestDispatcher_ApiRender_includeB1.jsp |  37 ++
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 ...agLibraryTests_SPEC2_26_IncludeJSPAction.jsp |  19 +
 ...TagLibraryTests_SPEC2_26_IncludeJSPEvent.jsp |  19 +
 ...gLibraryTests_SPEC2_26_IncludeJSPGeneral.jsp |  19 +
 ...braryTests_SPEC2_26_IncludeJSPGeneralTr0.jsp |  19 +
 ...braryTests_SPEC2_26_IncludeJSPGeneralTr3.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 ...gLibraryTests2_SPEC2_26_IncludeJSPRender.jsp |  19 +
 ...aryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp |  19 +
 ...aryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp |  19 +
 .../src/main/resources/logging.properties       |  48 +-
 ...aryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp |  19 +
 ...aryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp |  19 +
 ...ibraryTests3_SPEC2_26_IncludeJSPResource.jsp |  19 +
 ...yTests3_SPEC2_26_IncludeJSPResource_tr39.jsp |  19 +
 ...yTests3_SPEC2_26_IncludeJSPResource_tr40.jsp |  19 +
 .../portlet/tck/portlets/TestBundle.properties  |  20 +
 .../portlet/tck/portlets/TestBundle2.properties |  20 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/resources/logging.properties       |  45 +-
 .../src/main/resources/logging.properties       |  48 +-
 .../pom.xml                                     |  11 +
 .../pom.xml                                     |  11 +
 .../portlet-mode-resource_en_US.properties      |  20 +
 .../pom.xml                                     |  11 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/webapp/WEB-INF/beans.xml           |  18 +
 .../V3AnnotationPortletConfigTests/pom.xml      |  11 +
 .../tck/portlets/resource_en_US.properties      |  20 +
 portlet-tck_3.0/V3HeaderPortletTests/pom.xml    |  11 +
 portlet-tck_3.0/V3PortletConfigTests/pom.xml    |  11 +
 .../src/main/resources/logging.properties       |  22 +
 .../resources/xml-resources/additionalPages.xml |  21 +-
 .../src/main/webapp/WEB-INF/beans.xml           |  18 +
 portlet-tck_3.0/V3PortletContextTests/pom.xml   |  11 +
 .../src/main/resources/logging.properties       |  48 +-
 .../resources/xml-resources/additionalPages.xml |  55 +-
 .../src/main/webapp/WEB-INF/beans.xml           |  18 +
 portlet-tck_3.0/V3PortletHubTests/pom.xml       |  11 +
 .../src/main/webapp/WEB-INF/beans.xml           |  18 +
 .../V3PortletParametersTests/pom.xml            |  11 +
 portlet-tck_3.0/V3RenderStateTests/pom.xml      |  11 +
 portlet-tck_3.0/V3ResourceAsyncTests/pom.xml    |  11 +
 .../src/main/resources/logging.properties       |  48 +-
 .../src/main/webapp/WEB-INF/beans.xml           |  18 +
 portlet-tck_3.0/V3URLTests/pom.xml              |  11 +
 .../src/main/resources/logging.properties       |  22 +
 .../resources/xml-resources/additionalPages.xml |  21 +-
 .../src/main/webapp/WEB-INF/beans.xml           |  18 +
 portlet-tck_3.0/deploy/pom.xml                  |  11 +
 portlet-tck_3.0/driver/pom.xml                  |  11 +
 .../xml-resources/ignoredTestCases.xml          |  18 +
 portlet-tck_3.0/pom.xml                         |  15 +
 portlet-tck_3.0/src/main/javadoc/overview.html  |  72 ++-
 224 files changed, 4772 insertions(+), 1207 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/ChatRoomDemo/pom.xml
----------------------------------------------------------------------
diff --git a/ChatRoomDemo/pom.xml b/ChatRoomDemo/pom.xml
index acf7363..58f7f53 100644
--- a/ChatRoomDemo/pom.xml
+++ b/ChatRoomDemo/pom.xml
@@ -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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/ChatRoomDemo/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/ChatRoomDemo/src/main/webapp/WEB-INF/beans.xml b/ChatRoomDemo/src/main/webapp/WEB-INF/beans.xml
index 9eac268..6f17435 100644
--- a/ChatRoomDemo/src/main/webapp/WEB-INF/beans.xml
+++ b/ChatRoomDemo/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/ChatRoomDemo/src/main/webapp/resources/css/bluebold.css
----------------------------------------------------------------------
diff --git a/ChatRoomDemo/src/main/webapp/resources/css/bluebold.css b/ChatRoomDemo/src/main/webapp/resources/css/bluebold.css
index 847c8d6..c6d2503 100644
--- a/ChatRoomDemo/src/main/webapp/resources/css/bluebold.css
+++ b/ChatRoomDemo/src/main/webapp/resources/css/bluebold.css
@@ -1,3 +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.
+*/
 .bluebold {
 	color:#00A; 
 	font: bold;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/ChatRoomDemo/src/main/webapp/resources/css/infobox.css
----------------------------------------------------------------------
diff --git a/ChatRoomDemo/src/main/webapp/resources/css/infobox.css b/ChatRoomDemo/src/main/webapp/resources/css/infobox.css
index 39e963e..03125f8 100644
--- a/ChatRoomDemo/src/main/webapp/resources/css/infobox.css
+++ b/ChatRoomDemo/src/main/webapp/resources/css/infobox.css
@@ -1,3 +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.
+*/
 /* version 0.3.0 */
 .infobox {
    border-style:solid; 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletHubDemo/pom.xml
----------------------------------------------------------------------
diff --git a/PortletHubDemo/pom.xml b/PortletHubDemo/pom.xml
index 1531cb0..e883991 100644
--- a/PortletHubDemo/pom.xml
+++ b/PortletHubDemo/pom.xml
@@ -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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletHubDemo/src/main/java/basic/portlet/Constants.java
----------------------------------------------------------------------
diff --git a/PortletHubDemo/src/main/java/basic/portlet/Constants.java b/PortletHubDemo/src/main/java/basic/portlet/Constants.java
index 3d607b1..6c80d0e 100644
--- a/PortletHubDemo/src/main/java/basic/portlet/Constants.java
+++ b/PortletHubDemo/src/main/java/basic/portlet/Constants.java
@@ -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.
+ */
+
 package basic.portlet;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletHubDemo/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/PortletHubDemo/src/main/webapp/WEB-INF/beans.xml b/PortletHubDemo/src/main/webapp/WEB-INF/beans.xml
index 6c3e86c..6f17435 100644
--- a/PortletHubDemo/src/main/webapp/WEB-INF/beans.xml
+++ b/PortletHubDemo/src/main/webapp/WEB-INF/beans.xml
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
        version="1.1" bean-discovery-mode="all">
-   
+
 </beans>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletHubDemo/src/main/webapp/WEB-INF/web.xml
----------------------------------------------------------------------
diff --git a/PortletHubDemo/src/main/webapp/WEB-INF/web.xml b/PortletHubDemo/src/main/webapp/WEB-INF/web.xml
index ae832b5..37393f9 100644
--- a/PortletHubDemo/src/main/webapp/WEB-INF/web.xml
+++ b/PortletHubDemo/src/main/webapp/WEB-INF/web.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <web-app id="WebApp_ID" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
 	<display-name>V3 Portlet Hub Demo Portlet</display-name>
 </web-app>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletHubDemo/src/main/webapp/resources/css/styles.css
----------------------------------------------------------------------
diff --git a/PortletHubDemo/src/main/webapp/resources/css/styles.css b/PortletHubDemo/src/main/webapp/resources/css/styles.css
index 9029874..a9e4ebc 100644
--- a/PortletHubDemo/src/main/webapp/resources/css/styles.css
+++ b/PortletHubDemo/src/main/webapp/resources/css/styles.css
@@ -1,3 +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.
+*/
 .emphasis {
    font-style: italic;
    font-size: 1.3em;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/pom.xml
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/pom.xml b/PortletV3AnnotatedDemo/pom.xml
index 2273b13..ea2621a 100644
--- a/PortletV3AnnotatedDemo/pom.xml
+++ b/PortletV3AnnotatedDemo/pom.xml
@@ -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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/beans.xml b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/beans.xml
index 6c3e86c..6f17435 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/beans.xml
+++ b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/beans.xml
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
        version="1.1" bean-discovery-mode="all">
-   
+
 </beans>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/asyncOutput.jsp
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/asyncOutput.jsp b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/asyncOutput.jsp
index cea8f81..3a8088c 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/asyncOutput.jsp
+++ b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/asyncOutput.jsp
@@ -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.
+--%>
 <%@ page session="false" %>
 <%@ page isELIgnored ="false" %> 
 <%@ taglib uri="http://xmlns.jcp.org/portlet_3_0"  prefix="portlet" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/multipartDialog.jsp
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/multipartDialog.jsp b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/multipartDialog.jsp
index 991ce8c..30986f2 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/multipartDialog.jsp
+++ b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/multipartDialog.jsp
@@ -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.
+--%>
 <%@ page session="false" %>
 <%@ page isELIgnored ="false" %> 
 <%@ taglib uri="http://xmlns.jcp.org/portlet_3_0"  prefix="portlet" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/pathinfo.jsp
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/pathinfo.jsp b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/pathinfo.jsp
index 158323f..4d1d4f3 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/pathinfo.jsp
+++ b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/pathinfo.jsp
@@ -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.
+--%>
 <%@ page session="false" %>
 <%@ taglib uri="http://xmlns.jcp.org/portlet_3_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/res-simple.jsp
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/res-simple.jsp b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/res-simple.jsp
index e182a58..c5f70b0 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/res-simple.jsp
+++ b/PortletV3AnnotatedDemo/src/main/webapp/WEB-INF/jsp/res-simple.jsp
@@ -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.
+--%>
 <%@ page session="false" %>
 <%@ taglib uri="http://java.sun.com/portlet_2_0"  prefix="portlet" %>
 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/resources/css/bluebold.css
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/resources/css/bluebold.css b/PortletV3AnnotatedDemo/src/main/webapp/resources/css/bluebold.css
index 847c8d6..c6d2503 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/resources/css/bluebold.css
+++ b/PortletV3AnnotatedDemo/src/main/webapp/resources/css/bluebold.css
@@ -1,3 +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.
+*/
 .bluebold {
 	color:#00A; 
 	font: bold;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3AnnotatedDemo/src/main/webapp/resources/css/infobox.css
----------------------------------------------------------------------
diff --git a/PortletV3AnnotatedDemo/src/main/webapp/resources/css/infobox.css b/PortletV3AnnotatedDemo/src/main/webapp/resources/css/infobox.css
index 23ea1d8..1aa16d4 100644
--- a/PortletV3AnnotatedDemo/src/main/webapp/resources/css/infobox.css
+++ b/PortletV3AnnotatedDemo/src/main/webapp/resources/css/infobox.css
@@ -1,3 +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.
+*/
 /* version 0.3.0 */
 .infobox {
    border-style:solid; 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3Demo/pom.xml
----------------------------------------------------------------------
diff --git a/PortletV3Demo/pom.xml b/PortletV3Demo/pom.xml
index 707eed5..05bf166 100644
--- a/PortletV3Demo/pom.xml
+++ b/PortletV3Demo/pom.xml
@@ -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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3Demo/src/main/java/basic/portlet/Constants.java
----------------------------------------------------------------------
diff --git a/PortletV3Demo/src/main/java/basic/portlet/Constants.java b/PortletV3Demo/src/main/java/basic/portlet/Constants.java
index b7e922c..e9eaf99 100644
--- a/PortletV3Demo/src/main/java/basic/portlet/Constants.java
+++ b/PortletV3Demo/src/main/java/basic/portlet/Constants.java
@@ -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.
+ */
+
 package basic.portlet;
 
 import java.util.HashMap;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3Demo/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/PortletV3Demo/src/main/webapp/WEB-INF/beans.xml b/PortletV3Demo/src/main/webapp/WEB-INF/beans.xml
index 6c3e86c..6f17435 100644
--- a/PortletV3Demo/src/main/webapp/WEB-INF/beans.xml
+++ b/PortletV3Demo/src/main/webapp/WEB-INF/beans.xml
@@ -1,7 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"
        version="1.1" bean-discovery-mode="all">
-   
+
 </beans>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3Demo/src/main/webapp/WEB-INF/portlet.xml
----------------------------------------------------------------------
diff --git a/PortletV3Demo/src/main/webapp/WEB-INF/portlet.xml b/PortletV3Demo/src/main/webapp/WEB-INF/portlet.xml
index e57d73a..d7bfcdf 100644
--- a/PortletV3Demo/src/main/webapp/WEB-INF/portlet.xml
+++ b/PortletV3Demo/src/main/webapp/WEB-INF/portlet.xml
@@ -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.
+-->
 <portlet-app xmlns="http://xmlns.jcp.org/xml/ns/portlet" 
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
            xmlns:rp="http://www.apache.org/portals/pluto/pub-render-params/ResourcePortlet"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3Demo/src/main/webapp/resources/css/infobox.css
----------------------------------------------------------------------
diff --git a/PortletV3Demo/src/main/webapp/resources/css/infobox.css b/PortletV3Demo/src/main/webapp/resources/css/infobox.css
index dc85e8c..920675e 100644
--- a/PortletV3Demo/src/main/webapp/resources/css/infobox.css
+++ b/PortletV3Demo/src/main/webapp/resources/css/infobox.css
@@ -1,3 +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.
+*/
 /* version 0.4.0 */
 .infobox {
    border-style:solid; 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/PortletV3Demo/src/main/webapp/resources/css/styles.css
----------------------------------------------------------------------
diff --git a/PortletV3Demo/src/main/webapp/resources/css/styles.css b/PortletV3Demo/src/main/webapp/resources/css/styles.css
index cecb135..bf12a3c 100644
--- a/PortletV3Demo/src/main/webapp/resources/css/styles.css
+++ b/PortletV3Demo/src/main/webapp/resources/css/styles.css
@@ -1,3 +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.
+*/
 .headerPortlet {
    padding: 5px;
    background-color: #DDDDFF;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/dist-exclude-demos.bat
----------------------------------------------------------------------
diff --git a/dist-exclude-demos.bat b/dist-exclude-demos.bat
index 8c485b5..ed99663 100644
--- a/dist-exclude-demos.bat
+++ b/dist-exclude-demos.bat
@@ -1 +1,17 @@
+REM  Licensed to the Apache Software Foundation (ASF) under one
+REM  or more contributor license agreements.  See the NOTICE file
+REM  distributed with this work for additional information
+REM  regarding copyright ownership.  The ASF licenses this file
+REM  to you under the Apache License, Version 2.0 (the
+REM  "License"); you may not use this file except in compliance
+REM  with the License.  You may obtain a copy of the License at
+REM   
+REM   http://www.apache.org/licenses/LICENSE-2.0
+REM   
+REM  Unless required by applicable law or agreed to in writing,
+REM  software distributed under the License is distributed on an
+REM  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+REM  KIND, either express or implied.  See the License for the
+REM  specific language governing permissions and limitations
+REM  under the License.
 mvn install "-DincludeDemosBegin=<!--" "-DincludeDemosEnd=-->"
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-common/src/main/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/pluto-common/src/main/resources/META-INF/beans.xml b/pluto-common/src/main/resources/META-INF/beans.xml
index a63d004..17f2cfb 100644
--- a/pluto-common/src/main/resources/META-INF/beans.xml
+++ b/pluto-common/src/main/resources/META-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container-api/src/main/java/org/apache/pluto/container/PortletAsyncManager.java
----------------------------------------------------------------------
diff --git a/pluto-container-api/src/main/java/org/apache/pluto/container/PortletAsyncManager.java b/pluto-container-api/src/main/java/org/apache/pluto/container/PortletAsyncManager.java
index c02c973..679755e 100644
--- a/pluto-container-api/src/main/java/org/apache/pluto/container/PortletAsyncManager.java
+++ b/pluto-container-api/src/main/java/org/apache/pluto/container/PortletAsyncManager.java
@@ -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.
+ */
+
+
 package org.apache.pluto.container;
 
 import javax.servlet.AsyncContext;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container-api/src/main/java/org/apache/pluto/container/om/portlet/Dependency.java
----------------------------------------------------------------------
diff --git a/pluto-container-api/src/main/java/org/apache/pluto/container/om/portlet/Dependency.java b/pluto-container-api/src/main/java/org/apache/pluto/container/om/portlet/Dependency.java
index b16af52..489541e 100644
--- a/pluto-container-api/src/main/java/org/apache/pluto/container/om/portlet/Dependency.java
+++ b/pluto-container-api/src/main/java/org/apache/pluto/container/om/portlet/Dependency.java
@@ -1,5 +1,22 @@
 package org.apache.pluto.container.om.portlet;
 
+/*
+ * 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 interface Dependency {
 
    /**

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container-driver-api/pom.xml
----------------------------------------------------------------------
diff --git a/pluto-container-driver-api/pom.xml b/pluto-container-driver-api/pom.xml
index 4030062..4d257e9 100644
--- a/pluto-container-driver-api/pom.xml
+++ b/pluto-container-driver-api/pom.xml
@@ -67,4 +67,18 @@
          <scope>provided</scope>
       </dependency>
    </dependencies>
+   
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/resources/META-INF/services/javax.servlet.ServletContainerInitializer</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
 </project>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/pom.xml
----------------------------------------------------------------------
diff --git a/pluto-container/pom.xml b/pluto-container/pom.xml
index b45130b..19aadb3 100644
--- a/pluto-container/pom.xml
+++ b/pluto-container/pom.xml
@@ -149,7 +149,9 @@
                <excludes>
                   <exclude>src/main/resources/org/apache/pluto/container/impl/portlet-app_1_0.xsd</exclude>
                   <exclude>src/main/resources/org/apache/pluto/container/impl/portlet-app_2_0.xsd</exclude>
+                  <exclude>src/main/resources/org/apache/pluto/container/impl/portlet-app_3_0.xsd</exclude>
                   <exclude>src/main/resources/org/apache/pluto/container/impl/web-app_2_3.dtd</exclude>
+                  <exclude>src/main/resources/META-INF/services/javax.enterprise.inject.spi.Extension</exclude>
                </excludes>
             </configuration>
          </plugin>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/main/java/org/apache/pluto/container/bean/processor/AnnotatedMethod.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/main/java/org/apache/pluto/container/bean/processor/AnnotatedMethod.java b/pluto-container/src/main/java/org/apache/pluto/container/bean/processor/AnnotatedMethod.java
index 0eaf9bb..a6915ef 100644
--- a/pluto-container/src/main/java/org/apache/pluto/container/bean/processor/AnnotatedMethod.java
+++ b/pluto-container/src/main/java/org/apache/pluto/container/bean/processor/AnnotatedMethod.java
@@ -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.
+ */
+
 package org.apache.pluto.container.bean.processor;
 
 import java.lang.annotation.Annotation;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/main/java/org/apache/pluto/container/om/portlet/impl/ConfigurationProcessor.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/main/java/org/apache/pluto/container/om/portlet/impl/ConfigurationProcessor.java b/pluto-container/src/main/java/org/apache/pluto/container/om/portlet/impl/ConfigurationProcessor.java
index 3a912ef..5a925b3 100644
--- a/pluto-container/src/main/java/org/apache/pluto/container/om/portlet/impl/ConfigurationProcessor.java
+++ b/pluto-container/src/main/java/org/apache/pluto/container/om/portlet/impl/ConfigurationProcessor.java
@@ -61,6 +61,25 @@ import org.xml.sax.EntityResolver;
 import org.xml.sax.InputSource;
 import org.xml.sax.SAXException;
 
+/*  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 abstract class ConfigurationProcessor {
 
    /** Logger. */

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/main/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/main/resources/META-INF/beans.xml b/pluto-container/src/main/resources/META-INF/beans.xml
index 451d465..9b657db 100644
--- a/pluto-container/src/main/resources/META-INF/beans.xml
+++ b/pluto-container/src/main/resources/META-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/fixtures/TestListener.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/fixtures/TestListener.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/fixtures/TestListener.java
index f8a1553..ef17b6f 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/fixtures/TestListener.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/fixtures/TestListener.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.fixtures;
 
 import javax.portlet.ActionURL;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/PortletDefinition168ImplTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/PortletDefinition168ImplTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/PortletDefinition168ImplTest.java
index 900105c..9a93c9b 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/PortletDefinition168ImplTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/PortletDefinition168ImplTest.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.jsr168;
 
 import static org.junit.Assert.assertArrayEquals;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/SecurityConstraint168ImplTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/SecurityConstraint168ImplTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/SecurityConstraint168ImplTest.java
index d12e85b..a3216ae 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/SecurityConstraint168ImplTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/SecurityConstraint168ImplTest.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.jsr168;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/UserDataConstraint168ImplTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/UserDataConstraint168ImplTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/UserDataConstraint168ImplTest.java
index 0881621..2e5eca4 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/UserDataConstraint168ImplTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr168/UserDataConstraint168ImplTest.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.jsr168;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/PortletDefinition286ImplTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/PortletDefinition286ImplTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/PortletDefinition286ImplTest.java
index 422fcb1..eed267c 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/PortletDefinition286ImplTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/PortletDefinition286ImplTest.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.jsr286;
 
 import static org.junit.Assert.assertArrayEquals;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/SecurityConstraint286ImplTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/SecurityConstraint286ImplTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/SecurityConstraint286ImplTest.java
index 89792f4..6dd0415 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/SecurityConstraint286ImplTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/SecurityConstraint286ImplTest.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.jsr286;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/UserDataConstraint286ImplTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/UserDataConstraint286ImplTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/UserDataConstraint286ImplTest.java
index 4af161e..5d001bc 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/UserDataConstraint286ImplTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr286/UserDataConstraint286ImplTest.java
@@ -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.
+ */
+
 package org.apache.pluto.container.om.portlet.impl.jsr286;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr362/JSR362PortletAppAnnotationTest.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr362/JSR362PortletAppAnnotationTest.java b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr362/JSR362PortletAppAnnotationTest.java
index 2f5d2b4..94b4632 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr362/JSR362PortletAppAnnotationTest.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/om/portlet/impl/jsr362/JSR362PortletAppAnnotationTest.java
@@ -51,6 +51,24 @@ import org.junit.Before;
 import org.junit.BeforeClass;
 import org.junit.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.
+ */
+
 /**
  * Junit test cases for JSR 362 portlet application definition.
  * @author Scott Nicklous

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/java/org/apache/pluto/container/reconcile/tests/CDIPrototyping.java
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/java/org/apache/pluto/container/reconcile/tests/CDIPrototyping.java b/pluto-container/src/test/java/org/apache/pluto/container/reconcile/tests/CDIPrototyping.java
index 9d64317..9e270d7 100644
--- a/pluto-container/src/test/java/org/apache/pluto/container/reconcile/tests/CDIPrototyping.java
+++ b/pluto-container/src/test/java/org/apache/pluto/container/reconcile/tests/CDIPrototyping.java
@@ -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.
+ */
+
 package org.apache.pluto.container.reconcile.tests;
 
 import static org.junit.Assert.*;

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/META-INF/beans.xml b/pluto-container/src/test/resources/META-INF/beans.xml
index 8a73cf1..2d62e90 100644
--- a/pluto-container/src/test/resources/META-INF/beans.xml
+++ b/pluto-container/src/test/resources/META-INF/beans.xml
@@ -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.
+-->
 <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="
 http://java.sun.com/xml/ns/javaee

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/AnotherBundle.properties
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/AnotherBundle.properties b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/AnotherBundle.properties
index 3ee6a03..fc3ab18 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/AnotherBundle.properties
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/AnotherBundle.properties
@@ -1,4 +1,23 @@
 #
+# 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.
+#
+######################################################################
+#
 # filename: clock_en.properties
 # Portlet Info resource bundle example
 javax.portlet.title=World Population Clock

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/GoodBundle.properties
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/GoodBundle.properties b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/GoodBundle.properties
index 3ee6a03..fc3ab18 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/GoodBundle.properties
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/GoodBundle.properties
@@ -1,4 +1,23 @@
 #
+# 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.
+#
+######################################################################
+#
 # filename: clock_en.properties
 # Portlet Info resource bundle example
 javax.portlet.title=World Population Clock

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet-app_2_0.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet-app_2_0.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet-app_2_0.xml
index af4ea06..5f2ee8a 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet-app_2_0.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet-app_2_0.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet:portlet-app id="" version=""
    xmlns:portlet="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
    xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168Generated.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168Generated.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168Generated.xml
index 36e421b..835e48c 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168Generated.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168Generated.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168NoCache.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168NoCache.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168NoCache.xml
index 504c750..25dc5e9 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168NoCache.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet168NoCache.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"
    version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286Generated.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286Generated.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286Generated.xml
index 530a569..c0a9a10 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286Generated.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286Generated.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
    version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286NoCache.xml
----------------------------------------------------------------------
diff --git a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286NoCache.xml b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286NoCache.xml
index 8b54a86..6a699e8 100644
--- a/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286NoCache.xml
+++ b/pluto-container/src/test/resources/org/apache/pluto/container/om/portlet/portlet286NoCache.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <portlet-app id="id1"
    xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd"
    version="2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"


[2/6] portals-pluto git commit: Updated Pluto POM to use latest version 0.12 of the Apache Rat plugin. Edited headers of many files to add necessary license information. Updated several subproject POM files to add rat exclude statements in order to ignor

Posted by ms...@apache.org.
http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
index a617bb5..81d5dff 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests2/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/resources/logging.properties b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
index 9d5bbf0..56f0c45 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr87.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
index a617bb5..81d5dff 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests2_SPEC2_26_IncludeJSPRender_tr88.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource.jsp
index db6f902..5c8f7ab 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr39.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr39.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr39.jsp
index df6c54e..6f4e0ba 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr39.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr39.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr40.jsp
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr40.jsp b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr40.jsp
index f26bf08..8e763bc 100644
--- a/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr40.jsp
+++ b/portlet-tck_3.0/V2PortletTagLibraryTests3/src/main/webapp/WEB-INF/jsp/PortletTagLibraryTests3_SPEC2_26_IncludeJSPResource_tr40.jsp
@@ -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.
+--%>
+
 <%-- 
   - Author(s): ahmed
   --%>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle.properties b/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle.properties
index 9947c4d..5505e67 100644
--- a/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle.properties
+++ b/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle.properties
@@ -1,4 +1,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.
+#
+######################################################################
+
+#
 # filename: GoodBundle_en.properties
 # Portlet Info resource bundle example
 javax.portlet.title=Resource Bundle Test

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle2.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle2.properties b/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle2.properties
index ebba82a..676ed59 100644
--- a/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle2.properties
+++ b/portlet-tck_3.0/V2PortletTests/src/main/resources/javax/portlet/tck/portlets/TestBundle2.properties
@@ -1,4 +1,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.
+#
+######################################################################
+
+#
 # filename: GoodBundle_en.properties
 # Portlet Info resource bundle example
 javax.portlet.title=TestTitle

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2PortletTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2PortletTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2PortletTests/src/main/resources/logging.properties
index 033f484..815b3b4 100644
--- a/portlet-tck_3.0/V2PortletTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2PortletTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2PortletTests
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2PortletTests
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2RequestTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2RequestTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2RequestTests/src/main/resources/logging.properties
index 480f751..a4c5b2b 100644
--- a/portlet-tck_3.0/V2RequestTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2RequestTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2RequestTests
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2RequestTests
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2ResponseTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2ResponseTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2ResponseTests/src/main/resources/logging.properties
index e71eca6..df20328 100644
--- a/portlet-tck_3.0/V2ResponseTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2ResponseTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINEST
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINEST

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsAction/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsAction/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsAction/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsAction/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsAction/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsEnv/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsEnv/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsEnv/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsEnv/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsEnv/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsEvent/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsEvent/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsEvent/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsEvent/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsEvent/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsException/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsException/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsException/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsException/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsException/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsFilter/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsFilter/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsFilter/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsFilter/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsFilter/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsRender/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsRender/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsRender/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsRender/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsRender/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsResource/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsResource/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsResource/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsResource/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsResource/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsURL/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsURL/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsURL/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsURL/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsURL/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2SigTestsWrapper/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2SigTestsWrapper/src/main/resources/logging.properties b/portlet-tck_3.0/V2SigTestsWrapper/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2SigTestsWrapper/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2SigTestsWrapper/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2URLTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2URLTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2URLTests/src/main/resources/logging.properties
index a20b327..f67c9dd 100644
--- a/portlet-tck_3.0/V2URLTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2URLTests/src/main/resources/logging.properties
@@ -1,13 +1,32 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V2WrapperTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V2WrapperTests/src/main/resources/logging.properties b/portlet-tck_3.0/V2WrapperTests/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V2WrapperTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V2WrapperTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletAppConfigOverrideTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletAppConfigOverrideTests/pom.xml b/portlet-tck_3.0/V3AnnotationPortletAppConfigOverrideTests/pom.xml
index 0799a22..f686c57 100644
--- a/portlet-tck_3.0/V3AnnotationPortletAppConfigOverrideTests/pom.xml
+++ b/portlet-tck_3.0/V3AnnotationPortletAppConfigOverrideTests/pom.xml
@@ -102,6 +102,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/pom.xml b/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/pom.xml
index 62d23c6..b963a2a 100644
--- a/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/pom.xml
+++ b/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/pom.xml
@@ -102,6 +102,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties b/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
index 60789b9..cb775c5 100644
--- a/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
+++ b/portlet-tck_3.0/V3AnnotationPortletApplicationConfigTests/src/main/resources/javax/portlet/tck/portlets/portlet-mode-resource_en_US.properties
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+######################################################################
+
 # English Resource Bundle
 #
 # Portlet Info AnnotationPortletApplicationConfigTests_SPEC1_28_PortletModes

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/pom.xml b/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/pom.xml
index 2317911..b0c72f3 100644
--- a/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/pom.xml
+++ b/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/pom.xml
@@ -102,6 +102,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/resources/logging.properties b/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/resources/logging.properties
index 45a6d7e..204e47d 100644
--- a/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V3Tests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V3Tests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/webapp/WEB-INF/beans.xml b/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/webapp/WEB-INF/beans.xml
index 7e0ddef..5ef7234 100644
--- a/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/webapp/WEB-INF/beans.xml
+++ b/portlet-tck_3.0/V3AnnotationPortletArtifactValidityTests/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletConfigTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletConfigTests/pom.xml b/portlet-tck_3.0/V3AnnotationPortletConfigTests/pom.xml
index 5b5499d..3d3c8da 100644
--- a/portlet-tck_3.0/V3AnnotationPortletConfigTests/pom.xml
+++ b/portlet-tck_3.0/V3AnnotationPortletConfigTests/pom.xml
@@ -102,6 +102,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3AnnotationPortletConfigTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3AnnotationPortletConfigTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties b/portlet-tck_3.0/V3AnnotationPortletConfigTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
index e6fe4b7..9947417 100644
--- a/portlet-tck_3.0/V3AnnotationPortletConfigTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
+++ b/portlet-tck_3.0/V3AnnotationPortletConfigTests/src/main/resources/javax/portlet/tck/portlets/resource_en_US.properties
@@ -1,3 +1,23 @@
+#
+# 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.
+#
+######################################################################
+
 # English Resource Bundle
 #
 # Portlet Info AnnotationPortletConfigTests_SPEC2_28_ResourceBundle

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3HeaderPortletTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3HeaderPortletTests/pom.xml b/portlet-tck_3.0/V3HeaderPortletTests/pom.xml
index e3c453d..cf8e593 100644
--- a/portlet-tck_3.0/V3HeaderPortletTests/pom.xml
+++ b/portlet-tck_3.0/V3HeaderPortletTests/pom.xml
@@ -107,6 +107,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletConfigTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletConfigTests/pom.xml b/portlet-tck_3.0/V3PortletConfigTests/pom.xml
index 491d6df..73d307a 100644
--- a/portlet-tck_3.0/V3PortletConfigTests/pom.xml
+++ b/portlet-tck_3.0/V3PortletConfigTests/pom.xml
@@ -104,6 +104,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/logging.properties b/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/logging.properties
index 4ef0056..e18ad77 100644
--- a/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/logging.properties
@@ -1,3 +1,25 @@
+# 
+#
+# 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.
+#
+######################################################################
+
+
 ############################################################
 # Define logging for this webapp (Tomcat)
 ############################################################

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/xml-resources/additionalPages.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/xml-resources/additionalPages.xml b/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/xml-resources/additionalPages.xml
index 9fb6fa1..71fa6cf 100644
--- a/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/xml-resources/additionalPages.xml
+++ b/portlet-tck_3.0/V3PortletConfigTests/src/main/resources/xml-resources/additionalPages.xml
@@ -1,4 +1,23 @@
-<?xml version="1.0" encoding="UTF-8"?><pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.     
+-->
+<pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
 <portal-name>pluto-portal-driver</portal-name>
 <portal-version>2.1.0-SNAPSHOT</portal-version>
 <container-name>Pluto Portal Driver</container-name>

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletConfigTests/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletConfigTests/src/main/webapp/WEB-INF/beans.xml b/portlet-tck_3.0/V3PortletConfigTests/src/main/webapp/WEB-INF/beans.xml
index 7e0ddef..5ef7234 100644
--- a/portlet-tck_3.0/V3PortletConfigTests/src/main/webapp/WEB-INF/beans.xml
+++ b/portlet-tck_3.0/V3PortletConfigTests/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletContextTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletContextTests/pom.xml b/portlet-tck_3.0/V3PortletContextTests/pom.xml
index 1d61612..5c7f57a 100644
--- a/portlet-tck_3.0/V3PortletContextTests/pom.xml
+++ b/portlet-tck_3.0/V3PortletContextTests/pom.xml
@@ -104,6 +104,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties b/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
index a20b327..e18ad77 100644
--- a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
+++ b/portlet-tck_3.0/V3PortletContextTests/src/main/resources/logging.properties
@@ -1,13 +1,35 @@
-############################################################
-# Define logging for this webapp (Tomcat)
-############################################################
-handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
-
-org.apache.juli.FileHandler.level = FINEST
-org.apache.juli.FileHandler.directory = ${catalina.base}/logs
-org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
-
-java.util.logging.ConsoleHandler.level = FINEST
-java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
-
-javax.portlet.tck.level = FINE
+# 
+#
+# 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.
+#
+######################################################################
+
+
+############################################################
+# Define logging for this webapp (Tomcat)
+############################################################
+handlers = org.apache.juli.FileHandler, java.util.logging.ConsoleHandler
+
+org.apache.juli.FileHandler.level = FINEST
+org.apache.juli.FileHandler.directory = ${catalina.base}/logs
+org.apache.juli.FileHandler.prefix = javax.portlet-tck.V2SigTests.
+
+java.util.logging.ConsoleHandler.level = FINEST
+java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
+
+javax.portlet.tck.level = FINE

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletContextTests/src/main/resources/xml-resources/additionalPages.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/xml-resources/additionalPages.xml b/portlet-tck_3.0/V3PortletContextTests/src/main/resources/xml-resources/additionalPages.xml
index 471fe4e..8d83e68 100644
--- a/portlet-tck_3.0/V3PortletContextTests/src/main/resources/xml-resources/additionalPages.xml
+++ b/portlet-tck_3.0/V3PortletContextTests/src/main/resources/xml-resources/additionalPages.xml
@@ -1,19 +1,38 @@
-<?xml version="1.0" encoding="UTF-8"?><pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
-<portal-name>pluto-portal-driver</portal-name>
-<portal-version>2.1.0-SNAPSHOT</portal-version>
-<container-name>Pluto Portal Driver</container-name>
-<supports>
-<portlet-mode>view</portlet-mode>
-<portlet-mode>edit</portlet-mode>
-<portlet-mode>help</portlet-mode>
-<portlet-mode>config</portlet-mode>
-<window-state>normal</window-state>
-<window-state>maximized</window-state>
-<window-state>minimized</window-state>
-</supports>
-<render-config default="About Apache Pluto">
-<page xmlns="" name="V3PortletContextTests" uri="/WEB-INF/themes/pluto-default-theme.jsp">
-<portlet context="/tck-V3PortletContextTests-3.0-SNAPSHOT" name="PortletContextTests_Context"/>
-</page>
-</render-config>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.     
+-->
+<pluto-portal-driver xmlns="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd" xmlns:pa="http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://portals.apache.org/pluto/xsd/pluto-portal-driver-config.xsd                         http://portals.apache.org/pluto/pluto-portal/1.1/pluto-portal-driver-config.xsd" version="1.1">
+<portal-name>pluto-portal-driver</portal-name>
+<portal-version>2.1.0-SNAPSHOT</portal-version>
+<container-name>Pluto Portal Driver</container-name>
+<supports>
+<portlet-mode>view</portlet-mode>
+<portlet-mode>edit</portlet-mode>
+<portlet-mode>help</portlet-mode>
+<portlet-mode>config</portlet-mode>
+<window-state>normal</window-state>
+<window-state>maximized</window-state>
+<window-state>minimized</window-state>
+</supports>
+<render-config default="About Apache Pluto">
+<page xmlns="" name="V3PortletContextTests" uri="/WEB-INF/themes/pluto-default-theme.jsp">
+<portlet context="/tck-V3PortletContextTests-3.0-SNAPSHOT" name="PortletContextTests_Context"/>
+</page>
+</render-config>
 </pluto-portal-driver>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletContextTests/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletContextTests/src/main/webapp/WEB-INF/beans.xml b/portlet-tck_3.0/V3PortletContextTests/src/main/webapp/WEB-INF/beans.xml
index 6c3e86c..794e2d3 100644
--- a/portlet-tck_3.0/V3PortletContextTests/src/main/webapp/WEB-INF/beans.xml
+++ b/portlet-tck_3.0/V3PortletContextTests/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletHubTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletHubTests/pom.xml b/portlet-tck_3.0/V3PortletHubTests/pom.xml
index 0258b1a..333b314 100644
--- a/portlet-tck_3.0/V3PortletHubTests/pom.xml
+++ b/portlet-tck_3.0/V3PortletHubTests/pom.xml
@@ -102,6 +102,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletHubTests/src/main/webapp/WEB-INF/beans.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletHubTests/src/main/webapp/WEB-INF/beans.xml b/portlet-tck_3.0/V3PortletHubTests/src/main/webapp/WEB-INF/beans.xml
index 9eac268..6f17435 100644
--- a/portlet-tck_3.0/V3PortletHubTests/src/main/webapp/WEB-INF/beans.xml
+++ b/portlet-tck_3.0/V3PortletHubTests/src/main/webapp/WEB-INF/beans.xml
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at 
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed  under the  License is distributed on an "AS IS" BASIS,
+WITHOUT  WARRANTIES OR CONDITIONS  OF ANY KIND, either  express  or
+implied.
+
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
 <beans xmlns="http://xmlns.jcp.org/xml/ns/javaee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/beans_1_1.xsd"

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3PortletParametersTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3PortletParametersTests/pom.xml b/portlet-tck_3.0/V3PortletParametersTests/pom.xml
index bed9e12..a8694e7 100755
--- a/portlet-tck_3.0/V3PortletParametersTests/pom.xml
+++ b/portlet-tck_3.0/V3PortletParametersTests/pom.xml
@@ -103,6 +103,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3RenderStateTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3RenderStateTests/pom.xml b/portlet-tck_3.0/V3RenderStateTests/pom.xml
index c49e93b..86d78f7 100644
--- a/portlet-tck_3.0/V3RenderStateTests/pom.xml
+++ b/portlet-tck_3.0/V3RenderStateTests/pom.xml
@@ -104,6 +104,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>
 

http://git-wip-us.apache.org/repos/asf/portals-pluto/blob/34944e74/portlet-tck_3.0/V3ResourceAsyncTests/pom.xml
----------------------------------------------------------------------
diff --git a/portlet-tck_3.0/V3ResourceAsyncTests/pom.xml b/portlet-tck_3.0/V3ResourceAsyncTests/pom.xml
index 8285fe5..955e860 100644
--- a/portlet-tck_3.0/V3ResourceAsyncTests/pom.xml
+++ b/portlet-tck_3.0/V3ResourceAsyncTests/pom.xml
@@ -102,6 +102,17 @@
             <groupId>com.coderplus.maven.plugins</groupId>
             <artifactId>copy-rename-maven-plugin</artifactId>
          </plugin>
+         
+         <!-- ignored files for rat check -->
+         <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+               <excludes>
+                  <exclude>src/main/docs/ModuleAssertions.csv</exclude>
+               </excludes>
+            </configuration>
+         </plugin>
       </plugins>
    </build>