diff options
Diffstat (limited to 'lib/feed.php')
-rw-r--r-- | lib/feed.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/feed.php b/lib/feed.php index 5e0f9add7..43137503f 100644 --- a/lib/feed.php +++ b/lib/feed.php @@ -21,7 +21,7 @@ * * @category Feed * @package StatusNet - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Evan Prodromou <evan@status.net> * @copyright 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/ @@ -38,8 +38,8 @@ if (!defined('LACONICA')) { * * @category Feed * @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> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ |