Index: src/test/org/apache/lucene/queryParser/TestMultiAnalyzer.java
===================================================================
--- src/test/org/apache/lucene/queryParser/TestMultiAnalyzer.java	(revision 563675)
+++ src/test/org/apache/lucene/queryParser/TestMultiAnalyzer.java	(working copy)
@@ -34,7 +34,7 @@
  * than one token per position or that return tokens with a position
  * increment &gt; 1.
  * 
- * @author Daniel Naber
+ *
  */
 public class TestMultiAnalyzer extends TestCase {
 
Index: src/test/org/apache/lucene/queryParser/TestMultiFieldQueryParser.java
===================================================================
--- src/test/org/apache/lucene/queryParser/TestMultiFieldQueryParser.java	(revision 563675)
+++ src/test/org/apache/lucene/queryParser/TestMultiFieldQueryParser.java	(working copy)
@@ -40,7 +40,7 @@
 
 /**
  * Tests QueryParser.
- * @author Daniel Naber
+ *
  */
 public class TestMultiFieldQueryParser extends TestCase {
 
Index: src/test/org/apache/lucene/analysis/TestStopFilter.java
===================================================================
--- src/test/org/apache/lucene/analysis/TestStopFilter.java	(revision 563675)
+++ src/test/org/apache/lucene/analysis/TestStopFilter.java	(working copy)
@@ -22,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author yonik
+ * 
  */
 public class TestStopFilter extends TestCase {
 
Index: src/test/org/apache/lucene/TestSearch.java
===================================================================
--- src/test/org/apache/lucene/TestSearch.java	(revision 563675)
+++ src/test/org/apache/lucene/TestSearch.java	(working copy)
@@ -33,7 +33,7 @@
 import org.apache.lucene.queryParser.*;
 
 /** JUnit adaptation of an older test case SearchTest.
- * @author dmitrys@earthlink.net
+ *
  * @version $Id$
  */
 public class TestSearch extends TestCase {
Index: src/test/org/apache/lucene/TestDemo.java
===================================================================
--- src/test/org/apache/lucene/TestDemo.java	(revision 563675)
+++ src/test/org/apache/lucene/TestDemo.java	(working copy)
@@ -36,7 +36,7 @@
 /**
  * A very simple demo used in the API documentation (src/java/overview.html).
  * 
- * @author Daniel Naber
+ *
  */
 public class TestDemo extends TestCase {
 
Index: src/test/org/apache/lucene/search/TestNot.java
===================================================================
--- src/test/org/apache/lucene/search/TestNot.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestNot.java	(working copy)
@@ -28,7 +28,7 @@
 
 /** Similarity unit test.
  *
- * @author Doug Cutting
+ *
  * @version $Revision$
  */
 public class TestNot extends TestCase {
Index: src/test/org/apache/lucene/search/TestPrefixFilter.java
===================================================================
--- src/test/org/apache/lucene/search/TestPrefixFilter.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestPrefixFilter.java	(working copy)
@@ -28,8 +28,8 @@
 /**
  * Tests {@link PrefixFilter} class.
  *
- * @author Yura Smolsky
- * @author yonik
+ *
+ *
  */
 public class TestPrefixFilter extends TestCase {
   public void testPrefixFilter() throws Exception {
Index: src/test/org/apache/lucene/search/TestThreadSafe.java
===================================================================
--- src/test/org/apache/lucene/search/TestThreadSafe.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestThreadSafe.java	(working copy)
@@ -29,7 +29,7 @@
 import java.io.IOException;
 
 /**
- * @author yonik
+ * 
  * @version $Id$
  */
 public class TestThreadSafe extends TestCase {
Index: src/test/org/apache/lucene/search/TestPhraseQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestPhraseQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestPhraseQuery.java	(working copy)
@@ -32,7 +32,7 @@
  * Tests {@link PhraseQuery}.
  *
  * @see TestPositionIncrement
- * @author Erik Hatcher
+ *
  */
 public class TestPhraseQuery extends TestCase {
 
Index: src/test/org/apache/lucene/search/TestPositionIncrement.java
===================================================================
--- src/test/org/apache/lucene/search/TestPositionIncrement.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestPositionIncrement.java	(working copy)
@@ -38,7 +38,7 @@
 /**
  * Term position unit test.
  *
- * @author Doug Cutting
+ *
  * @version $Revision$
  */
 public class TestPositionIncrement extends TestCase {
Index: src/test/org/apache/lucene/search/TestScorerPerf.java
===================================================================
--- src/test/org/apache/lucene/search/TestScorerPerf.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestScorerPerf.java	(working copy)
@@ -34,7 +34,7 @@
  */
 
 /**
- * @author yonik
+ *
  * @version $Id$
  */
 public class TestScorerPerf extends TestCase {
Index: src/test/org/apache/lucene/search/TestFuzzyQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestFuzzyQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestFuzzyQuery.java	(working copy)
@@ -30,7 +30,7 @@
 /**
  * Tests {@link FuzzyQuery}.
  *
- * @author Daniel Naber
+ *
  */
 public class TestFuzzyQuery extends TestCase {
 
Index: src/test/org/apache/lucene/search/RemoteCachingWrapperFilterHelper.java
===================================================================
--- src/test/org/apache/lucene/search/RemoteCachingWrapperFilterHelper.java	(revision 563675)
+++ src/test/org/apache/lucene/search/RemoteCachingWrapperFilterHelper.java	(working copy)
@@ -27,7 +27,7 @@
 /**
  * A unit test helper class to help with RemoteCachingWrapperFilter testing and
  * assert that it is working correctly.
- * @author Matt Ericson
+ *
  */
 public class RemoteCachingWrapperFilterHelper extends RemoteCachingWrapperFilter {
 
Index: src/test/org/apache/lucene/search/TestRemoteCachingWrapperFilter.java
===================================================================
--- src/test/org/apache/lucene/search/TestRemoteCachingWrapperFilter.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestRemoteCachingWrapperFilter.java	(working copy)
@@ -32,7 +32,7 @@
 /**
  * Tests that the index is cached on the searcher side of things.
  * NOTE: This is copied from TestRemoteSearchable since it already had a remote index set up.
- * @author Matt Ericson
+ *
  */
 public class TestRemoteCachingWrapperFilter extends TestCase {
   public TestRemoteCachingWrapperFilter(String name) {
Index: src/test/org/apache/lucene/search/TestMultiThreadTermVectors.java
===================================================================
--- src/test/org/apache/lucene/search/TestMultiThreadTermVectors.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestMultiThreadTermVectors.java	(working copy)
@@ -29,7 +29,7 @@
 import java.io.IOException;
 
 /**
- * @author Bernhard Messer
+ *
  * @version $rcs = ' $Id$ ' ;
  */
 public class TestMultiThreadTermVectors extends TestCase {
Index: src/test/org/apache/lucene/search/TestBooleanOr.java
===================================================================
--- src/test/org/apache/lucene/search/TestBooleanOr.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestBooleanOr.java	(working copy)
@@ -34,7 +34,7 @@
 /**
  * Created on 2005. 2. 9.
  * <br>Adapted to Lucene testcase by Paul Elschot.
- * @author appler@gmail.com
+ *
  */
 public class TestBooleanOr extends TestCase {
 
Index: src/test/org/apache/lucene/search/TestDateFilter.java
===================================================================
--- src/test/org/apache/lucene/search/TestDateFilter.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestDateFilter.java	(working copy)
@@ -31,7 +31,7 @@
  /**
   * DateFilter JUnit tests.
   *
-  * @author Otis Gospodnetic
+  *
   * @version $Revision$
   */
 public class TestDateFilter
Index: src/test/org/apache/lucene/search/TestMatchAllDocsQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestMatchAllDocsQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestMatchAllDocsQuery.java	(working copy)
@@ -30,7 +30,7 @@
 /**
  * Tests MatchAllDocsQuery.
  * 
- * @author Daniel Naber
+ *
  */
 public class TestMatchAllDocsQuery extends TestCase {
 
Index: src/test/org/apache/lucene/search/TestDisjunctionMaxQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestDisjunctionMaxQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestDisjunctionMaxQuery.java	(working copy)
@@ -48,7 +48,7 @@
      * same as TestRankingSimilarity in TestRanking.zip from
      * http://issues.apache.org/jira/browse/LUCENE-323
      * </p>
-     * @author Williams
+     *
      */
     private static class TestSimilarity extends DefaultSimilarity {
 
Index: src/test/org/apache/lucene/search/TestSimilarity.java
===================================================================
--- src/test/org/apache/lucene/search/TestSimilarity.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestSimilarity.java	(working copy)
@@ -31,7 +31,7 @@
 
 /** Similarity unit test.
  *
- * @author Doug Cutting
+ * 
  * @version $Revision$
  */
 public class TestSimilarity extends TestCase {
Index: src/test/org/apache/lucene/search/TestSort.java
===================================================================
--- src/test/org/apache/lucene/search/TestSort.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestSort.java	(working copy)
@@ -44,7 +44,7 @@
  *
  * <p>Created: Feb 17, 2004 4:55:10 PM
  *
- * @author  Tim Jones (Nacimiento Software)
+ * 
  * @since   lucene 1.4
  * @version $Id$
  */
Index: src/test/org/apache/lucene/search/TestBooleanScorer.java
===================================================================
--- src/test/org/apache/lucene/search/TestBooleanScorer.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestBooleanScorer.java	(working copy)
@@ -29,7 +29,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Christoph Goller
+ *
  * @version $rcs = ' $Id$ ' ;
  */
 public class TestBooleanScorer extends TestCase
Index: src/test/org/apache/lucene/search/TestCustomSearcherSort.java
===================================================================
--- src/test/org/apache/lucene/search/TestCustomSearcherSort.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestCustomSearcherSort.java	(working copy)
@@ -42,7 +42,7 @@
 /**
  * Unit test for sorting code.
  *
- * @author  Martin Seitz (T-Systems)
+ *
  */
 
 public class TestCustomSearcherSort
Index: src/test/org/apache/lucene/search/spans/TestBasics.java
===================================================================
--- src/test/org/apache/lucene/search/spans/TestBasics.java	(revision 563675)
+++ src/test/org/apache/lucene/search/spans/TestBasics.java	(working copy)
@@ -42,7 +42,7 @@
  * all and only the correct documents are returned, thus providing end-to-end
  * testing of the indexing and search code.
  *
- * @author Doug Cutting
+ * 
  */
 public class TestBasics extends TestCase {
   private IndexSearcher searcher;
Index: src/test/org/apache/lucene/search/spans/TestSpansAdvanced.java
===================================================================
--- src/test/org/apache/lucene/search/spans/TestSpansAdvanced.java	(revision 563675)
+++ src/test/org/apache/lucene/search/spans/TestSpansAdvanced.java	(working copy)
@@ -34,7 +34,7 @@
  * Tests the span query bug in Lucene. It demonstrates that SpanTermQuerys don't
  * work correctly in a BooleanQuery.
  *
- * @author Reece Wilton
+ * 
  */
 public class TestSpansAdvanced extends TestCase {
 
Index: src/test/org/apache/lucene/search/spans/TestSpansAdvanced2.java
===================================================================
--- src/test/org/apache/lucene/search/spans/TestSpansAdvanced2.java	(revision 563675)
+++ src/test/org/apache/lucene/search/spans/TestSpansAdvanced2.java	(working copy)
@@ -29,7 +29,7 @@
  * Some expanded tests to make sure my patch doesn't break other SpanTermQuery
  * functionality.
  *
- * @author Reece Wilton
+ * 
  */
 public class TestSpansAdvanced2 extends TestSpansAdvanced {
     IndexSearcher searcher2;
Index: src/test/org/apache/lucene/search/SampleComparable.java
===================================================================
--- src/test/org/apache/lucene/search/SampleComparable.java	(revision 563675)
+++ src/test/org/apache/lucene/search/SampleComparable.java	(working copy)
@@ -42,7 +42,7 @@
  * <p/>
  * <p>Created: Apr 21, 2004 5:34:47 PM
  *
- * @author Tim Jones
+ *
  * @version $Id$
  * @since 1.4
  */
Index: src/test/org/apache/lucene/search/TestDocBoost.java
===================================================================
--- src/test/org/apache/lucene/search/TestDocBoost.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestDocBoost.java	(working copy)
@@ -26,7 +26,7 @@
 
 /** Document boost unit test.
  *
- * @author Doug Cutting
+ *
  * @version $Revision$
  */
 public class TestDocBoost extends TestCase {
Index: src/test/org/apache/lucene/search/TestRangeQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestRangeQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestRangeQuery.java	(working copy)
@@ -28,7 +28,7 @@
 import java.io.IOException;
 
 /**
- * @author goller
+ *
  */
 public class TestRangeQuery extends TestCase {
 
Index: src/test/org/apache/lucene/search/TestMultiPhraseQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestMultiPhraseQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestMultiPhraseQuery.java	(working copy)
@@ -36,7 +36,7 @@
 /**
  * This class tests the MultiPhraseQuery class.
  *
- * @author Otis Gospodnetic, Daniel Naber
+ *
  * @version $Id$
  */
 public class TestMultiPhraseQuery extends TestCase
Index: src/test/org/apache/lucene/search/TestBooleanPrefixQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestBooleanPrefixQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestBooleanPrefixQuery.java	(working copy)
@@ -35,7 +35,7 @@
 import java.io.IOException;
 
 /**
- * @author schnee
+ *
  * @version $Id$
  **/
 
Index: src/test/org/apache/lucene/search/TestPrefixQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestPrefixQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestPrefixQuery.java	(working copy)
@@ -28,7 +28,7 @@
 /**
  * Tests {@link PrefixQuery} class.
  *
- * @author Erik Hatcher
+ *
  */
 public class TestPrefixQuery extends TestCase {
   public void testPrefixQuery() throws Exception {
Index: src/test/org/apache/lucene/search/TestFilteredQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestFilteredQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestFilteredQuery.java	(working copy)
@@ -33,7 +33,7 @@
  *
  * <p>Created: Apr 21, 2004 1:21:46 PM
  *
- * @author  Tim Jones
+ *
  * @version $Id$
  * @since   1.4
  */
Index: src/test/org/apache/lucene/search/QueryUtils.java
===================================================================
--- src/test/org/apache/lucene/search/QueryUtils.java	(revision 563675)
+++ src/test/org/apache/lucene/search/QueryUtils.java	(working copy)
@@ -22,7 +22,7 @@
 
 
 /**
- * @author yonik
+ *
  */
 public class QueryUtils {
 
Index: src/test/org/apache/lucene/search/TestPhrasePrefixQuery.java
===================================================================
--- src/test/org/apache/lucene/search/TestPhrasePrefixQuery.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestPhrasePrefixQuery.java	(working copy)
@@ -33,7 +33,7 @@
 /**
  * This class tests PhrasePrefixQuery class.
  *
- * @author Otis Gospodnetic
+ *
  * @version $Id$
  */
 public class TestPhrasePrefixQuery
Index: src/test/org/apache/lucene/search/TestSetNorm.java
===================================================================
--- src/test/org/apache/lucene/search/TestSetNorm.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestSetNorm.java	(working copy)
@@ -27,7 +27,7 @@
 
 /** Document boost unit test.
  *
- * @author Doug Cutting
+ * 
  * @version $Revision$
  */
 public class TestSetNorm extends TestCase {
Index: src/test/org/apache/lucene/search/TestWildcard.java
===================================================================
--- src/test/org/apache/lucene/search/TestWildcard.java	(revision 563675)
+++ src/test/org/apache/lucene/search/TestWildcard.java	(working copy)
@@ -35,7 +35,7 @@
  * TestWildcard tests the '*' and '?' wildcard characters.
  *
  * @version $Id$
- * @author Otis Gospodnetic
+ * 
  */
 public class TestWildcard
     extends TestCase {
Index: src/test/org/apache/lucene/index/TestDoc.java
===================================================================
--- src/test/org/apache/lucene/index/TestDoc.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestDoc.java	(working copy)
@@ -34,7 +34,7 @@
 
 
 /** JUnit adaptation of an older test case DocTest.
- * @author dmitrys@earthlink.net
+ *
  * @version $Id$
  */
 public class TestDoc extends TestCase {
Index: src/test/org/apache/lucene/index/TestSegmentTermEnum.java
===================================================================
--- src/test/org/apache/lucene/index/TestSegmentTermEnum.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestSegmentTermEnum.java	(working copy)
@@ -32,7 +32,7 @@
 import org.apache.lucene.store.RAMDirectory;
 
 /**
- * @author goller
+ *
  */
 public class TestSegmentTermEnum extends TestCase
 {
Index: src/test/org/apache/lucene/index/TestCompoundFile.java
===================================================================
--- src/test/org/apache/lucene/index/TestCompoundFile.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestCompoundFile.java	(working copy)
@@ -32,7 +32,7 @@
 
 
 /**
- * @author dmitrys@earthlink.net
+ *
  * @version $Id$
  */
 public class TestCompoundFile extends TestCase
Index: src/test/org/apache/lucene/index/TestIndexWriter.java
===================================================================
--- src/test/org/apache/lucene/index/TestIndexWriter.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestIndexWriter.java	(working copy)
@@ -45,7 +45,7 @@
 import org.apache.lucene.store.SingleInstanceLockFactory;
 
 /**
- * @author goller
+ *
  * @version $Id$
  */
 public class TestIndexWriter extends TestCase
Index: src/test/org/apache/lucene/index/TestTermdocPerf.java
===================================================================
--- src/test/org/apache/lucene/index/TestTermdocPerf.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestTermdocPerf.java	(working copy)
@@ -31,7 +31,7 @@
 import java.util.Random;
 
 /**
- * @author yonik
+ *
  * @version $Id$
  */
 
Index: src/test/org/apache/lucene/index/store/TestRAMDirectory.java
===================================================================
--- src/test/org/apache/lucene/index/store/TestRAMDirectory.java	(revision 563675)
+++ src/test/org/apache/lucene/index/store/TestRAMDirectory.java	(working copy)
@@ -43,7 +43,7 @@
  * JUnit testcase to test RAMDirectory. RAMDirectory itself is used in many testcases,
  * but not one of them uses an different constructor other than the default constructor.
  * 
- * @author Bernhard Messer
+ *
  * 
  * @version $Id: RAMDirectory.java 150537 2004-09-28 22:45:26 +0200 (Di, 28 Sep 2004) cutting $
  */
Index: src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java
===================================================================
--- src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java	(working copy)
@@ -28,7 +28,7 @@
  * release its write lock when trying to open an index which does not yet
  * exist).
  *
- * @author mbogosian
+ *
  * @version $Id$
  */
 
Index: src/test/org/apache/lucene/index/TestIndexModifier.java
===================================================================
--- src/test/org/apache/lucene/index/TestIndexModifier.java	(revision 563675)
+++ src/test/org/apache/lucene/index/TestIndexModifier.java	(working copy)
@@ -39,7 +39,7 @@
  * Tests for the "IndexModifier" class, including accesses from two threads at the
  * same time.
  * 
- * @author Daniel Naber
+ *
  */
 public class TestIndexModifier extends TestCase {
 
Index: src/test/org/apache/lucene/TestSearchForDuplicates.java
===================================================================
--- src/test/org/apache/lucene/TestSearchForDuplicates.java	(revision 563675)
+++ src/test/org/apache/lucene/TestSearchForDuplicates.java	(working copy)
@@ -34,7 +34,7 @@
 
 
 /** JUnit adaptation of an older test case DocTest.
- * @author dmitrys@earthlink.net
+ * 
  * @version $Id$
  */
 public class TestSearchForDuplicates extends TestCase {
Index: src/test/org/apache/lucene/util/TestBitVector.java
===================================================================
--- src/test/org/apache/lucene/util/TestBitVector.java	(revision 563675)
+++ src/test/org/apache/lucene/util/TestBitVector.java	(working copy)
@@ -26,7 +26,7 @@
 /**
  * <code>TestBitVector</code> tests the <code>BitVector</code>, obviously.
  *
- * @author "Peter Mularien" <pmularien@deploy.com>
+ * 
  * @version $Id$
  */
 public class TestBitVector extends TestCase
Index: src/test/org/apache/lucene/util/TestSmallFloat.java
===================================================================
--- src/test/org/apache/lucene/util/TestSmallFloat.java	(revision 563675)
+++ src/test/org/apache/lucene/util/TestSmallFloat.java	(working copy)
@@ -20,7 +20,7 @@
 import java.util.Random;
 
 /**
- * @author yonik
+ * 
  * @version $Id$
  */
 public class TestSmallFloat extends TestCase {
Index: src/test/org/apache/lucene/document/TestBinaryDocument.java
===================================================================
--- src/test/org/apache/lucene/document/TestBinaryDocument.java	(revision 563675)
+++ src/test/org/apache/lucene/document/TestBinaryDocument.java	(working copy)
@@ -27,7 +27,7 @@
 /**
  * Tests {@link Document} class.
  *
- * @author Bernhard Messer
+ *
  * @version $Id$
  */
 public class TestBinaryDocument extends TestCase
Index: src/test/org/apache/lucene/document/TestDocument.java
===================================================================
--- src/test/org/apache/lucene/document/TestDocument.java	(revision 563675)
+++ src/test/org/apache/lucene/document/TestDocument.java	(working copy)
@@ -34,7 +34,7 @@
 /**
  * Tests {@link Document} class.
  *
- * @author Otis Gospodnetic
+ *
  * @version $Id$
  */
 public class TestDocument extends TestCase
Index: src/java/org/apache/lucene/queryParser/MultiFieldQueryParser.java
===================================================================
--- src/java/org/apache/lucene/queryParser/MultiFieldQueryParser.java	(revision 563675)
+++ src/java/org/apache/lucene/queryParser/MultiFieldQueryParser.java	(working copy)
@@ -30,7 +30,7 @@
 /**
  * A QueryParser which constructs queries to search multiple fields.
  *
- * @author <a href="mailto:kelvin@relevanz.com">Kelvin Tan</a>, Daniel Naber
+ *
  * @version $Revision$
  */
 public class MultiFieldQueryParser extends QueryParser
Index: src/java/org/apache/lucene/queryParser/QueryParser.java
===================================================================
--- src/java/org/apache/lucene/queryParser/QueryParser.java	(revision 563675)
+++ src/java/org/apache/lucene/queryParser/QueryParser.java	(working copy)
@@ -73,9 +73,9 @@
  *
  * <p>Note that QueryParser is <em>not</em> thread-safe.</p>
  *
- * @author Brian Goetz
- * @author Peter Halacsy
- * @author Tatu Saloranta
+ *
+ *
+ *
  */
 public class QueryParser implements QueryParserConstants {
 
Index: src/java/org/apache/lucene/queryParser/QueryParser.jj
===================================================================
--- src/java/org/apache/lucene/queryParser/QueryParser.jj	(revision 563675)
+++ src/java/org/apache/lucene/queryParser/QueryParser.jj	(working copy)
@@ -97,9 +97,9 @@
  *
  * <p>Note that QueryParser is <em>not</em> thread-safe.</p>
  *
- * @author Brian Goetz
- * @author Peter Halacsy
- * @author Tatu Saloranta
+ *
+ *
+ *
  */
 public class QueryParser {
 
Index: src/java/org/apache/lucene/analysis/LengthFilter.java
===================================================================
--- src/java/org/apache/lucene/analysis/LengthFilter.java	(revision 563675)
+++ src/java/org/apache/lucene/analysis/LengthFilter.java	(working copy)
@@ -22,7 +22,7 @@
 /**
  * Removes words that are too long and too short from the stream.
  *
- * @author David Spencer
+ * 
  * @version $Id$
  */
 public final class LengthFilter extends TokenFilter {
Index: src/java/org/apache/lucene/analysis/WordlistLoader.java
===================================================================
--- src/java/org/apache/lucene/analysis/WordlistLoader.java	(revision 563675)
+++ src/java/org/apache/lucene/analysis/WordlistLoader.java	(working copy)
@@ -28,7 +28,7 @@
 /**
  * Loader for text files that represent a list of stopwords.
  *
- * @author Gerhard Schwarz
+ * 
  * @version $Id$
  */
 public class WordlistLoader {
Index: src/java/org/apache/lucene/search/FieldDocSortedHitQueue.java
===================================================================
--- src/java/org/apache/lucene/search/FieldDocSortedHitQueue.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FieldDocSortedHitQueue.java	(working copy)
@@ -28,7 +28,7 @@
  *
  * <p>Created: Feb 11, 2004 2:04:21 PM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  */
Index: src/java/org/apache/lucene/search/FieldCache.java
===================================================================
--- src/java/org/apache/lucene/search/FieldCache.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FieldCache.java	(working copy)
@@ -25,7 +25,7 @@
  *
  * <p>Created: May 19, 2004 11:13:14 AM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  */
Index: src/java/org/apache/lucene/search/ConstantScoreQuery.java
===================================================================
--- src/java/org/apache/lucene/search/ConstantScoreQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/ConstantScoreQuery.java	(working copy)
@@ -27,7 +27,7 @@
  * A query that wraps a filter and simply returns a constant score equal to the
  * query boost for every document in the filter.
  *
- * @author yonik
+ *
  * @version $Id$
  */
 public class ConstantScoreQuery extends Query {
Index: src/java/org/apache/lucene/search/RemoteCachingWrapperFilter.java
===================================================================
--- src/java/org/apache/lucene/search/RemoteCachingWrapperFilter.java	(revision 563675)
+++ src/java/org/apache/lucene/search/RemoteCachingWrapperFilter.java	(working copy)
@@ -36,7 +36,7 @@
  * To cache a result you must do something like 
  * RemoteCachingWrapperFilter f = new RemoteCachingWrapperFilter(new CachingWrapperFilter(myFilter));
  * <p/>
- * @author Matt Ericson
+ *
  */
 public class RemoteCachingWrapperFilter extends Filter {
   protected Filter filter;
Index: src/java/org/apache/lucene/search/SortComparator.java
===================================================================
--- src/java/org/apache/lucene/search/SortComparator.java	(revision 563675)
+++ src/java/org/apache/lucene/search/SortComparator.java	(working copy)
@@ -35,7 +35,7 @@
  *
  * <p>Created: Apr 21, 2004 5:08:38 PM
  *
- * @author  Tim Jones
+ *
  * @version $Id$
  * @since   1.4
  */
Index: src/java/org/apache/lucene/search/FilterManager.java
===================================================================
--- src/java/org/apache/lucene/search/FilterManager.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FilterManager.java	(working copy)
@@ -35,7 +35,7 @@
  * 
  * The cache is periodically cleaned up from a separate thread to ensure the
  * cache doesn't exceed the maximum size.
- * @author Matt Ericson
+ *
  */
 public class FilterManager {
 
Index: src/java/org/apache/lucene/search/MatchAllDocsQuery.java
===================================================================
--- src/java/org/apache/lucene/search/MatchAllDocsQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/MatchAllDocsQuery.java	(working copy)
@@ -31,7 +31,7 @@
 /**
  * A query that matches all documents.
  * 
- * @author John Wang
+ *
  */
 public class MatchAllDocsQuery extends Query {
 
Index: src/java/org/apache/lucene/search/DisjunctionMaxQuery.java
===================================================================
--- src/java/org/apache/lucene/search/DisjunctionMaxQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/DisjunctionMaxQuery.java	(working copy)
@@ -37,7 +37,7 @@
  * The tie breaker capability allows results that include the same term in multiple fields to be judged better than results that
  * include this term in only the best of those multiple fields, without confusing this with the better case of two different terms
  * in the multiple fields.
- * @author Chuck Williams
+ *
  */
 public class DisjunctionMaxQuery extends Query {
 
Index: src/java/org/apache/lucene/search/ScoreDocComparator.java
===================================================================
--- src/java/org/apache/lucene/search/ScoreDocComparator.java	(revision 563675)
+++ src/java/org/apache/lucene/search/ScoreDocComparator.java	(working copy)
@@ -23,7 +23,7 @@
  *
  * <p>Created: Feb 3, 2004 9:00:16 AM 
  * 
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  */
Index: src/java/org/apache/lucene/search/DisjunctionMaxScorer.java
===================================================================
--- src/java/org/apache/lucene/search/DisjunctionMaxScorer.java	(revision 563675)
+++ src/java/org/apache/lucene/search/DisjunctionMaxScorer.java	(working copy)
@@ -24,7 +24,7 @@
  * is generated in document number order.  The score for each document is the maximum of the scores computed
  * by the subquery scorers that generate that document, plus tieBreakerMultiplier times the sum of the scores
  * for the other subqueries that generate the document.
- * @author Chuck Williams
+ *
  */
 class DisjunctionMaxScorer extends Scorer {
 
Index: src/java/org/apache/lucene/search/TopFieldDocs.java
===================================================================
--- src/java/org/apache/lucene/search/TopFieldDocs.java	(revision 563675)
+++ src/java/org/apache/lucene/search/TopFieldDocs.java	(working copy)
@@ -23,7 +23,7 @@
  *
  * <p>Created: Feb 12, 2004 8:58:46 AM 
  * 
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  * @see Searcher#search(Query,Filter,int,Sort)
Index: src/java/org/apache/lucene/search/MultiPhraseQuery.java
===================================================================
--- src/java/org/apache/lucene/search/MultiPhraseQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/MultiPhraseQuery.java	(working copy)
@@ -35,7 +35,7 @@
  * prefix using IndexReader.terms(Term), and use MultiPhraseQuery.add(Term[]
  * terms) to add them to the query.
  *
- * @author Anders Nielsen
+ *
  * @version 1.0
  */
 public class MultiPhraseQuery extends Query {
Index: src/java/org/apache/lucene/search/FilteredQuery.java
===================================================================
--- src/java/org/apache/lucene/search/FilteredQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FilteredQuery.java	(working copy)
@@ -34,7 +34,7 @@
  *
  * <p>Created: Apr 20, 2004 8:58:29 AM
  *
- * @author  Tim Jones
+ *
  * @since   1.4
  * @version $Id$
  * @see     CachingWrapperFilter
Index: src/java/org/apache/lucene/search/ConstantScoreRangeQuery.java
===================================================================
--- src/java/org/apache/lucene/search/ConstantScoreRangeQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/ConstantScoreRangeQuery.java	(working copy)
@@ -31,7 +31,7 @@
  * Either or both endpoints may be open.  Open endpoints may not be exclusive
  * (you can't select all but the first or last term without explicitly specifying the term to exclude.)
  *
- * @author yonik
+ *
  * @version $Id$
  */
 
Index: src/java/org/apache/lucene/search/HitIterator.java
===================================================================
--- src/java/org/apache/lucene/search/HitIterator.java	(revision 563675)
+++ src/java/org/apache/lucene/search/HitIterator.java	(working copy)
@@ -25,7 +25,7 @@
  * {@link Hits#iterator()} returns an instance of this class.  Calls to {@link #next()}
  * return a {@link Hit} instance.
  *
- * @author Jeremy Rayner
+ *
  */
 public class HitIterator implements Iterator {
   private Hits hits;
Index: src/java/org/apache/lucene/search/SortComparatorSource.java
===================================================================
--- src/java/org/apache/lucene/search/SortComparatorSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/SortComparatorSource.java	(working copy)
@@ -26,7 +26,7 @@
  *
  * <p>Created: Apr 21, 2004 3:49:28 PM
  * 
- * @author  Tim Jones
+ *
  * @version $Id$
  * @since   1.4
  */
Index: src/java/org/apache/lucene/search/PrefixFilter.java
===================================================================
--- src/java/org/apache/lucene/search/PrefixFilter.java	(revision 563675)
+++ src/java/org/apache/lucene/search/PrefixFilter.java	(working copy)
@@ -27,7 +27,7 @@
 import java.io.IOException;
 
 /**
- * @author yonik
+ *
  * @version $Id$
  */
 public class PrefixFilter extends Filter {
Index: src/java/org/apache/lucene/search/function/IntFieldSource.java
===================================================================
--- src/java/org/apache/lucene/search/function/IntFieldSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/IntFieldSource.java	(working copy)
@@ -37,7 +37,7 @@
  * @see org.apache.lucene.search.function.FieldCacheSource for requirements 
  * on the field.
  *
- * @author yonik
+ *
  */
 public class IntFieldSource extends FieldCacheSource {
   private FieldCache.IntParser parser;
Index: src/java/org/apache/lucene/search/function/ValueSourceQuery.java
===================================================================
--- src/java/org/apache/lucene/search/function/ValueSourceQuery.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/ValueSourceQuery.java	(working copy)
@@ -38,7 +38,7 @@
  * The APIs introduced here might change in the future and will not be 
  * supported anymore in such a case.</font>
  * 
- * @author yonik
+ *
  */
 public class ValueSourceQuery extends Query {
   ValueSource valSrc;
Index: src/java/org/apache/lucene/search/function/DocValues.java
===================================================================
--- src/java/org/apache/lucene/search/function/DocValues.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/DocValues.java	(working copy)
@@ -30,7 +30,7 @@
  * The APIs introduced here might change in the future and will not be 
  * supported anymore in such a case.</font>
  * 
- * @author yonik
+ *
  */
 public abstract class DocValues {
   /*
Index: src/java/org/apache/lucene/search/function/ReverseOrdFieldSource.java
===================================================================
--- src/java/org/apache/lucene/search/function/ReverseOrdFieldSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/ReverseOrdFieldSource.java	(working copy)
@@ -45,7 +45,7 @@
  * The APIs introduced here might change in the future and will not be 
  * supported anymore in such a case.</font>
  * 
- * @author yonik
+ *
  */
 
 public class ReverseOrdFieldSource extends ValueSource {
Index: src/java/org/apache/lucene/search/function/FieldCacheSource.java
===================================================================
--- src/java/org/apache/lucene/search/function/FieldCacheSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/FieldCacheSource.java	(working copy)
@@ -39,7 +39,7 @@
  * The APIs introduced here might change in the future and will not be 
  * supported anymore in such a case.</font>
  * 
- * @author yonik
+ *
  */
 public abstract class FieldCacheSource extends ValueSource {
   private String field;
Index: src/java/org/apache/lucene/search/function/OrdFieldSource.java
===================================================================
--- src/java/org/apache/lucene/search/function/OrdFieldSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/OrdFieldSource.java	(working copy)
@@ -44,7 +44,7 @@
  * The APIs introduced here might change in the future and will not be 
  * supported anymore in such a case.</font>
  * 
- * @author yonik
+ *
  */
 
 public class OrdFieldSource extends ValueSource {
Index: src/java/org/apache/lucene/search/function/FloatFieldSource.java
===================================================================
--- src/java/org/apache/lucene/search/function/FloatFieldSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/FloatFieldSource.java	(working copy)
@@ -37,7 +37,7 @@
  * @see org.apache.lucene.search.function.FieldCacheSource for requirements 
  * on the field.
  *  
- * @author yonik
+ *
  */
 public class FloatFieldSource extends FieldCacheSource {
   private FieldCache.FloatParser parser;
Index: src/java/org/apache/lucene/search/function/ValueSource.java
===================================================================
--- src/java/org/apache/lucene/search/function/ValueSource.java	(revision 563675)
+++ src/java/org/apache/lucene/search/function/ValueSource.java	(working copy)
@@ -37,7 +37,7 @@
  * The APIs introduced here might change in the future and will not be 
  * supported anymore in such a case.</font>
  *
- * @author yonik
+ *
  */
 public abstract class ValueSource implements Serializable {
 
Index: src/java/org/apache/lucene/search/FieldDoc.java
===================================================================
--- src/java/org/apache/lucene/search/FieldDoc.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FieldDoc.java	(working copy)
@@ -33,7 +33,7 @@
  *
  * <p>Created: Feb 11, 2004 1:23:38 PM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  * @see ScoreDoc
Index: src/java/org/apache/lucene/search/FieldSortedHitQueue.java
===================================================================
--- src/java/org/apache/lucene/search/FieldSortedHitQueue.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FieldSortedHitQueue.java	(working copy)
@@ -30,7 +30,7 @@
  *
  * <p>Created: Dec 8, 2003 12:56:03 PM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  * @see Searcher#search(Query,Filter,int,Sort)
Index: src/java/org/apache/lucene/search/Sort.java
===================================================================
--- src/java/org/apache/lucene/search/Sort.java	(revision 563675)
+++ src/java/org/apache/lucene/search/Sort.java	(working copy)
@@ -88,7 +88,7 @@
  *
  * <p>Created: Feb 12, 2004 10:53:57 AM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  */
Index: src/java/org/apache/lucene/search/SortField.java
===================================================================
--- src/java/org/apache/lucene/search/SortField.java	(revision 563675)
+++ src/java/org/apache/lucene/search/SortField.java	(working copy)
@@ -26,7 +26,7 @@
  *
  * <p>Created: Feb 11, 2004 1:25:29 PM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  * @see Sort
Index: src/java/org/apache/lucene/search/Hit.java
===================================================================
--- src/java/org/apache/lucene/search/Hit.java	(revision 563675)
+++ src/java/org/apache/lucene/search/Hit.java	(working copy)
@@ -26,7 +26,7 @@
  * Wrapper used by {@link HitIterator} to provide a lazily loaded hit
  * from {@link Hits}.
  *
- * @author Jeremy Rayner
+ *
  */
 public class Hit implements java.io.Serializable {
 
Index: src/java/org/apache/lucene/search/FieldCacheImpl.java
===================================================================
--- src/java/org/apache/lucene/search/FieldCacheImpl.java	(revision 563675)
+++ src/java/org/apache/lucene/search/FieldCacheImpl.java	(working copy)
@@ -34,7 +34,7 @@
  *
  * <p>Created: May 19, 2004 4:40:36 PM
  *
- * @author  Tim Jones (Nacimiento Software)
+ *
  * @since   lucene 1.4
  * @version $Id$
  */
Index: src/java/org/apache/lucene/index/CompoundFileReader.java
===================================================================
--- src/java/org/apache/lucene/index/CompoundFileReader.java	(revision 563675)
+++ src/java/org/apache/lucene/index/CompoundFileReader.java	(working copy)
@@ -32,7 +32,7 @@
  * This class implements a directory, but is limited to only read operations.
  * Directory methods that would normally modify data throw an exception.
  *
- * @author Dmitry Serebrennikov
+ *
  * @version $Id$
  */
 class CompoundFileReader extends Directory {
Index: src/java/org/apache/lucene/index/CompoundFileWriter.java
===================================================================
--- src/java/org/apache/lucene/index/CompoundFileWriter.java	(revision 563675)
+++ src/java/org/apache/lucene/index/CompoundFileWriter.java	(working copy)
@@ -46,7 +46,7 @@
  * contains a long pointer to the start of this file's data section, and a String
  * with that file's name.
  *
- * @author Dmitry Serebrennikov
+ *
  * @version $Id$
  */
 final class CompoundFileWriter {
Index: src/java/org/apache/lucene/index/IndexReader.java
===================================================================
--- src/java/org/apache/lucene/index/IndexReader.java	(revision 563675)
+++ src/java/org/apache/lucene/index/IndexReader.java	(working copy)
@@ -44,7 +44,7 @@
  <p> An IndexReader can be opened on a directory for which an IndexWriter is
  opened already, but it cannot be used to delete documents from the index then.
 
- @author Doug Cutting
+
  @version $Id$
 */
 public abstract class IndexReader {
Index: src/java/org/apache/lucene/index/MultipleTermPositions.java
===================================================================
--- src/java/org/apache/lucene/index/MultipleTermPositions.java	(revision 563675)
+++ src/java/org/apache/lucene/index/MultipleTermPositions.java	(working copy)
@@ -28,7 +28,7 @@
 /**
  * Describe class <code>MultipleTermPositions</code> here.
  * 
- * @author Anders Nielsen
+ *
  * @version 1.0
  */
 public class MultipleTermPositions implements TermPositions {
Index: src/java/org/apache/lucene/index/IndexFileNames.java
===================================================================
--- src/java/org/apache/lucene/index/IndexFileNames.java	(revision 563675)
+++ src/java/org/apache/lucene/index/IndexFileNames.java	(working copy)
@@ -20,7 +20,7 @@
 /**
  * Useful constants representing filenames and extensions used by lucene
  * 
- * @author Bernhard Messer
+ *
  * @version $rcs = ' $Id: Exp $ ' ;
  */
 final class IndexFileNames {
Index: src/java/org/apache/lucene/index/IndexFileNameFilter.java
===================================================================
--- src/java/org/apache/lucene/index/IndexFileNameFilter.java	(revision 563675)
+++ src/java/org/apache/lucene/index/IndexFileNameFilter.java	(working copy)
@@ -24,7 +24,7 @@
 /**
  * Filename filter that accept filenames and extensions only created by Lucene.
  * 
- * @author Daniel Naber / Bernhard Messer
+ *
  * @version $rcs = ' $Id: Exp $ ' ;
  */
 public class IndexFileNameFilter implements FilenameFilter {
Index: src/java/org/apache/lucene/index/IndexModifier.java
===================================================================
--- src/java/org/apache/lucene/index/IndexModifier.java	(revision 563675)
+++ src/java/org/apache/lucene/index/IndexModifier.java	(working copy)
@@ -17,16 +17,16 @@
  * limitations under the License.
  */
 
+import java.io.File;
+import java.io.IOException;
+import java.io.PrintStream;
+
 import org.apache.lucene.analysis.Analyzer;
 import org.apache.lucene.document.Document;
 import org.apache.lucene.store.Directory;
 import org.apache.lucene.store.FSDirectory;
 import org.apache.lucene.store.LockObtainFailedException;
 
-import java.io.File;
-import java.io.IOException;
-import java.io.PrintStream;
-
 /**
  * <p>[Note that as of <b>2.1</b>, all but one of the
  * methods in this class are available via {@link
@@ -88,7 +88,7 @@
  * want to update 20 documents, you should first delete all those documents,
  * then add all the new documents.
  *
- * @author Daniel Naber
+ *
  */
 public class IndexModifier {
 
Index: src/java/org/apache/lucene/store/Directory.java
===================================================================
--- src/java/org/apache/lucene/store/Directory.java	(revision 563675)
+++ src/java/org/apache/lucene/store/Directory.java	(working copy)
@@ -34,7 +34,7 @@
  * LockFactory}, and can be changed for each Directory
  * instance using {@link #setLockFactory}.
  *
- * @author Doug Cutting
+ *
  */
 public abstract class Directory {
 
Index: src/java/org/apache/lucene/store/Lock.java
===================================================================
--- src/java/org/apache/lucene/store/Lock.java	(revision 563675)
+++ src/java/org/apache/lucene/store/Lock.java	(working copy)
@@ -28,7 +28,7 @@
  *   }.run();
  * </pre>
  *
- * @author Doug Cutting
+ *
  * @version $Id$
  * @see Directory#makeLock(String)
  */
Index: src/java/org/apache/lucene/store/FSDirectory.java
===================================================================
--- src/java/org/apache/lucene/store/FSDirectory.java	(revision 563675)
+++ src/java/org/apache/lucene/store/FSDirectory.java	(working copy)
@@ -46,7 +46,7 @@
  * synchronization on directories.</p>
  *
  * @see Directory
- * @author Doug Cutting
+ *
  */
 public class FSDirectory extends Directory {
     
Index: src/java/org/apache/lucene/util/BitVector.java
===================================================================
--- src/java/org/apache/lucene/util/BitVector.java	(revision 563675)
+++ src/java/org/apache/lucene/util/BitVector.java	(working copy)
@@ -32,7 +32,7 @@
   <li>store and load, as bit set or d-gaps, depending on sparseness;</li> 
   </ul>
 
-  @author Doug Cutting
+
   @version $Id$
   */
 public final class BitVector {
Index: src/java/org/apache/lucene/util/Constants.java
===================================================================
--- src/java/org/apache/lucene/util/Constants.java	(revision 563675)
+++ src/java/org/apache/lucene/util/Constants.java	(working copy)
@@ -20,7 +20,7 @@
 /**
  * Some useful constants.
  *
- * @author  Doug Cutting
+ *
  * @version $Id$
  **/
 
Index: src/java/org/apache/lucene/util/SmallFloat.java
===================================================================
--- src/java/org/apache/lucene/util/SmallFloat.java	(revision 563675)
+++ src/java/org/apache/lucene/util/SmallFloat.java	(working copy)
@@ -18,7 +18,7 @@
 
 /** Floating point numbers smaller than 32 bits.
  *
- * @author yonik
+ *
  * @version $Id$
  */
 public class SmallFloat {
Index: src/java/org/apache/lucene/document/MapFieldSelector.java
===================================================================
--- src/java/org/apache/lucene/document/MapFieldSelector.java	(revision 563675)
+++ src/java/org/apache/lucene/document/MapFieldSelector.java	(working copy)
@@ -24,7 +24,7 @@
 /**
  * A FieldSelector based on a Map of field names to FieldSelectorResults
  *
- * @author Chuck Williams
+ *
  */
 public class MapFieldSelector implements FieldSelector {
     
Index: src/java/org/apache/lucene/document/NumberTools.java
===================================================================
--- src/java/org/apache/lucene/document/NumberTools.java	(revision 563675)
+++ src/java/org/apache/lucene/document/NumberTools.java	(working copy)
@@ -31,7 +31,7 @@
  * This class handles <b>all</b> long values (unlike
  * {@link org.apache.lucene.document.DateField}).
  * 
- * @author Matt Quail (spud at madbean dot com)
+ *
  */
 public class NumberTools {
 
Index: src/gcj/org/apache/lucene/store/GCJDirectory.java
===================================================================
--- src/gcj/org/apache/lucene/store/GCJDirectory.java	(revision 563675)
+++ src/gcj/org/apache/lucene/store/GCJDirectory.java	(working copy)
@@ -22,7 +22,7 @@
 
 /** Native file-based {@link Directory} implementation, using GCJ.
  *
- * @author Doug Cutting
+ *
  */
 public class GCJDirectory extends FSDirectory {
 
Index: src/gcj/org/apache/lucene/store/GCJIndexInput.java
===================================================================
--- src/gcj/org/apache/lucene/store/GCJIndexInput.java	(revision 563675)
+++ src/gcj/org/apache/lucene/store/GCJIndexInput.java	(working copy)
@@ -22,7 +22,7 @@
 
 /** Native file-based {@link IndexInput} implementation, using GCJ.
  *
- * @author Doug Cutting
+ *
  */
 public class GCJIndexInput extends IndexInput {
 
Index: contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java
===================================================================
--- contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java	(revision 563675)
+++ contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java	(working copy)
@@ -37,7 +37,7 @@
 /**
  *  Test cases for index task
  *
- *@author     Erik Hatcher
+ *
  */
 public class IndexTaskTest extends TestCase {
     private final static String docHandler =
Index: contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java
===================================================================
--- contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java	(revision 563675)
+++ contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java	(working copy)
@@ -39,7 +39,7 @@
  *  It does this by using JTidy package. It can take input input
  *  from {@link java.io.File} or {@link java.io.InputStream}.
  *
- *@author     Erik Hatcher
+ *
  */
 public class HtmlDocument {
     private Element rawDoc;
Index: contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java
===================================================================
--- contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java	(revision 563675)
+++ contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java	(working copy)
@@ -29,7 +29,7 @@
 /**
  *  A utility for making Lucene Documents from a File.
  *
- *@author     Erik Hatcher
+ *
  *@since      December 6, 2001
  *@todo       Fix JavaDoc comments here
  */
Index: contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java
===================================================================
--- contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java	(revision 563675)
+++ contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java	(working copy)
@@ -26,7 +26,7 @@
  *  based on a files extension.  Currently only .html and .txt
  *  files are handled, other extensions ignored.
  *
- *@author     Erik Hatcher
+ *
  *@since      October 28, 2001
  *@todo Implement dynamic document type lookup
  */
Index: contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java
===================================================================
--- contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java	(revision 563675)
+++ contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java	(working copy)
@@ -52,7 +52,7 @@
 /**
  *  Ant task to index files with Lucene
  *
- *@author Erik Hatcher
+ *
  */
 public class IndexTask extends Task {
   /**
Index: contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java
===================================================================
--- contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java	(revision 563675)
+++ contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java	(working copy)
@@ -24,7 +24,7 @@
 /**
  *  Allows a class to act as a Lucene document handler
  *
- *@author     Erik Hatcher
+ *
  *@since    October 27, 2001
  */
 public interface DocumentHandler {
Index: contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java
===================================================================
--- contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java	(revision 563675)
+++ contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java	(working copy)
@@ -58,7 +58,7 @@
  *
  * This can take 4 minutes to execute and build an index on a "fast" system and the index takes up almost 3 MB.
  *
- * @author Dave Spencer, dave&#064;searchmorph.com
+ *
  * @see <a href="http://www.cogsci.princeton.edu/~wn/">WordNet home page</a>
  * @see <a href="http://www.cogsci.princeton.edu/~wn/man/prologdb.5WN.html">prologdb man page</a>
  * @see <a href="http://www.hostmon.com/rfc/advanced.jsp">sample site that uses it</a>
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/GOMNamespaceTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/GOMNamespaceTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/GOMNamespaceTest.java	(working copy)
@@ -21,7 +21,7 @@
 /**
  * Testcase for GOMNamespace
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMNamespaceTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMContentImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMContentImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMContentImplTest.java	(working copy)
@@ -34,7 +34,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMContentImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMDocumentImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMDocumentImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMDocumentImplTest.java	(working copy)
@@ -29,7 +29,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMDocumentImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMDateConstructImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMDateConstructImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMDateConstructImplTest.java	(working copy)
@@ -28,7 +28,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMDateConstructImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMTextConstructImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMTextConstructImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMTextConstructImplTest.java	(working copy)
@@ -30,7 +30,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMTextConstructImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMCategoryTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMCategoryTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMCategoryTest.java	(working copy)
@@ -29,7 +29,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMCategoryTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMIdImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMIdImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMIdImplTest.java	(working copy)
@@ -26,7 +26,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMIdImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMLinkImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMLinkImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMLinkImplTest.java	(working copy)
@@ -28,7 +28,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMLinkImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/ArbitraryGOMXmlTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/ArbitraryGOMXmlTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/ArbitraryGOMXmlTest.java	(working copy)
@@ -30,7 +30,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class ArbitraryGOMXmlTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMAuthorImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMAuthorImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMAuthorImplTest.java	(working copy)
@@ -27,7 +27,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMAuthorImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMAttributeImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMAttributeImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMAttributeImplTest.java	(working copy)
@@ -22,7 +22,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMAttributeImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/SimpleGOMElementImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/SimpleGOMElementImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/SimpleGOMElementImplTest.java	(working copy)
@@ -28,7 +28,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class SimpleGOMElementImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java	(working copy)
@@ -30,7 +30,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class AtomUriElementTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMPersonImplTest.java
===================================================================
--- contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMPersonImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMPersonImplTest.java	(working copy)
@@ -30,7 +30,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMPersonImplTest extends TestCase {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMXmlEntity.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMXmlEntity.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMXmlEntity.java	(working copy)
@@ -24,7 +24,7 @@
  * Interfaces to be implemented by any class which is a part of the GOM. This
  * interface defines a basic interface for xml attributes and elements
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract interface GOMXmlEntity {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSummary.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSummary.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSummary.java	(working copy)
@@ -17,7 +17,7 @@
 package org.apache.lucene.gdata.gom;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMSummary extends GOMTextConstruct {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMLink.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMLink.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMLink.java	(working copy)
@@ -35,7 +35,7 @@
  *  }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMLink extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTime.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTime.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTime.java	(working copy)
@@ -19,7 +19,7 @@
 import org.apache.lucene.gdata.gom.GOMElement;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMTime extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMLogo.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMLogo.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMLogo.java	(working copy)
@@ -30,7 +30,7 @@
  *  (atomUri)
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMLogo extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMAuthor.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMAuthor.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMAuthor.java	(working copy)
@@ -24,7 +24,7 @@
  * 	element atom:author { atomPersonConstruct }
  * </pre>
  * @see org.apache.lucene.gdata.gom.GOMPerson
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMAuthor extends GOMPerson {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMAttribute.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMAttribute.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMAttribute.java	(working copy)
@@ -20,7 +20,7 @@
  * This class is a object representation of a XML Attribute used in the
  * GO-Model.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMAttribute extends GOMXmlEntity {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMFeed.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMFeed.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMFeed.java	(working copy)
@@ -43,7 +43,7 @@
  * </pre>
  * 
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMExtensible
  * @see org.apache.lucene.gdata.gom.GOMExtension
  * @see org.apache.lucene.gdata.gom.GOMDocument
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMContributorImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMContributorImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMContributorImpl.java	(working copy)
@@ -25,7 +25,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMContributorImpl extends GOMPersonImpl implements GOMContributor {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMDocumentImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMDocumentImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMDocumentImpl.java	(working copy)
@@ -23,7 +23,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * @param <T>
  */
 public class GOMDocumentImpl<T extends GOMElement> implements GOMDocument<T> {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMPublishedImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMPublishedImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMPublishedImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMPublishedImpl extends GOMDateConstructImpl implements
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMDateConstructImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMDateConstructImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMDateConstructImpl.java	(working copy)
@@ -30,7 +30,7 @@
  * to separate date and time, and an uppercase "Z" character MUST be present in
  * the absence of a numeric time zone offset.
  * 
- * @author Simon Willnauer
+ *
  */
 public abstract class GOMDateConstructImpl extends AbstractGOMElement implements
 		GOMDateConstruct {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMFactory.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMFactory.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMFactory.java	(working copy)
@@ -20,7 +20,7 @@
 import org.apache.lucene.gdata.gom.GOMFeed;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMFactory {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMGeneratorImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMGeneratorImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMGeneratorImpl.java	(working copy)
@@ -29,7 +29,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMGeneratorImpl extends AbstractGOMElement implements
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMIconImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMIconImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMIconImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMIconImpl extends AtomUriElement implements GOMIcon {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/SimpleElementParser.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/SimpleElementParser.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/SimpleElementParser.java	(working copy)
@@ -19,7 +19,7 @@
 import javax.xml.namespace.QName;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 abstract class SimpleElementParser implements AtomParser {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AbstractGOMElement.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AbstractGOMElement.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AbstractGOMElement.java	(working copy)
@@ -28,7 +28,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  */
 public abstract class AbstractGOMElement implements GOMElement {
 	/**
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMIdImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMIdImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMIdImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 class GOMIdImpl extends AbstractGOMElement implements GOMId {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/ArbitraryGOMXml.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/ArbitraryGOMXml.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/ArbitraryGOMXml.java	(working copy)
@@ -28,7 +28,7 @@
 //TODO add java doc
 /**
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class ArbitraryGOMXml extends AbstractGOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMRightsImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMRightsImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMRightsImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMRightsImpl extends GOMTextContructImpl implements GOMRights {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSourceImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSourceImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSourceImpl.java	(working copy)
@@ -41,7 +41,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMSourceImpl extends AbstractGOMElement implements GOMSource {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMEntryImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMEntryImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMEntryImpl.java	(working copy)
@@ -66,7 +66,7 @@
  *         }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMEntryImpl extends AbstractGOMElement implements GOMEntry {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/SimpleGOMElementImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/SimpleGOMElementImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/SimpleGOMElementImpl.java	(working copy)
@@ -23,7 +23,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class SimpleGOMElementImpl extends AbstractGOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AtomUriElement.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AtomUriElement.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AtomUriElement.java	(working copy)
@@ -21,7 +21,7 @@
 import org.apache.lucene.gdata.gom.core.utils.AtomParserUtils;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 abstract class AtomUriElement extends SimpleGOMElementImpl {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMPersonImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMPersonImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMPersonImpl.java	(working copy)
@@ -28,7 +28,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMPersonImpl extends AbstractGOMElement implements
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMContentImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMContentImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMContentImpl.java	(working copy)
@@ -31,7 +31,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMContentImpl extends GOMTextContructImpl implements GOMContent {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMCategoryImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMCategoryImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMCategoryImpl.java	(working copy)
@@ -31,7 +31,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMCategoryImpl extends AbstractGOMElement implements GOMCategory {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMTitleImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMTitleImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMTitleImpl.java	(working copy)
@@ -22,7 +22,7 @@
 import org.apache.lucene.gdata.gom.GOMTitle;
 
 /**
- * @author Simon Willnauer
+ *
  */
 public class GOMTitleImpl extends GOMTextContructImpl implements GOMTitle {
 	/**
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMUpdatedImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMUpdatedImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMUpdatedImpl.java	(working copy)
@@ -25,7 +25,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMUpdatedImpl extends GOMDateConstructImpl implements GOMUpdated {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AtomParser.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AtomParser.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/AtomParser.java	(working copy)
@@ -19,7 +19,7 @@
 import javax.xml.namespace.QName;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public interface AtomParser {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/utils/GOMUtils.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/utils/GOMUtils.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/utils/GOMUtils.java	(working copy)
@@ -31,7 +31,7 @@
 import org.apache.lucene.gdata.gom.core.GOMAttributeImpl;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMUtils {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/utils/AtomParserUtils.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/utils/AtomParserUtils.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/utils/AtomParserUtils.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.GOMLink;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class AtomParserUtils {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSubtitleImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSubtitleImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSubtitleImpl.java	(working copy)
@@ -22,7 +22,7 @@
 import org.apache.lucene.gdata.gom.GOMSubtitle;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMSubtitleImpl extends GOMTextContructImpl implements GOMSubtitle {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSummaryImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSummaryImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMSummaryImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMSummaryImpl extends GOMTextContructImpl implements GOMSummary {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMLinkImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMLinkImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMLinkImpl.java	(working copy)
@@ -35,7 +35,7 @@
  * attribute hreflang { atomLanguageTag }?, attribute title { text }?, attribute
  * length { text }?, undefinedContent }
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMLinkImpl extends AbstractGOMElement implements GOMLink {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMLogoImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMLogoImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMLogoImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMLogoImpl extends AtomUriElement implements GOMLogo {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMAuthorImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMAuthorImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMAuthorImpl.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMAuthorImpl extends GOMPersonImpl implements GOMAuthor {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMAttributeImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMAttributeImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMAttributeImpl.java	(working copy)
@@ -21,7 +21,7 @@
 import org.apache.lucene.gdata.gom.GOMAttribute;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMAttributeImpl implements GOMAttribute {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMFeedImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMFeedImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMFeedImpl.java	(working copy)
@@ -40,7 +40,7 @@
  * atomLogo? & atomRights? & atomSubtitle? & atomTitle & atomUpdated &
  * extensionElement*), atomEntry* }
  * 
- * @author Simon Willnauer
+ *
  */
 class GOMFeedImpl extends GOMSourceImpl implements GOMFeed {
 	// TODO add totalResults OS namespace
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMBuilder.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMBuilder.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMBuilder.java	(working copy)
@@ -28,7 +28,7 @@
 import org.apache.lucene.gdata.gom.GOMNamespace;
 
 /**
- * @author Simon Willnauer
+ *
  */
 public class GOMBuilder {
 
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GDataParseException.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GDataParseException.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GDataParseException.java	(working copy)
@@ -17,7 +17,7 @@
 package org.apache.lucene.gdata.gom.core;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataParseException extends RuntimeException {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMTextContructImpl.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMTextContructImpl.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/GOMTextContructImpl.java	(working copy)
@@ -31,7 +31,7 @@
 import org.apache.lucene.gdata.gom.writer.GOMOutputWriter;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract class GOMTextContructImpl extends AbstractGOMElement implements
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/extension/GOMExtensionFactory.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/extension/GOMExtensionFactory.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/core/extension/GOMExtensionFactory.java	(working copy)
@@ -24,7 +24,7 @@
 import org.apache.lucene.gdata.gom.GOMNamespace;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMExtensionFactory {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/ContentType.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/ContentType.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/ContentType.java	(working copy)
@@ -20,7 +20,7 @@
  * Atom e.g. feed element can contain text, html and xhtml content as character
  * values
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public enum ContentType {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMContributor.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMContributor.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMContributor.java	(working copy)
@@ -24,7 +24,7 @@
  * atomContributor = element atom:contributor { atomPersonConstruct }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMContributor extends GOMPerson {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMExtension.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMExtension.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMExtension.java	(working copy)
@@ -27,7 +27,7 @@
  * subclassing either {@link org.apache.lucene.gdata.gom.GOMFeed} or
  * {@link org.apache.lucene.gdata.gom.GOMEntry}.
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMExtensible
  * @see org.apache.lucene.gdata.gom.core.extension.GOMExtensionFactory 
  */
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMDocument.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMDocument.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMDocument.java	(working copy)
@@ -32,7 +32,7 @@
  * header to the outputstream before the containing element will be rendered.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  * @param <T>
  */
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMPublished.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMPublished.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMPublished.java	(working copy)
@@ -27,7 +27,7 @@
  *  atomPublished = element atom:published { atomDateConstruct}
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMDateConstruct
  */
 public interface GOMPublished extends GOMDateConstruct {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMDateConstruct.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMDateConstruct.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMDateConstruct.java	(working copy)
@@ -55,7 +55,7 @@
  * to several entries that were published during the course of a single day.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  * @see org.apache.lucene.gdata.gom.GOMUpdated
  * @see org.apache.lucene.gdata.gom.GOMPublished
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMGenerator.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMGenerator.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMGenerator.java	(working copy)
@@ -31,7 +31,7 @@
  * </pre>
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMGenerator extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMIcon.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMIcon.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMIcon.java	(working copy)
@@ -29,7 +29,7 @@
  *  }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMIcon extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMNamespace.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMNamespace.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMNamespace.java	(working copy)
@@ -19,7 +19,7 @@
 /**
  * A simple domain object to represent a xml namespace.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public final class GOMNamespace {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMId.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMId.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMId.java	(working copy)
@@ -28,7 +28,7 @@
  *  }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMId extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/AtomMediaType.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/AtomMediaType.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/AtomMediaType.java	(working copy)
@@ -21,7 +21,7 @@
  * atom:content element. This could be every possible mimetype but has to match
  * this ".+/.+" Pattern.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public enum AtomMediaType {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSource.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSource.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSource.java	(working copy)
@@ -49,7 +49,7 @@
  *    }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMSource extends GOMXmlEntity, GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMRights.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMRights.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMRights.java	(working copy)
@@ -28,7 +28,7 @@
  *  atomRights = element atom:rights { atomTextConstruct }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMRights extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMEntry.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMEntry.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMEntry.java	(working copy)
@@ -54,7 +54,7 @@
  *     }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMEntry extends GOMXmlEntity, GOMElement, GOMExtensible {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMExtensible.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMExtensible.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMExtensible.java	(working copy)
@@ -33,7 +33,7 @@
  * This interface describes the extensible GOM entities.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMFeed
  * @see org.apache.lucene.gdata.gom.GOMEntry
  * 
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMPerson.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMPerson.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMPerson.java	(working copy)
@@ -33,7 +33,7 @@
  *   }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMAuthor
  */
 public interface GOMPerson extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMContent.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMContent.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMContent.java	(working copy)
@@ -61,7 +61,7 @@
  *   | atomOutOfLineContent
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMTextConstruct
  *
  * 
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMCategory.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMCategory.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMCategory.java	(working copy)
@@ -40,7 +40,7 @@
  * </pre>
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMCategory extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTitle.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTitle.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTitle.java	(working copy)
@@ -25,7 +25,7 @@
  *  atomTitle = element atom:title { atomTextConstruct }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMTitle extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMUpdated.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMUpdated.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMUpdated.java	(working copy)
@@ -27,7 +27,7 @@
  *  atomUpdated = element atom:updated { atomDateConstruct}
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMDateConstruct
  */
 public interface GOMUpdated extends GOMDateConstruct {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMStaxWriter.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMStaxWriter.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMStaxWriter.java	(working copy)
@@ -35,7 +35,7 @@
 import org.apache.lucene.gdata.gom.GOMNamespace;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMStaxWriter implements GOMOutputWriter {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMOutputWriter.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMOutputWriter.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMOutputWriter.java	(working copy)
@@ -25,7 +25,7 @@
 import org.apache.lucene.gdata.gom.GOMNamespace;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMOutputWriter {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMXmlWriter.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMXmlWriter.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMXmlWriter.java	(working copy)
@@ -24,7 +24,7 @@
 import com.bea.xml.stream.XMLWriterBase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMXmlWriter extends XMLWriterBase {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMXmlOutputFactory.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMXmlOutputFactory.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/writer/GOMXmlOutputFactory.java	(working copy)
@@ -25,7 +25,7 @@
 import com.bea.xml.stream.XMLOutputFactoryBase;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GOMXmlOutputFactory extends XMLOutputFactoryBase {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTextConstruct.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTextConstruct.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMTextConstruct.java	(working copy)
@@ -17,7 +17,7 @@
 package org.apache.lucene.gdata.gom;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GOMTextConstruct extends GOMElement {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMElement.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMElement.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMElement.java	(working copy)
@@ -25,7 +25,7 @@
  * Abstract interface which should be assignable from all classes representing
  * xml elements within the GData Object Model.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract interface GOMElement extends GOMXmlEntity, AtomParser {
Index: contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSubtitle.java
===================================================================
--- contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSubtitle.java	(revision 563675)
+++ contrib/gdata-server/src/gom/src/java/org/apache/lucene/gdata/gom/GOMSubtitle.java	(working copy)
@@ -25,7 +25,7 @@
  *  atomSubtitle = element atom:subtitle { atomTextConstruct }
  * </pre>
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.gom.GOMTextConstruct
  */
 public interface GOMSubtitle extends GOMTextConstruct {
Index: contrib/gdata-server/src/hivemind/src/test/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProviderImplTest.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/test/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProviderImplTest.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/test/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProviderImplTest.java	(working copy)
@@ -29,7 +29,7 @@
 import com.caucho.hessian.server.HessianSkeleton;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class HessianSkeletonProviderImplTest extends TestCase {
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/servlet/HessianServiceServlet.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/servlet/HessianServiceServlet.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/servlet/HessianServiceServlet.java	(working copy)
@@ -32,7 +32,7 @@
  * Central Hessian servlet which provides access to all hessian exposed services
  * via a single servlet.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class HessianServiceServlet extends HttpServlet {
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/NoSuchServiceException.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/NoSuchServiceException.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/NoSuchServiceException.java	(working copy)
@@ -19,8 +19,8 @@
 
 /**
  * Service Exception thrown if the requested service is not registered or not available.
- * @author Simon Willnauer
  *
+ *
  */
 public class NoSuchServiceException extends RuntimeException {
 
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianServiceSkeletonInvokerImpl.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianServiceSkeletonInvokerImpl.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianServiceSkeletonInvokerImpl.java	(working copy)
@@ -36,8 +36,8 @@
 /**
  * Wrapps the hessian skeleton invokation logic.
  * This is based on the protocol description of the hessian protocol
- * @author Simon Willnauer
  *
+ *
  */
 class HessianServiceSkeletonInvokerImpl implements
         HessianServiceSkeletonInvoker {
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/WebserviceMappingBean.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/WebserviceMappingBean.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/WebserviceMappingBean.java	(working copy)
@@ -28,7 +28,7 @@
  * as a Map.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class WebserviceMappingBean {
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProvider.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProvider.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProvider.java	(working copy)
@@ -32,7 +32,7 @@
  * href="http://www.caucho.com/hessian">Hessian protocol</a>
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface HessianSkeletonProvider {
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProviderImpl.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProviderImpl.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianSkeletonProviderImpl.java	(working copy)
@@ -26,7 +26,7 @@
 
 /**
  * Simple provider implementation.
- * @author Simon Willnauer
+ *
  * 
  */
 public class HessianSkeletonProviderImpl implements HessianSkeletonProvider {
Index: contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianServiceSkeletonInvoker.java
===================================================================
--- contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianServiceSkeletonInvoker.java	(revision 563675)
+++ contrib/gdata-server/src/hivemind/src/java/org/apache/lucene/gdata/hivemind/webservice/HessianServiceSkeletonInvoker.java	(working copy)
@@ -24,7 +24,7 @@
 /**
  * Internal invoker interface to support more than one version of the protocol. <b>Currently only Version 3.0.20 is supported.<b>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface HessianServiceSkeletonInvoker {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/Visitor.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/Visitor.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/Visitor.java	(working copy)
@@ -16,8 +16,8 @@
 package org.apache.lucene.gdata.utils;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public interface Visitor {
     public void execute(Object[] objects);
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java	(working copy)
@@ -24,8 +24,8 @@
 import org.apache.lucene.gdata.server.registry.ComponentType;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 @Component(componentType=ComponentType.AUTHENTICATIONCONTROLLER)
 public class AuthenticationContorllerStub implements AuthenticationController {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java	(working copy)
@@ -25,8 +25,8 @@
 import com.google.gdata.data.BaseEntry;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class MultiThreadEntryStub extends ServerBaseEntry {
     
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/StorageStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/StorageStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/StorageStub.java	(working copy)
@@ -32,8 +32,8 @@
 import com.google.gdata.data.BaseFeed;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 @Component(componentType=ComponentType.STORAGECONTROLLER)
 public class StorageStub implements Storage, StorageController {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java	(working copy)
@@ -27,8 +27,8 @@
 
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 @Component(componentType=ComponentType.SERVICEFACTORY)
 public class ServiceFactoryStub extends ServiceFactory {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java	(working copy)
@@ -24,8 +24,8 @@
 import org.apache.lucene.gdata.storage.StorageException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 @Component(componentType = ComponentType.STORAGECONTROLLER)
 public class StorageControllerStub implements StorageController {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/servlet/TestAbstractGdataServlet.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/servlet/TestAbstractGdataServlet.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/servlet/TestAbstractGdataServlet.java	(working copy)
@@ -26,7 +26,7 @@
 import junit.framework.TestCase; 
  
 /** 
- * @author Simon Willnauer 
+ *
  * 
  */ 
 public class TestAbstractGdataServlet extends TestCase { 
@@ -246,7 +246,7 @@
     } 
     /** 
      * Stub Implementation for <code>AbstractGdataServlet</code> 
-     * @author Simon Willnauer 
+     *
      * 
      */ 
     static class StubGDataServlet extends AbstractGdataServlet { 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java	(working copy)
@@ -44,8 +44,8 @@
 import com.google.gdata.util.ParseException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestAbstractFeedHandler extends TestCase {
     private MockControl requestMockControl; 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java	(working copy)
@@ -30,8 +30,8 @@
 import org.apache.lucene.store.Directory;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 @Component(componentType = ComponentType.STORAGECONTROLLER)
 public class StorageCoreControllerStub extends StorageCoreController {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java	(working copy)
@@ -29,8 +29,8 @@
 import org.apache.lucene.store.RAMDirectory;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class StorageModifierStub extends StorageModifier {
     public boolean throwException = false;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java	(working copy)
@@ -30,8 +30,8 @@
 import com.google.gdata.util.ParseException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class StorageQueryStub extends StorageQuery {
 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/TestIDGenerator.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/TestIDGenerator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/TestIDGenerator.java	(working copy)
@@ -23,7 +23,7 @@
 import org.apache.lucene.gdata.storage.IDGenerator; 
  
 /** 
- * @author Simon Willnauer 
+ *
  * 
  */ 
 public class TestIDGenerator extends TestCase { 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java	(working copy)
@@ -23,7 +23,7 @@
 import org.apache.lucene.gdata.search.index.GdataIndexerException;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class TestGdataCategoryStrategy extends TestCase {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java	(working copy)
@@ -25,7 +25,7 @@
 import com.google.gdata.data.DateTime;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class TestGdataDateStrategy extends TestCase {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java	(working copy)
@@ -22,8 +22,8 @@
 import org.apache.lucene.gdata.search.config.IndexSchemaField;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestHTMLStrategy extends TestCase {
     private static final String FIELD = "foo";
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java	(working copy)
@@ -23,7 +23,7 @@
 import org.apache.lucene.gdata.search.index.GdataIndexerException;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class TestKeywordStrategy extends TestCase {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java	(working copy)
@@ -26,8 +26,8 @@
 import org.w3c.dom.Node;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class IndexableStub extends Indexable {
 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java	(working copy)
@@ -22,7 +22,7 @@
 import org.apache.lucene.gdata.search.config.IndexSchemaField;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class TestMixedStrategy extends TestCase {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java	(working copy)
@@ -22,8 +22,8 @@
 import org.apache.lucene.gdata.search.config.IndexSchemaField;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestPlainTextStrategy extends TestCase {
     private static final String FIELD = "foo";
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/config/TestIndexSchema.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/config/TestIndexSchema.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/config/TestIndexSchema.java	(working copy)
@@ -24,8 +24,8 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestIndexSchema extends TestCase {
     IndexSchema schema;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/config/TestIndexSchemaField.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/config/TestIndexSchemaField.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/config/TestIndexSchemaField.java	(working copy)
@@ -27,8 +27,8 @@
 import org.w3c.dom.Node;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestIndexSchemaField extends TestCase {
 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/query/TestQueryTranslator.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/query/TestQueryTranslator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/query/TestQueryTranslator.java	(working copy)
@@ -28,8 +28,8 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestQueryTranslator extends TestCase {
     private static final String CONTENT_FIELD = "content";
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java	(working copy)
@@ -37,8 +37,8 @@
 import org.apache.lucene.store.RAMDirectory;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestGdataIndexer extends TestCase {
     private GDataIndexer indexer;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestindexDocumentBuilderTask.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestindexDocumentBuilderTask.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestindexDocumentBuilderTask.java	(working copy)
@@ -31,8 +31,8 @@
 import com.google.gdata.data.PlainTextConstruct;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestindexDocumentBuilderTask extends TestCase {
     IndexDocumentBuilder fineBuilder;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java	(working copy)
@@ -23,8 +23,8 @@
 import org.apache.lucene.index.Term;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class IndexDocumentStub implements IndexDocument {
     Document document;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java	(working copy)
@@ -28,8 +28,8 @@
 import org.apache.lucene.store.RAMDirectory;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestGdataIndexWriter extends TestCase {
     IndexSchema schemaNoPerFielAnalyzer;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/FutureStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/FutureStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/FutureStub.java	(working copy)
@@ -24,8 +24,8 @@
 import java.util.concurrent.TimeoutException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class FutureStub<T> implements Future<T>{
     T object;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java	(working copy)
@@ -42,7 +42,7 @@
 
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class TestIndexController extends TestCase {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestIndexLogReader.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestIndexLogReader.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/TestIndexLogReader.java	(working copy)
@@ -26,8 +26,8 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestIndexLogReader extends TestCase {
     File logFile;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java	(working copy)
@@ -20,8 +20,8 @@
 import java.util.concurrent.atomic.AtomicInteger;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class IndexEventListenerStub implements IndexEventListener {
     AtomicInteger count;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/TestStandardGdataSearcher.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/TestStandardGdataSearcher.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/search/TestStandardGdataSearcher.java	(working copy)
@@ -37,8 +37,8 @@
 import org.apache.lucene.store.RAMDirectory;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestStandardGdataSearcher extends TestCase {
     private Directory dir;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java	(working copy)
@@ -29,8 +29,8 @@
 import junit.framework.TestCase;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestBlowfishAuthenticationController extends TestCase {
     private BlowfishAuthenticationController controller;
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/TestGDataResponse.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/TestGDataResponse.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/TestGDataResponse.java	(working copy)
@@ -33,7 +33,7 @@
 import com.google.gdata.data.PlainTextConstruct; 
 /** 
  *  
- * @author Simon Willnauer 
+ *
  * 
  */ 
 public class TestGDataResponse extends TestCase { 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/registry/TestGDataEntityBuilder.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/registry/TestGDataEntityBuilder.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/registry/TestGDataEntityBuilder.java	(working copy)
@@ -35,7 +35,7 @@
 import com.google.gdata.util.ParseException;
  
 /** 
- * @author Simon Willnauer 
+ *
  * 
  */ 
 public class TestGDataEntityBuilder extends TestCase { 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java	(working copy)
@@ -29,7 +29,7 @@
 import com.google.gdata.data.Feed;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class TestFeedRegistry extends TestCase {
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/TestGDataRequest.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/TestGDataRequest.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/server/TestGDataRequest.java	(working copy)
@@ -37,7 +37,7 @@
  
 /** 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public class TestGDataRequest extends TestCase { 
Index: contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/data/TestGDataUser.java
===================================================================
--- contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/data/TestGDataUser.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/data/TestGDataUser.java	(working copy)
@@ -20,8 +20,8 @@
 import org.apache.lucene.gdata.data.GDataAccount.AccountRole;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class TestGDataUser extends TestCase {
     private GDataAccount user;
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ModifiedEntryFilter.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ModifiedEntryFilter.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ModifiedEntryFilter.java	(working copy)
@@ -32,7 +32,7 @@
  *  
  * @see org.apache.lucene.search.Filter 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public class ModifiedEntryFilter extends Filter { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java	(working copy)
@@ -33,7 +33,7 @@
  * 
  * 
  * @see org.apache.lucene.gdata.utils.Pool
- * @author Simon Willnauer
+ *
  * @param <Type> -
  *            the type to be created
  * 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/Pool.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/Pool.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/Pool.java	(working copy)
@@ -25,7 +25,7 @@
  * 
  * @see org.apache.lucene.gdata.utils.PoolObjectFactory
  * 
- * @author Simon Willnauer
+ *
  * @param <Type> -
  *            the type of the pooled objects
  * 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java	(working copy)
@@ -40,7 +40,7 @@
  * the pool after aquired.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * @param <Type>
  * 
  */
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java	(working copy)
@@ -22,7 +22,7 @@
 /**
  * A collection of static helper methods solve common reflection problems
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class ReflectionUtils {
@@ -162,8 +162,8 @@
 
 /**
  * Exception wrapper for all thrown exception in the ReflectionUtils methods
- * @author Simon Willnauer
  *
+ *
  */
 public static class ReflectionException extends RuntimeException{
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/DateFormater.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/DateFormater.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/DateFormater.java	(working copy)
@@ -36,7 +36,7 @@
  * cache
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class DateFormater {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java	(working copy)
@@ -23,8 +23,8 @@
 
 /**
  * For use with Digester to throw exceptions on errors
- * @author Simon Willnauer
  *
+ *
  */
 public final class SimpleSaxErrorHandler implements ErrorHandler{
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ReferenceCounter.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ReferenceCounter.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/utils/ReferenceCounter.java	(working copy)
@@ -22,7 +22,7 @@
  * A reference counting utility. This is use to keep track of released objects 
  * of <code>Type</code>. 
  *  
- * @author Simon Willnauer 
+ *
  * @param <Type> - 
  *            the type of the object 
  *  
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java	(working copy)
@@ -33,7 +33,7 @@
  * request handlers. Each of the handler processes the incoming request and
  * responds according to the requested action.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class RequestControllerServlet extends AbstractGdataServlet {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java	(working copy)
@@ -32,7 +32,7 @@
  * single {@link org.apache.lucene.gdata.servlet.handler.AuthenticationHandler}
  * instance to handle the incoming requests.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class AuthenticationServlet extends HttpServlet {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java	(working copy)
@@ -29,8 +29,8 @@
 
 /**
  * This Servlet provides an REST interface to create / update and delete user instances.
- * @author Simon Willnauer
  *
+ *
  */
 public class AccountAdministrationServlet extends AbstractGdataServlet {
    
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AbstractGdataServlet.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AbstractGdataServlet.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/AbstractGdataServlet.java	(working copy)
@@ -35,7 +35,7 @@
  *  
  * @see javax.servlet.http.HttpServlet 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public abstract class AbstractGdataServlet extends HttpServlet { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java	(working copy)
@@ -23,8 +23,8 @@
 import org.apache.lucene.gdata.server.ServiceException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class DeleteAccountStrategy extends AbstractAccountHandler {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java	(working copy)
@@ -23,7 +23,7 @@
 import org.apache.lucene.gdata.server.ServiceException;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class InsertAccountStrategy extends AbstractAccountHandler {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java	(working copy)
@@ -35,7 +35,7 @@
 import org.apache.lucene.gdata.server.registry.GDataServerRegistry;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class UpdateFeedHandler extends AbstractFeedHandler {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java	(working copy)
@@ -43,7 +43,7 @@
  * <li>if the resource could not found - HTTP status code <i>404 NOT FOUND</i></li>
  * </ol>
  *  
- * @author Simon Willnauer
+ *
  * 
  */
 public class DefaultDeleteHandler extends AbstractGdataRequestHandler {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/GDataRequestHandlerException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/GDataRequestHandlerException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/GDataRequestHandlerException.java	(working copy)
@@ -17,7 +17,7 @@
 package org.apache.lucene.gdata.servlet.handler; 
  
 /** 
- * @author Simon Willnauer 
+ *
  * 
  */ 
 public class GDataRequestHandlerException extends RuntimeException { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java	(working copy)
@@ -47,8 +47,8 @@
  * </ol>
  * <p>The added entry will be send back to the client if the insert request was successful.</p>
  * 
- * @author Simon Willnauer
  *
+ *
  */
 public class DefaultInsertHandler extends AbstractGdataRequestHandler {
     private static final Log LOG = LogFactory.getLog(DefaultInsertHandler.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java	(working copy)
@@ -35,7 +35,7 @@
 import org.apache.lucene.gdata.server.registry.GDataServerRegistry;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract class AbstractGdataRequestHandler extends RequestAuthenticator implements
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java	(working copy)
@@ -40,8 +40,8 @@
 
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class AuthenticationHandler implements GDataRequestHandler {
     private static final Log LOG = LogFactory.getLog(AuthenticationHandler.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java	(working copy)
@@ -37,7 +37,7 @@
 import org.xml.sax.SAXException;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract class AbstractAccountHandler extends RequestAuthenticator
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java	(working copy)
@@ -21,7 +21,7 @@
 
 /**
  * Abstract Superclass for RequestHandlerFactories
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract class RequestHandlerFactory implements ServerComponent {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java	(working copy)
@@ -54,7 +54,7 @@
  * time, then the GData service returns a 304 (Not Modified) HTTP response.</p>
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class DefaultGetHandler extends AbstractGdataRequestHandler {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java	(working copy)
@@ -23,8 +23,8 @@
 import org.apache.lucene.gdata.server.ServiceException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class UpdateAccountStrategy extends AbstractAccountHandler {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java	(working copy)
@@ -53,7 +53,7 @@
  * given <tt>AccountRole</tt>
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class RequestAuthenticator implements GDataHttpAuthenticator {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java	(working copy)
@@ -27,7 +27,7 @@
  * This class should not be access directy. The class will be registered in the {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry}.
  * Use {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry#lookup(Class, ComponentType)}
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Component(componentType=ComponentType.REQUESTHANDLERFACTORY)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java	(working copy)
@@ -34,8 +34,8 @@
 import org.apache.lucene.gdata.server.registry.GDataServerRegistry;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class DeleteFeedHandler extends AbstractFeedHandler{
     private static final Log LOG = LogFactory.getLog(DeleteFeedHandler.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java	(working copy)
@@ -45,7 +45,7 @@
  * <li>if the resource could not found - HTTP status code <i>404 NOT FOUND</i></li>
  * </ol>
  * 
- * @author Simon Willnauer
+ *
  *  
  */
 public class DefaultUpdateHandler extends AbstractGdataRequestHandler {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java	(working copy)
@@ -41,8 +41,8 @@
 
 /**
  * 
- * @author Simon Willnauer
  *
+ *
  */
 public abstract class AbstractFeedHandler extends RequestAuthenticator implements GDataRequestHandler {
     private static final Log LOG = LogFactory.getLog(AbstractFeedHandler.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java	(working copy)
@@ -37,7 +37,7 @@
 import com.google.gdata.util.ParseException;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class InsertFeedHandler extends AbstractFeedHandler {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/GDataRequestHandler.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/GDataRequestHandler.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/handler/GDataRequestHandler.java	(working copy)
@@ -38,7 +38,7 @@
  * method to delegate the request to the handler. 
  *   
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public interface GDataRequestHandler { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java	(working copy)
@@ -30,8 +30,8 @@
 /**
  * This Servlet provides an REST interface to create / update and delete Feed instances.
  *  
- * @author Simon Willnauer
  *
+ *
  */
 public class FeedAdministrationServlet extends AbstractGdataServlet {
     private static final Log LOGGER = LogFactory.getLog(FeedAdministrationServlet.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java	(working copy)
@@ -26,7 +26,7 @@
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageEntryWrapper
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageAccountWrapper
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageFeedWrapper
- * @author Simon Willnauer
+ *
  * 
  */
 public interface StorageWrapper {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java	(working copy)
@@ -47,7 +47,7 @@
  * 
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class StorageImplementation implements Storage {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java	(working copy)
@@ -24,8 +24,8 @@
 import java.util.concurrent.locks.ReentrantReadWriteLock;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class SingleHostConcurrentStorageLock implements ConcurrentStorageLock {
     private volatile static ConcurrentStorageLock INSTANCE = null;
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java	(working copy)
@@ -19,8 +19,8 @@
 
 /**
  * 
- * @author Simon Willnauer
  *
+ *
  */
 public interface ConcurrentStorageLock {
     
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java	(working copy)
@@ -44,7 +44,7 @@
 /**
  *  
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Component(componentType = ComponentType.STORAGECONTROLLER)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java	(working copy)
@@ -30,8 +30,8 @@
  * Wrapps a User Object.
  * The wrapper provides also a Lucene repesentation of the user;
  * User Objects will not be Buffered in the lucene storage component. Each User will be written imidialtely.
- * @author Simon Willnauer
  *
+ *
  */
 public class StorageAccountWrapper implements StorageWrapper{
     private static final Log LOG = LogFactory.getLog(StorageAccountWrapper.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java	(working copy)
@@ -57,7 +57,7 @@
  * operation forces all changes to be written to the storage index.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class StorageModifier {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java	(working copy)
@@ -29,8 +29,8 @@
 
 /**
  * Writes the recover objects to the hard disc.
- * @author Simon Willnauer
  *
+ *
  */
 public class RecoverWriter {
     protected static final String META_DATA_SEPARATOR = ";";
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java	(working copy)
@@ -20,8 +20,8 @@
 import org.apache.lucene.gdata.storage.StorageException;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class RecoverException extends StorageException {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java	(working copy)
@@ -37,8 +37,8 @@
 
 /**
  * Recovers the written object from the harddisc
- * @author Simon Willnauer
  *
+ *
  */
 public class RecoverReader {
     
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java	(working copy)
@@ -37,7 +37,7 @@
 
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class RecoverController {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/configuration/StorageConfigurator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/configuration/StorageConfigurator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/configuration/StorageConfigurator.java	(working copy)
@@ -24,7 +24,7 @@
  * the properties can not be loaded an {@link java.lang.Error} will be thrown. 
  * The configuration file <i>lucenestorage.properties.xml</i> should be available in the classpath. 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public class StorageConfigurator { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageEntryWrapper.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageEntryWrapper.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageEntryWrapper.java	(working copy)
@@ -35,7 +35,7 @@
  * Storage representation of an entry. This class also acts as a Documentfactory
  * for lucene documents to be stored inside the index.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class StorageEntryWrapper implements Comparable<StorageEntryWrapper>, Serializable,
@@ -182,7 +182,7 @@
     /**
      * Storage operations
      * 
-     * @author Simon Willnauer
+     *
      * 
      */
     public static enum StorageOperation {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java	(working copy)
@@ -32,8 +32,8 @@
  * This immutable class wrapps <tt>GDataAccount</tt> instances for an internal Storage representation of 
  * an account. This class also acts as a Documentfactory for lucene documents to 
  * be stored inside the index. 
- * @author Simon Willnauer
  *
+ *
  */
 public class StorageFeedWrapper implements StorageWrapper {
     
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageQuery.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageQuery.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageQuery.java	(working copy)
@@ -63,7 +63,7 @@
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageCoreController
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageBuffer
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class StorageQuery {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageBuffer.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageBuffer.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageBuffer.java	(working copy)
@@ -62,7 +62,7 @@
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageModifier
  * @see org.apache.lucene.gdata.storage.lucenestorage.StorageCoreController
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class StorageBuffer {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/IDGenerator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/IDGenerator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/IDGenerator.java	(working copy)
@@ -38,7 +38,7 @@
  * removed. 
  * </p> 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public class IDGenerator { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java	(working copy)
@@ -19,8 +19,8 @@
 
 /**
  * This exception will be thrown if an requested resource of a resource to modify can not be found
- * @author Simon Willnauer
  *
+ *
  */
 public class ResourceNotFoundException extends StorageException {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/StorageException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/StorageException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/StorageException.java	(working copy)
@@ -20,7 +20,7 @@
  * storage implementation occures. This exception hides all other exceptions 
  * from inside the storage. 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public class StorageException extends RuntimeException { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/Storage.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/Storage.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/Storage.java	(working copy)
@@ -34,7 +34,7 @@
  * </p>
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 /*
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java	(working copy)
@@ -21,7 +21,7 @@
  * This exception will be thrown if a Version conflict occures while updateing
  * or deleteing an entry. Or if one entry is modified concurrently.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class ModificationConflictException extends StorageException {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java	(working copy)
@@ -25,8 +25,8 @@
 import com.db4o.ObjectServer;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class ObjectServerDecorator implements InvocationHandler {
     private final int port;
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java	(working copy)
@@ -68,7 +68,7 @@
  * @see org.apache.lucene.gdata.utils.Pool
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Component(componentType = ComponentType.STORAGECONTROLLER)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java	(working copy)
@@ -41,7 +41,7 @@
 /**
  * 
  * Storage implementation for the DB4o storage component
- * @author Simon Willnauer
+ *
  * 
  */
 public class DB4oStorage implements Storage {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/StorageController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/StorageController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/StorageController.java	(working copy)
@@ -41,7 +41,7 @@
  * </p>
  *
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface StorageController extends ServerComponent {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java	(working copy)
@@ -20,7 +20,7 @@
 
 
 /**
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.search.analysis.TestHTMLStrategy
  */
 public class XHtmlStrategy extends HTMLStrategy {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java	(working copy)
@@ -41,8 +41,8 @@
  * <tt>&lt;category scheme="http://www.example.com/type" term="blog.post"/&gt;<tt>
  * </p>
  * TODO extend javadoc for search info
- * @author Simon Willnauer
  *
+ *
  */
 public class GdataCategoryStrategy extends ContentStrategy {
     protected String categoryScheme;
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java	(working copy)
@@ -30,7 +30,7 @@
  * This content strategy retrieves a so called GData Date from a RFC 3339
  * timestamp format. The format will be parsed and indexed as a timestamp value.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GdataDateStrategy extends ContentStrategy {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java	(working copy)
@@ -26,7 +26,7 @@
 import org.w3c.dom.Node;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class MixedContentStrategy extends ContentStrategy {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java	(working copy)
@@ -38,7 +38,7 @@
  * plain string content from the returning node. All of the nodes text content
  * will cleaned from any html tags.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class HTMLStrategy extends
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java	(working copy)
@@ -24,8 +24,8 @@
 import org.w3c.dom.Node;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class KeywordStrategy extends ContentStrategy {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java	(working copy)
@@ -41,7 +41,7 @@
  * <tt>Indexable</tt> implementation using the W3C Dom API and JAXP XPath
  * engine
  * 
- * @author Simon Willnauer
+ *
  * @param <R> -
  *            a subtype of {@link org.w3c.dom.Node} returned by the applyPath
  *            method
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java	(working copy)
@@ -27,7 +27,7 @@
  * <tt>applyPath</tt> method to access an element, attribute etc. in the gdata
  * entity.
  * 
- * @author Simon Willnauer
+ *
  * @param <R> -
  *            a subtype of {@link org.w3c.dom.Node} returned by the applyPath
  *            method
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java	(working copy)
@@ -21,7 +21,7 @@
  * This exception will be thrown by ContentStrategy instances if an exception
  * occurs while retrieving content from entries
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class NotIndexableException extends Exception {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java	(working copy)
@@ -24,7 +24,7 @@
 import org.w3c.dom.Node;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class PlainTextStrategy extends ContentStrategy {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java	(working copy)
@@ -50,7 +50,7 @@
  * @see org.apache.lucene.gdata.search.config.IndexSchemaField.ContentType
  * @see org.apache.lucene.gdata.search.index.IndexDocumentBuilder
  * 
- * @author Simon Willnauer
+ *
  */
 public abstract class ContentStrategy {
     protected final Store store;
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java	(working copy)
@@ -54,7 +54,7 @@
  * @see org.apache.lucene.gdata.search.config.IndexSchemaField
  * 
  * 
- * @author Simon Willnauer
+ *
  */
 public class IndexSchema {
     private final Set<String> searchableFieldNames = new HashSet<String>();
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java	(working copy)
@@ -50,7 +50,7 @@
  * @see org.apache.lucene.gdata.search.analysis.ContentStrategy
  * @see org.apache.lucene.gdata.search.config.IndexSchema
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class IndexSchemaField {
@@ -251,7 +251,7 @@
      * Defines the {@link ContentStrategy} to use for a
      * <tt>IndexSchemaField</tt> to extract the content from the entry
      * 
-     * @author Simon Willnauer
+     *
      * 
      */
     public enum ContentType {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java	(working copy)
@@ -27,7 +27,7 @@
 
 /**
  * Simple static methods to translate the http query to a lucene query string.
- * @author Simon Willnauer
+ *
  * 
  */
 public class QueryTranslator {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java	(working copy)
@@ -22,7 +22,7 @@
 import org.apache.lucene.queryParser.QueryParser;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataQueryParser extends QueryParser {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java	(working copy)
@@ -62,7 +62,7 @@
  * 
  * 
  * 
- * @author Simon Willnauer
+ *
  */
 public class GDataIndexer {
     private static final Log LOG = LogFactory.getLog(GDataIndexer.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java	(working copy)
@@ -34,7 +34,7 @@
  * 
  * @see org.apache.lucene.gdata.search.analysis.Indexable
  * @see org.apache.lucene.gdata.search.analysis.ContentStrategy
- * @author Simon Willnauer
+ *
  * 
  */
 class IndexDocumentBuilderTask<T extends IndexDocument> implements IndexDocumentBuilder<T> {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java	(working copy)
@@ -25,7 +25,7 @@
  * passed to if the feed has any entries in the search index. Each created and
  * passed IndexFeedDeleteTask forces a commit.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class IndexFeedDeleteTask implements IndexDocumentBuilder<IndexDocument> {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexAction.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexAction.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexAction.java	(working copy)
@@ -21,7 +21,7 @@
  * 
  * @see org.apache.lucene.gdata.search.index.IndexDocument
  * @see org.apache.lucene.gdata.search.index.IndexDocumentBuilderTask
- * @author Simon Willnauer
+ *
  * 
  */
 public enum IndexAction {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java	(working copy)
@@ -29,7 +29,7 @@
 /**
  * Configurable decorator for a lucene {@link IndexWriter}
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataIndexWriter extends IndexWriter {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java	(working copy)
@@ -26,7 +26,7 @@
 import java.util.concurrent.atomic.AtomicBoolean;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 class IndexLogWriter {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocument.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocument.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocument.java	(working copy)
@@ -30,7 +30,7 @@
  * produce instances of this interface concurrently.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  * 
  */
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java	(working copy)
@@ -26,7 +26,7 @@
 /**
  * Simple implementation
  * 
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.search.index.IndexDocument
  */
 class GDataIndexDocument implements IndexDocument {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexController.java	(working copy)
@@ -57,7 +57,7 @@
  * on the index will be controlled from this class. Only this class grants read
  * or write actions access to the index.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Component(componentType = ComponentType.SEARCHCONTROLLER)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java	(working copy)
@@ -26,7 +26,7 @@
  * If the idle time exceeds the task will force a commit on the index. The timer
  * will be reset if a task is on the queue.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 class TimedIndexTask extends IndexTask {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java	(working copy)
@@ -20,7 +20,7 @@
 
 /**
  * Interface for DocumentBuilders
- * @author Simon Willnauer
+ *
  * @param <T> IndexDocument implementation
  *
  */
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java	(working copy)
@@ -21,7 +21,7 @@
  * This exception will be thrown if an exception in the indexing component
  * occurs
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GdataIndexerException extends RuntimeException {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexEventListener.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexEventListener.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexEventListener.java	(working copy)
@@ -19,7 +19,7 @@
  * This interface should be implemented by classes need to be notified when an
  * index is commited
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface IndexEventListener {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexTask.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexTask.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexTask.java	(working copy)
@@ -33,7 +33,7 @@
  * queue. This class calls the commit method of the indexer if commit is
  * scheduled.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 class IndexTask implements Runnable {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java	(working copy)
@@ -32,7 +32,7 @@
 import org.xml.sax.helpers.XMLReaderFactory;
 
 /**
- * @author Simon Willnauer
+ *
  * 
  */
 class IndexLogReader {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/SearchComponent.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/SearchComponent.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/SearchComponent.java	(working copy)
@@ -23,7 +23,7 @@
 /**
  * TODO document this when Search comes into play
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface SearchComponent extends ServerComponent {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/GDataSearcher.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/GDataSearcher.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/GDataSearcher.java	(working copy)
@@ -22,7 +22,7 @@
 import org.apache.lucene.search.Query;
 
 /**
- * @author Simon Willnauer
+ *
  * @param <T> 
  *
  */
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java	(working copy)
@@ -39,7 +39,7 @@
  * Standard implementation of
  * {@link org.apache.lucene.gdata.search.GDataSearcher}
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class StandardGdataSearcher implements GDataSearcher<String> {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java	(working copy)
@@ -64,7 +64,7 @@
  * @see javax.crypto.Cipher
  * @see sun.misc.BASE64Encoder
  * @see sun.misc.BASE64Decoder
- * @author Simon Willnauer
+ *
  * 
  */
 @Component(componentType = ComponentType.AUTHENTICATIONCONTROLLER)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java	(working copy)
@@ -38,7 +38,7 @@
  * </p>
  * 
  * @see org.apache.lucene.gdata.server.authentication.BlowfishAuthenticationController
- * @author Simon Willnauer
+ *
  * 
  */
 public interface AuthenticationController extends ServerComponent {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java	(working copy)
@@ -22,7 +22,7 @@
  * {@link org.apache.lucene.gdata.server.authentication.AuthenticationController}
  * implementations if an error while de/encrypting the token occures.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class AuthenticatorException extends RuntimeException {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java	(working copy)
@@ -34,7 +34,7 @@
  * Administration interfaces use the plain {@link javax.servlet.http.HttpServletRequest} inside the handler.
  * For each type of interface a authentication type a method has to be provided by implementing classes.</p> 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface GDataHttpAuthenticator {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java	(working copy)
@@ -19,8 +19,8 @@
 
 /**
  * 
- * @author Simon Willnauer
  *
+ *
  */
 public class AuthenticationException extends Exception {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java	(working copy)
@@ -22,7 +22,7 @@
  * Will be thrown if a requested feed could not be found or is not 
  * registerd. 
  *  
- * @author Simon Willnauer 
+ *
  *  
  */ 
 public class FeedNotFoundException extends ServiceException { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataResponse.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataResponse.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataResponse.java	(working copy)
@@ -75,7 +75,7 @@
  * 
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataResponse {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/ServiceException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/ServiceException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/ServiceException.java	(working copy)
@@ -22,7 +22,7 @@
  * throw by underlying layers of the
  * {@link org.apache.lucene.gdata.server.Service} layer.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class ServiceException extends Exception {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/Service.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/Service.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/Service.java	(working copy)
@@ -37,7 +37,7 @@
  * reduce load on the storage component 
  * </p> 
  *  
- * @author Simon Willnauer 
+ *
  *  
  *  
  */ 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataService.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataService.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataService.java	(working copy)
@@ -44,7 +44,7 @@
  * default implementation of the {@link org.apache.lucene.gdata.server.Service}
  * interface.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataService implements Service {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataEntityBuilder.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataEntityBuilder.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataEntityBuilder.java	(working copy)
@@ -40,7 +40,7 @@
  * This build will not returne the abstract base classes.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataEntityBuilder {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/AccountBuilder.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/AccountBuilder.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/AccountBuilder.java	(working copy)
@@ -31,7 +31,7 @@
  * Helper class to create {@link org.apache.lucene.gdata.data.GDataAccount}
  * instances from a xml stream provided via a {@link Reader} instance.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class AccountBuilder {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/AdminService.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/AdminService.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/AdminService.java	(working copy)
@@ -29,7 +29,7 @@
  * <p>User accounts are supposed to have a unique username attribute as the username acts as a primary key for the storage</p>
  *  
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface AdminService extends Service {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/GDataAdminService.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/GDataAdminService.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/administration/GDataAdminService.java	(working copy)
@@ -29,7 +29,7 @@
  * default implementation of the
  * {@link org.apache.lucene.gdata.server.administration.AdminService} interface.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataAdminService extends GDataService implements AdminService {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataSearchService.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataSearchService.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataSearchService.java	(working copy)
@@ -39,8 +39,8 @@
 import com.google.gdata.data.BaseFeed;
 
 /**
- * @author Simon Willnauer
  *
+ *
  */
 public class GDataSearchService extends GDataService {
     private static final Log LOG = LogFactory.getLog(GDataSearchService.class);
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java	(working copy)
@@ -35,7 +35,7 @@
  * 
  * @see org.apache.lucene.gdata.server.registry.ScopeVisitable
  * @see javax.servlet.ServletRequestListener
- * @author Simon Willnauer
+ *
  * 
  */
 @Scope(scope = ScopeType.REQUEST)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java	(working copy)
@@ -53,7 +53,7 @@
  * </p>
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataServerRegistry extends EntryEventMediator{
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/SuperType.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/SuperType.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/SuperType.java	(working copy)
@@ -31,7 +31,7 @@
  * @see org.apache.lucene.gdata.server.registry.Component
  * @see org.apache.lucene.gdata.server.registry.GDataServerRegistry
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Target( { FIELD })
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/Component.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/Component.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/Component.java	(working copy)
@@ -59,7 +59,7 @@
  * @see org.apache.lucene.gdata.server.registry.SuperType
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Target( { TYPE })
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java	(working copy)
@@ -29,8 +29,8 @@
  * method.
  * @see org.apache.lucene.gdata.server.registry.Component
  * @see org.apache.lucene.gdata.server.registry.GDataServerRegistry 
- * @author Simon Willnauer
  *
+ *
  */
 public enum ComponentType {
     /**
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/Scope.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/Scope.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/Scope.java	(working copy)
@@ -29,7 +29,7 @@
  * {@link org.apache.lucene.gdata.server.registry.ScopeVisitor} implementations
  * to indicate which scope should be visited.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Target( { TYPE })
@@ -43,7 +43,7 @@
     /**
      * Defines a Scope for {@link Scope} annotations
      * 
-     * @author Simon Willnauer
+     *
      * 
      */
     public static enum ScopeType {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java	(working copy)
@@ -28,8 +28,8 @@
  * GdataServerRegistry.registerEntryEventListener(EntryEventListener);
  * <tt>
  * </p>
- * @author Simon Willnauer
  *
+ *
  */
 public interface EntryEventListener {
     /**
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java	(working copy)
@@ -22,7 +22,7 @@
  * {@link org.apache.lucene.gdata.server.registry.ScopeVisitor} objects and call
  * their methods on the desired action.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface ScopeVisitable {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryBuilder.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryBuilder.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryBuilder.java	(working copy)
@@ -31,7 +31,7 @@
  * instance. All services and components will be instantiated and registered in
  * the registry.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 class RegistryBuilder {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java	(working copy)
@@ -41,7 +41,7 @@
  * method.
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class RegistryContextListener implements ServletContextListener {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ProvidedServiceConfig.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ProvidedServiceConfig.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ProvidedServiceConfig.java	(working copy)
@@ -46,7 +46,7 @@
  * </p>
  * 
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Scope(scope = Scope.ScopeType.REQUEST)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java	(working copy)
@@ -23,7 +23,7 @@
  * {@link org.apache.lucene.gdata.server.registry.configuration.Requiered}
  * property is not available.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class InjectionException extends RuntimeException {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java	(working copy)
@@ -56,7 +56,7 @@
  * the property is present in the ComponentConfiguration
  * </p>
  * <p>This class does not support overloaded setter methods.</p>
- * @author Simon Willnauer
+ *
  * @see org.apache.lucene.gdata.server.registry.configuration.Requiered
  * @see org.apache.lucene.gdata.server.registry.configuration.ComponentConfiguration
  */
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java	(working copy)
@@ -28,7 +28,7 @@
  * 
  * @see org.apache.lucene.gdata.server.registry.configuration.PropertyInjector
  * @see org.apache.lucene.gdata.server.registry.configuration.ComponentConfiguration
- * @author Simon Willnauer
+ *
  * 
  */
 @Target( { METHOD })
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java	(working copy)
@@ -26,7 +26,7 @@
  * contain duplicate keys the first use of a key can not be replaced. If a key
  * is used twice a {@link java.lang.IllegalArgumentException} will be thrown.
  * @see Map
- * @author Simon Willnauer
+ *
  * 
  */
 public class ComponentConfiguration {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java	(working copy)
@@ -22,7 +22,7 @@
  * {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry} if
  * registering a service or a component fails.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class RegistryException extends Exception {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java	(working copy)
@@ -28,7 +28,7 @@
  * distributes all event to all registered
  * {@link org.apache.lucene.gdata.server.registry.EntryEventListener}
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public abstract class EntryEventMediator {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java	(working copy)
@@ -39,7 +39,7 @@
  * Visitor pattern in detail.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public interface ScopeVisitor {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java	(working copy)
@@ -27,7 +27,7 @@
  * is registered and <tt>destroy</tt> when the registry is destroyed (usually
  * at server shut down).</p>
  * @see org.apache.lucene.gdata.server.registry.GDataServerRegistry
- * @author Simon Willnauer
+ *
  * 
  */
 public interface ServerComponent {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ProvidedService.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ProvidedService.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ProvidedService.java	(working copy)
@@ -24,8 +24,8 @@
 /**
  * This interface describes a service provided by the GData-Server.
  * @see org.apache.lucene.gdata.server.registry.GDataServerRegistry 
- * @author Simon Willnauer
  *
+ *
  */
 public interface ProvidedService {
 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataRequestException.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataRequestException.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataRequestException.java	(working copy)
@@ -18,7 +18,7 @@
  
 /** 
  * This exception wraps all exceptions occur inside the {@link org.apache.lucene.gdata.server.GDataRequest} 
- * @author Simon Willnauer 
+ *
  * 
  */ 
 public class GDataRequestException extends Exception { 
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/ServiceFactory.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/ServiceFactory.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/ServiceFactory.java	(working copy)
@@ -31,7 +31,7 @@
  * This class should not be access directy. The class will be registered in the {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry}.
  * Use {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry#lookup(Class, ComponentType)}
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 @Component(componentType=ComponentType.SERVICEFACTORY)
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataRequest.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataRequest.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/GDataRequest.java	(working copy)
@@ -46,7 +46,7 @@
  * 
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 /* this class might be extracted as an interface in later development */
@@ -431,7 +431,7 @@
     /**
      * This enum represents the OutputFormat of the GDATA Server
      * 
-     * @author Simon Willnauer
+     *
      * 
      */
     public static enum OutputFormat {
@@ -464,7 +464,7 @@
     /**
      * Indicates the request type
      * 
-     * @author Simon Willnauer
+     *
      * 
      */
     public enum GDataRequestType {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java	(working copy)
@@ -57,7 +57,7 @@
  * @see com.google.gdata.data.ExtensionProfile
  * @see com.google.gdata.data.BaseFeed
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class ServerBaseEntry {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java	(working copy)
@@ -59,7 +59,7 @@
  * RSS/ATOM the corresponding {@link com.google.gdata.data.ExtensionProfile} has
  * to be provided to the generation method.
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class ServerBaseFeed  {
Index: contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/GDataAccount.java
===================================================================
--- contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/GDataAccount.java	(revision 563675)
+++ contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/data/GDataAccount.java	(working copy)
@@ -41,7 +41,7 @@
  * value for the feed has be specified.
  * </p>
  * 
- * @author Simon Willnauer
+ *
  * 
  */
 public class GDataAccount {
@@ -313,7 +313,7 @@
     /**
      * This enum respesents all account roles an account can have.
      * 
-     * @author Simon Willnauer
+     *
      * 
      */
     public enum AccountRole {
Index: contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java
===================================================================
--- contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java	(revision 563675)
+++ contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java	(working copy)
@@ -45,7 +45,7 @@
  * 
  * Adapted from Andi Vajda's org.apache.lucene.db.DbStoreTest.
  * 
- * @author Aaron Donovan
+ *
  */
 public class JEStoreTest extends TestCase {
     protected File dbHome = new File(System.getProperty("java.io.tmpdir"),"index");
Index: contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java
===================================================================
--- contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java	(revision 563675)
+++ contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java	(working copy)
@@ -34,7 +34,7 @@
 /**
  * Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
  * 
- * @author Aaron Donovan
+ *
  */
 
 public class File extends Object {
Index: contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java
===================================================================
--- contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java	(revision 563675)
+++ contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java	(working copy)
@@ -47,7 +47,7 @@
  * {@link com.sleepycat.je.Database Db} database handles, one for storing file
  * records and another for storing file data blocks.
  * 
- * @author Aaron Donovan
+ *
  */
 
 public class JEDirectory extends Directory {
Index: contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java
===================================================================
--- contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java	(revision 563675)
+++ contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java	(working copy)
@@ -23,7 +23,7 @@
 /**
  * Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
  * 
- * @author Aaron Donovan
+ *
  */
 
 public class JEIndexInput extends IndexInput {
Index: contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java
===================================================================
--- contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java	(revision 563675)
+++ contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java	(working copy)
@@ -24,7 +24,7 @@
 /**
  * Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
  * 
- * @author Aaron Donovan
+ *
  */
 
 public class JEIndexOutput extends IndexOutput {
Index: contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java
===================================================================
--- contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java	(revision 563675)
+++ contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java	(working copy)
@@ -22,7 +22,7 @@
 /**
  * Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
  * 
- * @author Aaron Donovan
+ *
  */
 
 public class JELock extends Lock {
Index: contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java
===================================================================
--- contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java	(revision 563675)
+++ contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java	(working copy)
@@ -25,7 +25,7 @@
 /**
  * Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database
  * 
- * @author Aaron Donovan
+ *
  */
 
 public class Block extends Object {
Index: contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java
===================================================================
--- contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java	(revision 563675)
+++ contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java	(working copy)
@@ -42,7 +42,7 @@
  * Tests {@link DbDirectory}.
  *
  * Adapted from org.apache.lucene.StoreTest with larger files and random bytes.
- * @author Andi Vajda
+ *
  */
 public class DbStoreTest extends TestCase {
     protected File dbHome = new File(System.getProperty("java.io.tmpdir"),"index");
Index: contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java
===================================================================
--- contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java	(revision 563675)
+++ contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java	(working copy)
@@ -32,7 +32,7 @@
 import com.sleepycat.db.DatabaseException;
 
 /**
- * @author Andi Vajda
+ *
  */
 
 public class File extends Object {
Index: contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java
===================================================================
--- contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java	(revision 563675)
+++ contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java	(working copy)
@@ -25,7 +25,7 @@
 import com.sleepycat.db.DatabaseException;
 
 /**
- * @author Andi Vajda
+ *
  */
 
 public class Block extends Object {
Index: contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java
===================================================================
--- contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java	(revision 563675)
+++ contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java	(working copy)
@@ -50,7 +50,7 @@
  * {@link com.sleepycat.db.internal.Db Db} database handles, one for storing file
  * records and another for storing file data blocks.
  *
- * @author Andi Vajda
+ *
  */
 
 public class DbDirectory extends Directory {
Index: contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java
===================================================================
--- contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java	(revision 563675)
+++ contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java	(working copy)
@@ -22,7 +22,7 @@
 
 
 /**
- * @author Andi Vajda
+ *
  */
 
 public class DbIndexInput extends IndexInput {
Index: contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java
===================================================================
--- contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java	(revision 563675)
+++ contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java	(working copy)
@@ -22,7 +22,7 @@
 
 
 /**
- * @author Andi Vajda
+ *
  */
 
 public class DbIndexOutput extends IndexOutput {
Index: contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java
===================================================================
--- contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java	(revision 563675)
+++ contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java	(working copy)
@@ -24,7 +24,7 @@
  * trivial as {@link DbDirectory} operations are managed by the Berkeley DB
  * locking system.
  *
- * @author Andi Vajda
+ *
  */
 
 public class DbLock extends Lock {
Index: contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java
===================================================================
--- contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java	(revision 563675)
+++ contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java	(working copy)
@@ -30,7 +30,6 @@
  * that were the entrypoint objects in the pre-4.3 Java API and that wrap the
  * actual Berkeley DB C objects via SWIG.
  *
- * @author Andi Vajda
  */
 
 public class DbHandleExtractor {
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TestSearchingList.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TestSearchingList.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TestSearchingList.java	(working copy)
@@ -22,7 +22,7 @@
 
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */ 
 public class TestSearchingList extends TestCase {
     private ListModel baseListModel;
Index: contrib/swing/src/test/org/apache/lucene/swing/models/BaseTableModel.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/BaseTableModel.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/BaseTableModel.java	(working copy)
@@ -21,7 +21,7 @@
 import java.util.Iterator;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class BaseTableModel extends AbstractTableModel {
     private ArrayList columnNames = new ArrayList();
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TestUpdatingTable.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TestUpdatingTable.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TestUpdatingTable.java	(working copy)
@@ -19,7 +19,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class TestUpdatingTable extends TestCase {
     private BaseTableModel baseTableModel;
Index: contrib/swing/src/test/org/apache/lucene/swing/models/RestaurantInfo.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/RestaurantInfo.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/RestaurantInfo.java	(working copy)
@@ -17,7 +17,7 @@
  */
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class RestaurantInfo {
     private int id;
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TableSearcherSimulator.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TableSearcherSimulator.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TableSearcherSimulator.java	(working copy)
@@ -22,7 +22,7 @@
 import java.awt.event.ActionEvent;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class TableSearcherSimulator {
 
Index: contrib/swing/src/test/org/apache/lucene/swing/models/DataStore.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/DataStore.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/DataStore.java	(working copy)
@@ -23,7 +23,7 @@
 import java.util.Iterator;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class DataStore {
 
Index: contrib/swing/src/test/org/apache/lucene/swing/models/BaseListModel.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/BaseListModel.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/BaseListModel.java	(working copy)
@@ -21,7 +21,7 @@
 import java.util.Iterator;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class BaseListModel extends AbstractListModel {
     private ArrayList data = new ArrayList();
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TestUpdatingList.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TestUpdatingList.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TestUpdatingList.java	(working copy)
@@ -19,7 +19,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class TestUpdatingList extends TestCase {
     private BaseListModel baseListModel;
Index: contrib/swing/src/test/org/apache/lucene/swing/models/ListSearcherSimulator.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/ListSearcherSimulator.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/ListSearcherSimulator.java	(working copy)
@@ -28,7 +28,7 @@
 import javax.swing.event.DocumentListener;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class ListSearcherSimulator {
 
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TestBasicTable.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TestBasicTable.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TestBasicTable.java	(working copy)
@@ -23,7 +23,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class TestBasicTable extends TestCase {
     private TableModel baseTableModel;
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TestSearchingTable.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TestSearchingTable.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TestSearchingTable.java	(working copy)
@@ -21,7 +21,7 @@
 import javax.swing.table.TableModel;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class TestSearchingTable extends TestCase {
     private TableModel baseTableModel;
Index: contrib/swing/src/test/org/apache/lucene/swing/models/TestBasicList.java
===================================================================
--- contrib/swing/src/test/org/apache/lucene/swing/models/TestBasicList.java	(revision 563675)
+++ contrib/swing/src/test/org/apache/lucene/swing/models/TestBasicList.java	(working copy)
@@ -23,7 +23,7 @@
 import junit.framework.TestCase;
 
 /**
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  **/
 public class TestBasicList extends TestCase {
     private ListModel baseListModel;
Index: contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java
===================================================================
--- contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java	(revision 563675)
+++ contrib/swing/src/java/org/apache/lucene/swing/models/TableSearcher.java	(working copy)
@@ -62,7 +62,7 @@
  * at any time by searching with an empty string. Additionally, you can
  * add a button calling the clearSearch() method.
  *
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class TableSearcher extends AbstractTableModel {
 
Index: contrib/swing/src/java/org/apache/lucene/swing/models/ListSearcher.java
===================================================================
--- contrib/swing/src/java/org/apache/lucene/swing/models/ListSearcher.java	(revision 563675)
+++ contrib/swing/src/java/org/apache/lucene/swing/models/ListSearcher.java	(working copy)
@@ -36,7 +36,7 @@
 /**
  * See table searcher explanation.
  *
- * @author Jonathan Simon - jonathan_s_simon@yahoo.com
+ *
  */
 public class ListSearcher extends AbstractListModel {
     private ListModel listModel;
Index: contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/QueryData.java
===================================================================
--- contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/QueryData.java	(revision 563675)
+++ contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/QueryData.java	(working copy)
@@ -23,7 +23,7 @@
 /**
  * This class holds parameters for a query benchmark.
  *
- * @author Andrzej Bialecki &lt;ab@getopt.org&gt;
+ *
  */
 public class QueryData {
   /** Benchmark id */
Index: contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/MemUsage.java
===================================================================
--- contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/MemUsage.java	(revision 563675)
+++ contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/MemUsage.java	(working copy)
@@ -18,7 +18,7 @@
 /**
  * This class holds a set of memory usage values.
  *
- * @author Andrzej Bialecki &lt;ab@getopt.org&gt;
+ *
  */
 public class MemUsage {
   public long maxFree, minFree, avgFree;
Index: contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TimeData.java
===================================================================
--- contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TimeData.java	(revision 563675)
+++ contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TimeData.java	(working copy)
@@ -19,7 +19,7 @@
 /**
  * This class holds a data point measuring speed of processing.
  *
- * @author Andrzej Bialecki &lt;ab@getopt.org&gt;
+ *
  */
 public class TimeData {
   /** Name of the data point - usually one of a data series with the same name */
Index: contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TestData.java
===================================================================
--- contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TestData.java	(revision 563675)
+++ contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TestData.java	(working copy)
@@ -36,7 +36,7 @@
  * This class holds together all parameters related to a test. Single test is
  * performed several times, and all results are averaged.
  *
- * @author Andrzej Bialecki &lt;ab@getopt.org&gt;
+ *
  */
 public class TestData
 {
Index: contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TestRunData.java
===================================================================
--- contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TestRunData.java	(revision 563675)
+++ contrib/benchmark/src/java/org/apache/lucene/benchmark/stats/TestRunData.java	(working copy)
@@ -26,7 +26,7 @@
  * values may contribute to different measurements, so this class provides also
  * some useful methods to separate them.
  *
- * @author Andrzej Bialecki &lt;ab@getopt.org&gt;
+ *
  */
 public class TestRunData {
   private String id;
Index: contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/TestQueryTemplateManager.java
===================================================================
--- contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/TestQueryTemplateManager.java	(revision 563675)
+++ contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/TestQueryTemplateManager.java	(working copy)
@@ -40,7 +40,7 @@
 /**
  * This class illustrates how form input (such as from a web page or Swing gui) can be
  * turned into Lucene queries using a choice of XSL templates for different styles of queries. 
- * @author maharwood
+ *
  */
 public class TestQueryTemplateManager extends TestCase {
 
Index: contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/TestParser.java
===================================================================
--- contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/TestParser.java	(revision 563675)
+++ contrib/xml-query-parser/src/test/org/apache/lucene/xmlparser/TestParser.java	(working copy)
@@ -35,7 +35,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class TestParser extends TestCase {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/FilterBuilderFactory.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/FilterBuilderFactory.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/FilterBuilderFactory.java	(working copy)
@@ -24,7 +24,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class FilterBuilderFactory implements FilterBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryBuilderFactory.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryBuilderFactory.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryBuilderFactory.java	(working copy)
@@ -24,7 +24,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class QueryBuilderFactory implements QueryBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/CoreParser.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/CoreParser.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/CoreParser.java	(working copy)
@@ -45,8 +45,8 @@
  */
 /**
  * Assembles a QueryBuilder which uses only core Lucene Query objects
- * @author Mark
  *
+ *
  */
 public class CoreParser implements QueryBuilder
 {
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermQueryBuilder.java	(working copy)
@@ -25,7 +25,7 @@
  */
 
 /**
- * @author maharwood
+ *
  */
 public class TermQueryBuilder implements QueryBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermsFilterBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermsFilterBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermsFilterBuilder.java	(working copy)
@@ -31,7 +31,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class TermsFilterBuilder implements FilterBuilder
 {
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/RangeFilterBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/RangeFilterBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/RangeFilterBuilder.java	(working copy)
@@ -28,7 +28,7 @@
 
 
 /**
- * @author maharwood
+ *
  */
 public class RangeFilterBuilder implements FilterBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/LikeThisQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/LikeThisQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/LikeThisQueryBuilder.java	(working copy)
@@ -35,7 +35,7 @@
  */
 
 /**
- * @author maharwood
+ *
  */
 public class LikeThisQueryBuilder implements QueryBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/BooleanQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/BooleanQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/BooleanQueryBuilder.java	(working copy)
@@ -30,7 +30,7 @@
  */
 
 /**
- * @author maharwood 
+ *
  */
 public class BooleanQueryBuilder implements QueryBuilder {
 	
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/CachedFilterBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/CachedFilterBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/CachedFilterBuilder.java	(working copy)
@@ -47,7 +47,7 @@
  * The CoreParser.maxNumCachedFilters property can be used to control the size of the LRU 
  * Cache established during the construction of CoreParser instances.
  * 
- * @author maharwood
+ *
  */
 public class CachedFilterBuilder implements FilterBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/SpanQueryBuilderFactory.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/SpanQueryBuilderFactory.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/SpanQueryBuilderFactory.java	(working copy)
@@ -23,7 +23,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class SpanQueryBuilderFactory implements SpanQueryBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermsQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermsQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/TermsQueryBuilder.java	(working copy)
@@ -34,7 +34,7 @@
  */
 /**
  * Builds a BooleanQuery from all of the terms found in the XML element using the choice of analyzer
- * @author maharwood
+ *
  */
 public class TermsQueryBuilder implements QueryBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/FilteredQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/FilteredQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/FilteredQueryBuilder.java	(working copy)
@@ -29,7 +29,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class FilteredQueryBuilder implements QueryBuilder {
 	
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/UserInputQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/UserInputQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/UserInputQueryBuilder.java	(working copy)
@@ -26,7 +26,7 @@
  */
 
 /**
- * @author maharwood
+ *
  */
 public class UserInputQueryBuilder implements QueryBuilder {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/BooleanFilterBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/BooleanFilterBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/BooleanFilterBuilder.java	(working copy)
@@ -31,7 +31,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood 
+ *
  */
 public class BooleanFilterBuilder implements FilterBuilder {
 	
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/SpanQueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/SpanQueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/builders/SpanQueryBuilder.java	(working copy)
@@ -21,7 +21,7 @@
 import org.w3c.dom.Element;
 
 /**
- * @author maharwood
+ *
  */
 public interface SpanQueryBuilder extends QueryBuilder{
 	
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/ParserException.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/ParserException.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/ParserException.java	(working copy)
@@ -19,7 +19,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public class ParserException extends Exception {
 
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/FilterBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/FilterBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/FilterBuilder.java	(working copy)
@@ -22,7 +22,7 @@
  * limitations under the License.
  */
 /**
- * @author maharwood
+ *
  */
 public interface FilterBuilder {
 	 public Filter getFilter(Element e) throws ParserException;
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryBuilder.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryBuilder.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryBuilder.java	(working copy)
@@ -21,7 +21,7 @@
 /**
  * Implemented by objects that produce Lucene Query objects from XML streams. Implementations are
  * expected to be thread-safe so that they can be used to simultaneously parse multiple XML documents.
- * @author maharwood
+ *
  */
 public interface QueryBuilder {
 	
Index: contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryTemplateManager.java
===================================================================
--- contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryTemplateManager.java	(revision 563675)
+++ contrib/xml-query-parser/src/java/org/apache/lucene/xmlparser/QueryTemplateManager.java	(working copy)
@@ -49,7 +49,7 @@
  * be easily changed/optimized by a DBA.  
  * The static methods can be used on their own or by creating an instance of this class you can store and 
  * re-use compiled stylesheets for fast use (e.g. in a server environment) 
- * @author Mark Harwood
+ *
  */
 public class QueryTemplateManager
 {
Index: contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java
===================================================================
--- contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java	(revision 563675)
+++ contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java	(working copy)
@@ -55,7 +55,7 @@
 
 /**
  * JUnit Test for Highlighter class.
- * @author mark@searcharea.co.uk
+ *
  */
 public class HighlighterTest extends TestCase implements Formatter
 {
@@ -861,7 +861,7 @@
 
 /**
  * Expands a token stream with synonyms (TODO - make the synonyms analyzed by choice of analyzer)
- * @author MAHarwood
+ *
  */
 class SynonymTokenizer extends TokenStream
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java	(working copy)
@@ -18,8 +18,8 @@
 
 /**
  * Simple {@link Formatter} implementation to highlight terms with a pre and post tag
- * @author MAHarwood
  *
+ *
  */
 public class SimpleHTMLFormatter implements Formatter
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java	(working copy)
@@ -22,7 +22,7 @@
  * doesn't work in Mozilla, thus this class.
  *
  * @see GradientFormatter
- * @author David Spencer dave@searchmorph.com
+ *
  */
 
 public class SpanGradientFormatter
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java	(working copy)
@@ -21,7 +21,7 @@
 /**
  * {@link Fragmenter} implementation which breaks text up into same-size 
  * fragments with no concerns over spotting sentence boundaries.
- * @author mark@searcharea.co.uk
+ *
  */
 public class SimpleFragmenter implements Fragmenter
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java	(working copy)
@@ -20,8 +20,8 @@
 /**
  * Low-level class used to record information about a section of a document 
  * with a score.
- * @author MAHarwood
  *
+ *
  * 
  */
 public class TextFragment
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLEncoder.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLEncoder.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLEncoder.java	(working copy)
@@ -17,8 +17,8 @@
 
 /**
  * Simple {@link Encoder} implementation to escape text for HTML output
- * @author Nicko Cadell
  *
+ *
  */
 public class SimpleHTMLEncoder implements Encoder
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/Encoder.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/Encoder.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/Encoder.java	(working copy)
@@ -19,7 +19,7 @@
 /**
  * Encodes original text. The Encoder works with the Formatter to generate the output.
  *
- * @author Nicko Cadell
+ *
  */
 public interface Encoder
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java	(working copy)
@@ -20,7 +20,7 @@
  * Formats text with different color intensity depending on the score of the
  * term.
  * 
- * @author maharwood
+ *
  */
 public class GradientFormatter implements Formatter
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java	(working copy)
@@ -27,7 +27,7 @@
  * {@link Scorer} implementation which scores text fragments by the number of unique query terms found.
  * This class uses the {@link QueryTermExtractor} class to process determine the query terms and 
  * their boosts to be used. 
- * @author mark@searcharea.co.uk
+ *
  */
 //TODO: provide option to boost score of fragments near beginning of document 
 // based on fragment.getFragNum()
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/DefaultEncoder.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/DefaultEncoder.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/DefaultEncoder.java	(working copy)
@@ -17,8 +17,8 @@
 
 /**
  * Simple {@link Encoder} implementation that does not modify the output
- * @author Nicko Cadell
  *
+ *
  */
 public class DefaultEncoder implements Encoder
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java	(working copy)
@@ -39,7 +39,7 @@
  * Hides implementation issues associated with obtaining a TokenStream for use with
  * the higlighter - can obtain from TermFreqVectors with offsets and (optionally) positions or
  * from Analyzer class reparsing the stored content. 
- * @author maharwood
+ *
  */
 public class TokenSources
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java	(working copy)
@@ -17,7 +17,7 @@
  */
 
 /** Lightweight class to hold term and a weight value used for scoring this term 
- * @author Mark Harwood
+ *
  */
 public class WeightedTerm
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java	(working copy)
@@ -22,7 +22,7 @@
  * Implements the policy for breaking text into multiple fragments for consideration
  * by the {@link Highlighter} class. A sophisticated implementation may do this on the basis
  * of detecting end of sentences in the text. 
- * @author mark@searcharea.co.uk
+ *
  */
 public interface Fragmenter
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java	(working copy)
@@ -20,7 +20,7 @@
 /**
  * One, or several overlapping tokens, along with the score(s) and the
  * scope of the original text
- * @author MAHarwood
+ *
  */
 public class TokenGroup
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java	(working copy)
@@ -20,7 +20,7 @@
 
 /**
  * Adds to the score for a fragment based on its tokens
- * @author mark@searcharea.co.uk
+ *
  */
 public interface Scorer
 {
Index: contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java
===================================================================
--- contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java	(revision 563675)
+++ contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java	(working copy)
@@ -30,7 +30,7 @@
  * Class used to markup highlighted terms found in the best sections of a
  * text, using configurable {@link Fragmenter}, {@link Scorer}, {@link Formatter},
  * {@link Encoder} and tokenizers.
- * @author mark@searcharea.co.uk
+ *
  */
 public class Highlighter
 {
Index: contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java
===================================================================
--- contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java	(revision 563675)
+++ contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java	(working copy)
@@ -30,7 +30,7 @@
 import org.apache.lucene.queryParser.ParseException;
 
 /**
- * @author  Ronnie Kolehmainen (ronnie.kolehmainen at ub.uu.se)
+ *
  * @version $Revision$, $Date$
  */
 public class TestAnalyzingQueryParser extends TestCase {
Index: contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java
===================================================================
--- contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java	(revision 563675)
+++ contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java	(working copy)
@@ -38,7 +38,7 @@
  * become <code>h?user</code> when using this parser and thus no match would be found (i.e.
  * using this parser will be no improvement over QueryParser in such cases). 
  *
- * @author  Ronnie Kolehmainen (ronnie.kolehmainen at ub.uu.se)
+ *
  * @version $Revision$, $Date$
  */
 public class AnalyzingQueryParser extends org.apache.lucene.queryParser.QueryParser {
Index: contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.java
===================================================================
--- contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.java	(revision 563675)
+++ contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.java	(working copy)
@@ -55,9 +55,9 @@
  * documentation</a>.
  * </p>
  *
- * @author Brian Goetz
- * @author Peter Halacsy
- * @author Tatu Saloranta
+ *
+ *
+ *
  */
 
 public class PrecedenceQueryParser implements PrecedenceQueryParserConstants {
Index: contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj
===================================================================
--- contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj	(revision 563675)
+++ contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj	(working copy)
@@ -79,9 +79,9 @@
  * documentation</a>.
  * </p>
  *
- * @author Brian Goetz
- * @author Peter Halacsy
- * @author Tatu Saloranta
+ *
+ *
+ *
  */
 
 public class PrecedenceQueryParser {
Index: contrib/miscellaneous/src/java/org/apache/lucene/index/FieldNormModifier.java
===================================================================
--- contrib/miscellaneous/src/java/org/apache/lucene/index/FieldNormModifier.java	(revision 563675)
+++ contrib/miscellaneous/src/java/org/apache/lucene/index/FieldNormModifier.java	(working copy)
@@ -34,8 +34,8 @@
  * NOTE: This will overwrite any length normalization or field/document boosts.
  * </p>
  *
- * @author Chris Hostetter
- * @author Otis Gospodnetic
+ *
+ *
  */
 public class FieldNormModifier {
 
Index: contrib/miscellaneous/src/java/org/apache/lucene/misc/ChainedFilter.java
===================================================================
--- contrib/miscellaneous/src/java/org/apache/lucene/misc/ChainedFilter.java	(revision 563675)
+++ contrib/miscellaneous/src/java/org/apache/lucene/misc/ChainedFilter.java	(working copy)
@@ -75,7 +75,7 @@
  * /least computationally-intensive filters first.
  * </p>
  *
- * @author <a href="mailto:kelvint@apache.org">Kelvin Tan</a>
+ *
  */
 public class ChainedFilter extends Filter
 {
Index: contrib/miscellaneous/src/java/org/apache/lucene/misc/IndexMergeTool.java
===================================================================
--- contrib/miscellaneous/src/java/org/apache/lucene/misc/IndexMergeTool.java	(revision 563675)
+++ contrib/miscellaneous/src/java/org/apache/lucene/misc/IndexMergeTool.java	(working copy)
@@ -27,7 +27,7 @@
 /**
  * Merges indices specified on the command line into the index
  * specified as the first command line argument.
- * @author Erik Hatcher
+ *
  * @version $Id$
  */
 public class IndexMergeTool {
Index: contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestLuceneDictionary.java
===================================================================
--- contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestLuceneDictionary.java	(revision 563675)
+++ contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestLuceneDictionary.java	(working copy)
@@ -35,7 +35,7 @@
  * It first creates a simple index and then a couple of instances of LuceneDictionary
  * on different fields and checks if all the right text comes back.
  *
- * @author Christian Mallwitz
+ *
  */
 public class TestLuceneDictionary extends TestCase {
 
Index: contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java
===================================================================
--- contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java	(revision 563675)
+++ contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java	(working copy)
@@ -35,7 +35,7 @@
 /**
  * Spell checker test case
  *
- * @author Nicolas Maisonneuve
+ *
  */
 public class TestSpellChecker extends TestCase {
   private SpellChecker spellChecker;
Index: contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestPlainTextDictionary.java
===================================================================
--- contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestPlainTextDictionary.java	(revision 563675)
+++ contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestPlainTextDictionary.java	(working copy)
@@ -27,7 +27,7 @@
 /**
  * Test case for PlainTextDictionary
  *
- * @author Daniel Naber
+ *
  */
 public class TestPlainTextDictionary extends TestCase {
 
Index: contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java
===================================================================
--- contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java	(revision 563675)
+++ contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java	(working copy)
@@ -33,8 +33,8 @@
  * When using IndexReader.terms(Term) the code must not call next() on TermEnum
  * as the first call to TermEnum, see: http://issues.apache.org/jira/browse/LUCENE-6
  *
- * @author Nicolas Maisonneuve
- * @author Christian Mallwitz
+ *
+ *
  */
 public class LuceneDictionary implements Dictionary {
   private IndexReader reader;
Index: contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java
===================================================================
--- contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java	(revision 563675)
+++ contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java	(working copy)
@@ -23,7 +23,7 @@
 
 /**
  * Sorts SuggestWord instances
- * @author Nicolas Maisonneuve
+ *
  */
 final class SuggestWordQueue extends PriorityQueue {
 
Index: contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java
===================================================================
--- contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java	(revision 563675)
+++ contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java	(working copy)
@@ -51,7 +51,7 @@
  *  String[] suggestions = spellchecker.suggestSimilar("misspelt", 5);
  * </pre>
  * 
- * @author Nicolas Maisonneuve
+ *
  * @version 1.0
  */
 public class SpellChecker {
Index: contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java
===================================================================
--- contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java	(revision 563675)
+++ contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java	(working copy)
@@ -22,7 +22,7 @@
  * A simple interface representing a Dictionary. A Dictionary
  * here is just a list of words.
  * 
- * @author Nicolas Maisonneuve
+ *
  * @version 1.0
  */
 public interface Dictionary {
Index: contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java
===================================================================
--- contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java	(revision 563675)
+++ contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java	(working copy)
@@ -21,7 +21,7 @@
 /**
  *  SuggestWord, used in suggestSimilar method in SpellChecker class.
  * 
- *  @author Nicolas Maisonneuve
+ *
  */
 final class SuggestWord {
   /**
Index: contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java
===================================================================
--- contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java	(revision 563675)
+++ contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java	(working copy)
@@ -30,7 +30,7 @@
  * word2<br/>
  * word3<br/>
  *
- * @author Nicolas Maisonneuve
+ *
  */
 public class PlainTextDictionary implements Dictionary {
 
Index: contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java
===================================================================
--- contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java	(revision 563675)
+++ contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java	(working copy)
@@ -195,7 +195,7 @@
 the^3
 </pre>
 
-@author whoschek.AT.lbl.DOT.gov
+
 */
 public class MemoryIndexTest extends TestCase {
   
Index: contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java
===================================================================
--- contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java	(revision 563675)
+++ contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java	(working copy)
@@ -58,7 +58,7 @@
 Thus the PatternAnalyzer produces correct output, whereas the WhitespaceAnalyzer 
 silently truncates text, and so the comparison results in assertEquals() don't match up. 
 
-@author whoschek.AT.lbl.DOT.gov
+
 */
 public class PatternAnalyzerTest extends TestCase {
   
Index: contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java
===================================================================
--- contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java	(revision 563675)
+++ contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java	(working copy)
@@ -167,7 +167,7 @@
  * href="http://java.sun.com/developer/technicalArticles/Programming/HPROF.html">
  * hprof tracing </a>).
  * 
- * @author whoschek.AT.lbl.DOT.gov
+ *
  */
 public class MemoryIndex {
 
Index: contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java
===================================================================
--- contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java	(revision 563675)
+++ contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java	(working copy)
@@ -39,7 +39,7 @@
  * Various fulltext analysis utilities avoiding redundant code in several
  * classes.
  * 
- * @author whoschek.AT.lbl.DOT.gov
+ *
  */
 public class AnalyzerUtil {
   
Index: contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java
===================================================================
--- contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java	(revision 563675)
+++ contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java	(working copy)
@@ -61,7 +61,7 @@
  *     "English"));
  * </pre>
  * 
- * @author whoschek.AT.lbl.DOT.gov
+ *
  */
 public class PatternAnalyzer extends Analyzer {
   
Index: contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java
===================================================================
--- contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java	(revision 563675)
+++ contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java	(working copy)
@@ -28,7 +28,7 @@
  * underlying child stream; the child stream must deliver lowercase tokens
  * for synonyms to be found.
  * 
- * @author whoschek.AT.lbl.DOT.gov
+ *
  */
 public class SynonymTokenFilter extends TokenFilter {
     
Index: contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java
===================================================================
--- contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java	(revision 563675)
+++ contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java	(working copy)
@@ -68,7 +68,7 @@
  * xxxx:[]
  * </pre>
  * 
- * @author whoschek.AT.lbl.DOT.gov
+ *
  * @see <a target="_blank"
  *      href="http://www.cogsci.princeton.edu/~wn/man/prologdb.5WN.html">prologdb
  *      man page </a>
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java	(working copy)
@@ -25,7 +25,7 @@
 import org.apache.lucene.analysis.Token;
 
 /**
- * @author rayt
+ *
  */
 public class TestChineseTokenizer extends TestCase
 {
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/el/GreekAnalyzerTest.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/el/GreekAnalyzerTest.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/el/GreekAnalyzerTest.java	(working copy)
@@ -28,7 +28,7 @@
 /**
  * A unit test class for verifying the correct operation of the GreekAnalyzer.
  *
- * @author past
+ * 
  */
 public class GreekAnalyzerTest extends TestCase {
 
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenizerTest.java	(working copy)
@@ -26,7 +26,7 @@
 
 /**
  * Tests {@link NGramTokenizer} for correctness.
- * @author Otis Gospodnetic
+ *
  */
 public class NGramTokenizerTest extends TestCase {
     private StringReader input;
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilterTest.java	(working copy)
@@ -27,7 +27,7 @@
 
 /**
  * Tests {@link EdgeNGramTokenFilter} for correctness.
- * @author Otis Gospodnetic
+ * 
  */
 public class EdgeNGramTokenFilterTest extends TestCase {
   private TokenStream input;
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenizerTest.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenizerTest.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/EdgeNGramTokenizerTest.java	(working copy)
@@ -25,7 +25,7 @@
 
 /**
  * Tests {@link EdgeNGramTokenizer} for correctness.
- * @author Otis Gospodnetic
+ * 
  */
 public class EdgeNGramTokenizerTest extends TestCase {
   private StringReader input;
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/ngram/NGramTokenFilterTest.java	(working copy)
@@ -28,7 +28,7 @@
 
 /**
  * Tests {@link NGramTokenFilter} for correctness.
- * @author Otis Gospodnetic
+ * 
  */
 public class NGramTokenFilterTest extends TestCase {
     private TokenStream input;
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java	(working copy)
@@ -27,7 +27,7 @@
 /**
  * Test case for RussianAnalyzer.
  *
- * @author    Boris Okner
+ *
  * @version   $Id$
  */
 
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/fr/TestElision.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/fr/TestElision.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/fr/TestElision.java	(working copy)
@@ -32,8 +32,8 @@
 import org.apache.lucene.analysis.standard.StandardTokenizer;
 
 /**
- * @author Mathieu Lecarme<mlecarme@openwide.fr>
  * 
+ * 
  */
 public class TestElision extends TestCase {
 
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/fr/TestFrenchAnalyzer.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/fr/TestFrenchAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/fr/TestFrenchAnalyzer.java	(working copy)
@@ -65,7 +65,7 @@
 /**
  * Test case for FrenchAnalyzer.
  *
- * @author    Jean-François Halleux
+ * 
  * @version   $version$
  */
 
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java	(working copy)
@@ -34,7 +34,7 @@
  * than perfect, as it doesn't use any word lists with exceptions. We 
  * also check some of the cases where the algorithm is wrong.
  * 
- * @author Daniel Naber
+ * 
  */
 public class TestGermanStemFilter extends TestCase {
 
Index: contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java
===================================================================
--- contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java	(working copy)
@@ -26,7 +26,7 @@
 /**
  * Test case for ThaiAnalyzer, modified from TestFrenchAnalyzer
  *
- * @author    Samphan Raruenrom <samphan@osdev.co.th>
+ *
  * @version   0.1
  */
 
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java	(working copy)
@@ -28,7 +28,7 @@
  *   build from a ChineseTokenizer, filtered with ChineseFilter.
  * Copyright:   Copyright (c) 2001
  * Company:
- * @author Yiyi Sun
+ * 
  * @version 1.0
  *
  */
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java	(working copy)
@@ -33,7 +33,7 @@
  *
  * Copyright:    Copyright (c) 2001
  * Company:
- * @author Yiyi Sun
+ * 
  * @version 1.0
  *
  */
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java	(working copy)
@@ -45,7 +45,7 @@
  * C4C2, C1C2C3 ... the ChineseTokenizer works, but the
  * CJKTokenizer will not work.
  *
- * @author Yiyi Sun
+ *
  * @version 1.0
  *
  */
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekAnalyzer.java	(working copy)
@@ -31,7 +31,7 @@
  * that will not be indexed at all).
  * A default set of stopwords is used unless an alternative list is specified.
  *
- * @author  Panagiotis Astithas, past@ebs.gr
+ * 
  */
 public final class GreekAnalyzer extends Analyzer
 {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekLowerCaseFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekLowerCaseFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekLowerCaseFilter.java	(working copy)
@@ -23,7 +23,7 @@
 /**
  * Normalizes token text to lower case, analyzing given ("greek") charset.
  *
- * @author  Panagiotis Astithas, past@ebs.gr
+ * 
  */
 public final class GreekLowerCaseFilter extends TokenFilter
 {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekCharsets.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekCharsets.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/el/GreekCharsets.java	(working copy)
@@ -23,7 +23,7 @@
  * including accented ones. One should be able to add other encoding schemes (see RFC 1947) by adding
  * the definition of a new charset as well as the required logic in the toLowerCase() method.
  *
- * @author  Panagiotis Astithas, past@ebs.gr
+ * 
  */
 public class GreekCharsets
 {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java	(working copy)
@@ -36,7 +36,7 @@
  * will not be indexed at all) and an external list of exclusions (word that will
  * not be stemmed, but indexed).
  *
- * @author    Jo&atilde;o Kramer
+ * 
  */
 public final class BrazilianAnalyzer extends Analyzer {
 
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java	(working copy)
@@ -29,7 +29,7 @@
 /**
  * Based on GermanStemFilter
  *
- * @author Jo&atilde;o Kramer
+ * 
  */
 public final class BrazilianStemFilter extends TokenFilter {
 
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenizer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenizer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenizer.java	(working copy)
@@ -17,15 +17,15 @@
  * limitations under the License.
  */
 
+import java.io.IOException;
+import java.io.Reader;
+
 import org.apache.lucene.analysis.Token;
 import org.apache.lucene.analysis.Tokenizer;
 
-import java.io.IOException;
-import java.io.Reader;
-
 /**
  * Tokenizes the input into n-grams of the given size(s).
- * @author Otis Gospodnetic
+ * 
  */
 public class NGramTokenizer extends Tokenizer {
   public static final int DEFAULT_MIN_NGRAM_SIZE = 1;
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenFilter.java	(working copy)
@@ -26,7 +26,7 @@
 
 /**
  * Tokenizes the given token into n-grams of given size(s).
- * @author Otis Gospodnetic
+ * 
  */
 public class EdgeNGramTokenFilter extends TokenFilter {
   public static final Side DEFAULT_SIDE = Side.FRONT;
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/EdgeNGramTokenizer.java	(working copy)
@@ -17,16 +17,16 @@
  * limitations under the License.
  */
 
+import java.io.IOException;
+import java.io.Reader;
+
 import org.apache.lucene.analysis.Token;
 import org.apache.lucene.analysis.Tokenizer;
 
-import java.io.IOException;
-import java.io.Reader;
-
 /**
  * Tokenizes the input from an edge into n-grams of given size(s).
- * @author Otis Gospodnetic
- * @author Adam Hiatt
+ *
+ * 
  */
 public class EdgeNGramTokenizer extends Tokenizer {
   public static final Side DEFAULT_SIDE = Side.FRONT;
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ngram/NGramTokenFilter.java	(working copy)
@@ -26,7 +26,7 @@
 
 /**
  * Tokenizes the input into n-grams of the given size(s).
- * @author Otis Gospodnetic
+ * 
  */
 public class NGramTokenFilter extends TokenFilter {
   public static final int DEFAULT_MIN_NGRAM_SIZE = 1;
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java	(working copy)
@@ -26,7 +26,7 @@
  * which doesn't know how to detect letters in encodings like CP1252 and KOI8
  * (well-known problems with 0xD7 and 0xF7 chars)
  *
- * @author  Boris Okner, b.okner@rogers.com
+ *
  * @version $Id$
  */
 
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java	(working copy)
@@ -24,7 +24,7 @@
 /**
  * Normalizes token text to lower case, analyzing given ("russian") charset.
  *
- * @author  Boris Okner, b.okner@rogers.com
+ *
  * @version $Id$
  */
 public final class RussianLowerCaseFilter extends TokenFilter
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java	(working copy)
@@ -23,7 +23,7 @@
  * One should be able to add other encoding schemes (like ISO-8859-5 or customized) by adding a new charset
  * and adding logic to toLowerCase() method for that charset.
  *
- * @author  Boris Okner, b.okner@rogers.com
+ *
  * @version $Id$
  */
 public class RussianCharsets
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java	(working copy)
@@ -20,7 +20,7 @@
 /**
  * Russian stemming algorithm implementation (see http://snowball.sourceforge.net for detailed description).
  *
- * @author  Boris Okner, b.okner@rogers.com
+ *
  * @version $Id$
  */
 class RussianStemmer
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java	(working copy)
@@ -27,7 +27,7 @@
  * The input should be filtered by RussianLowerCaseFilter before passing it to RussianStemFilter ,
  * because RussianStemFilter only works  with lowercase part of any "russian" charset.
  *
- * @author    Boris Okner, b.okner@rogers.com
+ *
  * @version   $Id$
  */
 public final class RussianStemFilter extends TokenFilter
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java	(working copy)
@@ -31,7 +31,7 @@
  * will not be indexed at all).
  * A default set of stopwords is used unless an alternative list is specified.
  *
- * @author  Boris Okner, b.okner@rogers.com
+ *
  * @version $Id$
  */
 public final class RussianAnalyzer extends Analyzer
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java	(working copy)
@@ -34,7 +34,7 @@
  * please search  <a
  * href="http://www.google.com/search?q=word+chinese+segment">google</a>
  *
- * @author Che, Dong
+ * 
  */
 public final class CJKTokenizer extends Tokenizer {
     //~ Static fields/initializers ---------------------------------------------
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java	(working copy)
@@ -28,7 +28,7 @@
 /**
  * Filters CJKTokenizer with StopFilter.
  *
- * @author Che, Dong
+ * 
  */
 public class CJKAnalyzer extends Analyzer {
   //~ Static fields/initializers ---------------------------------------------
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java	(working copy)
@@ -23,7 +23,7 @@
  * refer to http://snowball.sourceforge.net/french/stemmer.html<br>
  * (French stemming algorithm) for details
  *
- * @author    Patrick Talbot
+ * 
  */
 
 public class FrenchStemmer {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java	(working copy)
@@ -17,20 +17,21 @@
  * limitations under the License.
  */
 
-import org.apache.lucene.analysis.Token;
-import org.apache.lucene.analysis.TokenFilter;
-import org.apache.lucene.analysis.TokenStream;
 import java.io.IOException;
+import java.util.HashSet;
 import java.util.Hashtable;
-import java.util.HashSet;
 import java.util.Set;
 
+import org.apache.lucene.analysis.Token;
+import org.apache.lucene.analysis.TokenFilter;
+import org.apache.lucene.analysis.TokenStream;
+
 /**
  * A filter that stemms french words. It supports a table of words that should
  * not be stemmed at all. The used stemmer can be changed at runtime after the
  * filter object is created (as long as it is a FrenchStemmer).
  *
- * @author    Patrick Talbot (based on Gerhard Schwarz work for German)
+ * 
  */
 public final class FrenchStemFilter extends TokenFilter {
 
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/fr/ElisionFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/fr/ElisionFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/fr/ElisionFilter.java	(working copy)
@@ -33,7 +33,7 @@
  * Note that StandardTokenizer sees " ' " as a space, and cuts it out.
  * 
  * @see <a href="http://fr.wikipedia.org/wiki/%C3%89lision">Elision in Wikipedia</a> 
- * @author <a href="mailto:mlecarme@openwide.fr">Mathieu Lecarme</a>
+ * 
  */
 public class ElisionFilter extends TokenFilter {
   private Set articles = null;
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java	(working copy)
@@ -39,7 +39,7 @@
  * A default set of stopwords is used unless an alternative list is specified, the
  * exclusion list is empty by default.
  *
- * @author Patrick Talbot (based on Gerhard Schwarz's work for German)
+ * 
  * @version $Id$
  */
 public final class FrenchAnalyzer extends Analyzer {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java	(working copy)
@@ -40,7 +40,7 @@
  * A default set of stopwords is used unless an alternative list is specified, the
  * exclusion list is empty by default.
  *
- * @author Gerhard Schwarz
+ *
  * @version $Id$
  */
 public class GermanAnalyzer extends Analyzer {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java	(working copy)
@@ -23,7 +23,7 @@
  * "A Fast and Simple Stemming Algorithm for German Words" by J&ouml;rg
  * Caumanns (joerg.caumanns at isst.fhg.de).
  *
- * @author    Gerhard Schwarz
+ *
  * @version   $Id$
  */
 public class GermanStemmer
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java	(working copy)
@@ -29,7 +29,7 @@
  * not be stemmed at all. The stemmer used can be changed at runtime after the
  * filter object is created (as long as it is a GermanStemmer).
  *
- * @author    Gerhard Schwarz
+ *
  * @version   $Id$
  */
 public final class GermanStemFilter extends TokenFilter
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java	(working copy)
@@ -25,7 +25,7 @@
  * the <a href="http://snowball.tartarus.org/algorithms/dutch/stemmer.html">dutch stemming</a>
  * algorithm in Martin Porter's snowball project.
  * 
- * @author Edwin de Jonge (ejne at cbs.nl)
+ *
  */
 
 public class DutchStemmer {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java	(working copy)
@@ -32,7 +32,7 @@
  * not be stemmed at all. The stemmer used can be changed at runtime after the
  * filter object is created (as long as it is a DutchStemmer).
  * 
- * @author Edwin de Jonge
+ *
  */
 public final class DutchStemFilter extends TokenFilter {
   /**
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java	(working copy)
@@ -39,7 +39,7 @@
  * A default set of stopwords is used unless an alternative list is specified, the
  * exclusion list is empty by default.
  * 
- * @author Edwin de Jonge
+ *
  */
 public class DutchAnalyzer extends Analyzer {
   /**
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java	(working copy)
@@ -29,7 +29,7 @@
  *         should contain only one word. If the file is not found or on any error, an
  *         empty table is returned.
  *         
- * @author Gerhard Schwarz
+ *
  * @deprecated use {@link org.apache.lucene.analysis.WordlistLoader} instead
  */
 public class WordlistLoader {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/th/ThaiWordFilter.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/th/ThaiWordFilter.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/th/ThaiWordFilter.java	(working copy)
@@ -27,7 +27,7 @@
 /**
  * TokenFilter that use java.text.BreakIterator to break each 
  * Token that is Thai into separate Token(s) for each Thai word.
- * @author Samphan Raruenrom <samphan@osdev.co.th> for To-Be-One Technology Co., Ltd.
+ *
  * @version 0.2
  */
 public class ThaiWordFilter extends TokenFilter {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/th/ThaiAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/th/ThaiAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/th/ThaiAnalyzer.java	(working copy)
@@ -26,7 +26,7 @@
 
 /**
  * Analyzer for Thai language. It uses java.text.BreakIterator to break words.
- * @author Samphan Raruenrom <samphan@osdev.co.th> for To-Be-One Technology Co., Ltd.
+ *
  * @version 0.2
  */
 public class ThaiAnalyzer extends Analyzer {
Index: contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java
===================================================================
--- contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java	(revision 563675)
+++ contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java	(working copy)
@@ -36,7 +36,7 @@
  * A default set of stopwords is used unless an alternative list is specified, the
  * exclusion list is empty by default.
  *
- * @author    Lukas Zapletal [lzap@root.cz]
+ *
  */
 public final class CzechAnalyzer extends Analyzer {
 
Index: contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThis.java
===================================================================
--- contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThis.java	(revision 563675)
+++ contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThis.java	(working copy)
@@ -143,9 +143,9 @@
  *  - optimise: when no termvector support available - used maxNumTermsParsed to limit amount of tokenization
  * </pre>
  * 
- * @author David Spencer
- * @author Bruce Ritchie
- * @author Mark Harwood
+ *
+ *
+ *
  */
 public final class MoreLikeThis {
 
Index: contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java
===================================================================
--- contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java	(revision 563675)
+++ contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java	(working copy)
@@ -35,7 +35,7 @@
  * A simple wrapper for MoreLikeThis for use in scenarios where a Query object is required eg
  * in custom QueryParser extensions. At query.rewrite() time the reader is used to construct the
  * actual MoreLikeThis object and obtain the real Query object.
- * @author maharwood
+ *
  */
 public class MoreLikeThisQuery extends Query
 {
Index: contrib/queries/src/java/org/apache/lucene/search/TermsFilter.java
===================================================================
--- contrib/queries/src/java/org/apache/lucene/search/TermsFilter.java	(revision 563675)
+++ contrib/queries/src/java/org/apache/lucene/search/TermsFilter.java	(working copy)
@@ -33,7 +33,7 @@
  * a choice of "category" labels picked by the end user. As a filter, this is much faster than the 
  * equivalent query (a BooleanQuery with many "should" TermQueries)
  * 
- * @author maharwood
+ *
  */
 public class TermsFilter extends Filter
 {
Index: contrib/queries/src/java/org/apache/lucene/search/FilterClause.java
===================================================================
--- contrib/queries/src/java/org/apache/lucene/search/FilterClause.java	(revision 563675)
+++ contrib/queries/src/java/org/apache/lucene/search/FilterClause.java	(working copy)
@@ -24,7 +24,7 @@
  * is used when composed with another filter.
  * (Follows the boolean logic in BooleanClause for composition 
  * of queries.)
- * @author BPDThebault
+ *
  */
 
 public class FilterClause implements java.io.Serializable
Index: contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.java
===================================================================
--- contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.java	(revision 563675)
+++ contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.java	(working copy)
@@ -32,7 +32,7 @@
  * SHOULD Filters are OR'd together
  * The resulting Filter is NOT'd with the NOT Filters
  * The resulting Filter is AND'd with the MUST Filters
- * @author BPDThebault
+ *
  */
 
 public class BooleanFilter extends Filter
Index: contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java
===================================================================
--- contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java	(revision 563675)
+++ contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java	(working copy)
@@ -46,7 +46,7 @@
  * terms eg misspellings. Instead, all variants use the same IDF ranking (the one for the source query 
  * term) and this is factored into the variant's boost. If the source query term does not exist in the
  * index the average IDF of the variants is used. 
- * @author maharwood
+ *
  */
 public class FuzzyLikeThisQuery extends Query
 {
