diff options
| -rw-r--r-- | LibertyQuota.php | 6 | ||||
| -rw-r--r-- | admin/admin_quota_inc.php | 2 | ||||
| -rw-r--r-- | admin/pump_quota_inc.php | 2 | ||||
| -rw-r--r-- | calculate_quota_inc.php | 2 | ||||
| -rw-r--r-- | index.php | 4 | ||||
| -rw-r--r-- | quota_inc.php | 2 |
6 files changed, 9 insertions, 9 deletions
diff --git a/LibertyQuota.php b/LibertyQuota.php index e10068b..afeb336 100644 --- a/LibertyQuota.php +++ b/LibertyQuota.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_quota/LibertyQuota.php,v 1.17 2009/10/01 14:17:03 wjames5 Exp $ + * $Header$ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See below for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: LibertyQuota.php,v 1.17 2009/10/01 14:17:03 wjames5 Exp $ + * $Id$ * @package quota */ @@ -28,7 +28,7 @@ require_once( LIBERTY_PKG_PATH.'LibertyAttachable.php' ); * * @author spider <spider@steelsun.com> * - * @version $Revision: 1.17 $ $Date: 2009/10/01 14:17:03 $ $Author: wjames5 $ + * @version $Revision$ */ class LibertyQuota extends LibertyBase { /** diff --git a/admin/admin_quota_inc.php b/admin/admin_quota_inc.php index 0d6edc6..bbf8106 100644 --- a/admin/admin_quota_inc.php +++ b/admin/admin_quota_inc.php @@ -1,5 +1,5 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_quota/admin/admin_quota_inc.php,v 1.6 2009/10/01 14:17:03 wjames5 Exp $ +// $Header$ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // All Rights Reserved. See below for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details. diff --git a/admin/pump_quota_inc.php b/admin/pump_quota_inc.php index 4235ed5..0d348f2 100644 --- a/admin/pump_quota_inc.php +++ b/admin/pump_quota_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_quota/admin/pump_quota_inc.php,v 1.1 2007/07/09 13:16:15 squareing Exp $ + * @version $Header$ * @package install * @subpackage pumps */ diff --git a/calculate_quota_inc.php b/calculate_quota_inc.php index bb56389..463455a 100644 --- a/calculate_quota_inc.php +++ b/calculate_quota_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.3 $ + * @version $Revision$ * @package quota * * settings that are useful to know about at upload time @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.8 2010/02/08 21:27:25 wjames5 Exp $ + * $Header$ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See below for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: index.php,v 1.8 2010/02/08 21:27:25 wjames5 Exp $ + * $Id$ * @package quota */ diff --git a/quota_inc.php b/quota_inc.php index 5c97fa4..b78f08b 100644 --- a/quota_inc.php +++ b/quota_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Revision: 1.3 $ + * @version $Revision$ * @package quota * * settings that are useful to know about at upload time |
