ceki 01/07/05 12:10:11
Modified: src/java/org/apache/log4j/helpers
AbsoluteTimeDateFormat.java
AppenderAttachableImpl.java BoundedFIFO.java
CountingQuietWriter.java CyclicBuffer.java
DateLayout.java DateTimeDateFormat.java
FormattingInfo.java ISO8601DateFormat.java
Loader.java LogLog.java NullEnumeration.java
OnlyOnceErrorHandler.java OptionConverter.java
PatternConverter.java PatternParser.java
QuietWriter.java RelativeTimeDateFormat.java
SyslogQuietWriter.java SyslogWriter.java
VersionHelper.java VersionHelper11.java
VersionHelper20.java
Log:
Changed the copyright notice to reference LICENSE.txt
Revision Changes Path
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java
Index: AbsoluteTimeDateFormat.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/AbsoluteTimeDateFormat.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- AbsoluteTimeDateFormat.java 2000/12/14 21:07:43 1.2
+++ AbsoluteTimeDateFormat.java 2001/07/05 19:09:33 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software
* License version 1.1, a copy of which has been included with this
- * distribution in the LICENSE.APL file. */
+ * distribution in the LICENSE.txt file. */
package org.apache.log4j.helpers;
1.5 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/AppenderAttachableImpl.java
Index: AppenderAttachableImpl.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/AppenderAttachableImpl.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- AppenderAttachableImpl.java 2001/01/17 13:02:24 1.4
+++ AppenderAttachableImpl.java 2001/07/05 19:09:34 1.5
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.6 +1 -1 jakarta-log4j/src/java/org/apache/log4j/helpers/BoundedFIFO.java
Index: BoundedFIFO.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/BoundedFIFO.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- BoundedFIFO.java 2001/06/21 05:19:46 1.5
+++ BoundedFIFO.java 2001/07/05 19:09:35 1.6
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
// Contributors: Mathias Bogaert
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/CountingQuietWriter.java
Index: CountingQuietWriter.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/CountingQuietWriter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- CountingQuietWriter.java 2000/12/14 21:07:44 1.2
+++ CountingQuietWriter.java 2001/07/05 19:09:36 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.4 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/CyclicBuffer.java
Index: CyclicBuffer.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/CyclicBuffer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- CyclicBuffer.java 2001/02/12 17:00:15 1.3
+++ CyclicBuffer.java 2001/07/05 19:09:36 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.7 +1 -1 jakarta-log4j/src/java/org/apache/log4j/helpers/DateLayout.java
Index: DateLayout.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/DateLayout.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- DateLayout.java 2001/06/08 18:18:31 1.6
+++ DateLayout.java 2001/07/05 19:09:37 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java
Index: DateTimeDateFormat.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/DateTimeDateFormat.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- DateTimeDateFormat.java 2000/12/14 21:07:44 1.2
+++ DateTimeDateFormat.java 2001/07/05 19:09:38 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software
* License version 1.1, a copy of which has been included with this
- * distribution in the LICENSE.APL file. */
+ * distribution in the LICENSE.txt file. */
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/FormattingInfo.java
Index: FormattingInfo.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/FormattingInfo.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- FormattingInfo.java 2000/12/14 21:07:45 1.2
+++ FormattingInfo.java 2001/07/05 19:09:39 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.4 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/ISO8601DateFormat.java
Index: ISO8601DateFormat.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/ISO8601DateFormat.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ISO8601DateFormat.java 2001/02/27 23:56:02 1.3
+++ ISO8601DateFormat.java 2001/07/05 19:09:39 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.11 +1 -1 jakarta-log4j/src/java/org/apache/log4j/helpers/Loader.java
Index: Loader.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/Loader.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- Loader.java 2001/06/07 21:10:05 1.10
+++ Loader.java 2001/07/05 19:09:40 1.11
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software
* License version 1.1, a copy of which has been included with this
- * distribution in the LICENSE.APL file. */
+ * distribution in the LICENSE.txt file. */
package org.apache.log4j.helpers;
1.8 +1 -1 jakarta-log4j/src/java/org/apache/log4j/helpers/LogLog.java
Index: LogLog.java
===================================================================
RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/LogLog.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- LogLog.java 2001/04/17 22:32:31 1.7
+++ LogLog.java 2001/07/05 19:09:41 1.8
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.4 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/NullEnumeration.java
Index: NullEnumeration.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/NullEnumeration.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- NullEnumeration.java 2000/12/27 15:25:58 1.3
+++ NullEnumeration.java 2001/07/05 19:09:42 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.7 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/OnlyOnceErrorHandler.java
Index: OnlyOnceErrorHandler.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/OnlyOnceErrorHandler.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- OnlyOnceErrorHandler.java 2001/04/03 16:37:20 1.6
+++ OnlyOnceErrorHandler.java 2001/07/05 19:09:43 1.7
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.19 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/OptionConverter.java
Index: OptionConverter.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/OptionConverter.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- OptionConverter.java 2001/07/05 16:54:37 1.18
+++ OptionConverter.java 2001/07/05 19:09:43 1.19
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/PatternConverter.java
Index: PatternConverter.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/PatternConverter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- PatternConverter.java 2000/12/14 21:07:47 1.2
+++ PatternConverter.java 2001/07/05 19:09:44 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.11 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/PatternParser.java
Index: PatternParser.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/PatternParser.java,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- PatternParser.java 2001/06/22 16:46:02 1.10
+++ PatternParser.java 2001/07/05 19:09:45 1.11
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1 jakarta-log4j/src/java/org/apache/log4j/helpers/QuietWriter.java
Index: QuietWriter.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/QuietWriter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- QuietWriter.java 2000/12/14 21:07:47 1.2
+++ QuietWriter.java 2001/07/05 19:09:45 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/RelativeTimeDateFormat.java
Index: RelativeTimeDateFormat.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/RelativeTimeDateFormat.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RelativeTimeDateFormat.java 2000/12/14 21:07:47 1.2
+++ RelativeTimeDateFormat.java 2001/07/05 19:09:45 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software
* License version 1.1, a copy of which has been included with this
- * distribution in the LICENSE.APL file. */
+ * distribution in the LICENSE.txt file. */
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/SyslogQuietWriter.java
Index: SyslogQuietWriter.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/SyslogQuietWriter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SyslogQuietWriter.java 2000/12/14 21:07:48 1.2
+++ SyslogQuietWriter.java 2001/07/05 19:09:46 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/SyslogWriter.java
Index: SyslogWriter.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/SyslogWriter.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- SyslogWriter.java 2000/12/14 21:07:48 1.2
+++ SyslogWriter.java 2001/07/05 19:09:47 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.4 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/VersionHelper.java
Index: VersionHelper.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/VersionHelper.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VersionHelper.java 2001/06/26 19:40:12 1.3
+++ VersionHelper.java 2001/07/05 19:09:47 1.4
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/VersionHelper11.java
Index: VersionHelper11.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/VersionHelper11.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VersionHelper11.java 2001/06/26 10:52:12 1.2
+++ VersionHelper11.java 2001/07/05 19:09:48 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
1.3 +1 -1
jakarta-log4j/src/java/org/apache/log4j/helpers/VersionHelper20.java
Index: VersionHelper20.java
===================================================================
RCS file:
/home/cvs/jakarta-log4j/src/java/org/apache/log4j/helpers/VersionHelper20.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VersionHelper20.java 2001/06/26 10:52:15 1.2
+++ VersionHelper20.java 2001/07/05 19:09:49 1.3
@@ -3,7 +3,7 @@
*
* This software is published under the terms of the Apache Software License
* version 1.1, a copy of which has been included with this distribution in
- * the LICENSE.APL file.
+ * the LICENSE.txt file.
*/
package org.apache.log4j.helpers;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]