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/02/23 18:49:13 UTC

svn commit: r511036 [2/6] - in /logging/log4j/branches/v1_2-branch: ./ contribs/CekiGulcu/ contribs/EirikLygre/ contribs/JamesHouse/ contribs/Jamie Tsao/ contribs/JimMoore/ contribs/KevinSteppe/ contribs/KitchingSimon/ contribs/LeosLiterak/ contribs/Ma...

Modified: logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingMultipleAppenders/InitUsingMultipleAppenders.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingMultipleAppenders/InitUsingMultipleAppenders.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingMultipleAppenders/InitUsingMultipleAppenders.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingMultipleAppenders/InitUsingMultipleAppenders.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/lf5/InitUsingPropertiesFile/InitUsingPropertiesFile.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingPropertiesFile/InitUsingPropertiesFile.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingPropertiesFile/InitUsingPropertiesFile.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingPropertiesFile/InitUsingPropertiesFile.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/lf5/InitUsingXMLPropertiesFile/InitUsingXMLPropertiesFile.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingXMLPropertiesFile/InitUsingXMLPropertiesFile.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingXMLPropertiesFile/InitUsingXMLPropertiesFile.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/lf5/InitUsingXMLPropertiesFile/InitUsingXMLPropertiesFile.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/CustomizedLogLevels.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/CustomizedLogLevels.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/CustomizedLogLevels.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/CustomizedLogLevels.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/UsingLogMonitorAdapter.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/UsingLogMonitorAdapter.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/UsingLogMonitorAdapter.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/lf5/UsingLogMonitorAdapter/UsingLogMonitorAdapter.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/lf5/UsingSocketAppenders/UsingSocketAppenders.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/lf5/UsingSocketAppenders/UsingSocketAppenders.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/lf5/UsingSocketAppenders/UsingSocketAppenders.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/lf5/UsingSocketAppenders/UsingSocketAppenders.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/mycat.bad
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/mycat.bad?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/mycat.bad (original)
+++ logging/log4j/branches/v1_2-branch/examples/mycat.bad Fri Feb 23 09:48:53 2007
@@ -1,3 +1,17 @@
+# 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.
 
 # The usual stuff. Note that A1 is configured in root not in "some.cat"
 log4j.rootLogger=DEBUG, A1

Modified: logging/log4j/branches/v1_2-branch/examples/mycat.good
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/mycat.good?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/mycat.good (original)
+++ logging/log4j/branches/v1_2-branch/examples/mycat.good Fri Feb 23 09:48:53 2007
@@ -1,3 +1,19 @@
+# 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.
+
+
 # Setting the logger factory to MyLoggerFactory solves the
 # ClassCastException problem encountered with the "mycat.bad"
 # configuration file.

Modified: logging/log4j/branches/v1_2-branch/examples/package.html
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/package.html?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/package.html (original)
+++ logging/log4j/branches/v1_2-branch/examples/package.html Fri Feb 23 09:48:53 2007
@@ -1,4 +1,21 @@
 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<!--
+ 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.
+
+-->
 <html> <head>
 <title></title>
 </head>

Modified: logging/log4j/branches/v1_2-branch/examples/sort1.properties
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/sort1.properties?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/sort1.properties (original)
+++ logging/log4j/branches/v1_2-branch/examples/sort1.properties Fri Feb 23 09:48:53 2007
@@ -1,3 +1,19 @@
+# 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.
+
+
 # An example log4j configuration file that outputs to System.out.  The
 # output information consists of relative time, log level, thread
 # name, logger name, nested diagnostic context and the message in that

Modified: logging/log4j/branches/v1_2-branch/examples/sort2.properties
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/sort2.properties?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/sort2.properties (original)
+++ logging/log4j/branches/v1_2-branch/examples/sort2.properties Fri Feb 23 09:48:53 2007
@@ -1,3 +1,19 @@
+# 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.
+
+
 # An example log4j configuration file that outputs both to System.out
 # and a file named 'test'.
 

Modified: logging/log4j/branches/v1_2-branch/examples/sort3.properties
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/sort3.properties?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/sort3.properties (original)
+++ logging/log4j/branches/v1_2-branch/examples/sort3.properties Fri Feb 23 09:48:53 2007
@@ -1,3 +1,19 @@
+# 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.
+
+
 # An example log4j configuration file that directs its logging output
 # to a SocketAppender. The SocketAppender is configuted to send its
 # output to a server running on the localhost port number 12345.

Modified: logging/log4j/branches/v1_2-branch/examples/sort4.properties
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/sort4.properties?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/sort4.properties (original)
+++ logging/log4j/branches/v1_2-branch/examples/sort4.properties Fri Feb 23 09:48:53 2007
@@ -1,3 +1,19 @@
+# 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.
+
+
 # Attach appender A1 to root. Set root level to Level.DEBUG.
 log4j.rootLogger=DEBUG, A1
 

Modified: logging/log4j/branches/v1_2-branch/examples/subclass/MyLogger.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/subclass/MyLogger.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/subclass/MyLogger.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/subclass/MyLogger.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/subclass/MyLoggerFactory.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/subclass/MyLoggerFactory.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/subclass/MyLoggerFactory.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/subclass/MyLoggerFactory.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/examples/subclass/MyLoggerTest.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/examples/subclass/MyLoggerTest.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/examples/subclass/MyLoggerTest.java (original)
+++ logging/log4j/branches/v1_2-branch/examples/subclass/MyLoggerTest.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/pom.xml?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/pom.xml (original)
+++ logging/log4j/branches/v1_2-branch/pom.xml Fri Feb 23 09:48:53 2007
@@ -1 +1 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>log4j</groupId>
  <artifactId>log4j</artifactId>
  <packaging>jar</packaging>
  <name>Log4j</name>
  <version>1.2.14</version>
  <description>Log4j</description>
  <url>http://logging.apache.org/log4j/docs/</url>
  <issueManagement>
     <system>Bugzilla</system>
     <url>http://issues.apache.org/bugzilla</url>
  </issueManagement>
  <inceptionYear>1999</inceptionYear>
  <mailingLists>
	<mailingList>
		<name>log4j-user</name>
		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-user@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
			<otherArchive>http:/
 /marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
		</otherArchives>
	</mailingList>
	<mailingList>
		<name>log4j-dev</name>
		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-dev@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
		</otherArchives>
	</mailingList>
  </mailingLists>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
	<connection>scm:svn:h
 ttp://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</connection>
	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</developerConnection>
    <url>http://svn.apache.org/viewcvs.cgi/logging/log4j/tags/v1_2_14/</url>
  </scm>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
  </organization>
</project>
\ No newline at end of file
+<!--
 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 xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <m
 odelVersion>4.0.0</modelVersion>
  <groupId>log4j</groupId>
  <artifactId>log4j</artifactId>
  <packaging>jar</packaging>
  <name>Log4j</name>
  <version>1.2.14</version>
  <description>Log4j</description>
  <url>http://logging.apache.org/log4j/docs/</url>
  <issueManagement>
     <system>Bugzilla</system>
     <url>http://issues.apache.org/bugzilla</url>
  </issueManagement>
  <inceptionYear>1999</inceptionYear>
  <mailingLists>
	<mailingList>
		<name>log4j-user</name>
		<subscribe>log4j-user-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-user-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-user@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
			<otherArchive>http://marc.theaimsgroup.com/?l=log4j-user&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.user</otherArchive>
		</otherArchives>
	</mailingList>
	<mailingList>
		<name
 >log4j-dev</name>
		<subscribe>log4j-dev-subscribe@logging.apache.org</subscribe>
		<unsubscribe>log4j-dev-unsubscribe@logging.apache.org</unsubscribe>
		<post>log4j-dev@logging.apache.org</post>
		<archive>http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/</archive>
		<otherArchives>
		    <otherArchive>http://marc.theaimsgroup.com/?l=log4j-dev&amp;r=1&amp;w=2</otherArchive>
		    <otherArchive>http://dir.gmane.org/gmane.comp.jakarta.log4j.devel</otherArchive>
		</otherArchives>
	</mailingList>
  </mailingLists>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
	<connection>scm:svn:http://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</connection>
	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/logging/log4j/tags/v1_2_14</developerConnection>
    <url>http://svn.apache.o
 rg/viewcvs.cgi/logging/log4j/tags/v1_2_14/</url>
  </scm>
  <organization>
    <name>Apache Software Foundation</name>
    <url>http://www.apache.org</url>
  </organization>
</project>
\ No newline at end of file

Modified: logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Appender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Appender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Appender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Appender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/AppenderSkeleton.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/AppenderSkeleton.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/AppenderSkeleton.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/AppenderSkeleton.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/AsyncAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/AsyncAppender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/AsyncAppender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/AsyncAppender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/BasicConfigurator.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/BasicConfigurator.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/BasicConfigurator.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/BasicConfigurator.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Category.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Category.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Category.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Category.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/CategoryKey.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/CategoryKey.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/CategoryKey.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/CategoryKey.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/ConsoleAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/ConsoleAppender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/ConsoleAppender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/ConsoleAppender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/DailyRollingFileAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/DailyRollingFileAppender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/DailyRollingFileAppender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/DailyRollingFileAppender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/DefaultCategoryFactory.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/DefaultCategoryFactory.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/DefaultCategoryFactory.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/DefaultCategoryFactory.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Dispatcher.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Dispatcher.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Dispatcher.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Dispatcher.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/FileAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/FileAppender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/FileAppender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/FileAppender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/HTMLLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/HTMLLayout.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/HTMLLayout.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/HTMLLayout.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Hierarchy.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Hierarchy.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Hierarchy.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Hierarchy.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Layout.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Layout.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Layout.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Layout.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Level.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Level.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Level.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Level.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/LogManager.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/LogManager.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/LogManager.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/LogManager.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Logger.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Logger.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Logger.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Logger.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/MDC.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/MDC.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/MDC.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/MDC.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/NDC.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/NDC.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/NDC.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/NDC.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/PatternLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/PatternLayout.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/PatternLayout.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/PatternLayout.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/Priority.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Priority.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Priority.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/Priority.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/PropertyConfigurator.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/PropertyConfigurator.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/PropertyConfigurator.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/PropertyConfigurator.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/ProvisionNode.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/ProvisionNode.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/ProvisionNode.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/ProvisionNode.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/RollingFileAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/RollingFileAppender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/RollingFileAppender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/RollingFileAppender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/SimpleLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/SimpleLayout.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/SimpleLayout.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/SimpleLayout.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/TTCCLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/TTCCLayout.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/TTCCLayout.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/TTCCLayout.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/WriterAppender.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/WriterAppender.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/WriterAppender.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/WriterAppender.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ControlPanel.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ControlPanel.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ControlPanel.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ControlPanel.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/DetailPanel.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/DetailPanel.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/DetailPanel.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/DetailPanel.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/EventDetails.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/EventDetails.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/EventDetails.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/EventDetails.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ExitAction.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ExitAction.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ExitAction.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/ExitAction.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoadXMLAction.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoadXMLAction.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoadXMLAction.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoadXMLAction.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoggingReceiver.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoggingReceiver.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoggingReceiver.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/LoggingReceiver.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/Main.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/Main.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/Main.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/Main.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/MyTableModel.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/MyTableModel.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/MyTableModel.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/MyTableModel.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/XMLFileHandler.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/XMLFileHandler.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/XMLFileHandler.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/chainsaw/XMLFileHandler.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyGetter.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyGetter.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyGetter.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyGetter.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyPrinter.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyPrinter.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyPrinter.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertyPrinter.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetter.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetter.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetter.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetter.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetterException.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetterException.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetterException.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/config/PropertySetterException.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AppenderAttachableImpl.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AppenderAttachableImpl.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AppenderAttachableImpl.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/AppenderAttachableImpl.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/BoundedFIFO.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/BoundedFIFO.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/BoundedFIFO.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/BoundedFIFO.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CountingQuietWriter.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CountingQuietWriter.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CountingQuietWriter.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CountingQuietWriter.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CyclicBuffer.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CyclicBuffer.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CyclicBuffer.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/CyclicBuffer.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateLayout.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateLayout.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateLayout.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateLayout.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java Fri Feb 23 09:48:53 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/branches/v1_2-branch/src/java/org/apache/log4j/helpers/FileWatchdog.java
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/FileWatchdog.java?view=diff&rev=511036&r1=511035&r2=511036
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/FileWatchdog.java (original)
+++ logging/log4j/branches/v1_2-branch/src/java/org/apache/log4j/helpers/FileWatchdog.java Fri Feb 23 09:48:53 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