ceki 02/04/03 14:18:14 Modified: src/java/org/apache/log4j NDC.java SimpleLayout.java TTCCLayout.java src/java/org/apache/log4j/net SocketAppender.java SocketNode.java src/java/org/apache/log4j/nt nteventlog.cpp src/java/org/apache/log4j/varia DenyAllFilter.java Roller.java StringMatchFilter.java Log: Cleaned up the copyrights Revision Changes Path 1.13 +7 -5 jakarta-log4j/src/java/org/apache/log4j/NDC.java Index: NDC.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/NDC.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- NDC.java 2 Sep 2001 20:05:39 -0000 1.12 +++ NDC.java 3 Apr 2002 22:18:14 -0000 1.13 @@ -1,8 +1,10 @@ -// Copyright 1996-1999, International Business Machines -// Corporation. All Rights Reserved. -// -// See the LICENCE file for the terms of usage and distribution. - +/* + * 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.txt file. + */ // Contributors: Dan Milstein // Ray Millard 1.10 +7 -3 jakarta-log4j/src/java/org/apache/log4j/SimpleLayout.java Index: SimpleLayout.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/SimpleLayout.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- SimpleLayout.java 2 Sep 2001 20:05:39 -0000 1.9 +++ SimpleLayout.java 3 Apr 2002 22:18:14 -0000 1.10 @@ -1,6 +1,10 @@ -// Copyright 1996-1999, International Business Machines -// Corporation. All Rights Reserved. - +/* + * 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.txt file. + */ package org.apache.log4j; 1.13 +7 -6 jakarta-log4j/src/java/org/apache/log4j/TTCCLayout.java Index: TTCCLayout.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/TTCCLayout.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- TTCCLayout.java 21 Jan 2002 23:07:11 -0000 1.12 +++ TTCCLayout.java 3 Apr 2002 22:18:14 -0000 1.13 @@ -1,9 +1,10 @@ -// Copyright 1996-1999, International Business Machines -// Corporation. All Rights Reserved. - -// Copyright 2000, Ceki Gulcu. All Rights Reserved. - -// See the LICENCE file for the terms of distribution. +/* + * 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.txt file. + */ // Contributors: Christopher Williams // Mathias Bogaert 1.10 +7 -6 jakarta-log4j/src/java/org/apache/log4j/net/SocketAppender.java Index: SocketAppender.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SocketAppender.java,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- SocketAppender.java 25 Jul 2001 19:43:44 -0000 1.9 +++ SocketAppender.java 3 Apr 2002 22:18:14 -0000 1.10 @@ -1,9 +1,10 @@ -// Copyright 1996-2000, International Business Machines -// Corporation. All Rights Reserved. -// -// See the LICENCE file for the terms of distribution. - - +/* + * 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.txt file. + */ // Contributors: Dan MacDonald <[EMAIL PROTECTED]> 1.17 +7 -7 jakarta-log4j/src/java/org/apache/log4j/net/SocketNode.java Index: SocketNode.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/net/SocketNode.java,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- SocketNode.java 11 Mar 2002 23:43:45 -0000 1.16 +++ SocketNode.java 3 Apr 2002 22:18:14 -0000 1.17 @@ -1,10 +1,10 @@ -// Copyright 1996-2000, International Business Machines -// Corporation. All Rights Reserved. - -// Copyright 2000, Ceki Gulcu. All Rights Reserved. - -// See the LICENCE file for the terms of usage and distribution. - +/* + * 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.txt file. + */ package org.apache.log4j.net; 1.4 +8 -0 jakarta-log4j/src/java/org/apache/log4j/nt/nteventlog.cpp Index: nteventlog.cpp =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/nt/nteventlog.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- nteventlog.cpp 26 Dec 2000 23:39:08 -0000 1.3 +++ nteventlog.cpp 3 Apr 2002 22:18:14 -0000 1.4 @@ -1,3 +1,11 @@ +/* + * 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.txt file. + */ + #ifndef NtEventLogAppender_h #define NtEventLogAppender_h #include "org_apache_log4j_Priority.h" 1.7 +7 -2 jakarta-log4j/src/java/org/apache/log4j/varia/DenyAllFilter.java Index: DenyAllFilter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/DenyAllFilter.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- DenyAllFilter.java 19 May 2001 00:33:03 -0000 1.6 +++ DenyAllFilter.java 3 Apr 2002 22:18:14 -0000 1.7 @@ -1,5 +1,10 @@ -// Copyright (c) 2000 Ceki Gulcu. All Rights Reserved. -// See the LICENCE file for the terms of distribution. +/* + * 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.txt file. + */ package org.apache.log4j.varia; 1.3 +7 -1 jakarta-log4j/src/java/org/apache/log4j/varia/Roller.java Index: Roller.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/Roller.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Roller.java 14 Dec 2000 21:08:34 -0000 1.2 +++ Roller.java 3 Apr 2002 22:18:14 -0000 1.3 @@ -1,4 +1,10 @@ -// Copyright 2000, Ceki Gulcu. +/* + * 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.txt file. + */ package org.apache.log4j.varia; 1.7 +7 -2 jakarta-log4j/src/java/org/apache/log4j/varia/StringMatchFilter.java Index: StringMatchFilter.java =================================================================== RCS file: /home/cvs/jakarta-log4j/src/java/org/apache/log4j/varia/StringMatchFilter.java,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- StringMatchFilter.java 3 Apr 2001 16:37:36 -0000 1.6 +++ StringMatchFilter.java 3 Apr 2002 22:18:14 -0000 1.7 @@ -1,5 +1,10 @@ -// Copyright (c) 2000 Ceki Gulcu. All Rights Reserved. -// See the LICENCE file for the terms of distribution. +/* + * 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.txt file. + */ package org.apache.log4j.varia;
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>