Browse Source

2005 and even copyright header in two cases

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278518 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
da6514b6cb
4 changed files with 35 additions and 2 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/DefaultLogger.java
  2. +1
    -1
      src/main/org/apache/tools/ant/listener/Log4jListener.java
  3. +17
    -0
      src/main/org/apache/tools/ant/listener/TimestampedLogger.java
  4. +16
    -0
      src/testcases/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParserTest.java

+ 1
- 1
src/main/org/apache/tools/ant/DefaultLogger.java View File

@@ -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
- 1
src/main/org/apache/tools/ant/listener/Log4jListener.java View File

@@ -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.


+ 17
- 0
src/main/org/apache/tools/ant/listener/TimestampedLogger.java View File

@@ -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;


+ 16
- 0
src/testcases/org/apache/tools/ant/taskdefs/cvslib/ChangeLogParserTest.java View File

@@ -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;


Loading…
Cancel
Save