diff options
Diffstat (limited to 'framework/IO')
-rw-r--r-- | framework/IO/TTarFileExtractor.php | 6 | ||||
-rw-r--r-- | framework/IO/TTextWriter.php | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/framework/IO/TTarFileExtractor.php b/framework/IO/TTarFileExtractor.php index 4ff37b1f..0ead6412 100644 --- a/framework/IO/TTarFileExtractor.php +++ b/framework/IO/TTarFileExtractor.php @@ -4,7 +4,7 @@ *
* @author Vincent Blavet <vincent@phpconcept.net>
* @copyright Copyright © 1997-2003 The PHP Group
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
*/
@@ -25,13 +25,13 @@ // | Author: Vincent Blavet <vincent@phpconcept.net> |
// +----------------------------------------------------------------------+
//
-// $Id: Tar.php,v 1.29 2005/03/17 21:02:31 vblavet Exp $
+// $Id$
/**
* TTarFileExtractor class
*
* @author Vincent Blavet <vincent@phpconcept.net>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
* @since 3.0
*/
diff --git a/framework/IO/TTextWriter.php b/framework/IO/TTextWriter.php index e63a7f7c..de73aae0 100644 --- a/framework/IO/TTextWriter.php +++ b/framework/IO/TTextWriter.php @@ -6,7 +6,7 @@ * @link http://www.pradosoft.com/
* @copyright Copyright © 2005 PradoSoft
* @license http://www.pradosoft.com/license/
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
*/
@@ -18,7 +18,7 @@ * and can be obtained by calling {@link flush()}.
*
* @author Qiang Xue <qiang.xue@gmail.com>
- * @version $Revision: $ $Date: $
+ * @version $Id$
* @package System.IO
* @since 3.0
*/
|