X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fownerdesignaction.php;h=d557f10c06fae6ba0df596c047437cd8a741a2fd;hb=acaf07f6e8c873e0069e84dac74bac3c7da98a97;hp=b42df926d096b7de1891ad909138abccfb061e34;hpb=854d24b05a052bffe21f112b705d58c9abf126a9;p=quix0rs-gnu-social.git diff --git a/lib/ownerdesignaction.php b/lib/ownerdesignaction.php index b42df926d0..d557f10c06 100644 --- a/lib/ownerdesignaction.php +++ b/lib/ownerdesignaction.php @@ -1,6 +1,6 @@ . * * @category Action - * @package Laconica - * @author Evan Prodromou - * @copyright 2009 Control Yourself, Inc. + * @package StatusNet + * @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); } @@ -39,10 +39,10 @@ if (!defined('LACONICA')) { * design. * * @category Action - * @package Laconica - * @author Evan Prodromou + * @package StatusNet + * @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/ * */