You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by im...@apache.org on 2005/05/15 10:22:08 UTC

svn commit: r170205 [3/3] - in /jakarta/commons/sandbox/vfs/trunk: src/java/org/apache/commons/vfs/ src/java/org/apache/commons/vfs/cache/ src/java/org/apache/commons/vfs/events/ src/java/org/apache/commons/vfs/example/ src/java/org/apache/commons/vfs/impl/ src/java/org/apache/commons/vfs/provider/ src/java/org/apache/commons/vfs/provider/bzip2/ src/java/org/apache/commons/vfs/provider/compressed/ src/java/org/apache/commons/vfs/provider/ftp/ src/java/org/apache/commons/vfs/provider/gzip/ src/java/org/apache/commons/vfs/provider/http/ src/java/org/apache/commons/vfs/provider/jar/ src/java/org/apache/commons/vfs/provider/local/ src/java/org/apache/commons/vfs/provider/res/ src/java/org/apache/commons/vfs/provider/sftp/ src/java/org/apache/commons/vfs/provider/smb/ src/java/org/apache/commons/vfs/provider/tar/ src/java/org/apache/commons/vfs/provider/temp/ src/java/org/apache/commons/vfs/provider/url/ src/java/org/apache/commons/vfs/provider/webdav/ src/java/org/apache/commons/vfs/provider/zip/ src/java/org/apache/commons/vfs/tasks/ src/java/org/apache/commons/vfs/util/ src/test-data/code/ src/test-data/code/sealed/ src/test/org/apache/commons/ src/test/org/apache/commons/vfs/cache/ src/test/org/apache/commons/vfs/impl/test/ src/test/org/apache/commons/vfs/provider/ftp/test/ src/test/org/apache/commons/vfs/provider/http/test/ src/test/org/apache/commons/vfs/provider/jar/test/ src/test/org/apache/commons/vfs/provider/local/test/ src/test/org/apache/commons/vfs/provider/res/test/ src/test/org/apache/commons/vfs/provider/sftp/test/ src/test/org/apache/commons/vfs/provider/smb/test/ src/test/org/apache/commons/vfs/provider/tar/test/ src/test/org/apache/commons/vfs/provider/temp/test/ src/test/org/apache/commons/vfs/provider/test/ src/test/org/apache/commons/vfs/provider/url/test/ src/test/org/apache/commons/vfs/provider/webdav/test/ src/test/org/apache/commons/vfs/provider/zip/test/ src/test/org/apache/commons/vfs/test/ src/test/org/apache/commons/vfs/util/ xdocs/

Modified: jakarta/commons/sandbox/vfs/trunk/src/test-data/code/ClassToLoad.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test-data/code/ClassToLoad.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test-data/code/ClassToLoad.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test-data/code/ClassToLoad.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) The Apache Software Foundation. All rights reserved.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * This software is published under the terms of the Apache Software License
  * version 1.1, a copy of which has been included with this distribution in

Modified: jakarta/commons/sandbox/vfs/trunk/src/test-data/code/sealed/AnotherClass.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test-data/code/sealed/AnotherClass.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test-data/code/sealed/AnotherClass.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test-data/code/sealed/AnotherClass.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/AbstractVfsTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/AbstractVfsTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/AbstractVfsTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/AbstractVfsTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/LRUFilesCacheTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/cache/NullFilesCacheTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/impl/test/VfsClassLoaderTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/impl/test/VfsClassLoaderTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/impl/test/VfsClassLoaderTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/impl/test/VfsClassLoaderTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/ftp/test/FtpProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/ftp/test/FtpProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/ftp/test/FtpProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/ftp/test/FtpProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/http/test/HttpProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/http/test/HttpProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/http/test/HttpProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/http/test/HttpProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/JarProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/JarProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/JarProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/JarProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/NestedJarTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/NestedJarTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/NestedJarTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/jar/test/NestedJarTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/FileNameTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/FileNameTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/FileNameTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/FileNameTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/LocalProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/LocalProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/LocalProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/local/test/LocalProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/res/test/ResourceProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/res/test/ResourceProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/res/test/ResourceProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/res/test/ResourceProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/sftp/test/SftpProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/sftp/test/SftpProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/sftp/test/SftpProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/sftp/test/SftpProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/FileNameTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/FileNameTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/FileNameTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/FileNameTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/SmbProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/SmbProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/SmbProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/smb/test/SmbProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTarTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTarTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTarTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTarTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTbz2TestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTbz2TestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTbz2TestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTbz2TestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTgzTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTgzTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTgzTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/NestedTgzTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TarProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TarProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TarProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TarProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/Tbz2ProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/Tbz2ProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/Tbz2ProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/Tbz2ProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TgzProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TgzProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TgzProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/tar/test/TgzProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/temp/test/TemporaryProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/temp/test/TemporaryProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/temp/test/TemporaryProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/temp/test/TemporaryProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/GenericFileNameTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/GenericFileNameTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/GenericFileNameTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/GenericFileNameTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionProviderConfig.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionProviderConfig.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionProviderConfig.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionProviderConfig.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/JunctionTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/VirtualProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/VirtualProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/VirtualProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/test/VirtualProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderHttpTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderHttpTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderHttpTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderHttpTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/url/test/UrlProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/webdav/test/WebdavProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/webdav/test/WebdavProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/webdav/test/WebdavProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/webdav/test/WebdavProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/NestedZipTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/NestedZipTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/NestedZipTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/NestedZipTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/ZipProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/ZipProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/ZipProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/provider/zip/test/ZipProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestConfig.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestConfig.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestConfig.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractProviderTestConfig.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractTestSuite.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractTestSuite.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractTestSuite.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/AbstractTestSuite.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/CacheTestSuite.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/CacheTestSuite.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/CacheTestSuite.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/CacheTestSuite.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ContentTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ContentTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ContentTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ContentTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileInfo.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileInfo.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileInfo.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileInfo.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileSystemManagerFactoryTestCase.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileSystemManagerFactoryTestCase.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileSystemManagerFactoryTestCase.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/FileSystemManagerFactoryTestCase.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/LastModifiedTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/LastModifiedTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/LastModifiedTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/LastModifiedTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/NamingTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/NamingTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/NamingTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/NamingTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderDeleteTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderDeleteTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderDeleteTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderDeleteTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadWriteTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadWriteTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadWriteTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRandomReadWriteTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderReadTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderReadTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderReadTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderReadTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRenameTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRenameTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRenameTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderRenameTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestConfig.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestConfig.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestConfig.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestConfig.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestSuite.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestSuite.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestSuite.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderTestSuite.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteAppendTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteAppendTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteAppendTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteAppendTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/ProviderWriteTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UriTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UriTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UriTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UriTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlStructureTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlStructureTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlStructureTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlStructureTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlTests.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlTests.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlTests.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/UrlTests.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/VerifyingFileSelector.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/VerifyingFileSelector.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/VerifyingFileSelector.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/test/VerifyingFileSelector.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/util/DelegatingFileSystemOptionsBuilderTest.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/util/DelegatingFileSystemOptionsBuilderTest.java?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/util/DelegatingFileSystemOptionsBuilderTest.java (original)
+++ jakarta/commons/sandbox/vfs/trunk/src/test/org/apache/commons/vfs/util/DelegatingFileSystemOptionsBuilderTest.java Sun May 15 01:21:59 2005
@@ -1,5 +1,5 @@
 /*
- * Copyright 2002, 2003,2004 The Apache Software Foundation.
+ * Copyright 2002-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

Modified: jakarta/commons/sandbox/vfs/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/vfs/trunk/xdocs/navigation.xml?rev=170205&r1=170204&r2=170205&view=diff
==============================================================================
--- jakarta/commons/sandbox/vfs/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/sandbox/vfs/trunk/xdocs/navigation.xml Sun May 15 01:21:59 2005
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!--
-   Copyright 2003-2004 The Apache Software Foundation
+   Copyright 2003-2005 The Apache Software Foundation
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.



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