bodewig 2005/08/16 12:25:35 Modified: src/main/org/apache/tools/ant DefaultLogger.java src/main/org/apache/tools/ant/listener Log4jListener.java TimestampedLogger.java src/testcases/org/apache/tools/ant/taskdefs/cvslib ChangeLogParserTest.java Log: 2005 and even copyright header in two cases Revision Changes Path 1.50 +1 -1 ant/src/main/org/apache/tools/ant/DefaultLogger.java Index: DefaultLogger.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/DefaultLogger.java,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- DefaultLogger.java 16 Aug 2005 15:33:16 -0000 1.49 +++ DefaultLogger.java 16 Aug 2005 19:25:34 -0000 1.50 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 The Apache Software Foundation + * Copyright 2000-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. 1.19 +1 -1 ant/src/main/org/apache/tools/ant/listener/Log4jListener.java Index: Log4jListener.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/listener/Log4jListener.java,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- Log4jListener.java 16 Aug 2005 15:33:16 -0000 1.18 +++ Log4jListener.java 16 Aug 2005 19:25:35 -0000 1.19 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2002,2004 The Apache Software Foundation + * Copyright 2001-2002,2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. 1.2 +17 -0 ant/src/main/org/apache/tools/ant/listener/TimestampedLogger.java Index: TimestampedLogger.java =================================================================== RCS file: /home/cvs/ant/src/main/org/apache/tools/ant/listener/TimestampedLogger.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- TimestampedLogger.java 16 Aug 2005 15:33:16 -0000 1.1 +++ TimestampedLogger.java 16 Aug 2005 19:25:35 -0000 1.2 @@ -1,3 +1,20 @@ +/* + * Copyright 2005 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * 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. + * + */ + package org.apache.tools.ant.listener; import org.apache.tools.ant.DefaultLogger; 1.2 +16 -0 ant/src/testcases/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParserTest.java Index: ChangeLogParserTest.java =================================================================== RCS file: /home/cvs/ant/src/testcases/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParserTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLogParserTest.java 3 Aug 2005 23:27:37 -0000 1.1 +++ ChangeLogParserTest.java 16 Aug 2005 19:25:35 -0000 1.2 @@ -1,3 +1,19 @@ +/* + * Copyright 2005 The Apache Software Foundation + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * 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. + * + */ package org.apache.tools.ant.taskdefs.cvslib; import junit.framework.TestCase;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]