X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fparallelizingdaemon.php;h=517115de0497521448c5abdd214f11bee9a29f3e;hb=e8d1bb25469fe1ef0cbcb32c3022010997aca4b0;hp=dc28b564357e5404f995ce0b801faec83c4de508;hpb=c03d5932877c15eb673febabda5227df2173fbad;p=quix0rs-gnu-social.git diff --git a/lib/parallelizingdaemon.php b/lib/parallelizingdaemon.php index dc28b56435..517115de04 100644 --- a/lib/parallelizingdaemon.php +++ b/lib/parallelizingdaemon.php @@ -1,6 +1,6 @@ . * * @category Daemon - * @package Laconica - * @author Zach Copley - * @author Evan Prodromou - * @copyright 2009 Control Yourself, Inc. + * @package StatusNet + * @author Zach Copley + * @author Evan Prodromou + * @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://laconi.ca/ + * @link http://status.net/ */ -if (!defined('LACONICA')) { +if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -38,11 +38,11 @@ declare(ticks = 1); * Daemon able to spawn multiple child processes to do work in parallel * * @category Daemon - * @package Laconica - * @author Zach Copley - * @author Evan Prodromou + * @package StatusNet + * @author Zach Copley + * @author Evan Prodromou * @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 ParallelizingDaemon extends Daemon