summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2009-10-01 13:45:44 +0000
committerwjames5 <will@tekimaki.com>2009-10-01 13:45:44 +0000
commitfd6d1903d782b6786ad880b1cadfb84d2dea392b (patch)
treebdd67d580e289914a39565b1a8a84ee70dcdea27 /admin
parentf7cc17273c85d7f99d739358018d075f3c5125fd (diff)
downloadmessages-fd6d1903d782b6786ad880b1cadfb84d2dea392b.tar.gz
messages-fd6d1903d782b6786ad880b1cadfb84d2dea392b.tar.bz2
messages-fd6d1903d782b6786ad880b1cadfb84d2dea392b.zip
fix LGPL license ref from non-existant license.txt file to lgpl url
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_messages_inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_messages_inc.php b/admin/admin_messages_inc.php
index 9c25768..bfed6fe 100644
--- a/admin/admin_messages_inc.php
+++ b/admin/admin_messages_inc.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_messages/admin/admin_messages_inc.php,v 1.3 2008/10/16 09:48:23 squareing Exp $
+// $Header: /cvsroot/bitweaver/_bit_messages/admin/admin_messages_inc.php,v 1.4 2009/10/01 13:45:44 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.
$usersList = $gBitUser->getSelectionList();
$gBitSmarty->assign( 'usersList', ( count( $usersList ) < 50 ) ? $usersList : NULL );