You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2012/10/09 00:35:03 UTC

svn commit: r1395798 [3/5] - in /incubator/jspwiki/trunk: ./ src/org/apache/wiki/ src/org/apache/wiki/attachment/ src/org/apache/wiki/auth/ src/org/apache/wiki/auth/acl/ src/org/apache/wiki/auth/authorize/ src/org/apache/wiki/auth/login/ src/org/apache...

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/AbstractFileProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/AbstractFileProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/AbstractFileProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/AbstractFileProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/BasicAttachmentProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/BasicAttachmentProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/BasicAttachmentProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/BasicAttachmentProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingAttachmentProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingAttachmentProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingAttachmentProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingAttachmentProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/CachingProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/FastSearch.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/FastSearch.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/FastSearch.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/FastSearch.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/FileSystemProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/FileSystemProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/FileSystemProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/FileSystemProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/NoSuchVersionException.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/NoSuchVersionException.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/NoSuchVersionException.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/NoSuchVersionException.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/ProviderException.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/ProviderException.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/ProviderException.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/ProviderException.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/RCSFileProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/RCSFileProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/RCSFileProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/RCSFileProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/RepositoryModifiedException.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/RepositoryModifiedException.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/RepositoryModifiedException.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/RepositoryModifiedException.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningFileProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningFileProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningFileProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningFileProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/VersioningProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiAttachmentProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiAttachmentProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiAttachmentProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiAttachmentProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiPageProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiPageProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiPageProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/providers/WikiPageProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/render/CleanTextRenderer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/render/CleanTextRenderer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/render/CleanTextRenderer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/render/CleanTextRenderer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/render/CreoleRenderer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/render/CreoleRenderer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/render/CreoleRenderer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/render/CreoleRenderer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/render/RenderingManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/render/RenderingManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/render/RenderingManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/render/RenderingManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/render/WikiRenderer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/render/WikiRenderer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/render/WikiRenderer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/render/WikiRenderer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/render/WysiwygEditingRenderer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/render/WysiwygEditingRenderer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/render/WysiwygEditingRenderer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/render/WysiwygEditingRenderer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/render/XHTMLRenderer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/render/XHTMLRenderer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/render/XHTMLRenderer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/render/XHTMLRenderer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCCallable.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCCallable.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCCallable.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCCallable.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rpc/RPCManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rpc/atom/AtomAPIServlet.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rpc/atom/AtomAPIServlet.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rpc/atom/AtomAPIServlet.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rpc/atom/AtomAPIServlet.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rpc/json/JSONRPCManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rpc/json/JSONRPCManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rpc/json/JSONRPCManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rpc/json/JSONRPCManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/AtomFeed.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/AtomFeed.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/AtomFeed.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/AtomFeed.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/Entry.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/Entry.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/Entry.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/Entry.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/Feed.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/Feed.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/Feed.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/Feed.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS10Feed.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS10Feed.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS10Feed.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS10Feed.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS20Feed.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS20Feed.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS20Feed.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSS20Feed.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSGenerator.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSGenerator.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSGenerator.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSGenerator.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSThread.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSThread.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSThread.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/rss/RSSThread.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/search/BasicSearchProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/search/BasicSearchProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/search/BasicSearchProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/search/BasicSearchProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/search/LuceneSearchProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/search/LuceneSearchProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/search/LuceneSearchProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/search/LuceneSearchProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchProvider.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchProvider.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchProvider.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/search/SearchProvider.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorInfo.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorInfo.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorInfo.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/AdminBeanIteratorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorInfo.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorInfo.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorInfo.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/AttachmentsIteratorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/AuthorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/AuthorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/AuthorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/AuthorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/BaseURLTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/BaseURLTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/BaseURLTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/BaseURLTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/BreadcrumbsTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/BreadcrumbsTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/BreadcrumbsTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/BreadcrumbsTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CalendarTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CalendarTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CalendarTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CalendarTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockInfo.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockInfo.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockInfo.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckLockTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckRequestContextTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckRequestContextTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckRequestContextTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckRequestContextTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckVersionTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckVersionTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckVersionTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CheckVersionTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CommentLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CommentLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CommentLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CommentLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentEncodingTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentEncodingTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentEncodingTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentEncodingTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/ContentTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/CookieTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/CookieTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/CookieTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/CookieTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/DiffLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/DiffLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/DiffLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/DiffLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorInfo.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorInfo.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorInfo.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorIteratorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/EditorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/FeedDiscoveryTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/FeedDiscoveryTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/FeedDiscoveryTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/FeedDiscoveryTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/HasAttachmentsTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/HasAttachmentsTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/HasAttachmentsTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/HasAttachmentsTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorInfo.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorInfo.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorInfo.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/HistoryIteratorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/IfNoSearchResultsTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/IfNoSearchResultsTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/IfNoSearchResultsTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/IfNoSearchResultsTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeResourcesTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeResourcesTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeResourcesTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeResourcesTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/IncludeTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertDiffTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertDiffTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertDiffTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertDiffTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertPageTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertPageTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertPageTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/InsertPageTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/IteratorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/IteratorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/IteratorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/IteratorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToParentTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToParentTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToParentTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToParentTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/LinkToTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/MessagesTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/MessagesTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/MessagesTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/MessagesTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/NextVersionTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/NextVersionTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/NextVersionTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/NextVersionTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/NoSuchPageTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/NoSuchPageTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/NoSuchPageTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/NoSuchPageTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageDateTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageDateTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageDateTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageDateTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageExistsTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageExistsTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageExistsTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageExistsTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageInfoLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageInfoLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageInfoLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageInfoLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageNameTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageNameTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageNameTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageNameTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageSizeTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageSizeTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageSizeTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageSizeTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageTypeTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageTypeTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageTypeTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageTypeTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageVersionTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageVersionTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageVersionTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PageVersionTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamHandler.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamHandler.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamHandler.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamHandler.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParamTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParentPageNameTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParentPageNameTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParentPageNameTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/ParentPageNameTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PermissionTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PermissionTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PermissionTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PermissionTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PluginTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PluginTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PluginTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PluginTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/PreviousVersionTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/PreviousVersionTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/PreviousVersionTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/PreviousVersionTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSImageLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSImageLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSImageLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSImageLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/RSSLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/RequestResourceTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/RequestResourceTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/RequestResourceTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/RequestResourceTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorInfo.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorInfo.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorInfo.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorInfo.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultIteratorTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsSizeTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsSizeTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsSizeTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsSizeTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/SearchResultsTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/SetPaginationTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/SetPaginationTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/SetPaginationTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/SetPaginationTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabbedSectionTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabbedSectionTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabbedSectionTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/TabbedSectionTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/TemplateDirTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/TemplateDirTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/TemplateDirTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/TemplateDirTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/TranslateTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/TranslateTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/TranslateTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/TranslateTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/UploadLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/UploadLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/UploadLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/UploadLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserCheckTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserCheckTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserCheckTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserCheckTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserNameTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserNameTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserNameTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserNameTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserProfileTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserProfileTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserProfileTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/UserProfileTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/VariableTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/VariableTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/VariableTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/VariableTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiBodyTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiBodyTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiBodyTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiBodyTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiLinkTag.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiLinkTag.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiLinkTag.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiLinkTag.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiTagBase.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiTagBase.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiTagBase.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/tags/WikiTagBase.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/AbstractCommand.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/AbstractCommand.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/AbstractCommand.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/AbstractCommand.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/Command.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/Command.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/Command.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/Command.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/CommandResolver.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/CommandResolver.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/CommandResolver.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/CommandResolver.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/Editor.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/Editor.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/Editor.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/Editor.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/EditorManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/EditorManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/EditorManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/EditorManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/GenericHTTPHandler.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/GenericHTTPHandler.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/GenericHTTPHandler.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/GenericHTTPHandler.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/GroupCommand.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/GroupCommand.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/GroupCommand.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/GroupCommand.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/InputValidator.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/InputValidator.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/InputValidator.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/InputValidator.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/Installer.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/Installer.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/Installer.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/Installer.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/PageCommand.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/PageCommand.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/PageCommand.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/PageCommand.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/RedirectCommand.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/RedirectCommand.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/RedirectCommand.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/RedirectCommand.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/TemplateManager.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/TemplateManager.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/TemplateManager.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/TemplateManager.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiCommand.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiCommand.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiCommand.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiCommand.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiJSPFilter.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiJSPFilter.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiJSPFilter.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiJSPFilter.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /* 
-    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

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiRequestWrapper.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiRequestWrapper.java?rev=1395798&r1=1395797&r2=1395798&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiRequestWrapper.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/ui/WikiRequestWrapper.java Mon Oct  8 22:34:47 2012
@@ -1,6 +1,4 @@
 /*
-    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