diff options
Diffstat (limited to 'lib/parallelizingdaemon.php')
-rw-r--r-- | lib/parallelizingdaemon.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/parallelizingdaemon.php b/lib/parallelizingdaemon.php index 6735427ce..d10fea0e4 100644 --- a/lib/parallelizingdaemon.php +++ b/lib/parallelizingdaemon.php @@ -21,8 +21,8 @@ * * @category Daemon * @package StatusNet - * @author Zach Copley <zach@controlyourself.ca> - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Zach Copley <zach@status.net> + * @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/ @@ -39,8 +39,8 @@ declare(ticks = 1); * * @category Daemon * @package StatusNet - * @author Zach Copley <zach@controlyourself.ca> - * @author Evan Prodromou <evan@controlyourself.ca> + * @author Zach Copley <zach@status.net> + * @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/ */ |