diff options
Diffstat (limited to 'actions/usergroups.php')
-rw-r--r-- | actions/usergroups.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/actions/usergroups.php b/actions/usergroups.php index 9543eb480..fa7068a3b 100644 --- a/actions/usergroups.php +++ b/actions/usergroups.php @@ -21,8 +21,8 @@ * * @category Personal * @package StatusNet - * @author Evan Prodromou <evan@controlyourself.ca> - * @author Sarven Capadisli <csarven@controlyourself.ca> + * @author Evan Prodromou <evan@status.net> + * @author Sarven Capadisli <csarven@status.net> * @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://status.net/ @@ -41,7 +41,7 @@ require_once INSTALLDIR.'/lib/grouplist.php'; * * @category Personal * @package StatusNet - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Evan Prodromou <evan@status.net> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ |