ceki 02/05/20 02:52:58 Modified: src/java/org/apache/log4j/config PropertyGetter.java PropertyPrinter.java PropertySetter.java PropertySetterException.java src/java/org/apache/log4j/net SMTPAppender.java SimpleSocketServer.java SyslogAppender.java src/java/org/apache/log4j/net/test Loop.java SMTPMin.java SocketMin.java SyslogMin.java src/java/org/apache/log4j/nt NTEventLogAppender.java src/java/org/apache/log4j/nt/test NTMin.java src/java/org/apache/log4j/or DefaultRenderer.java ObjectRenderer.java RendererMap.java ThreadGroupRenderer.java src/java/org/apache/log4j/performance ListVsVector.java NewVsSetLen.java NullAppender.java SystemTime.java src/java/org/apache/log4j/varia ExternallyRolledFileAppender.java LevelMatchFilter.java LevelRangeFilter.java NDCMatchFilter.java Log: Since we no longer have a file LICENSE.APL in the distribution, I removed all the references to this file from all the copyright notices in our java files. The correct reference is to the LICENSE.txt file. Revision Changes Path 1.7 +1 -1 jakarta-log4j/src/java/org/apache/log4j/config/PropertyGetter.java Index: PropertyGetter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertyGetter.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- PropertyGetter.java 24 Apr 2002 15:08:29 -0000 1.6 +++ PropertyGetter.java 20 May 2002 09:52:57 -0000 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. + * distribution in the LICENSE.txt file. */ package org.apache.log4j.config; 1.3 +1 -1 jakarta-log4j/src/java/org/apache/log4j/config/PropertyPrinter.java Index: PropertyPrinter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertyPrinter.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- PropertyPrinter.java 2 Sep 2001 20:05:39 -0000 1.2 +++ PropertyPrinter.java 20 May 2002 09:52:57 -0000 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.config; 1.14 +3 -4 jakarta-log4j/src/java/org/apache/log4j/config/PropertySetter.java Index: PropertySetter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertySetter.java,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- PropertySetter.java 24 Apr 2002 15:08:29 -0000 1.13 +++ PropertySetter.java 20 May 2002 09:52:57 -0000 1.14 @@ -1,10 +1,9 @@ /* * Copyright (C) The Apache Software Foundation. All rights reserved. * - * 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. - */ + * 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.txtfile. */ // Contributors: Georg Lundesgaard 1.2 +4 -5 jakarta-log4j/src/java/org/apache/log4j/config/PropertySetterException.java Index: PropertySetterException.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/config/PropertySetterException.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PropertySetterException.java 19 Mar 2001 12:31:42 -0000 1.1 +++ PropertySetterException.java 20 May 2002 09:52:57 -0000 1.2 @@ -1,10 +1,9 @@ /* * Copyright (C) The Apache Software Foundation. All rights reserved. * - * 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. - */ + * 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.txt file. */ package org.apache.log4j.config; @@ -41,4 +40,4 @@ } return msg; } -} \ No newline at end of file +} 1.30 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/SMTPAppender.java Index: SMTPAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SMTPAppender.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- SMTPAppender.java 9 May 2002 20:15:02 -0000 1.29 +++ SMTPAppender.java 20 May 2002 09:52:57 -0000 1.30 @@ -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.net; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/SimpleSocketServer.java Index: SimpleSocketServer.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SimpleSocketServer.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SimpleSocketServer.java 24 Apr 2002 01:16:12 -0000 1.3 +++ SimpleSocketServer.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.net; 1.16 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/SyslogAppender.java Index: SyslogAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SyslogAppender.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- SyslogAppender.java 24 Apr 2002 01:16:12 -0000 1.15 +++ SyslogAppender.java 20 May 2002 09:52:57 -0000 1.16 @@ -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.net; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/test/Loop.java Index: Loop.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/Loop.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Loop.java 13 Feb 2001 17:37:22 -0000 1.3 +++ Loop.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.net.test; 1.5 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/test/SMTPMin.java Index: SMTPMin.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/SMTPMin.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- SMTPMin.java 24 Apr 2002 01:16:12 -0000 1.4 +++ SMTPMin.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.net.test; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/test/SocketMin.java Index: SocketMin.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/SocketMin.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SocketMin.java 24 Apr 2002 01:16:12 -0000 1.3 +++ SocketMin.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.net.test; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/net/test/SyslogMin.java Index: SyslogMin.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/test/SyslogMin.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- SyslogMin.java 24 Apr 2002 01:16:12 -0000 1.3 +++ SyslogMin.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.net.test; 1.16 +1 -1 jakarta-log4j/src/java/org/apache/log4j/nt/NTEventLogAppender.java Index: NTEventLogAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/nt/NTEventLogAppender.java,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- NTEventLogAppender.java 24 Apr 2002 01:16:12 -0000 1.15 +++ NTEventLogAppender.java 20 May 2002 09:52:57 -0000 1.16 @@ -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.nt; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/nt/test/NTMin.java Index: NTMin.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/nt/test/NTMin.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NTMin.java 24 Apr 2002 01:16:12 -0000 1.3 +++ NTMin.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.nt.test; 1.5 +1 -1 jakarta-log4j/src/java/org/apache/log4j/or/DefaultRenderer.java Index: DefaultRenderer.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/DefaultRenderer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- DefaultRenderer.java 2 Mar 2001 20:54:51 -0000 1.4 +++ DefaultRenderer.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.or; 1.5 +1 -1 jakarta-log4j/src/java/org/apache/log4j/or/ObjectRenderer.java Index: ObjectRenderer.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/ObjectRenderer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ObjectRenderer.java 14 Jan 2001 20:50:20 -0000 1.4 +++ ObjectRenderer.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.or; 1.10 +1 -1 jakarta-log4j/src/java/org/apache/log4j/or/RendererMap.java Index: RendererMap.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/RendererMap.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- RendererMap.java 24 Apr 2002 01:16:12 -0000 1.9 +++ RendererMap.java 20 May 2002 09:52:57 -0000 1.10 @@ -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.or; 1.5 +1 -1 jakarta-log4j/src/java/org/apache/log4j/or/ThreadGroupRenderer.java Index: ThreadGroupRenderer.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/or/ThreadGroupRenderer.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ThreadGroupRenderer.java 27 Dec 2000 23:27:05 -0000 1.4 +++ ThreadGroupRenderer.java 20 May 2002 09:52:57 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.or; 1.3 +1 -1 jakarta-log4j/src/java/org/apache/log4j/performance/ListVsVector.java Index: ListVsVector.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/ListVsVector.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ListVsVector.java 14 Dec 2000 21:08:08 -0000 1.2 +++ ListVsVector.java 20 May 2002 09:52:58 -0000 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.performance; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/performance/NewVsSetLen.java Index: NewVsSetLen.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/NewVsSetLen.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NewVsSetLen.java 17 Jan 2001 09:28:58 -0000 1.3 +++ NewVsSetLen.java 20 May 2002 09:52:58 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.performance; 1.4 +1 -1 jakarta-log4j/src/java/org/apache/log4j/performance/NullAppender.java Index: NullAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/NullAppender.java,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- NullAppender.java 24 Apr 2002 01:16:11 -0000 1.3 +++ NullAppender.java 20 May 2002 09:52:58 -0000 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. */ + * distribution in the LICENSE.txt file. */ package org.apache.log4j.performance; 1.3 +1 -1 jakarta-log4j/src/java/org/apache/log4j/performance/SystemTime.java Index: SystemTime.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/performance/SystemTime.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SystemTime.java 14 Dec 2000 21:08:08 -0000 1.2 +++ SystemTime.java 20 May 2002 09:52:58 -0000 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.performance; 1.12 +3 -4 jakarta-log4j/src/java/org/apache/log4j/varia/ExternallyRolledFileAppender.java Index: ExternallyRolledFileAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/ExternallyRolledFileAppender.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ExternallyRolledFileAppender.java 24 Apr 2002 01:16:11 -0000 1.11 +++ ExternallyRolledFileAppender.java 20 May 2002 09:52:58 -0000 1.12 @@ -1,10 +1,9 @@ /* * Copyright (C) The Apache Software Foundation. All rights reserved. * - * 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. - */ + * 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.txt file. */ package org.apache.log4j.varia; 1.6 +3 -4 jakarta-log4j/src/java/org/apache/log4j/varia/LevelMatchFilter.java Index: LevelMatchFilter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/LevelMatchFilter.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- LevelMatchFilter.java 9 May 2002 15:43:44 -0000 1.5 +++ LevelMatchFilter.java 20 May 2002 09:52:58 -0000 1.6 @@ -1,10 +1,9 @@ /* * Copyright (C) The Apache Software Foundation. All rights reserved. * - * 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. - */ + * 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.txt file. */ package org.apache.log4j.varia; 1.2 +3 -4 jakarta-log4j/src/java/org/apache/log4j/varia/LevelRangeFilter.java Index: LevelRangeFilter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/LevelRangeFilter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LevelRangeFilter.java 20 May 2002 09:25:47 -0000 1.1 +++ LevelRangeFilter.java 20 May 2002 09:52:58 -0000 1.2 @@ -1,10 +1,9 @@ /* * Copyright (C) The Apache Software Foundation. All rights reserved. * - * 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. - */ + * 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.txt file. */ package org.apache.log4j.varia; 1.2 +3 -4 jakarta-log4j/src/java/org/apache/log4j/varia/NDCMatchFilter.java Index: NDCMatchFilter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/NDCMatchFilter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- NDCMatchFilter.java 20 May 2002 06:20:32 -0000 1.1 +++ NDCMatchFilter.java 20 May 2002 09:52:58 -0000 1.2 @@ -1,10 +1,9 @@ /* * Copyright (C) The Apache Software Foundation. All rights reserved. * - * 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. - */ + * 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.txt file. */ package org.apache.log4j.varia;
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>