diff options
Diffstat (limited to 'actions/groupmembers.php')
-rw-r--r-- | actions/groupmembers.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/actions/groupmembers.php b/actions/groupmembers.php index cb81d2928..7df514758 100644 --- a/actions/groupmembers.php +++ b/actions/groupmembers.php @@ -24,7 +24,7 @@ * @author Evan Prodromou <evan@controlyourself.ca> * @copyright 2008-2009 StatusNet, Inc. * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -41,7 +41,7 @@ require_once INSTALLDIR.'/lib/publicgroupnav.php'; * @package StatusNet * @author Evan Prodromou <evan@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ class GroupmembersAction extends GroupDesignAction @@ -224,7 +224,7 @@ class GroupMemberListItem extends ProfileListItem * @author Evan Prodromou <evan@controlyourself.ca> * @author Sarven Capadisli <csarven@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ * * @see BlockForm */ @@ -352,7 +352,7 @@ class GroupBlockForm extends Form * @author Evan Prodromou <evan@controlyourself.ca> * @author Sarven Capadisli <csarven@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 - * @link http://laconi.ca/ + * @link http://status.net/ */ class MakeAdminForm extends Form |