You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/04/21 00:55:21 UTC

svn commit: r530941 [1/2] - in /logging/log4j/trunk/tests/src/java/org/apache/log4j: ./ customLogger/ db/ defaultInit/ helpers/ html/ joran/ lbel/ net/ or/ pattern/ performance/ rolling/ scheduler/ spi/ util/ varia/ watchdog/ xml/

Author: carnold
Date: Fri Apr 20 15:55:17 2007
New Revision: 530941

URL: http://svn.apache.org/viewvc?view=rev&rev=530941
Log:
Bug 40755: Update test sources per ASF Header Policy

Modified:
    logging/log4j/trunk/tests/src/java/org/apache/log4j/AbstractAppenderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/CategoryTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/ConsoleAppenderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/DRFATestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/DeadlockTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/EncodingTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/FileAppenderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/HTMLLayoutTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/HierarchyThresholdTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/LayoutTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/LevelTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/LogManagerTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/LoggerTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternLayout.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternParser.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/NDCTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/PriorityTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/RFATestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/SimpleLog.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/StressCategory.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/TTCCLayoutTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorAppender.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorErrorHandler.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/WriterAppenderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLogger.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLoggerTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/db/BindDataSourceToJNDIAction.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/db/FullCycleDBTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase1.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase2.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase3.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase4.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/BoundedFIFOTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/CyclicBufferTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/DateLayoutTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LevelOptionConverterTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LogLogTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/ReaderWriterLockTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/VerifierThread.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/html/Loop.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/InterpreterTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/JoranConfiguratorTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/NOPAction.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/PatternTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SimpleStoreTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SkippingInInterpreterTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CoreParserTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CountingReaderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/EventEvaluationTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ParserTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ScanErrorTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/TokenStreamTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SMTPAppenderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/net/ShortSocketServer.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SyslogAppenderTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/or/ORTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/FormattingInfoTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/NameAbbreviatorTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/Num343PatternConverter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/PatternParserTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/GetLoggerTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/LoggingLoop.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/Loop.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/NOPWriter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/NewVsSetLen.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/NullAppender.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/performance/SystemTime.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/rolling/FileOpener.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/rolling/FilterBasedRollingTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/rolling/RenamingTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/rolling/SizeBasedRollingTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/rolling/TimeBasedRollingTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/scheduler/PeriodicJob.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/scheduler/SchedulerTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/LoggingEventTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/spi/ThrowableInformationTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/AbsoluteDateAndTimeFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/AbsoluteTimeFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/BinaryCompare.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/Compare.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/ControlFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/Filter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/ISO8601Filter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/JunitTestRunnerFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/LineNumberFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/RelativeTimeFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/SerializationTestHelper.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/SunReflectFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/Transformer.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/UnexpectedFormatException.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/XMLLineAttributeFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/XMLSequenceNumberFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/util/XMLTimestampFilter.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/varia/ERFATestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/varia/LevelMatchFilterTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/varia/LevelRangeFilterTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/watchdog/FileWatchdogTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/xml/CustomLevelTestCase.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/xml/DOMTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/xml/XLevel.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/xml/XMLLayoutTest.java
    logging/log4j/trunk/tests/src/java/org/apache/log4j/xml/XMLLayoutTestCase.java

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/AbstractAppenderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/AbstractAppenderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/AbstractAppenderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/AbstractAppenderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/AsyncAppenderTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/CategoryTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/CategoryTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/CategoryTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/CategoryTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/ConsoleAppenderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/ConsoleAppenderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/ConsoleAppenderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/ConsoleAppenderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/CoreTestSuite.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/DRFATestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/DRFATestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/DRFATestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/DRFATestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2006 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/DeadlockTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/DeadlockTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/DeadlockTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/DeadlockTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/EncodingTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/EncodingTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/EncodingTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/EncodingTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/FileAppenderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/FileAppenderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/FileAppenderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/FileAppenderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/HTMLLayoutTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/HTMLLayoutTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/HTMLLayoutTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/HTMLLayoutTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/HierarchyThresholdTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/HierarchyThresholdTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/HierarchyThresholdTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/HierarchyThresholdTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2006 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/LayoutTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/LayoutTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/LayoutTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/LayoutTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/LevelTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/LevelTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/LevelTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/LevelTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/LogManagerTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/LogManagerTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/LogManagerTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/LogManagerTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/LoggerTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/LoggerTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/LoggerTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/LoggerTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/MinimumTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternLayout.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternLayout.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternLayout.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternParser.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternParser.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternParser.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/MyPatternParser.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/NDCTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/NDCTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/NDCTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/NDCTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/PatternLayoutTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/PriorityTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/PriorityTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/PriorityTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/PriorityTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/RFATestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/RFATestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/RFATestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/RFATestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2005-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/SimpleLog.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/SimpleLog.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/SimpleLog.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/SimpleLog.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/StressCategory.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/StressCategory.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/StressCategory.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/StressCategory.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2006 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/TTCCLayoutTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/TTCCLayoutTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/TTCCLayoutTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/TTCCLayoutTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorAppender.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorAppender.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorAppender.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorErrorHandler.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorErrorHandler.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorErrorHandler.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/VectorErrorHandler.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/WriterAppenderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/WriterAppenderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/WriterAppenderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/WriterAppenderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLogger.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLogger.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLogger.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLogger.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLoggerTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLoggerTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLoggerTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/customLogger/XLoggerTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/db/BindDataSourceToJNDIAction.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/db/BindDataSourceToJNDIAction.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/db/BindDataSourceToJNDIAction.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/db/BindDataSourceToJNDIAction.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/db/FullCycleDBTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/db/FullCycleDBTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/db/FullCycleDBTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/db/FullCycleDBTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase1.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase1.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase1.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase1.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase2.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase2.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase2.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase2.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase3.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase3.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase3.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase3.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999-2006 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase4.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase4.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase4.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/defaultInit/TestCase4.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/BoundedFIFOTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/BoundedFIFOTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/BoundedFIFOTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/BoundedFIFOTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/CyclicBufferTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/CyclicBufferTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/CyclicBufferTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/CyclicBufferTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/DateLayoutTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/DateLayoutTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/DateLayoutTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/DateLayoutTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LevelOptionConverterTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LevelOptionConverterTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LevelOptionConverterTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LevelOptionConverterTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LogLogTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LogLogTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LogLogTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/LogLogTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/ReaderWriterLockTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/ReaderWriterLockTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/ReaderWriterLockTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/ReaderWriterLockTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/VerifierThread.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/VerifierThread.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/VerifierThread.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/helpers/VerifierThread.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/html/Loop.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/html/Loop.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/html/Loop.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/html/Loop.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/InterpreterTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/InterpreterTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/InterpreterTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/InterpreterTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2006 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/JoranConfiguratorTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/JoranConfiguratorTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/JoranConfiguratorTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/JoranConfiguratorTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/NOPAction.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/NOPAction.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/NOPAction.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/NOPAction.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/PatternTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/PatternTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/PatternTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/PatternTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SimpleStoreTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SimpleStoreTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SimpleStoreTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SimpleStoreTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SkippingInInterpreterTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SkippingInInterpreterTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SkippingInInterpreterTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/joran/SkippingInInterpreterTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CoreParserTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CoreParserTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CoreParserTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CoreParserTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CountingReaderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CountingReaderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CountingReaderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/CountingReaderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/EventEvaluationTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/EventEvaluationTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/EventEvaluationTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/EventEvaluationTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ParserTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ParserTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ParserTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ParserTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ScanErrorTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ScanErrorTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ScanErrorTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/ScanErrorTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/TokenStreamTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/TokenStreamTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/TokenStreamTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/lbel/TokenStreamTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SMTPAppenderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SMTPAppenderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SMTPAppenderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SMTPAppenderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/net/ShortSocketServer.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/net/ShortSocketServer.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/net/ShortSocketServer.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/net/ShortSocketServer.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SocketServerTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SyslogAppenderTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SyslogAppenderTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SyslogAppenderTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/net/SyslogAppenderTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/or/ORTestCase.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/or/ORTestCase.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/or/ORTestCase.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/or/ORTestCase.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/CachedDateFormatTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/FormattingInfoTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/FormattingInfoTest.java?view=diff&rev=530941&r1=530940&r2=530941
==============================================================================
--- logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/FormattingInfoTest.java (original)
+++ logging/log4j/trunk/tests/src/java/org/apache/log4j/pattern/FormattingInfoTest.java Fri Apr 20 15:55:17 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 1999,2005 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org