You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ca...@apache.org on 2008/01/29 11:19:29 UTC

svn commit: r616236 - in /logging/log4cxx/trunk/src: examples/cpp/ main/include/log4cxx/ main/include/log4cxx/filter/ main/include/log4cxx/pattern/ main/include/log4cxx/rolling/ performance/cpp/ test/cpp/ test/cpp/helpers/ test/cpp/rolling/

Author: carnold
Date: Tue Jan 29 02:19:22 2008
New Revision: 616236

URL: http://svn.apache.org/viewvc?rev=616236&view=rev
Log:
LOGCXX-228: Remove @author tags

Modified:
    logging/log4cxx/trunk/src/examples/cpp/console.cpp
    logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h
    logging/log4cxx/trunk/src/main/include/log4cxx/filter/andfilter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/filter/expressionfilter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/filter/locationinfofilter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/manualtriggeringpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/sizebasedtriggeringpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h
    logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h
    logging/log4cxx/trunk/src/performance/cpp/main.cpp
    logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h
    logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/hierarchytest.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/filenamepatterntestcase.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/manualrollingtest.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/sizebasedrollingtest.cpp
    logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp

Modified: logging/log4cxx/trunk/src/examples/cpp/console.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/examples/cpp/console.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/examples/cpp/console.cpp (original)
+++ logging/log4cxx/trunk/src/examples/cpp/console.cpp Tue Jan 29 02:19:22 2008
@@ -49,7 +49,7 @@
  *
  *    See bug LOGCXX_126.
  *
- *    @author Curt Arnold
+ *    
  */
 int main(int argc, char** argv)
 {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/dailyrollingfileappender.h Tue Jan 29 02:19:22 2008
@@ -41,7 +41,7 @@
   *  existing code and should not be used except when compatibility with version
   * of log4j prior to 1.3 is a concern.
   *
-  *  @author Curt Arnold
+  *  
   * @deprecated Replaced by {@link org.apache.log4j.rolling.RollingFileAppender}
 */
 class LOG4CXX_EXPORT DailyRollingFileAppender : public Appender, log4cxx::helpers::ObjectImpl {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/filter/andfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/filter/andfilter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/filter/andfilter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/filter/andfilter.h Tue Jan 29 02:19:22 2008
@@ -66,7 +66,7 @@
  * or
  * ! ( LEVEL == DEBUG && MSG ~= 'test' )
  *
- * @author Scott Deboy sdeboy@apache.org
+ * 
  */
         class LOG4CXX_EXPORT AndFilter:public log4cxx::spi::Filter
         {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/filter/expressionfilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/filter/expressionfilter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/filter/expressionfilter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/filter/expressionfilter.h Tue Jan 29 02:19:22 2008
@@ -73,7 +73,7 @@
  *
  * If there is no match, {@link Filter#NEUTRAL} is returned.
  *
- * @author Scott Deboy sdeboy@apache.org
+ * 
  */
         class LOG4CXX_EXPORT ExpressionFilter:public log4cxx::spi::Filter
         {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/filter/locationinfofilter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/filter/locationinfofilter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/filter/locationinfofilter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/filter/locationinfofilter.h Tue Jan 29 02:19:22 2008
@@ -41,7 +41,7 @@
  *
  * For information on expression syntax, see org.apache.log4j.rule.ExpressionRule
  *
- * @author Scott Deboy sdeboy@apache.org
+ * 
  */
         class LOG4CXX_EXPORT LocationInfoFilter:public log4cxx::spi::Filter
         {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/classnamepatternconverter.h Tue Jan 29 02:19:22 2008
@@ -28,7 +28,7 @@
 /**
  * Formats the class name of the site of the logging request.
  *
- * @author Ceki Gülcü
+ * 
  * 
  */
 class LOG4CXX_EXPORT ClassNamePatternConverter : public NamePatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/datepatternconverter.h Tue Jan 29 02:19:22 2008
@@ -30,7 +30,7 @@
 /**
  * Convert and format the event's date in a StringBuffer.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT DatePatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filedatepatternconverter.h Tue Jan 29 02:19:22 2008
@@ -28,7 +28,7 @@
  * date pattern for a %d specifier in a file name is different than
  * the %d pattern in pattern layout.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT FileDatePatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/filelocationpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -27,7 +27,7 @@
 /**
  * Return the event's line location information in a StringBuffer.
  *
- * @author Ceki Gülcü
+ * 
  * 
  */
 class LOG4CXX_EXPORT FileLocationPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/formattinginfo.h Tue Jan 29 02:19:22 2008
@@ -34,7 +34,7 @@
  * Modifies the output of a pattern converter for a specified minimum
  * and maximum width and alignment.
  *
- *  @author Curt Arnold
+ *  
  *
  *  
  */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/fulllocationpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -27,7 +27,7 @@
 /**
  * Format the event's line location information.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT FullLocationPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/integerpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Formats an integer.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT IntegerPatternConverter : public PatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/levelpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Return the event's level in a StringBuffer.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT LevelPatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/linelocationpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -27,7 +27,7 @@
 /**
  * Format the event's line location information.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT LineLocationPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/lineseparatorpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -27,7 +27,7 @@
 /**
  * Formats a line separator.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT LineSeparatorPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/literalpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Formats a string literal.
  *
- * @author Curt Arnold
+ * 
  * 
  *
  */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggerpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -27,7 +27,7 @@
 /**
  * Formats a logger name.
  *
- * @author Curt Arnold
+ * 
  *
  * 
  */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/loggingeventpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -32,7 +32,7 @@
     * LoggingEventPatternConverter is a base class for pattern converters
     * that can format information from instances of LoggingEvent.
     *
-    * @author Curt Arnold
+    * 
     *
     * 
     */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/messagepatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Formats the message of an logging event.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT MessagePatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/methodlocationpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Return the event's line location information in a StringBuffer.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT MethodLocationPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/nameabbreviator.h Tue Jan 29 02:19:22 2008
@@ -31,7 +31,7 @@
 /**
  * NameAbbreviator generates abbreviated logger and class names.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT NameAbbreviator : public log4cxx::helpers::ObjectImpl {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/ndcpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Return the event's NDC in a StringBuffer.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT NDCPatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternconverter.h Tue Jan 29 02:19:22 2008
@@ -44,10 +44,10 @@
    individual PatternConverters. Each of which is responsible for
    converting an object in a converter specific manner.
 
-   @author <a href="mailto:cakalijp@Maritz.com">James P. Cakalic</a>
-   @author Ceki G&uuml;lc&uuml;
-   @author Chris Nokes
-   @author Curt Arnold
+   
+   
+   
+   
 
    
  */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/patternparser.h Tue Jan 29 02:19:22 2008
@@ -49,11 +49,11 @@
  * <p>It is this class that parses conversion patterns and creates
  * a chained list of {@link PatternConverter PatternConverters}.
  *
- * @author James P. Cakalic
- * @author Ceki G&uuml;lc&uuml;
- * @author Anders Kristensen
- * @author Paul Smith
- * @author Curt Arnold
+ * 
+ * 
+ * 
+ * 
+ * 
  *
  * 
 */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/propertiespatternconverter.h Tue Jan 29 02:19:22 2008
@@ -30,7 +30,7 @@
  * within the property bundle
  * when this pattern converter has the option set.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT PropertiesPatternConverter

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/relativetimepatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Format the relative time in milliseconds.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT RelativeTimePatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/threadpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 /**
  * Formats the event thread name.
  *
- * @author Curt Arnold
+ * 
  * 
  */
 class LOG4CXX_EXPORT ThreadPatternConverter : public LoggingEventPatternConverter {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/pattern/throwableinformationpatternconverter.h Tue Jan 29 02:19:22 2008
@@ -27,7 +27,7 @@
  * Outputs the ThrowableInformation portion of the LoggingiEvent as a full stacktrace
  * unless this converter's option is 'short', where it just outputs the first line of the trace.
  *
- * @author Curt Arnold
+ * 
  * 
  *
  */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/filterbasedtriggeringpolicy.h Tue Jan 29 02:19:22 2008
@@ -38,7 +38,7 @@
  * by evaluating the current message against a set of filters.  Unless a
  * filter rejects a message, a rolling event will be triggered.
  *
- * @author Curt Arnold
+ * 
  * 
  *
  */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/fixedwindowrollingpolicy.h Tue Jan 29 02:19:22 2008
@@ -52,7 +52,7 @@
  * larger values are specified by the user.
  *
  *
- * @author Ceki G&uuml;lc&uuml;
+ * 
  * 
  * */
 

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/manualtriggeringpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/manualtriggeringpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/manualtriggeringpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/manualtriggeringpolicy.h Tue Jan 29 02:19:22 2008
@@ -34,7 +34,7 @@
          * ManualTriggeringPolicy only rolls over on explicit calls to
          * RollingFileAppender.rollover().
          *
-         * @author Curt Arnold
+         * 
          *
          */
         class LOG4CXX_EXPORT ManualTriggeringPolicy : public TriggeringPolicy {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingfileappender.h Tue Jan 29 02:19:22 2008
@@ -70,8 +70,8 @@
          * automatic compression of the archived files. See
          * {@link TimeBasedRollingPolicy} for more details.
          *
-         * @author Heinz Richter
-         * @author Ceki G&uuml;lc&uuml;
+         * 
+         * 
          * 
          * */
         class LOG4CXX_EXPORT RollingFileAppender : public FileAppender {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicy.h Tue Jan 29 02:19:22 2008
@@ -33,7 +33,7 @@
          * is also responsible for providing the <em>active log file</em>,
          * that is the live file where logging output will be directed.
          *
-         * @author Ceki G&uuml;lc&uuml;
+         * 
          * 
          *
         */

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/rollingpolicybase.h Tue Jan 29 02:19:22 2008
@@ -39,7 +39,7 @@
          * Implements methods common to most, it not all, rolling
          * policies.
          *
-         * @author Curt Arnold
+         * 
          * 
          */
         class LOG4CXX_EXPORT RollingPolicyBase :

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/sizebasedtriggeringpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/sizebasedtriggeringpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/sizebasedtriggeringpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/sizebasedtriggeringpolicy.h Tue Jan 29 02:19:22 2008
@@ -34,7 +34,7 @@
          * SizeBasedTriggeringPolicy looks at size of the file being
          * currently written to.
          *
-         * @author Ceki G&uuml;lc&uuml;
+         * 
          *
          */
         class LOG4CXX_EXPORT SizeBasedTriggeringPolicy : public TriggeringPolicy {

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h Tue Jan 29 02:19:22 2008
@@ -133,7 +133,7 @@
          * the {@link #activateOptions} method of the owning
          * <code>RollingFileAppender</code>.
          *
-         * @author Ceki G&uuml;lc&uuml;
+         * 
          * 
          */
         class LOG4CXX_EXPORT TimeBasedRollingPolicy : public RollingPolicyBase,

Modified: logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h (original)
+++ logging/log4cxx/trunk/src/main/include/log4cxx/rolling/triggeringpolicy.h Tue Jan 29 02:19:22 2008
@@ -35,7 +35,7 @@
          * occurs. Such conditions include time of day, file size, an
          * external event or a combination thereof.
          *
-         * @author Ceki G&uuml;lc&uuml;
+         * 
          * 
          * */
 

Modified: logging/log4cxx/trunk/src/performance/cpp/main.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/performance/cpp/main.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/performance/cpp/main.cpp (original)
+++ logging/log4cxx/trunk/src/performance/cpp/main.cpp Tue Jan 29 02:19:22 2008
@@ -41,7 +41,7 @@
 /**
  * Logs in a loop a number of times and measure the elapsed time.
  *
- * @author Ceki G&uuml;lc&uuml;
+ * 
  */
 class Loop {
   static int runLength;

Modified: logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/encodingtest.cpp Tue Jan 29 02:19:22 2008
@@ -39,7 +39,7 @@
 
 /**
  * Tests support for encoding specification.
- * @author Curt Arnold
+ * 
  * 
  */
 LOGUNIT_CLASS(EncodingTest) {

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/absolutetimedateformattestcase.cpp Tue Jan 29 02:19:22 2008
@@ -35,7 +35,7 @@
 
 /**
    Unit test {@link AbsoluteTimeDateFormat}.
-   @author Curt Arnold
+   
    */
 LOGUNIT_CLASS(AbsoluteTimeDateFormatTestCase) {
   LOGUNIT_TEST_SUITE(AbsoluteTimeDateFormatTestCase);

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/cacheddateformattestcase.cpp Tue Jan 29 02:19:22 2008
@@ -49,7 +49,7 @@
 
 /**
    Unit test {@link CachedDateFormat}.
-   @author Curt Arnold
+   
    */
 LOGUNIT_CLASS(CachedDateFormatTestCase)
    {

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/datetimedateformattestcase.cpp Tue Jan 29 02:19:22 2008
@@ -54,7 +54,7 @@
 
 /**
    Unit test {@link DateTimeDateFormat}.
-   @author Curt Arnold
+   
    
 */
 LOGUNIT_CLASS(DateTimeDateFormatTestCase)

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/iso8601dateformattestcase.cpp Tue Jan 29 02:19:22 2008
@@ -33,7 +33,7 @@
 
 /**
    Unit test {@link ISO8601DateFormat}.
-   @author Curt Arnold
+   
    */
 LOGUNIT_CLASS(ISO8601DateFormatTestCase) {
      LOGUNIT_TEST_SUITE( ISO8601DateFormatTestCase );

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/localechanger.h Tue Jan 29 02:19:22 2008
@@ -25,7 +25,7 @@
     /**
     *   Utility class to change the locale for the duration of a test.
     *
-    * @author Curt Arnold
+    * 
     * 
     *
     */

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/relativetimedateformattestcase.cpp Tue Jan 29 02:19:22 2008
@@ -33,7 +33,7 @@
 
 /**
    Unit test {@link RelativeTimeDateFormat} class.
-   @author Curt Arnold
+   
    */
 LOGUNIT_CLASS(RelativeTimeDateFormatTestCase) {
      LOGUNIT_TEST_SUITE(RelativeTimeDateFormatTestCase);

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/stringhelpertestcase.cpp Tue Jan 29 02:19:22 2008
@@ -26,7 +26,7 @@
 
 /**
    Unit test for StringHelper.
-   @author Curt Arnold
+   
    
 */
 LOGUNIT_CLASS(StringHelperTestCase)

Modified: logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/helpers/timezonetestcase.cpp Tue Jan 29 02:19:22 2008
@@ -31,7 +31,7 @@
 
 /**
    Unit test {@link TimeZone}.
-   @author Curt Arnold
+   
    */
 LOGUNIT_CLASS(TimeZoneTestCase) {
   LOGUNIT_TEST_SUITE(TimeZoneTestCase);

Modified: logging/log4cxx/trunk/src/test/cpp/hierarchytest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/hierarchytest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/hierarchytest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/hierarchytest.cpp Tue Jan 29 02:19:22 2008
@@ -25,7 +25,7 @@
 
 /**
  * Tests hierarchy.
- * @author Curt Arnold
+ * 
  */
 LOGUNIT_CLASS(HierarchyTest) {
   LOGUNIT_TEST_SUITE(HierarchyTest);

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/filenamepatterntestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/filenamepatterntestcase.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/filenamepatterntestcase.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/filenamepatterntestcase.cpp Tue Jan 29 02:19:22 2008
@@ -35,8 +35,8 @@
 /**
  * Tests for FileNamePattern.
  *
- * @author Ceki
- * @author Curt Arnold
+ * 
+ * 
  *
  */
 LOGUNIT_CLASS(FileNamePatternTestCase) {

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/filterbasedrollingtest.cpp Tue Jan 29 02:19:22 2008
@@ -38,7 +38,7 @@
  *
  * Tests of rolling file appender with a filter based triggering policy.
  *
- * @author Curt Arnold
+ * 
  * 
  *
  */

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/manualrollingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/manualrollingtest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/manualrollingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/manualrollingtest.cpp Tue Jan 29 02:19:22 2008
@@ -43,7 +43,7 @@
 /**
  *   Tests of explicit manual rolling of RollingFileAppenders.
  *
- * @author Curt Arnold
+ * 
  *
  */
 LOGUNIT_CLASS(ManualRollingTest)  {

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/obsoletedailyrollingfileappendertest.cpp Tue Jan 29 02:19:22 2008
@@ -43,7 +43,7 @@
 /**
  * Tests the emulation of org.apache.log4j.DailyRollingFileAppender
  *
- * @author Curt Arnold
+ * 
  *
  */
 LOGUNIT_CLASS(ObsoleteDailyRollingFileAppenderTest)  {

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/obsoleterollingfileappendertest.cpp Tue Jan 29 02:19:22 2008
@@ -39,7 +39,7 @@
 /**
  * Tests the emulation of org.apache.log4j.RollingFileAppender
  *
- * @author Curt Arnold
+ * 
  *
  */
  LOGUNIT_CLASS(ObsoleteRollingFileAppenderTest)  {

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/sizebasedrollingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/sizebasedrollingtest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/sizebasedrollingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/sizebasedrollingtest.cpp Tue Jan 29 02:19:22 2008
@@ -44,7 +44,7 @@
  *
  * Do not forget to call activateOptions when configuring programatically.
  *
- * @author Ceki G&uuml;lc&uuml;
+ * 
  *
  */
 LOGUNIT_CLASS(SizeBasedRollingTest)  {

Modified: logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp?rev=616236&r1=616235&r2=616236&view=diff
==============================================================================
--- logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp (original)
+++ logging/log4cxx/trunk/src/test/cpp/rolling/timebasedrollingtest.cpp Tue Jan 29 02:19:22 2008
@@ -59,7 +59,7 @@
  Test5      NO                SET          NO
  Test6      YES               SET          NO
  * </pre>
- * @author Ceki G&uuml;lc&uuml;
+ * 
  */
 LOGUNIT_CLASS(TimeBasedRollingTest) {