Skip to content

Commit

Permalink
svn:keywords correction
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@155419 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Dirk Verbeeck committed Feb 26, 2005
1 parent dcb61e5 commit 050f1d1
Show file tree
Hide file tree
Showing 52 changed files with 296 additions and 296 deletions.
406 changes: 203 additions & 203 deletions LICENSE.txt

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions NOTICE.txt
@@ -1,3 +1,3 @@
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).

54 changes: 27 additions & 27 deletions RELEASE-NOTES.txt
@@ -1,27 +1,27 @@
$Id: RELEASE-NOTES.txt,v 1.5 2004/04/18 22:04:50 bayard Exp $
Commons IO Package
Version 1.0
Release Notes
INTRODUCTION:
This document contains the release notes for this version of the Commons
IO package.
Commons IO is a package of Java utility classes for java.io's hierarchy.
Classes in this package are considered to be so standard and of such high
reuse as to justify existence in java.io.
Commons IO contains utility classes, stream implementations, file filters,
and endian transformation classes.
NEW FEATURES:
* This is the first release of Commons IO, so all features are new features.
BUG FIXES:
Since this is the first release, there are no declared bugfixes.
$Id$

Commons IO Package
Version 1.0
Release Notes


INTRODUCTION:

This document contains the release notes for this version of the Commons
IO package.

Commons IO is a package of Java utility classes for java.io's hierarchy.
Classes in this package are considered to be so standard and of such high
reuse as to justify existence in java.io.

Commons IO contains utility classes, stream implementations, file filters,
and endian transformation classes.

NEW FEATURES:

* This is the first release of Commons IO, so all features are new features.

BUG FIXES:

Since this is the first release, there are no declared bugfixes.

2 changes: 1 addition & 1 deletion STATUS.html
Expand Up @@ -7,7 +7,7 @@

<div align="center">
<h1>The Jakarta Commons <em>IO</em> Component</h1>
$Id: STATUS.html,v 1.14 2004/02/04 21:49:52 scolebourne Exp $<br>
$Id$<br>
<a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a>
<a href="#Release%20Info">[Release Info]</a> <a href="#Committers">[Committers]</a>
<a href="#Action%20Items">[Action Items]</a> <br>
Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/CopyUtils.java
Expand Up @@ -105,7 +105,7 @@
* @author Peter Donald
* @author Jeff Turner
* @author Matthew Hawthorne
* @version $Id: CopyUtils.java,v 1.10 2004/10/24 04:20:06 martinc Exp $
* @version $Id$
* @deprecated Use IOUtils. Will be removed in 2.0.
* Methods renamed to IOUtils.write() or IOUtils.copy().
* Null handling behaviour changed in IOUtils (null data does not
Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/EndianUtils.java
Expand Up @@ -26,7 +26,7 @@
* Origin of code: Apache Avalon (Excalibur)
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version CVS $Revision: 1.15 $ $Date: 2004/10/24 04:20:06 $
* @version CVS $Revision$ $Date$
*/
public class EndianUtils {

Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/FileCleaner.java
Expand Up @@ -28,7 +28,7 @@
* @author Noel Bergman
* @author Martin Cooper
*
* @version $Id: FileCleaner.java,v 1.2 2004/10/24 04:20:06 martinc Exp $
* @version $Id$
*/
public class FileCleaner {

Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/HexDump.java
Expand Up @@ -27,7 +27,7 @@
*
* @author Scott Sanders (sanders at apache dot org)
* @author Marc Johnson
* @version $Revision: 1.9 $ $Date: 2004/10/24 04:20:07 $
* @version $Revision$ $Date$
*/
public class HexDump {

Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/IOUtils.java
Expand Up @@ -65,7 +65,7 @@
* @author Matthew Hawthorne
* @author Stephen Colebourne
* @author Gareth Davis
* @version CVS $Revision: 1.22 $ $Date: 2004/10/24 04:20:07 $
* @version CVS $Revision$ $Date$
*/
public class IOUtils {
// NOTE: This class is focussed on InputStream, OutputStream, Reader and
Expand Down
Expand Up @@ -25,7 +25,7 @@
* otherwise your class will infinitely loop.
*
* @since Commons IO 1.0
* @version $Revision: 1.10 $ $Date: 2004/10/24 16:50:23 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -29,7 +29,7 @@
* <code>false</code>.
*
* @since Commons IO 1.0
* @version $Revision: 1.11 $ $Date: 2004/10/25 23:28:29 $
* @version $Revision$ $Date$
*
* @author Steven Caswell
*/
Expand Down
Expand Up @@ -21,7 +21,7 @@
* Defines operations for conditional file filters.
*
* @since Commons IO 1.1
* @version $Revision: 1.3 $ $Date: 2004/10/25 23:28:29 $
* @version $Revision$ $Date$
*
* @author Steven Caswell
*/
Expand Down
Expand Up @@ -23,7 +23,7 @@
* This class turns a Java FileFilter or FilenameFilter into an IO FileFilter.
*
* @since Commons IO 1.0
* @version $Revision: 1.8 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -32,7 +32,7 @@
* </pre>
*
* @since Commons IO 1.0
* @version $Revision: 1.7 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -21,7 +21,7 @@
* A file filter that always returns false.
*
* @since Commons IO 1.0
* @version $Revision: 1.7 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -24,7 +24,7 @@
* interfaces together.
*
* @since Commons IO 1.0
* @version $Revision: 1.4 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -33,7 +33,7 @@
* </pre>
*
* @since Commons IO 1.0
* @version $Revision: 1.3 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -21,7 +21,7 @@
* This filter produces a logical NOT of the filters specified.
*
* @since Commons IO 1.0
* @version $Revision: 1.6 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Stephen Colebourne
*/
Expand Down
Expand Up @@ -29,7 +29,7 @@
* <code>true</code>.
*
* @since Commons IO 1.0
* @version $Revision: 1.11 $ $Date: 2004/10/25 23:28:30 $
* @version $Revision$ $Date$
*
* @author Steven Caswell
*/
Expand Down
Expand Up @@ -33,7 +33,7 @@
* </pre>
*
* @since Commons IO 1.0
* @version $Revision: 1.8 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -34,7 +34,7 @@
* </pre>
*
* @since Commons IO 1.0
* @version $Revision: 1.6 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -21,7 +21,7 @@
* A file filter that always returns true.
*
* @since Commons IO 1.0
* @version $Revision: 1.7 $ $Date: 2004/02/23 04:37:57 $
* @version $Revision$ $Date$
*
* @author Henri Yandell
* @author Stephen Colebourne
Expand Down
Expand Up @@ -22,7 +22,7 @@
* </pre>
*
* @author Jason Anderson
* @version $Revision: 1.5 $ $Date: 2004/10/31 04:17:34 $
* @version $Revision$ $Date$
* @since Commons IO 1.1
*/
public class WildcardFilter extends AbstractFileFilter {
Expand Down
Expand Up @@ -26,7 +26,7 @@
* by Avalon components that are juggling many classloaders.
*
* @author <a href="mailto:paul_hammant@yahoo.com">Paul Hammant</a>
* @version $Revision: 1.5 $ $Date: 2004/02/23 04:38:52 $
* @version $Revision$ $Date$
*/
public class ClassLoaderObjectInputStream
extends ObjectInputStream
Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/input/DemuxInputStream.java
Expand Up @@ -23,7 +23,7 @@
* with this thread.
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision: 1.5 $ $Date: 2004/02/23 04:38:52 $
* @version $Revision$ $Date$
*/
public class DemuxInputStream
extends InputStream
Expand Down
Expand Up @@ -30,7 +30,7 @@
* <p><b>Origin of code: </b>Avalon Excalibur (IO)</p>
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version CVS $Revision: 1.8 $ $Date: 2004/02/23 04:56:59 $
* @version CVS $Revision$ $Date$
*/
public class SwappedDataInputStream extends ProxyInputStream
implements DataInput
Expand Down
16 changes: 8 additions & 8 deletions src/java/org/apache/commons/io/input/package.html
@@ -1,8 +1,8 @@
<html>
<body>
Implementations of input classes, such as
<code>InputStream</code> and
<code>Reader</code>.
</body>
</html>
<html>
<body>
Implementations of input classes, such as
<code>InputStream</code> and
<code>Reader</code>.
</body>
</html>

Expand Up @@ -42,7 +42,7 @@
* designed to behave exactly like the original. The only exception is the
* deprecated toString(int) method that has been ignored.
* @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
* @version $Id: ByteArrayOutputStream.java,v 1.8 2004/04/24 19:24:09 jeremias Exp $
* @version $Id$
*/
public class ByteArrayOutputStream extends OutputStream {

Expand Down
Expand Up @@ -23,7 +23,7 @@
* through it.
*
* @author <a href="mailto:bayard@apache.org">Henri Yandell</a>
* @version $Id: CountingOutputStream.java,v 1.6 2004/06/13 05:35:44 bayard Exp $
* @version $Id$
*/
public class CountingOutputStream extends ProxyOutputStream {

Expand Down
Expand Up @@ -35,7 +35,7 @@
*
* @author <a href="mailto:martinc@apache.org">Martin Cooper</a>
*
* @version $Id: DeferredFileOutputStream.java,v 1.4 2004/10/11 04:29:47 martinc Exp $
* @version $Id$
*/
public class DeferredFileOutputStream
extends ThresholdingOutputStream
Expand Down
Expand Up @@ -23,7 +23,7 @@
* with this thread.
*
* @author <a href="mailto:peter@apache.org">Peter Donald</a>
* @version $Revision: 1.5 $ $Date: 2004/02/23 04:40:29 $
* @version $Revision$ $Date$
*/
public class DemuxOutputStream
extends OutputStream
Expand Down
Expand Up @@ -31,7 +31,7 @@
* @author <a href="mailto:ms@collab.net">Michael Salmon</a>
* @author <a href="mailto:jon@collab.net">Jon S. Stevens</a>
* @author <a href="mailto:dlr@finemaltcoding.com">Daniel Rall</a>
* @version $Id: LockableFileWriter.java,v 1.7 2004/02/23 04:40:29 bayard Exp $
* @version $Id$
*/
public class LockableFileWriter extends Writer {

Expand Down
2 changes: 1 addition & 1 deletion src/java/org/apache/commons/io/output/TeeOutputStream.java
Expand Up @@ -24,7 +24,7 @@
* are now two streams.
*
* @author <a href="mailto:bayard@apache.org">Henri Yandell</a>
* @version $Id: TeeOutputStream.java,v 1.6 2004/02/23 04:53:04 bayard Exp $
* @version $Id$
*/
public class TeeOutputStream extends ProxyOutputStream {

Expand Down
Expand Up @@ -37,7 +37,7 @@
*
* @author <a href="mailto:martinc@apache.org">Martin Cooper</a>
*
* @version $Id: ThresholdingOutputStream.java,v 1.2 2004/02/23 04:40:29 bayard Exp $
* @version $Id$
*/
public abstract class ThresholdingOutputStream
extends OutputStream
Expand Down
16 changes: 8 additions & 8 deletions src/java/org/apache/commons/io/output/package.html
@@ -1,8 +1,8 @@
<html>
<body>
Implementations of output classes, such as
<code>OutputStream</code> and
<code>Writer</code>.
</body>
</html>
<html>
<body>
Implementations of output classes, such as
<code>OutputStream</code> and
<code>Writer</code>.
</body>
</html>

2 changes: 1 addition & 1 deletion src/test/org/apache/commons/io/CopyUtilsTest.java
Expand Up @@ -37,7 +37,7 @@
* @author Jeff Turner
* @author Matthew Hawthorne
* @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
* @version $Id: CopyUtilsTest.java,v 1.8 2004/08/13 23:51:41 scolebourne Exp $
* @version $Id$
* @see CopyUtils
*/
public class CopyUtilsTest extends FileBasedTestCase {
Expand Down
2 changes: 1 addition & 1 deletion src/test/org/apache/commons/io/EndianUtilsTest.java
Expand Up @@ -23,7 +23,7 @@

/**
* @author Henri Yandell (bayard at apache dot org)
* @version $Revision: 1.13 $ $Date: 2004/02/29 21:47:07 $
* @version $Revision$ $Date$
*/
public class EndianUtilsTest extends TestCase {

Expand Down
2 changes: 1 addition & 1 deletion src/test/org/apache/commons/io/FileCleanerTestCase.java
Expand Up @@ -31,7 +31,7 @@
* @author Noel Bergman
* @author Martin Cooper
*
* @version $Id: FileCleanerTestCase.java,v 1.1 2004/03/18 06:04:14 martinc Exp $
* @version $Id$
* @see FileCleaner
*/
Expand Down

0 comments on commit 050f1d1

Please sign in to comment.