You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2009/06/11 22:59:43 UTC

svn commit: r783901 - in /incubator/jspwiki/trunk: ./ doc/ src/WebContent/WEB-INF/lib/ src/java/org/apache/wiki/ tests/etc/ tests/etc/WEB-INF/ tests/etc/selenium/ tests/etc/selenium/tests/all/ tests/java/org/apache/wiki/action/ tests/java/org/apache/wi...

Author: metskem
Date: Thu Jun 11 20:59:42 2009
New Revision: 783901

URL: http://svn.apache.org/viewvc?rev=783901&view=rev
Log:
3.0.0-svn-129 JSPWIKI-545: Fixed a number of RAT issues again. I hope I didn't break the build this time and I guess we are done now, please check.

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/doc/API Changes from 2.4.html
    incubator/jspwiki/trunk/doc/README - JSON Changes.txt
    incubator/jspwiki/trunk/src/WebContent/WEB-INF/lib/README
    incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
    incubator/jspwiki/trunk/tests/etc/TestMigratorForm.jsp
    incubator/jspwiki/trunk/tests/etc/WEB-INF/urlpattern.properties
    incubator/jspwiki/trunk/tests/etc/filters.xml
    incubator/jspwiki/trunk/tests/etc/selenium/readme.txt
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEdit.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEditAllView.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousCreateGroup.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousView.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousViewImage.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedName.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedPermissions.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupFullName.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupLoginName.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupWikiName.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreatePage.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePage.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePageNonAdmin.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Login.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Logout.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RedirectAfterLogin.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenamePage.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenameProfile.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/TestSuite.html
    incubator/jspwiki/trunk/tests/etc/selenium/tests/all/ViewPageSource.html
    incubator/jspwiki/trunk/tests/java/org/apache/wiki/action/TestActionBean.java
    incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ContentManagerTest.java
    incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/SpecialPageNameResolverTest.java
    incubator/jspwiki/trunk/tests/java/org/apache/wiki/parser/creole.properties

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Thu Jun 11 20:59:42 2009
@@ -1,3 +1,10 @@
+2009-06-11 Harry Metske <me...@apache.org>
+
+        * 3.0.0-svn-129
+        
+        * JSPWIKI-545: Fixed a number of RAT issues again. I guess we
+        are done now, please check.
+        
 2009-06-07 Andrew Jaquith <ajaquith AT apache DOT org>
 
         * Search.jsp migrated to Stripes. SearchActionBean now provides

Modified: incubator/jspwiki/trunk/doc/API Changes from 2.4.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/API%20Changes%20from%202.4.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/API Changes from 2.4.html (original)
+++ incubator/jspwiki/trunk/doc/API Changes from 2.4.html Thu Jun 11 20:59:42 2009
@@ -2,6 +2,26 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>JSPWiki Public API Changes - API Change History</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body bgcolor="#ffffff">
 <h1>JSPWiki Public API Changes - API Change History</h1>

Modified: incubator/jspwiki/trunk/doc/README - JSON Changes.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/doc/README%20-%20JSON%20Changes.txt?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/doc/README - JSON Changes.txt (original)
+++ incubator/jspwiki/trunk/doc/README - JSON Changes.txt Thu Jun 11 20:59:42 2009
@@ -1,3 +1,25 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements.  See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership.  The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#    KIND, either express or implied.  See the License for the
+#    specific language governing permissions and limitations
+#    under the License.  
+#
+############################################################################
+
 A key objective of JSPWiki 3.0 is to provide a more flexible and expressive system
 for modeling activities performed by users. As you know, we've chosen to use
 Stripes as our view controller layer. Stripes models user activities as JavaBean

Modified: incubator/jspwiki/trunk/src/WebContent/WEB-INF/lib/README
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/WebContent/WEB-INF/lib/README?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/WebContent/WEB-INF/lib/README (original)
+++ incubator/jspwiki/trunk/src/WebContent/WEB-INF/lib/README Thu Jun 11 20:59:42 2009
@@ -1,3 +1,23 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements.  See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership.  The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#    KIND, either express or implied.  See the License for the
+#    specific language governing permissions and limitations
+#    under the License.  
+#
 
 RUNTIME REQUIREMENTS
 

Modified: incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/java/org/apache/wiki/Release.java Thu Jun 11 20:59:42 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "128";
+    public static final String     BUILD         = "129";
 
     /**
      *  This is the generic version string you should use

Modified: incubator/jspwiki/trunk/tests/etc/TestMigratorForm.jsp
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/TestMigratorForm.jsp?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/TestMigratorForm.jsp (original)
+++ incubator/jspwiki/trunk/tests/etc/TestMigratorForm.jsp Thu Jun 11 20:59:42 2009
@@ -1,3 +1,23 @@
+<%-- 
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.  
+--%>
 <%@ taglib uri="http://stripes.sourceforge.net/stripes.tld" prefix="stripes" %>
 <stripes:useActionBean beanclass="org.apache.wiki.action.LoginActionBean" event="view" id="wikiActionBean" />
 <stripes:layout-render name="/templates/default/DefaultLayout.jsp">

Modified: incubator/jspwiki/trunk/tests/etc/WEB-INF/urlpattern.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/WEB-INF/urlpattern.properties?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/WEB-INF/urlpattern.properties (original)
+++ incubator/jspwiki/trunk/tests/etc/WEB-INF/urlpattern.properties Thu Jun 11 20:59:42 2009
@@ -1 +1,23 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements.  See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership.  The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#    KIND, either express or implied.  See the License for the
+#    specific language governing permissions and limitations
+#    under the License.  
+#
+############################################################################
+#
 org.apache.wiki.action.ViewActionBean=/pages/{page}/{$event}

Modified: incubator/jspwiki/trunk/tests/etc/filters.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/filters.xml?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/filters.xml (original)
+++ incubator/jspwiki/trunk/tests/etc/filters.xml Thu Jun 11 20:59:42 2009
@@ -1,4 +1,22 @@
 <?xml version="1.0"?>
+<!--JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.  -->
 
 <pagefilters>
 

Modified: incubator/jspwiki/trunk/tests/etc/selenium/readme.txt
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/readme.txt?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/readme.txt (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/readme.txt Thu Jun 11 20:59:42 2009
@@ -1,3 +1,24 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements.  See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership.  The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT 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 file is tests/etc/selenium/tests/readme.txt
 
 You can run Selenium web unit tests in one of two ways:

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEdit.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEdit.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEdit.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEdit.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Acl Janne Edit</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEditAllView.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEditAllView.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEditAllView.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AclJanneEditAllView.html Thu Jun 11 20:59:42 2009
@@ -4,6 +4,26 @@
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="content-type">
   <title>JSPWiki Test Acl Janne Edit All View</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousCreateGroup.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousCreateGroup.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousCreateGroup.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousCreateGroup.html Thu Jun 11 20:59:42 2009
@@ -4,6 +4,26 @@
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="content-type">
   <title>JSPWiki Test Anonymous Create Group</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousView.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousView.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousView.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousView.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Anonymous View</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousViewImage.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousViewImage.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousViewImage.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AnonymousViewImage.html Thu Jun 11 20:59:42 2009
@@ -4,6 +4,26 @@
   <meta content="text/html; charset=ISO-8859-1"
  http-equiv="content-type">
   <title>JSPWiki Test Anonymous View Image</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedName.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedName.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedName.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedName.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Asserted Name</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedPermissions.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedPermissions.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedPermissions.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/AssertedPermissions.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Asserted Permissions</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupFullName.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupFullName.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupFullName.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupFullName.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Create Group Full Name</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupLoginName.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupLoginName.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupLoginName.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupLoginName.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Create Group Login Name</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupWikiName.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupWikiName.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupWikiName.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreateGroupWikiName.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Create Group WikiName</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreatePage.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreatePage.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreatePage.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/CreatePage.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Create Page</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePage.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePage.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePage.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePage.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Delete Page</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePageNonAdmin.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePageNonAdmin.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePageNonAdmin.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/DeletePageNonAdmin.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Delete Page</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Login.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Login.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Login.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Login.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Login</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Logout.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Logout.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Logout.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/Logout.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Logout</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RedirectAfterLogin.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RedirectAfterLogin.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RedirectAfterLogin.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RedirectAfterLogin.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Redirect Page After Login</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenamePage.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenamePage.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenamePage.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenamePage.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Rename Page</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenameProfile.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenameProfile.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenameProfile.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/RenameProfile.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
   <title>JSPWiki Test Rename Profile</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body> 
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/TestSuite.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/TestSuite.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/TestSuite.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/TestSuite.html Thu Jun 11 20:59:42 2009
@@ -3,6 +3,26 @@
 <head>
 <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
 <title>Test Suite</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 
 <body>

Modified: incubator/jspwiki/trunk/tests/etc/selenium/tests/all/ViewPageSource.html
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/etc/selenium/tests/all/ViewPageSource.html?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/etc/selenium/tests/all/ViewPageSource.html (original)
+++ incubator/jspwiki/trunk/tests/etc/selenium/tests/all/ViewPageSource.html Thu Jun 11 20:59:42 2009
@@ -5,6 +5,26 @@
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 <link rel="selenium.base" href="" />
 <title>ViewPageSource</title>
+<!--
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+    KIND, either express or implied.  See the License for the
+    specific language governing permissions and limitations
+    under the License.   
+-->
 </head>
 <body>
 <table cellpadding="1" cellspacing="1" border="1">

Modified: incubator/jspwiki/trunk/tests/java/org/apache/wiki/action/TestActionBean.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/java/org/apache/wiki/action/TestActionBean.java?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/java/org/apache/wiki/action/TestActionBean.java (original)
+++ incubator/jspwiki/trunk/tests/java/org/apache/wiki/action/TestActionBean.java Thu Jun 11 20:59:42 2009
@@ -1,3 +1,24 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT 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.wiki.action;
 
 import net.sourceforge.stripes.action.Resolution;

Modified: incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ContentManagerTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ContentManagerTest.java?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ContentManagerTest.java (original)
+++ incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/ContentManagerTest.java Thu Jun 11 20:59:42 2009
@@ -1,3 +1,24 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT 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.wiki.content;
 
 import java.util.Collection;

Modified: incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/SpecialPageNameResolverTest.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/SpecialPageNameResolverTest.java?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/SpecialPageNameResolverTest.java (original)
+++ incubator/jspwiki/trunk/tests/java/org/apache/wiki/content/SpecialPageNameResolverTest.java Thu Jun 11 20:59:42 2009
@@ -1,3 +1,24 @@
+/*
+    JSPWiki - a JSP-based WikiWiki clone.
+
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you under the Apache License, Version 2.0 (the
+    "License"); you may not use this file except in compliance
+    with the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing,
+    software distributed under the License is distributed on an
+    "AS IS" BASIS, WITHOUT 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.wiki.content;
 
 import java.net.URI;

Modified: incubator/jspwiki/trunk/tests/java/org/apache/wiki/parser/creole.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/tests/java/org/apache/wiki/parser/creole.properties?rev=783901&r1=783900&r2=783901&view=diff
==============================================================================
--- incubator/jspwiki/trunk/tests/java/org/apache/wiki/parser/creole.properties (original)
+++ incubator/jspwiki/trunk/tests/java/org/apache/wiki/parser/creole.properties Thu Jun 11 20:59:42 2009
@@ -1,3 +1,33 @@
+# 
+#    JSPWiki - a JSP-based WikiWiki clone.
+#
+#    Licensed to the Apache Software Foundation (ASF) under one
+#    or more contributor license agreements.  See the NOTICE file
+#    distributed with this work for additional information
+#    regarding copyright ownership.  The ASF licenses this file
+#    to you under the Apache License, Version 2.0 (the
+#    "License"); you may not use this file except in compliance
+#    with the License.  You may obtain a copy of the License at
+#
+#       http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing,
+#    software distributed under the License is distributed on an
+#    "AS IS" BASIS, WITHOUT 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 file contains defaults for development.  If you are cross-
+#  developing in multiple environments, just change the defaults
+#  in this file.
+#
+#  Any changes in this file will be reflected in the default
+#  jspwiki.properties-file when it is run.
+#
 # == WikiCreole Translator Configuration ==
 #
 # === Signature Configuration ===