From d35b2d3f3c2128b147a6fa897032262c1f632262 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 25 Aug 2009 18:16:46 -0400 Subject: change laconi.ca to status.net --- lib/accountsettingsaction.php | 6 +++--- lib/action.php | 6 +++--- lib/attachmentlist.php | 6 +++--- lib/attachmentnoticesection.php | 4 ++-- lib/attachmenttagcloudsection.php | 4 ++-- lib/blockform.php | 4 ++-- lib/clienterroraction.php | 4 ++-- lib/clientexception.php | 4 ++-- lib/common.php | 2 +- lib/connectsettingsaction.php | 6 +++--- lib/currentuserdesignaction.php | 4 ++-- lib/dberroraction.php | 4 ++-- lib/dbqueuemanager.php | 2 +- lib/deleteaction.php | 2 +- lib/designsettings.php | 4 ++-- lib/disfavorform.php | 4 ++-- lib/error.php | 4 ++-- lib/event.php | 4 ++-- lib/facebookaction.php | 2 +- lib/favorform.php | 4 ++-- lib/featureduserssection.php | 4 ++-- lib/feed.php | 4 ++-- lib/feedlist.php | 4 ++-- lib/form.php | 4 ++-- lib/groupdesignaction.php | 4 ++-- lib/groupeditform.php | 4 ++-- lib/grouplist.php | 4 ++-- lib/groupminilist.php | 4 ++-- lib/groupnav.php | 4 ++-- lib/groupsbymemberssection.php | 4 ++-- lib/groupsbypostssection.php | 4 ++-- lib/groupsection.php | 4 ++-- lib/grouptagcloudsection.php | 4 ++-- lib/htmloutputter.php | 4 ++-- lib/imagefile.php | 4 ++-- lib/jabber.php | 2 +- lib/joinform.php | 4 ++-- lib/jsonsearchresultslist.php | 6 +++--- lib/language.php | 2 +- lib/leaveform.php | 4 ++-- lib/logingroupnav.php | 4 ++-- lib/mail.php | 2 +- lib/mailbox.php | 4 ++-- lib/messageform.php | 4 ++-- lib/microid.php | 4 ++-- lib/noticeform.php | 4 ++-- lib/noticelist.php | 6 +++--- lib/noticesection.php | 4 ++-- lib/nudgeform.php | 4 ++-- lib/oauthclient.php | 6 +++--- lib/ownerdesignaction.php | 4 ++-- lib/parallelizingdaemon.php | 4 ++-- lib/personalgroupnav.php | 4 ++-- lib/personaltagcloudsection.php | 4 ++-- lib/plugin.php | 4 ++-- lib/popularnoticesection.php | 4 ++-- lib/profileaction.php | 4 ++-- lib/profilelist.php | 4 ++-- lib/profileminilist.php | 4 ++-- lib/profilesection.php | 4 ++-- lib/publicgroupnav.php | 4 ++-- lib/queuemanager.php | 2 +- lib/router.php | 4 ++-- lib/rssaction.php | 4 ++-- lib/searchaction.php | 4 ++-- lib/searchgroupnav.php | 4 ++-- lib/section.php | 4 ++-- lib/servererroraction.php | 4 ++-- lib/serverexception.php | 4 ++-- lib/settingsaction.php | 4 ++-- lib/snapshot.php | 6 +++--- lib/stompqueuemanager.php | 2 +- lib/subgroupnav.php | 4 ++-- lib/subpeopletagcloudsection.php | 4 ++-- lib/subscribeform.php | 4 ++-- lib/subscriberspeopleselftagcloudsection.php | 4 ++-- lib/subscriberspeopletagcloudsection.php | 4 ++-- lib/subscriptionlist.php | 4 ++-- lib/subscriptionspeopleselftagcloudsection.php | 4 ++-- lib/subscriptionspeopletagcloudsection.php | 4 ++-- lib/tagcloudsection.php | 4 ++-- lib/theme.php | 2 +- lib/topposterssection.php | 4 ++-- lib/twitteroauthclient.php | 4 ++-- lib/unblockform.php | 4 ++-- lib/unqueuemanager.php | 2 +- lib/unsubscribeform.php | 4 ++-- lib/webcolor.php | 2 +- lib/widget.php | 4 ++-- lib/xmloutputter.php | 4 ++-- lib/xmlstringer.php | 4 ++-- 91 files changed, 178 insertions(+), 178 deletions(-) (limited to 'lib') diff --git a/lib/accountsettingsaction.php b/lib/accountsettingsaction.php index 7027a8d65..972b3693e 100644 --- a/lib/accountsettingsaction.php +++ b/lib/accountsettingsaction.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -40,7 +40,7 @@ require_once INSTALLDIR.'/lib/settingsaction.php'; * @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/ * * @see Widget */ @@ -69,7 +69,7 @@ class AccountSettingsAction extends SettingsAction * @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/ * * @see HTMLOutputter */ diff --git a/lib/action.php b/lib/action.php index 2251c8aad..9507df3ba 100644 --- a/lib/action.php +++ b/lib/action.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -49,7 +49,7 @@ require_once INSTALLDIR.'/lib/htmloutputter.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ @@ -761,7 +761,7 @@ class Action extends HTMLOutputter // lawsuit } else { $instr = _('**%%site.name%%** is a microblogging service. '); } - $instr .= sprintf(_('It runs the [StatusNet](http://laconi.ca/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), LACONICA_VERSION); + $instr .= sprintf(_('It runs the [StatusNet](http://status.net/) microblogging software, version %s, available under the [GNU Affero General Public License](http://www.fsf.org/licensing/licenses/agpl-3.0.html).'), LACONICA_VERSION); $output = common_markup_to_html($instr); $this->raw($output); $this->elementEnd('dd'); diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index ca249537c..4a221ec35 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -44,7 +44,7 @@ if (!defined('LACONICA')) { * @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/ * @see Notice * @see NoticeListItem * @see ProfileNoticeList @@ -130,7 +130,7 @@ class AttachmentList extends Widget * @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/ * @see NoticeList * @see ProfileNoticeListItem */ diff --git a/lib/attachmentnoticesection.php b/lib/attachmentnoticesection.php index f3a85afc5..127fe5824 100644 --- a/lib/attachmentnoticesection.php +++ b/lib/attachmentnoticesection.php @@ -24,7 +24,7 @@ * @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')) { @@ -40,7 +40,7 @@ if (!defined('LACONICA')) { * @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/ */ class AttachmentNoticeSection extends NoticeSection diff --git a/lib/attachmenttagcloudsection.php b/lib/attachmenttagcloudsection.php index 9a4d5b9a4..d751079aa 100644 --- a/lib/attachmenttagcloudsection.php +++ b/lib/attachmenttagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class AttachmentTagCloudSection extends TagCloudSection diff --git a/lib/blockform.php b/lib/blockform.php index c06efedfd..e5ed31b0f 100644 --- a/lib/blockform.php +++ b/lib/blockform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see UnblockForm */ diff --git a/lib/clienterroraction.php b/lib/clienterroraction.php index ca1e33e10..cf7129c93 100644 --- a/lib/clienterroraction.php +++ b/lib/clienterroraction.php @@ -10,7 +10,7 @@ * @author Evan Prodromou * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ * * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2008, 2009, StatusNet, Inc. @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/error.php'; * @package StatusNet * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ */ class ClientErrorAction extends ErrorAction { diff --git a/lib/clientexception.php b/lib/clientexception.php index cab8dd513..c1492be74 100644 --- a/lib/clientexception.php +++ b/lib/clientexception.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -40,7 +40,7 @@ if (!defined('LACONICA')) { * @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/ */ class ClientException extends Exception diff --git a/lib/common.php b/lib/common.php index 48caa6112..c2d656636 100644 --- a/lib/common.php +++ b/lib/common.php @@ -218,7 +218,7 @@ $config = 'snapshot' => array('run' => 'web', 'frequency' => 10000, - 'reporturl' => 'http://laconi.ca/stats/report'), + 'reporturl' => 'http://status.net/stats/report'), 'attachments' => array('server' => null, 'dir' => INSTALLDIR . '/file/', diff --git a/lib/connectsettingsaction.php b/lib/connectsettingsaction.php index 47504b0ea..75c825621 100644 --- a/lib/connectsettingsaction.php +++ b/lib/connectsettingsaction.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -40,7 +40,7 @@ require_once INSTALLDIR.'/lib/settingsaction.php'; * @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/ * * @see Widget */ @@ -69,7 +69,7 @@ class ConnectSettingsAction extends SettingsAction * @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/ * * @see HTMLOutputter */ diff --git a/lib/currentuserdesignaction.php b/lib/currentuserdesignaction.php index 8323eeccb..7ff7c3399 100644 --- a/lib/currentuserdesignaction.php +++ b/lib/currentuserdesignaction.php @@ -24,7 +24,7 @@ * @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')) { @@ -41,7 +41,7 @@ if (!defined('LACONICA')) { * @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/ * */ diff --git a/lib/dberroraction.php b/lib/dberroraction.php index c81f01fca..2b9fad4e6 100644 --- a/lib/dberroraction.php +++ b/lib/dberroraction.php @@ -9,7 +9,7 @@ * @author Evan Prodromou * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ * * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2008, 2009, StatusNet, Inc. @@ -45,7 +45,7 @@ require_once INSTALLDIR.'/lib/servererroraction.php'; * @package StatusNet * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ */ class DBErrorAction extends ServerErrorAction diff --git a/lib/dbqueuemanager.php b/lib/dbqueuemanager.php index 0e88c4de1..b1850925b 100644 --- a/lib/dbqueuemanager.php +++ b/lib/dbqueuemanager.php @@ -24,7 +24,7 @@ * @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/ */ class DBQueueManager extends QueueManager diff --git a/lib/deleteaction.php b/lib/deleteaction.php index f444ed61e..fd4778cca 100644 --- a/lib/deleteaction.php +++ b/lib/deleteaction.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { diff --git a/lib/designsettings.php b/lib/designsettings.php index 62ec8c92c..103b1cd65 100644 --- a/lib/designsettings.php +++ b/lib/designsettings.php @@ -25,7 +25,7 @@ * @author Zach Copley * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -46,7 +46,7 @@ require_once INSTALLDIR . '/lib/webcolor.php'; * @author Zach Copley * @author Sarven Capadisli * @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 DesignSettingsAction extends AccountSettingsAction diff --git a/lib/disfavorform.php b/lib/disfavorform.php index c3780b0df..e6b22fc70 100644 --- a/lib/disfavorform.php +++ b/lib/disfavorform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see FavorForm */ diff --git a/lib/error.php b/lib/error.php index 261a25157..fc749adfc 100644 --- a/lib/error.php +++ b/lib/error.php @@ -10,7 +10,7 @@ * @author Evan Prodromou * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ * * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2008, 2009, StatusNet, Inc. @@ -40,7 +40,7 @@ if (!defined('LACONICA')) { * @package StatusNet * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ */ class ErrorAction extends Action { diff --git a/lib/event.php b/lib/event.php index 31bfd0e5b..1bfcdb67d 100644 --- a/lib/event.php +++ b/lib/event.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -40,7 +40,7 @@ if (!defined('LACONICA')) { * @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/ * * @todo Define a system for using Event instances */ diff --git a/lib/facebookaction.php b/lib/facebookaction.php index e9e6aec51..753447f8b 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -24,7 +24,7 @@ * @author Zach Copley * @copyright 2008 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')) diff --git a/lib/favorform.php b/lib/favorform.php index fc21041db..0479105c5 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see DisfavorForm */ diff --git a/lib/featureduserssection.php b/lib/featureduserssection.php index f8bdb0b7e..b8a971415 100644 --- a/lib/featureduserssection.php +++ b/lib/featureduserssection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class FeaturedUsersSection extends ProfileSection diff --git a/lib/feed.php b/lib/feed.php index f3a85ee5f..5e0f9add7 100644 --- a/lib/feed.php +++ b/lib/feed.php @@ -24,7 +24,7 @@ * @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')) { @@ -41,7 +41,7 @@ if (!defined('LACONICA')) { * @author Evan Prodromou * @author Sarven Capadisli * @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 Feed diff --git a/lib/feedlist.php b/lib/feedlist.php index d0173ca29..da114c491 100644 --- a/lib/feedlist.php +++ b/lib/feedlist.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -42,7 +42,7 @@ if (!defined('LACONICA')) { * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see Action::showExportList() */ diff --git a/lib/form.php b/lib/form.php index 928c64bff..61c20fd48 100644 --- a/lib/form.php +++ b/lib/form.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -45,7 +45,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ diff --git a/lib/groupdesignaction.php b/lib/groupdesignaction.php index 1a4f7d01d..ff2532026 100644 --- a/lib/groupdesignaction.php +++ b/lib/groupdesignaction.php @@ -24,7 +24,7 @@ * @author Zach Copley * @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')) { @@ -41,7 +41,7 @@ if (!defined('LACONICA')) { * @package StatusNet * @author Zach Copley * @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 GroupDesignAction extends Action { diff --git a/lib/groupeditform.php b/lib/groupeditform.php index 1fe85ac30..ae9eb17b9 100644 --- a/lib/groupeditform.php +++ b/lib/groupeditform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see UnsubscribeForm */ diff --git a/lib/grouplist.php b/lib/grouplist.php index 8b208dcd0..47406bb2c 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -25,7 +25,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -43,7 +43,7 @@ define('GROUPS_PER_PAGE', 20); * @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/ */ class GroupList extends Widget diff --git a/lib/groupminilist.php b/lib/groupminilist.php index 553daeea6..2b74a6ef8 100644 --- a/lib/groupminilist.php +++ b/lib/groupminilist.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -42,7 +42,7 @@ define('GROUPS_PER_MINILIST', 27); * @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/ */ class GroupMiniList extends GroupList diff --git a/lib/groupnav.php b/lib/groupnav.php index 595dcd629..e3daff6a4 100644 --- a/lib/groupnav.php +++ b/lib/groupnav.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -44,7 +44,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ diff --git a/lib/groupsbymemberssection.php b/lib/groupsbymemberssection.php index 6126be49a..c8bf546f9 100644 --- a/lib/groupsbymemberssection.php +++ b/lib/groupsbymemberssection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class GroupsByMembersSection extends GroupSection diff --git a/lib/groupsbypostssection.php b/lib/groupsbypostssection.php index 1fdb6ed7b..e78efeeb4 100644 --- a/lib/groupsbypostssection.php +++ b/lib/groupsbypostssection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class GroupsByPostsSection extends GroupSection diff --git a/lib/groupsection.php b/lib/groupsection.php index da3b4173d..203ac3cb2 100644 --- a/lib/groupsection.php +++ b/lib/groupsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -43,7 +43,7 @@ define('GROUPS_PER_SECTION', 6); * @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/ */ class GroupSection extends Section diff --git a/lib/grouptagcloudsection.php b/lib/grouptagcloudsection.php index aba792088..afd2eba44 100644 --- a/lib/grouptagcloudsection.php +++ b/lib/grouptagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class GroupTagCloudSection extends TagCloudSection diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 1710db21a..714107710 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -51,7 +51,7 @@ define('PAGE_TYPE_PREFS', * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see Action * @see XMLOutputter diff --git a/lib/imagefile.php b/lib/imagefile.php index e4114cfe3..ec4349d6c 100644 --- a/lib/imagefile.php +++ b/lib/imagefile.php @@ -25,7 +25,7 @@ * @author Zach Copley * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -42,7 +42,7 @@ if (!defined('LACONICA')) { * @author Evan Prodromou * @author Zach Copley * @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 ImageFile diff --git a/lib/jabber.php b/lib/jabber.php index 8b6b6322b..375a3e50f 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { diff --git a/lib/joinform.php b/lib/joinform.php index 181b19acb..a19e014de 100644 --- a/lib/joinform.php +++ b/lib/joinform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see UnsubscribeForm */ diff --git a/lib/jsonsearchresultslist.php b/lib/jsonsearchresultslist.php index 2a7d087e9..7ff32f829 100644 --- a/lib/jsonsearchresultslist.php +++ b/lib/jsonsearchresultslist.php @@ -24,7 +24,7 @@ * @author Zach Copley * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @package StatusNet * @author Zach Copley * @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/ * */ @@ -150,7 +150,7 @@ class JSONSearchResultsList * @package StatusNet * @author Zach Copley * @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/ * @see JSONSearchResultsList */ diff --git a/lib/language.php b/lib/language.php index 5ae4c00c4..49c5a7317 100644 --- a/lib/language.php +++ b/lib/language.php @@ -25,7 +25,7 @@ * @author Ciaran Gultnieks * @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/ */ if (!defined('LACONICA')) { diff --git a/lib/leaveform.php b/lib/leaveform.php index 778af3061..3e37e45ff 100644 --- a/lib/leaveform.php +++ b/lib/leaveform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see UnsubscribeForm */ diff --git a/lib/logingroupnav.php b/lib/logingroupnav.php index c92707fe8..49a90cf80 100644 --- a/lib/logingroupnav.php +++ b/lib/logingroupnav.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -40,7 +40,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @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/ * * @see Widget */ diff --git a/lib/mail.php b/lib/mail.php index a26ef0596..23bea22ef 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -27,7 +27,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { diff --git a/lib/mailbox.php b/lib/mailbox.php index 0194b76f4..e628d952e 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -40,7 +40,7 @@ define('MESSAGES_PER_PAGE', 20); * @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/ * @see InboxAction * @see OutboxAction */ diff --git a/lib/messageform.php b/lib/messageform.php index 483d961f6..cf80858c7 100644 --- a/lib/messageform.php +++ b/lib/messageform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ diff --git a/lib/microid.php b/lib/microid.php index 83746efee..6fee71acf 100644 --- a/lib/microid.php +++ b/lib/microid.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ * @see http://microid.org/ */ diff --git a/lib/noticeform.php b/lib/noticeform.php index d5826f306..1452b2e1e 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -44,7 +44,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ diff --git a/lib/noticelist.php b/lib/noticelist.php index 64d8cccba..46fc73bc1 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -48,7 +48,7 @@ require_once INSTALLDIR.'/lib/attachmentlist.php'; * @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/ * @see Notice * @see NoticeListItem * @see ProfileNoticeList @@ -136,7 +136,7 @@ class NoticeList extends Widget * @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/ * @see NoticeList * @see ProfileNoticeListItem */ diff --git a/lib/noticesection.php b/lib/noticesection.php index 7a969c2d7..622883119 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -24,7 +24,7 @@ * @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')) { @@ -43,7 +43,7 @@ define('NOTICES_PER_SECTION', 6); * @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/ */ class NoticeSection extends Section diff --git a/lib/nudgeform.php b/lib/nudgeform.php index ffecce747..01dea3d36 100644 --- a/lib/nudgeform.php +++ b/lib/nudgeform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see DisfavorForm */ diff --git a/lib/oauthclient.php b/lib/oauthclient.php index a2ee0878f..e9463bb53 100644 --- a/lib/oauthclient.php +++ b/lib/oauthclient.php @@ -24,7 +24,7 @@ * @author Zach Copley * @copyright 2008 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')) { @@ -40,7 +40,7 @@ require_once 'OAuth.php'; * @package StatusNet * @author Zach Copley * @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 OAuthClientCurlException extends Exception @@ -54,7 +54,7 @@ class OAuthClientCurlException extends Exception * @package StatusNet * @author Zach Copley * @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 OAuthClient diff --git a/lib/ownerdesignaction.php b/lib/ownerdesignaction.php index f53954fea..e1400fd92 100644 --- a/lib/ownerdesignaction.php +++ b/lib/ownerdesignaction.php @@ -24,7 +24,7 @@ * @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')) { @@ -42,7 +42,7 @@ if (!defined('LACONICA')) { * @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/ * */ diff --git a/lib/parallelizingdaemon.php b/lib/parallelizingdaemon.php index 8e09a3a41..6735427ce 100644 --- a/lib/parallelizingdaemon.php +++ b/lib/parallelizingdaemon.php @@ -25,7 +25,7 @@ * @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')) { @@ -42,7 +42,7 @@ declare(ticks = 1); * @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 diff --git a/lib/personalgroupnav.php b/lib/personalgroupnav.php index 49513eb2f..0faa7a10d 100644 --- a/lib/personalgroupnav.php +++ b/lib/personalgroupnav.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -48,7 +48,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index 1b8d9fa2d..57c5b84a1 100644 --- a/lib/personaltagcloudsection.php +++ b/lib/personaltagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class PersonalTagCloudSection extends TagCloudSection diff --git a/lib/plugin.php b/lib/plugin.php index 437cf03a1..97ff8f19a 100644 --- a/lib/plugin.php +++ b/lib/plugin.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -48,7 +48,7 @@ if (!defined('LACONICA')) { * @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/ * * @see Event */ diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 64abd8847..496305168 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -24,7 +24,7 @@ * @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')) { @@ -41,7 +41,7 @@ if (!defined('LACONICA')) { * @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/ */ class PopularNoticeSection extends NoticeSection diff --git a/lib/profileaction.php b/lib/profileaction.php index 19673a76d..1ca9830b8 100644 --- a/lib/profileaction.php +++ b/lib/profileaction.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -44,7 +44,7 @@ require_once INSTALLDIR.'/lib/groupminilist.php'; * @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/ */ class ProfileAction extends OwnerDesignAction diff --git a/lib/profilelist.php b/lib/profilelist.php index 5ee2fd499..eb9bd222f 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -25,7 +25,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @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 ProfileList extends Widget diff --git a/lib/profileminilist.php b/lib/profileminilist.php index ea0a3d042..d5a2f387e 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -42,7 +42,7 @@ define('PROFILES_PER_MINILIST', 27); * @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/ */ class ProfileMiniList extends ProfileList diff --git a/lib/profilesection.php b/lib/profilesection.php index 79a751504..9f71d6b36 100644 --- a/lib/profilesection.php +++ b/lib/profilesection.php @@ -24,7 +24,7 @@ * @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')) { @@ -43,7 +43,7 @@ define('PROFILES_PER_SECTION', 6); * @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/ */ class ProfileSection extends Section diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php index d26a74909..c9c51d003 100644 --- a/lib/publicgroupnav.php +++ b/lib/publicgroupnav.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -41,7 +41,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see Widget */ diff --git a/lib/queuemanager.php b/lib/queuemanager.php index 37091af49..8a37453ec 100644 --- a/lib/queuemanager.php +++ b/lib/queuemanager.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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/ */ class QueueManager diff --git a/lib/router.php b/lib/router.php index fd9780b22..e5f651401 100644 --- a/lib/router.php +++ b/lib/router.php @@ -24,7 +24,7 @@ * @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')) { @@ -42,7 +42,7 @@ require_once 'Net/URL/Mapper.php'; * @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/ */ class Router diff --git a/lib/rssaction.php b/lib/rssaction.php index 21d85144d..93a47f14e 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -25,7 +25,7 @@ * @author Earle Martin * @copyright 2008-9 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')) { exit(1); } @@ -354,7 +354,7 @@ class Rss10Action extends Action 'xmlns:rdfs' => 'http://www.w3.org/2000/01/rdf-schema#', 'xmlns:laconica' => - 'http://laconi.ca/ont/', + 'http://status.net/ont/', 'xmlns' => 'http://purl.org/rss/1.0/')); $this->elementStart('sioc:Site', array('rdf:about' => common_root_url())); $this->element('sioc:name', null, common_config('site', 'name')); diff --git a/lib/searchaction.php b/lib/searchaction.php index 4da2c012d..5a0e3b897 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -9,7 +9,7 @@ * @author Evan Prodromou * @author Robin Millette * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ * * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2008, 2009, StatusNet, Inc. @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/searchgroupnav.php'; * @author Evan Prodromou * @author Robin Millette * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ */ class SearchAction extends Action { diff --git a/lib/searchgroupnav.php b/lib/searchgroupnav.php index f47b9a2bc..7673e96c8 100644 --- a/lib/searchgroupnav.php +++ b/lib/searchgroupnav.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -40,7 +40,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @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/ * * @see Widget */ diff --git a/lib/section.php b/lib/section.php index de00e82ce..faf043025 100644 --- a/lib/section.php +++ b/lib/section.php @@ -24,7 +24,7 @@ * @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')) { @@ -43,7 +43,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @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/ */ class Section extends Widget diff --git a/lib/servererroraction.php b/lib/servererroraction.php index a976778bf..cee2e54fd 100644 --- a/lib/servererroraction.php +++ b/lib/servererroraction.php @@ -10,7 +10,7 @@ * @author Evan Prodromou * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ * * StatusNet - the distributed open-source microblogging tool * Copyright (C) 2008, 2009, StatusNet, Inc. @@ -50,7 +50,7 @@ require_once INSTALLDIR.'/lib/error.php'; * @package StatusNet * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 - * @link http://laconi.ca/ + * @link http://status.net/ */ class ServerErrorAction extends ErrorAction diff --git a/lib/serverexception.php b/lib/serverexception.php index 4ce3887e4..634d52d24 100644 --- a/lib/serverexception.php +++ b/lib/serverexception.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @copyright 2008 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')) { @@ -40,7 +40,7 @@ if (!defined('LACONICA')) { * @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/ */ class ServerException extends Exception diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 5118e588e..7b0e0b1b5 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ * * @see Widget */ diff --git a/lib/snapshot.php b/lib/snapshot.php index e2b86a52f..868389668 100644 --- a/lib/snapshot.php +++ b/lib/snapshot.php @@ -24,7 +24,7 @@ * @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')) { @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * This class will collect statistics on the site and report them to * a statistics server of the admin's choice. (Default is the big one - * at laconi.ca.) + * at status.net.) * * It can either be called from a cron job, or run occasionally by the * Web site. @@ -45,7 +45,7 @@ if (!defined('LACONICA')) { * @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/ * */ diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php index 34643114c..3894d9072 100644 --- a/lib/stompqueuemanager.php +++ b/lib/stompqueuemanager.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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/ */ require_once 'Stomp.php'; diff --git a/lib/subgroupnav.php b/lib/subgroupnav.php index 2ff003d07..cc8744719 100644 --- a/lib/subgroupnav.php +++ b/lib/subgroupnav.php @@ -24,7 +24,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -40,7 +40,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * @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/ */ class SubGroupNav extends Widget diff --git a/lib/subpeopletagcloudsection.php b/lib/subpeopletagcloudsection.php index c224c9c19..c626535bd 100644 --- a/lib/subpeopletagcloudsection.php +++ b/lib/subpeopletagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class SubPeopleTagCloudSection extends TagCloudSection diff --git a/lib/subscribeform.php b/lib/subscribeform.php index 79531329d..5bfede664 100644 --- a/lib/subscribeform.php +++ b/lib/subscribeform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see UnsubscribeForm */ diff --git a/lib/subscriberspeopleselftagcloudsection.php b/lib/subscriberspeopleselftagcloudsection.php index 55c97111d..bef8c8f3b 100644 --- a/lib/subscriberspeopleselftagcloudsection.php +++ b/lib/subscriberspeopleselftagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class SubscribersPeopleSelfTagCloudSection extends SubPeopleTagCloudSection diff --git a/lib/subscriberspeopletagcloudsection.php b/lib/subscriberspeopletagcloudsection.php index ae6d6803e..2481cb74f 100644 --- a/lib/subscriberspeopletagcloudsection.php +++ b/lib/subscriberspeopletagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class SubscribersPeopleTagCloudSection extends SubPeopleTagCloudSection diff --git a/lib/subscriptionlist.php b/lib/subscriptionlist.php index 9d27519ac..e7a8302c5 100644 --- a/lib/subscriptionlist.php +++ b/lib/subscriptionlist.php @@ -25,7 +25,7 @@ * @author Evan Prodromou * @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://laconi.ca/ + * @link http://status.net/ */ if (!defined('LACONICA')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/profilelist.php'; * @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 SubscriptionList extends ProfileList diff --git a/lib/subscriptionspeopleselftagcloudsection.php b/lib/subscriptionspeopleselftagcloudsection.php index 7efa6e157..d2ea85c75 100644 --- a/lib/subscriptionspeopleselftagcloudsection.php +++ b/lib/subscriptionspeopleselftagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class SubscriptionsPeopleSelfTagCloudSection extends SubPeopleTagCloudSection diff --git a/lib/subscriptionspeopletagcloudsection.php b/lib/subscriptionspeopletagcloudsection.php index 7ad6e79a4..fe26f9afa 100644 --- a/lib/subscriptionspeopletagcloudsection.php +++ b/lib/subscriptionspeopletagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ */ class SubscriptionsPeopleTagCloudSection extends SubPeopleTagCloudSection diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php index 57260efac..8278c90d4 100644 --- a/lib/tagcloudsection.php +++ b/lib/tagcloudsection.php @@ -24,7 +24,7 @@ * @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')) { @@ -43,7 +43,7 @@ define('TAGS_PER_SECTION', 20); * @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/ */ class TagCloudSection extends Section diff --git a/lib/theme.php b/lib/theme.php index 5bd3cb69b..734284b27 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { diff --git a/lib/topposterssection.php b/lib/topposterssection.php index 604ffb2e8..ddb110450 100644 --- a/lib/topposterssection.php +++ b/lib/topposterssection.php @@ -24,7 +24,7 @@ * @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')) { @@ -41,7 +41,7 @@ if (!defined('LACONICA')) { * @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/ */ class TopPostersSection extends ProfileSection diff --git a/lib/twitteroauthclient.php b/lib/twitteroauthclient.php index 12a4068be..6555858d9 100644 --- a/lib/twitteroauthclient.php +++ b/lib/twitteroauthclient.php @@ -24,7 +24,7 @@ * @author Zach Copley * @copyright 2008 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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @package StatusNet * @author Zach Copley * @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 TwitterOAuthClient extends OAuthClient diff --git a/lib/unblockform.php b/lib/unblockform.php index 1b9a88960..e302f3843 100644 --- a/lib/unblockform.php +++ b/lib/unblockform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see BlockForm */ diff --git a/lib/unqueuemanager.php b/lib/unqueuemanager.php index ddfe6c085..5ac1a2ff3 100644 --- a/lib/unqueuemanager.php +++ b/lib/unqueuemanager.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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/ */ class UnQueueManager diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index 2fe06752e..6699a294c 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/form.php'; * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see SubscribeForm */ diff --git a/lib/webcolor.php b/lib/webcolor.php index 986b411c5..230e04a1f 100644 --- a/lib/webcolor.php +++ b/lib/webcolor.php @@ -24,7 +24,7 @@ * @author Zach Copley * @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')) { diff --git a/lib/widget.php b/lib/widget.php index 8a132fc52..abb8037c5 100644 --- a/lib/widget.php +++ b/lib/widget.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @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')) { @@ -44,7 +44,7 @@ if (!defined('LACONICA')) { * @author Evan Prodromou * @author Sarven Capadisli * @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/ * * @see HTMLOutputter */ diff --git a/lib/xmloutputter.php b/lib/xmloutputter.php index 253633751..cd6b8eb41 100644 --- a/lib/xmloutputter.php +++ b/lib/xmloutputter.php @@ -25,7 +25,7 @@ * @author Sarven Capadisli * @copyright 2008 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')) { @@ -44,7 +44,7 @@ if (!defined('LACONICA')) { * @author Evan Prodromou * @author Sarven Capadisli * @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/ * @see Action * @see HTMLOutputter */ diff --git a/lib/xmlstringer.php b/lib/xmlstringer.php index 1e14ec60f..5a7189cbd 100644 --- a/lib/xmlstringer.php +++ b/lib/xmlstringer.php @@ -24,7 +24,7 @@ * @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')) { @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * @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/ * @see Action * @see HTMLOutputter */ -- cgit v1.2.3-54-g00ecf