summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 13:45:46 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 13:45:46 +0000
commita2752252639b1c58e2ab5c32b914356570132ad9 (patch)
tree83d4b0310a9f8d1fc0c5b91fe6e1fb193426b6b7
parent25eb47b05e33487c3cb24af075b686d0b4af0c67 (diff)
downloadquota-a2752252639b1c58e2ab5c32b914356570132ad9.tar.gz
quota-a2752252639b1c58e2ab5c32b914356570132ad9.tar.bz2
quota-a2752252639b1c58e2ab5c32b914356570132ad9.zip
fix LGPL license ref from non-existant license.txt file to lgpl url
-rw-r--r--LibertyQuota.php8
-rw-r--r--admin/admin_quota_inc.php4
-rw-r--r--index.php6
3 files changed, 9 insertions, 9 deletions
diff --git a/LibertyQuota.php b/LibertyQuota.php
index fd448e1..ca98840 100644
--- a/LibertyQuota.php
+++ b/LibertyQuota.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_quota/LibertyQuota.php,v 1.15 2009/05/01 15:53:16 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_quota/LibertyQuota.php,v 1.16 2009/10/01 13:45:46 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
- * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
+ * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: LibertyQuota.php,v 1.15 2009/05/01 15:53:16 wjames5 Exp $
+ * $Id: LibertyQuota.php,v 1.16 2009/10/01 13:45:46 wjames5 Exp $
* @package quota
*/
@@ -28,7 +28,7 @@ require_once( LIBERTY_PKG_PATH.'LibertyAttachable.php' );
*
* @author spider <spider@steelsun.com>
*
- * @version $Revision: 1.15 $ $Date: 2009/05/01 15:53:16 $ $Author: wjames5 $
+ * @version $Revision: 1.16 $ $Date: 2009/10/01 13:45:46 $ $Author: wjames5 $
*/
class LibertyQuota extends LibertyBase {
/**
diff --git a/admin/admin_quota_inc.php b/admin/admin_quota_inc.php
index 9a1d421..11fcb55 100644
--- a/admin/admin_quota_inc.php
+++ b/admin/admin_quota_inc.php
@@ -1,8 +1,8 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_quota/admin/admin_quota_inc.php,v 1.4 2006/03/01 20:16:24 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_quota/admin/admin_quota_inc.php,v 1.5 2009/10/01 13:45:46 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
+// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
// is this used?
//if( isset( $_REQUEST["quotaset"] ) && isset( $_REQUEST["homeSample"] ) ) {
diff --git a/index.php b/index.php
index 33dc765..11d85c9 100644
--- a/index.php
+++ b/index.php
@@ -1,14 +1,14 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.5 2008/06/25 22:21:21 spiderr Exp $
+ * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.6 2009/10/01 13:45:46 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
* Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* All Rights Reserved. See copyright.txt for details and a complete list of authors.
- * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
+ * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: index.php,v 1.5 2008/06/25 22:21:21 spiderr Exp $
+ * $Id: index.php,v 1.6 2009/10/01 13:45:46 wjames5 Exp $
* @package quota
*/