You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by di...@apache.org on 2005/02/26 14:04:38 UTC

svn commit: r155419 [1/2] - in jakarta/commons/proper/io/trunk: ./ src/conf/ src/java/org/apache/commons/io/ src/java/org/apache/commons/io/filefilter/ src/java/org/apache/commons/io/find/ src/java/org/apache/commons/io/input/ src/java/org/apache/commons/io/output/ src/test/org/apache/commons/io/ src/test/org/apache/commons/io/filefilter/ src/test/org/apache/commons/io/find/ src/test/org/apache/commons/io/input/ src/test/org/apache/commons/io/output/ src/test/org/apache/commons/io/testtools/ xdocs/ xdocs/style/

Author: dirkv
Date: Sat Feb 26 05:02:41 2005
New Revision: 155419

URL: http://svn.apache.org/viewcvs?view=rev&rev=155419
Log:
svn:keywords correction

Modified:
    jakarta/commons/proper/io/trunk/LICENSE.txt   (contents, props changed)
    jakarta/commons/proper/io/trunk/NOTICE.txt   (contents, props changed)
    jakarta/commons/proper/io/trunk/PROPOSAL.html   (props changed)
    jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt   (contents, props changed)
    jakarta/commons/proper/io/trunk/STATUS.html   (contents, props changed)
    jakarta/commons/proper/io/trunk/build.xml   (props changed)
    jakarta/commons/proper/io/trunk/maven.xml   (props changed)
    jakarta/commons/proper/io/trunk/project.properties   (props changed)
    jakarta/commons/proper/io/trunk/project.xml   (props changed)
    jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/EndianUtils.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaner.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileSystemUtils.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FilenameUtils.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AbstractFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DelegateFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FalseFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFilterUtils.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/IOFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NotFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/TrueFileFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/package.html   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FileFinder.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FindEvent.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FindListener.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/Finder.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FinderException.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FindingFilter.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyReader.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/SwappedDataInputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/package.html   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DeferredFileOutputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/LockableFileWriter.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/NullOutputStream.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ProxyOutputStream.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ProxyWriter.java   (props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/TeeOutputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/package.html   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/package.html   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/AllIOTestSuite.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/DemuxTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileCleanerTestCase.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileSystemUtilsChecker.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsFileNewerTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsListFilesTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsTestCase.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsWildcardTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/HexDumpTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/IOUtilsCopyTestCase.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/IOUtilsTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/IOUtilsWriteTestCase.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/PackageTestSuite.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/AndFileFilterTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/ConditionalFileFilterAbstractTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/FileFilterTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/IOFileFilterAbstractTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/OrFileFilterTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/filefilter/PackageTestSuite.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/find/FileFinderTest.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/input/CountingInputStreamTest.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/input/PackageTestSuite.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/input/SwappedDataInputStreamTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/ByteArrayOutputStreamTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/CountingOutputStreamTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/DeferredFileOutputStreamTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/LockableFileWriterTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/NullOutputStreamTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/PackageTestSuite.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/output/TeeOutputStreamTest.java   (contents, props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/testtools/FileBasedTestCase.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/testtools/YellOnCloseInputStream.java   (props changed)
    jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/testtools/YellOnFlushAndCloseOutputStream.java   (props changed)
    jakarta/commons/proper/io/trunk/xdocs/bestpractices.xml   (contents, props changed)
    jakarta/commons/proper/io/trunk/xdocs/building.xml   (contents, props changed)
    jakarta/commons/proper/io/trunk/xdocs/changes.xml   (props changed)
    jakarta/commons/proper/io/trunk/xdocs/description.xml   (contents, props changed)
    jakarta/commons/proper/io/trunk/xdocs/index.xml   (props changed)
    jakarta/commons/proper/io/trunk/xdocs/navigation.xml   (props changed)
    jakarta/commons/proper/io/trunk/xdocs/proposal.xml   (contents, props changed)
    jakarta/commons/proper/io/trunk/xdocs/style/project.css   (props changed)
    jakarta/commons/proper/io/trunk/xdocs/tasks.xml   (props changed)
    jakarta/commons/proper/io/trunk/xdocs/userguide.xml   (props changed)

Modified: jakarta/commons/proper/io/trunk/LICENSE.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/LICENSE.txt?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/LICENSE.txt (original)
+++ jakarta/commons/proper/io/trunk/LICENSE.txt Sat Feb 26 05:02:41 2005
@@ -1,203 +1,203 @@
-
-                                 Apache License
-                           Version 2.0, January 2004
-                        http://www.apache.org/licenses/
-
-   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
-
-   1. Definitions.
-
-      "License" shall mean the terms and conditions for use, reproduction,
-      and distribution as defined by Sections 1 through 9 of this document.
-
-      "Licensor" shall mean the copyright owner or entity authorized by
-      the copyright owner that is granting the License.
-
-      "Legal Entity" shall mean the union of the acting entity and all
-      other entities that control, are controlled by, or are under common
-      control with that entity. For the purposes of this definition,
-      "control" means (i) the power, direct or indirect, to cause the
-      direction or management of such entity, whether by contract or
-      otherwise, or (ii) ownership of fifty percent (50%) or more of the
-      outstanding shares, or (iii) beneficial ownership of such entity.
-
-      "You" (or "Your") shall mean an individual or Legal Entity
-      exercising permissions granted by this License.
-
-      "Source" form shall mean the preferred form for making modifications,
-      including but not limited to software source code, documentation
-      source, and configuration files.
-
-      "Object" form shall mean any form resulting from mechanical
-      transformation or translation of a Source form, including but
-      not limited to compiled object code, generated documentation,
-      and conversions to other media types.
-
-      "Work" shall mean the work of authorship, whether in Source or
-      Object form, made available under the License, as indicated by a
-      copyright notice that is included in or attached to the work
-      (an example is provided in the Appendix below).
-
-      "Derivative Works" shall mean any work, whether in Source or Object
-      form, that is based on (or derived from) the Work and for which the
-      editorial revisions, annotations, elaborations, or other modifications
-      represent, as a whole, an original work of authorship. For the purposes
-      of this License, Derivative Works shall not include works that remain
-      separable from, or merely link (or bind by name) to the interfaces of,
-      the Work and Derivative Works thereof.
-
-      "Contribution" shall mean any work of authorship, including
-      the original version of the Work and any modifications or additions
-      to that Work or Derivative Works thereof, that is intentionally
-      submitted to Licensor for inclusion in the Work by the copyright owner
-      or by an individual or Legal Entity authorized to submit on behalf of
-      the copyright owner. For the purposes of this definition, "submitted"
-      means any form of electronic, verbal, or written communication sent
-      to the Licensor or its representatives, including but not limited to
-      communication on electronic mailing lists, source code control systems,
-      and issue tracking systems that are managed by, or on behalf of, the
-      Licensor for the purpose of discussing and improving the Work, but
-      excluding communication that is conspicuously marked or otherwise
-      designated in writing by the copyright owner as "Not a Contribution."
-
-      "Contributor" shall mean Licensor and any individual or Legal Entity
-      on behalf of whom a Contribution has been received by Licensor and
-      subsequently incorporated within the Work.
-
-   2. Grant of Copyright License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      copyright license to reproduce, prepare Derivative Works of,
-      publicly display, publicly perform, sublicense, and distribute the
-      Work and such Derivative Works in Source or Object form.
-
-   3. Grant of Patent License. Subject to the terms and conditions of
-      this License, each Contributor hereby grants to You a perpetual,
-      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
-      (except as stated in this section) patent license to make, have made,
-      use, offer to sell, sell, import, and otherwise transfer the Work,
-      where such license applies only to those patent claims licensable
-      by such Contributor that are necessarily infringed by their
-      Contribution(s) alone or by combination of their Contribution(s)
-      with the Work to which such Contribution(s) was submitted. If You
-      institute patent litigation against any entity (including a
-      cross-claim or counterclaim in a lawsuit) alleging that the Work
-      or a Contribution incorporated within the Work constitutes direct
-      or contributory patent infringement, then any patent licenses
-      granted to You under this License for that Work shall terminate
-      as of the date such litigation is filed.
-
-   4. Redistribution. You may reproduce and distribute copies of the
-      Work or Derivative Works thereof in any medium, with or without
-      modifications, and in Source or Object form, provided that You
-      meet the following conditions:
-
-      (a) You must give any other recipients of the Work or
-          Derivative Works a copy of this License; and
-
-      (b) You must cause any modified files to carry prominent notices
-          stating that You changed the files; and
-
-      (c) You must retain, in the Source form of any Derivative Works
-          that You distribute, all copyright, patent, trademark, and
-          attribution notices from the Source form of the Work,
-          excluding those notices that do not pertain to any part of
-          the Derivative Works; and
-
-      (d) If the Work includes a "NOTICE" text file as part of its
-          distribution, then any Derivative Works that You distribute must
-          include a readable copy of the attribution notices contained
-          within such NOTICE file, excluding those notices that do not
-          pertain to any part of the Derivative Works, in at least one
-          of the following places: within a NOTICE text file distributed
-          as part of the Derivative Works; within the Source form or
-          documentation, if provided along with the Derivative Works; or,
-          within a display generated by the Derivative Works, if and
-          wherever such third-party notices normally appear. The contents
-          of the NOTICE file are for informational purposes only and
-          do not modify the License. You may add Your own attribution
-          notices within Derivative Works that You distribute, alongside
-          or as an addendum to the NOTICE text from the Work, provided
-          that such additional attribution notices cannot be construed
-          as modifying the License.
-
-      You may add Your own copyright statement to Your modifications and
-      may provide additional or different license terms and conditions
-      for use, reproduction, or distribution of Your modifications, or
-      for any such Derivative Works as a whole, provided Your use,
-      reproduction, and distribution of the Work otherwise complies with
-      the conditions stated in this License.
-
-   5. Submission of Contributions. Unless You explicitly state otherwise,
-      any Contribution intentionally submitted for inclusion in the Work
-      by You to the Licensor shall be under the terms and conditions of
-      this License, without any additional terms or conditions.
-      Notwithstanding the above, nothing herein shall supersede or modify
-      the terms of any separate license agreement you may have executed
-      with Licensor regarding such Contributions.
-
-   6. Trademarks. This License does not grant permission to use the trade
-      names, trademarks, service marks, or product names of the Licensor,
-      except as required for reasonable and customary use in describing the
-      origin of the Work and reproducing the content of the NOTICE file.
-
-   7. Disclaimer of Warranty. Unless required by applicable law or
-      agreed to in writing, Licensor provides the Work (and each
-      Contributor provides its Contributions) on an "AS IS" BASIS,
-      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
-      implied, including, without limitation, any warranties or conditions
-      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
-      PARTICULAR PURPOSE. You are solely responsible for determining the
-      appropriateness of using or redistributing the Work and assume any
-      risks associated with Your exercise of permissions under this License.
-
-   8. Limitation of Liability. In no event and under no legal theory,
-      whether in tort (including negligence), contract, or otherwise,
-      unless required by applicable law (such as deliberate and grossly
-      negligent acts) or agreed to in writing, shall any Contributor be
-      liable to You for damages, including any direct, indirect, special,
-      incidental, or consequential damages of any character arising as a
-      result of this License or out of the use or inability to use the
-      Work (including but not limited to damages for loss of goodwill,
-      work stoppage, computer failure or malfunction, or any and all
-      other commercial damages or losses), even if such Contributor
-      has been advised of the possibility of such damages.
-
-   9. Accepting Warranty or Additional Liability. While redistributing
-      the Work or Derivative Works thereof, You may choose to offer,
-      and charge a fee for, acceptance of support, warranty, indemnity,
-      or other liability obligations and/or rights consistent with this
-      License. However, in accepting such obligations, You may act only
-      on Your own behalf and on Your sole responsibility, not on behalf
-      of any other Contributor, and only if You agree to indemnify,
-      defend, and hold each Contributor harmless for any liability
-      incurred by, or claims asserted against, such Contributor by reason
-      of your accepting any such warranty or additional liability.
-
-   END OF TERMS AND CONDITIONS
-
-   APPENDIX: How to apply the Apache License to your work.
-
-      To apply the Apache License to your work, attach the following
-      boilerplate notice, with the fields enclosed by brackets "[]"
-      replaced with your own identifying information. (Don't include
-      the brackets!)  The text should be enclosed in the appropriate
-      comment syntax for the file format. We also recommend that a
-      file or class name and description of purpose be included on the
-      same "printed page" as the copyright notice for easier
-      identification within third-party archives.
-
-   Copyright [yyyy] [name of copyright owner]
-
-   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.
-
+
+                                 Apache License
+                           Version 2.0, January 2004
+                        http://www.apache.org/licenses/
+
+   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+   1. Definitions.
+
+      "License" shall mean the terms and conditions for use, reproduction,
+      and distribution as defined by Sections 1 through 9 of this document.
+
+      "Licensor" shall mean the copyright owner or entity authorized by
+      the copyright owner that is granting the License.
+
+      "Legal Entity" shall mean the union of the acting entity and all
+      other entities that control, are controlled by, or are under common
+      control with that entity. For the purposes of this definition,
+      "control" means (i) the power, direct or indirect, to cause the
+      direction or management of such entity, whether by contract or
+      otherwise, or (ii) ownership of fifty percent (50%) or more of the
+      outstanding shares, or (iii) beneficial ownership of such entity.
+
+      "You" (or "Your") shall mean an individual or Legal Entity
+      exercising permissions granted by this License.
+
+      "Source" form shall mean the preferred form for making modifications,
+      including but not limited to software source code, documentation
+      source, and configuration files.
+
+      "Object" form shall mean any form resulting from mechanical
+      transformation or translation of a Source form, including but
+      not limited to compiled object code, generated documentation,
+      and conversions to other media types.
+
+      "Work" shall mean the work of authorship, whether in Source or
+      Object form, made available under the License, as indicated by a
+      copyright notice that is included in or attached to the work
+      (an example is provided in the Appendix below).
+
+      "Derivative Works" shall mean any work, whether in Source or Object
+      form, that is based on (or derived from) the Work and for which the
+      editorial revisions, annotations, elaborations, or other modifications
+      represent, as a whole, an original work of authorship. For the purposes
+      of this License, Derivative Works shall not include works that remain
+      separable from, or merely link (or bind by name) to the interfaces of,
+      the Work and Derivative Works thereof.
+
+      "Contribution" shall mean any work of authorship, including
+      the original version of the Work and any modifications or additions
+      to that Work or Derivative Works thereof, that is intentionally
+      submitted to Licensor for inclusion in the Work by the copyright owner
+      or by an individual or Legal Entity authorized to submit on behalf of
+      the copyright owner. For the purposes of this definition, "submitted"
+      means any form of electronic, verbal, or written communication sent
+      to the Licensor or its representatives, including but not limited to
+      communication on electronic mailing lists, source code control systems,
+      and issue tracking systems that are managed by, or on behalf of, the
+      Licensor for the purpose of discussing and improving the Work, but
+      excluding communication that is conspicuously marked or otherwise
+      designated in writing by the copyright owner as "Not a Contribution."
+
+      "Contributor" shall mean Licensor and any individual or Legal Entity
+      on behalf of whom a Contribution has been received by Licensor and
+      subsequently incorporated within the Work.
+
+   2. Grant of Copyright License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      copyright license to reproduce, prepare Derivative Works of,
+      publicly display, publicly perform, sublicense, and distribute the
+      Work and such Derivative Works in Source or Object form.
+
+   3. Grant of Patent License. Subject to the terms and conditions of
+      this License, each Contributor hereby grants to You a perpetual,
+      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+      (except as stated in this section) patent license to make, have made,
+      use, offer to sell, sell, import, and otherwise transfer the Work,
+      where such license applies only to those patent claims licensable
+      by such Contributor that are necessarily infringed by their
+      Contribution(s) alone or by combination of their Contribution(s)
+      with the Work to which such Contribution(s) was submitted. If You
+      institute patent litigation against any entity (including a
+      cross-claim or counterclaim in a lawsuit) alleging that the Work
+      or a Contribution incorporated within the Work constitutes direct
+      or contributory patent infringement, then any patent licenses
+      granted to You under this License for that Work shall terminate
+      as of the date such litigation is filed.
+
+   4. Redistribution. You may reproduce and distribute copies of the
+      Work or Derivative Works thereof in any medium, with or without
+      modifications, and in Source or Object form, provided that You
+      meet the following conditions:
+
+      (a) You must give any other recipients of the Work or
+          Derivative Works a copy of this License; and
+
+      (b) You must cause any modified files to carry prominent notices
+          stating that You changed the files; and
+
+      (c) You must retain, in the Source form of any Derivative Works
+          that You distribute, all copyright, patent, trademark, and
+          attribution notices from the Source form of the Work,
+          excluding those notices that do not pertain to any part of
+          the Derivative Works; and
+
+      (d) If the Work includes a "NOTICE" text file as part of its
+          distribution, then any Derivative Works that You distribute must
+          include a readable copy of the attribution notices contained
+          within such NOTICE file, excluding those notices that do not
+          pertain to any part of the Derivative Works, in at least one
+          of the following places: within a NOTICE text file distributed
+          as part of the Derivative Works; within the Source form or
+          documentation, if provided along with the Derivative Works; or,
+          within a display generated by the Derivative Works, if and
+          wherever such third-party notices normally appear. The contents
+          of the NOTICE file are for informational purposes only and
+          do not modify the License. You may add Your own attribution
+          notices within Derivative Works that You distribute, alongside
+          or as an addendum to the NOTICE text from the Work, provided
+          that such additional attribution notices cannot be construed
+          as modifying the License.
+
+      You may add Your own copyright statement to Your modifications and
+      may provide additional or different license terms and conditions
+      for use, reproduction, or distribution of Your modifications, or
+      for any such Derivative Works as a whole, provided Your use,
+      reproduction, and distribution of the Work otherwise complies with
+      the conditions stated in this License.
+
+   5. Submission of Contributions. Unless You explicitly state otherwise,
+      any Contribution intentionally submitted for inclusion in the Work
+      by You to the Licensor shall be under the terms and conditions of
+      this License, without any additional terms or conditions.
+      Notwithstanding the above, nothing herein shall supersede or modify
+      the terms of any separate license agreement you may have executed
+      with Licensor regarding such Contributions.
+
+   6. Trademarks. This License does not grant permission to use the trade
+      names, trademarks, service marks, or product names of the Licensor,
+      except as required for reasonable and customary use in describing the
+      origin of the Work and reproducing the content of the NOTICE file.
+
+   7. Disclaimer of Warranty. Unless required by applicable law or
+      agreed to in writing, Licensor provides the Work (and each
+      Contributor provides its Contributions) on an "AS IS" BASIS,
+      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+      implied, including, without limitation, any warranties or conditions
+      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+      PARTICULAR PURPOSE. You are solely responsible for determining the
+      appropriateness of using or redistributing the Work and assume any
+      risks associated with Your exercise of permissions under this License.
+
+   8. Limitation of Liability. In no event and under no legal theory,
+      whether in tort (including negligence), contract, or otherwise,
+      unless required by applicable law (such as deliberate and grossly
+      negligent acts) or agreed to in writing, shall any Contributor be
+      liable to You for damages, including any direct, indirect, special,
+      incidental, or consequential damages of any character arising as a
+      result of this License or out of the use or inability to use the
+      Work (including but not limited to damages for loss of goodwill,
+      work stoppage, computer failure or malfunction, or any and all
+      other commercial damages or losses), even if such Contributor
+      has been advised of the possibility of such damages.
+
+   9. Accepting Warranty or Additional Liability. While redistributing
+      the Work or Derivative Works thereof, You may choose to offer,
+      and charge a fee for, acceptance of support, warranty, indemnity,
+      or other liability obligations and/or rights consistent with this
+      License. However, in accepting such obligations, You may act only
+      on Your own behalf and on Your sole responsibility, not on behalf
+      of any other Contributor, and only if You agree to indemnify,
+      defend, and hold each Contributor harmless for any liability
+      incurred by, or claims asserted against, such Contributor by reason
+      of your accepting any such warranty or additional liability.
+
+   END OF TERMS AND CONDITIONS
+
+   APPENDIX: How to apply the Apache License to your work.
+
+      To apply the Apache License to your work, attach the following
+      boilerplate notice, with the fields enclosed by brackets "[]"
+      replaced with your own identifying information. (Don't include
+      the brackets!)  The text should be enclosed in the appropriate
+      comment syntax for the file format. We also recommend that a
+      file or class name and description of purpose be included on the
+      same "printed page" as the copyright notice for easier
+      identification within third-party archives.
+
+   Copyright [yyyy] [name of copyright owner]
+
+   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.
+

Propchange: jakarta/commons/proper/io/trunk/LICENSE.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/NOTICE.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/NOTICE.txt?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/NOTICE.txt (original)
+++ jakarta/commons/proper/io/trunk/NOTICE.txt Sat Feb 26 05:02:41 2005
@@ -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/).
+

Propchange: jakarta/commons/proper/io/trunk/NOTICE.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/PROPOSAL.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt Sat Feb 26 05:02:41 2005
@@ -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.
+

Propchange: jakarta/commons/proper/io/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/STATUS.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/STATUS.html?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/STATUS.html (original)
+++ jakarta/commons/proper/io/trunk/STATUS.html Sat Feb 26 05:02:41 2005
@@ -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>

Propchange: jakarta/commons/proper/io/trunk/STATUS.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/build.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/maven.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/project.properties
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/project.xml
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/conf/MANIFEST.MF
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/CopyUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/EndianUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/EndianUtils.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/EndianUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/EndianUtils.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/EndianUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaner.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaner.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaner.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaner.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileCleaner.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileSystemUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-"author date id revision"
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FileUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/FilenameUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/HexDump.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/IOUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AbstractFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AbstractFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AbstractFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AbstractFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AbstractFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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
  */

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/AndFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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
  */

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/ConditionalFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DelegateFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DelegateFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DelegateFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DelegateFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DelegateFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/DirectoryFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FalseFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FalseFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FalseFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FalseFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FalseFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/FileFilterUtils.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/IOFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/IOFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/IOFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/IOFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/IOFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NameFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NotFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NotFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NotFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NotFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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
  */

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/NotFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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
  */

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/OrFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/PrefixFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/SuffixFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/TrueFileFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/TrueFileFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/TrueFileFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/TrueFileFilter.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/TrueFileFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java Sat Feb 26 05:02:41 2005
@@ -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 {

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/WildcardFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/filefilter/package.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FileFinder.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FindEvent.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FindListener.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/Finder.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FinderException.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/find/FindingFilter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ClassLoaderObjectInputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/CountingInputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/DemuxInputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyInputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/ProxyReader.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/SwappedDataInputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/SwappedDataInputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/SwappedDataInputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/SwappedDataInputStream.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/SwappedDataInputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/package.html?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/package.html (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/package.html Sat Feb 26 05:02:41 2005
@@ -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>
+

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/input/package.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ByteArrayOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/CountingOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DeferredFileOutputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DeferredFileOutputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DeferredFileOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DeferredFileOutputStream.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DeferredFileOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/DemuxOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/LockableFileWriter.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/LockableFileWriter.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/LockableFileWriter.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/LockableFileWriter.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/LockableFileWriter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/NullOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ProxyOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ProxyWriter.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/TeeOutputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/TeeOutputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/TeeOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/TeeOutputStream.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/TeeOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java Sat Feb 26 05:02:41 2005
@@ -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

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/ThresholdingOutputStream.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/package.html
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/package.html?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/package.html (original)
+++ jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/package.html Sat Feb 26 05:02:41 2005
@@ -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>
+

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/output/package.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/java/org/apache/commons/io/package.html
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/AllIOTestSuite.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java (original)
+++ jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java Sat Feb 26 05:02:41 2005
@@ -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 {

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/CopyUtilsTest.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/DemuxTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java (original)
+++ jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java Sat Feb 26 05:02:41 2005
@@ -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 {
 

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/EndianUtilsTest.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileCleanerTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileCleanerTestCase.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileCleanerTestCase.java (original)
+++ jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileCleanerTestCase.java Sat Feb 26 05:02:41 2005
@@ -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
  */

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileCleanerTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileSystemUtilsChecker.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-"author date id revision"
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsFileNewerTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsListFilesTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FileUtilsTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Modified: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsTestCase.java?view=diff&r1=155418&r2=155419
==============================================================================
--- jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsTestCase.java (original)
+++ jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsTestCase.java Sat Feb 26 05:02:41 2005
@@ -33,7 +33,7 @@
  * @author Peter Donald
  * @author Matthew Hawthorne
  * @author Martin Cooper
- * @version $Id: FilenameUtilsTestCase.java,v 1.23 2004/12/04 19:28:40 scolebourne Exp $
+ * @version $Id$
  * @see FilenameUtils
  */
 public class FilenameUtilsTestCase extends FileBasedTestCase {

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL

Propchange: jakarta/commons/proper/io/trunk/src/test/org/apache/commons/io/FilenameUtilsWildcardTestCase.java
------------------------------------------------------------------------------
--- svn:keywords (original)
+++ svn:keywords Sat Feb 26 05:02:41 2005
@@ -1 +1 @@
-author date id revision
+Date Author Id Revision HeadURL



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org