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 2007/01/10 23:29:00 UTC

svn commit: r495011 [8/10] - in /logging/log4cxx/trunk: ./ docs/ examples/ include/ include/log4cxx/ include/log4cxx/config/ include/log4cxx/db/ include/log4cxx/filter/ include/log4cxx/helpers/ include/log4cxx/net/ include/log4cxx/nt/ include/log4cxx/p...

Modified: logging/log4cxx/trunk/tests/input/rolling/obsoleteDRFA1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/rolling/obsoleteDRFA1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/rolling/obsoleteDRFA1.properties (original)
+++ logging/log4cxx/trunk/tests/input/rolling/obsoleteDRFA1.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.DailyRollingFileAppender
 log4j.appender.testAppender.file=output/obsoleteDRFA-test1.log

Modified: logging/log4cxx/trunk/tests/input/rolling/obsoleteERFA1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/rolling/obsoleteERFA1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/rolling/obsoleteERFA1.properties (original)
+++ logging/log4cxx/trunk/tests/input/rolling/obsoleteERFA1.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.varia.ExternallyRolledFileAppender
 log4j.appender.testAppender.file=output/obsoleteERFA-test1.log

Modified: logging/log4cxx/trunk/tests/input/rolling/obsoleteRFA1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/rolling/obsoleteRFA1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/rolling/obsoleteRFA1.properties (original)
+++ logging/log4cxx/trunk/tests/input/rolling/obsoleteRFA1.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, testAppender
 log4j.appender.testAppender=org.apache.log4j.RollingFileAppender
 log4j.appender.testAppender.file=output/obsoleteRFA-test1.log

Modified: logging/log4cxx/trunk/tests/input/rolling/time1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/rolling/time1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/rolling/time1.xml (original)
+++ logging/log4cxx/trunk/tests/input/rolling/time1.xml Wed Jan 10 14:28:31 2007
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <!DOCTYPE log4j:configuration>
 
 <log4j:configuration xmlns:log4j='http://logging.apache.org/' debug="true">

Modified: logging/log4cxx/trunk/tests/input/socketServer1.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer1.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer1.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer1.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer2.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer2.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer2.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer2.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer3.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer3.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer3.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer3.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.Logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.Logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer4.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer4.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer4.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer4.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.Logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.Logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer5.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer5.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer5.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer5.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.Logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.Logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer6.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer6.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer6.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer6.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.Logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.Logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer7.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer7.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer7.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer7.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.Logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.Logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/socketServer8.properties
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/socketServer8.properties?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/socketServer8.properties (original)
+++ logging/log4cxx/trunk/tests/input/socketServer8.properties Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 log4j.rootLogger=DEBUG, A
 log4j.Logger.org.apache.log4j.test.ShortSocketServer=WARN
 log4j.Logger.org.apache.log4j.net.SocketNode=WARN

Modified: logging/log4cxx/trunk/tests/input/xml/DOMTestCase1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/DOMTestCase1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/DOMTestCase1.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/DOMTestCase1.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/DOMTestCase2.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/DOMTestCase2.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/DOMTestCase2.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/DOMTestCase2.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/DOMTestCase3.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/DOMTestCase3.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/DOMTestCase3.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/DOMTestCase3.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/input/xml/Makefile.am Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 EXTRA_DIST = log4j.dtd *.xml
 
 # if we are building in a separate build tree, then copy all necessary files

Modified: logging/log4cxx/trunk/tests/input/xml/customLevel1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/customLevel1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/customLevel1.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/customLevel1.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'>
 

Modified: logging/log4cxx/trunk/tests/input/xml/customLevel2.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/customLevel2.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/customLevel2.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/customLevel2.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'
                      debug="false">

Modified: logging/log4cxx/trunk/tests/input/xml/customLevel3.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/customLevel3.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/customLevel3.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/customLevel3.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'
                      debug="false">

Modified: logging/log4cxx/trunk/tests/input/xml/customLevel4.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/customLevel4.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/customLevel4.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/customLevel4.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration debug="false" 
                      xmlns:log4j='http://jakarta.apache.org/log4j/'>

Modified: logging/log4cxx/trunk/tests/input/xml/customLogger1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/customLogger1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/customLogger1.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/customLogger1.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'
                      debug="false">

Modified: logging/log4cxx/trunk/tests/input/xml/customLogger2.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/customLogger2.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/customLogger2.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/customLogger2.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j='http://jakarta.apache.org/log4j/'
                      debug="false">

Modified: logging/log4cxx/trunk/tests/input/xml/defaultInit.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/defaultInit.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/defaultInit.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/defaultInit.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration debug="false" xmlns:log4j="http://jakarta.apache.org/log4j/">
 

Modified: logging/log4cxx/trunk/tests/input/xml/fallback1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/fallback1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/fallback1.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/fallback1.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
 

Modified: logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.0.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.0.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.0.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.0.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.1.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.1.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.1.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.1.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.2.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.2.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.2.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.2.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.3.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.3.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.3.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.3.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.4.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.4.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.4.xml (original)
+++ logging/log4cxx/trunk/tests/input/xml/filters.LevelMatchFilter.test4.4.xml Wed Jan 10 14:28:31 2007
@@ -1,5 +1,22 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/">
   <appender name="A1" class="org.apache.log4j.FileAppender">

Modified: logging/log4cxx/trunk/tests/input/xml/log4j.dtd
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/input/xml/log4j.dtd?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/input/xml/log4j.dtd (original)
+++ logging/log4cxx/trunk/tests/input/xml/log4j.dtd Wed Jan 10 14:28:31 2007
@@ -1,4 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 
 <!-- Authors: Chris Taylor, Ceki Gulcu. -->
 

Modified: logging/log4cxx/trunk/tests/log4j.dtd
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/log4j.dtd?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/log4j.dtd (original)
+++ logging/log4cxx/trunk/tests/log4j.dtd Wed Jan 10 14:28:31 2007
@@ -1,5 +1,21 @@
 <?xml version="1.0" encoding="UTF-8" ?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
 
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <!-- Authors: Chris Taylor, Ceki Gulcu. -->
 
 <!-- Version: 1.2 -->

Modified: logging/log4cxx/trunk/tests/performance.xml
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/performance.xml?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/performance.xml (original)
+++ logging/log4cxx/trunk/tests/performance.xml Wed Jan 10 14:28:31 2007
@@ -1,3 +1,20 @@
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+-->
 <project name="log4cxx-performance" default="usage" basedir="." >
 
   <property name="runlen"  value="100000"/>

Modified: logging/log4cxx/trunk/tests/src/Makefile.am
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/Makefile.am?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/Makefile.am (original)
+++ logging/log4cxx/trunk/tests/src/Makefile.am Wed Jan 10 14:28:31 2007
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#      http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
 noinst_HEADERS = \
 	$(top_srcdir)/tests/src/customlogger/*.h \
 	$(top_srcdir)/tests/src/helpers/*.h \

Modified: logging/log4cxx/trunk/tests/src/appenderskeletontestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/appenderskeletontestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/appenderskeletontestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/appenderskeletontestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/appenderskeletontestcase.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/appenderskeletontestcase.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/appenderskeletontestcase.h (original)
+++ logging/log4cxx/trunk/tests/src/appenderskeletontestcase.h Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/asyncappendertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/asyncappendertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/asyncappendertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/asyncappendertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/log4cxx/trunk/tests/src/consoleappendertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/consoleappendertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/consoleappendertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/consoleappendertestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/customlogger/xlogger.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/customlogger/xlogger.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/customlogger/xlogger.cpp (original)
+++ logging/log4cxx/trunk/tests/src/customlogger/xlogger.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/customlogger/xlogger.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/customlogger/xlogger.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/customlogger/xlogger.h (original)
+++ logging/log4cxx/trunk/tests/src/customlogger/xlogger.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/log4cxx/trunk/tests/src/customlogger/xloggertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/customlogger/xloggertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/customlogger/xloggertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/customlogger/xloggertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/log4cxx/trunk/tests/src/db/odbcappendertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/db/odbcappendertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/db/odbcappendertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/db/odbcappendertestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/defaultinit/testcase1.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/defaultinit/testcase1.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/defaultinit/testcase1.cpp (original)
+++ logging/log4cxx/trunk/tests/src/defaultinit/testcase1.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/defaultinit/testcase2.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/defaultinit/testcase2.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/defaultinit/testcase2.cpp (original)
+++ logging/log4cxx/trunk/tests/src/defaultinit/testcase2.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/log4cxx/trunk/tests/src/defaultinit/testcase3.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/defaultinit/testcase3.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/defaultinit/testcase3.cpp (original)
+++ logging/log4cxx/trunk/tests/src/defaultinit/testcase3.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/defaultinit/testcase4.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/defaultinit/testcase4.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/defaultinit/testcase4.cpp (original)
+++ logging/log4cxx/trunk/tests/src/defaultinit/testcase4.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/log4cxx/trunk/tests/src/encodingtest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/encodingtest.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/encodingtest.cpp (original)
+++ logging/log4cxx/trunk/tests/src/encodingtest.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/fileappendertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/fileappendertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/fileappendertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/fileappendertestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/fileappendertestcase.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/fileappendertestcase.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/fileappendertestcase.h (original)
+++ logging/log4cxx/trunk/tests/src/fileappendertestcase.h Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/filetestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/filetestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/filetestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/filetestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/log4cxx/trunk/tests/src/helpers/absolutetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/absolutetimedateformattestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/absolutetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/absolutetimedateformattestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/helpers/cacheddateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/cacheddateformattestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/cacheddateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/cacheddateformattestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/log4cxx/trunk/tests/src/helpers/charsetdecodertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/charsetdecodertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/charsetdecodertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/charsetdecodertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/helpers/charsetencodertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/charsetencodertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/charsetencodertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/charsetencodertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/helpers/cyclicbuffertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/cyclicbuffertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/cyclicbuffertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/cyclicbuffertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/helpers/datetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/datetimedateformattestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/datetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/datetimedateformattestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004,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/log4cxx/trunk/tests/src/helpers/inetaddresstestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/inetaddresstestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/inetaddresstestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/inetaddresstestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/log4cxx/trunk/tests/src/helpers/iso8601dateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/iso8601dateformattestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/iso8601dateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/iso8601dateformattestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/helpers/localechanger.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/localechanger.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/localechanger.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/localechanger.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/log4cxx/trunk/tests/src/helpers/localechanger.h
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/localechanger.h?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/localechanger.h (original)
+++ logging/log4cxx/trunk/tests/src/helpers/localechanger.h Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004-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/log4cxx/trunk/tests/src/helpers/optionconvertertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/optionconvertertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/optionconvertertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/optionconvertertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003,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/log4cxx/trunk/tests/src/helpers/propertiestestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/propertiestestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/propertiestestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/propertiestestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/log4cxx/trunk/tests/src/helpers/relativetimedateformattestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/relativetimedateformattestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/relativetimedateformattestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/relativetimedateformattestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/helpers/stringhelpertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/stringhelpertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/stringhelpertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/stringhelpertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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/log4cxx/trunk/tests/src/helpers/stringtokenizertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/stringtokenizertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/stringtokenizertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/stringtokenizertestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/helpers/timezonetestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/timezonetestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/timezonetestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/timezonetestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2004,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/log4cxx/trunk/tests/src/helpers/transcodertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/transcodertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/transcodertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/transcodertestcase.cpp Wed Jan 10 14:28:31 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/log4cxx/trunk/tests/src/helpers/unicodehelpertestcase.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/helpers/unicodehelpertestcase.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/helpers/unicodehelpertestcase.cpp (original)
+++ logging/log4cxx/trunk/tests/src/helpers/unicodehelpertestcase.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 2003-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/log4cxx/trunk/tests/src/hierarchytest.cpp
URL: http://svn.apache.org/viewvc/logging/log4cxx/trunk/tests/src/hierarchytest.cpp?view=diff&rev=495011&r1=495010&r2=495011
==============================================================================
--- logging/log4cxx/trunk/tests/src/hierarchytest.cpp (original)
+++ logging/log4cxx/trunk/tests/src/hierarchytest.cpp Wed Jan 10 14:28:31 2007
@@ -1,9 +1,10 @@
 /*
- * Copyright 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
  *