From ae883ceb9b4689f6c1dd3aecdc4a844eda7d179a Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 25 Aug 2009 18:19:04 -0400 Subject: change controlyourself.ca to status.net --- lib/accountsettingsaction.php | 6 +++--- lib/action.php | 8 ++++---- lib/attachmentlist.php | 8 ++++---- lib/attachmentnoticesection.php | 4 ++-- lib/attachmenttagcloudsection.php | 4 ++-- lib/blockform.php | 8 ++++---- lib/clienterroraction.php | 6 +++--- lib/clientexception.php | 4 ++-- lib/connectsettingsaction.php | 6 +++--- lib/currentuserdesignaction.php | 4 ++-- lib/dberroraction.php | 6 +++--- lib/dbqueuemanager.php | 2 +- lib/deleteaction.php | 4 ++-- lib/designsettings.php | 8 ++++---- lib/disfavorform.php | 8 ++++---- lib/error.php | 6 +++--- lib/event.php | 4 ++-- lib/facebookaction.php | 2 +- lib/favorform.php | 8 ++++---- lib/featureduserssection.php | 4 ++-- lib/feed.php | 6 +++--- lib/feedlist.php | 8 ++++---- lib/form.php | 8 ++++---- lib/groupdesignaction.php | 4 ++-- lib/groupeditform.php | 8 ++++---- lib/grouplist.php | 4 ++-- lib/groupminilist.php | 4 ++-- lib/groupnav.php | 8 ++++---- lib/groupsbymemberssection.php | 4 ++-- lib/groupsbypostssection.php | 4 ++-- lib/groupsection.php | 4 ++-- lib/grouptagcloudsection.php | 4 ++-- lib/htmloutputter.php | 8 ++++---- lib/imagefile.php | 8 ++++---- lib/jabber.php | 2 +- lib/joinform.php | 8 ++++---- lib/jsonsearchresultslist.php | 6 +++--- lib/language.php | 2 +- lib/leaveform.php | 8 ++++---- lib/logingroupnav.php | 4 ++-- lib/mail.php | 8 ++++---- lib/mailbox.php | 4 ++-- lib/messageform.php | 8 ++++---- lib/microid.php | 4 ++-- lib/noticeform.php | 8 ++++---- lib/noticelist.php | 8 ++++---- lib/noticesection.php | 4 ++-- lib/nudgeform.php | 8 ++++---- lib/oauthclient.php | 6 +++--- lib/ownerdesignaction.php | 4 ++-- lib/parallelizingdaemon.php | 8 ++++---- lib/personalgroupnav.php | 8 ++++---- lib/personaltagcloudsection.php | 4 ++-- lib/plugin.php | 4 ++-- lib/popularnoticesection.php | 4 ++-- lib/profileaction.php | 6 +++--- lib/profilelist.php | 6 +++--- lib/profileminilist.php | 4 ++-- lib/profilesection.php | 4 ++-- lib/publicgroupnav.php | 6 +++--- lib/queuemanager.php | 4 ++-- lib/router.php | 4 ++-- lib/rssaction.php | 2 +- lib/searchaction.php | 8 ++++---- lib/searchgroupnav.php | 4 ++-- lib/section.php | 4 ++-- lib/servererroraction.php | 6 +++--- lib/serverexception.php | 4 ++-- lib/settingsaction.php | 4 ++-- lib/snapshot.php | 4 ++-- lib/stompqueuemanager.php | 4 ++-- lib/subgroupnav.php | 4 ++-- lib/subpeopletagcloudsection.php | 4 ++-- lib/subscribeform.php | 8 ++++---- lib/subscriberspeopleselftagcloudsection.php | 4 ++-- lib/subscriberspeopletagcloudsection.php | 4 ++-- lib/subscriptionlist.php | 6 +++--- lib/subscriptionspeopleselftagcloudsection.php | 4 ++-- lib/subscriptionspeopletagcloudsection.php | 4 ++-- lib/tagcloudsection.php | 4 ++-- lib/theme.php | 4 ++-- lib/topposterssection.php | 4 ++-- lib/twitteroauthclient.php | 4 ++-- lib/unblockform.php | 8 ++++---- lib/unqueuemanager.php | 4 ++-- lib/unsubscribeform.php | 8 ++++---- lib/webcolor.php | 2 +- lib/widget.php | 8 ++++---- lib/xmloutputter.php | 8 ++++---- lib/xmlstringer.php | 4 ++-- 90 files changed, 241 insertions(+), 241 deletions(-) (limited to 'lib') diff --git a/lib/accountsettingsaction.php b/lib/accountsettingsaction.php index 972b3693e..d5dc0b217 100644 --- a/lib/accountsettingsaction.php +++ b/lib/accountsettingsaction.php @@ -21,7 +21,7 @@ * * @category Settings * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/lib/settingsaction.php'; * * @category Settings * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @@ -67,7 +67,7 @@ class AccountSettingsAction extends SettingsAction * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/action.php b/lib/action.php index 9507df3ba..fdfb6ebc6 100644 --- a/lib/action.php +++ b/lib/action.php @@ -21,8 +21,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -46,8 +46,8 @@ require_once INSTALLDIR.'/lib/htmloutputter.php'; * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 4a221ec35..51fc40457 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -21,8 +21,8 @@ * * @category UI * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -42,7 +42,7 @@ if (!defined('LACONICA')) { * * @category UI * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see Notice @@ -128,7 +128,7 @@ class AttachmentList extends Widget * * @category UI * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see NoticeList diff --git a/lib/attachmentnoticesection.php b/lib/attachmentnoticesection.php index 127fe5824..630a149ac 100644 --- a/lib/attachmentnoticesection.php +++ b/lib/attachmentnoticesection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/attachmenttagcloudsection.php b/lib/attachmenttagcloudsection.php index d751079aa..83b561104 100644 --- a/lib/attachmenttagcloudsection.php +++ b/lib/attachmenttagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/blockform.php b/lib/blockform.php index e5ed31b0f..403ac59fe 100644 --- a/lib/blockform.php +++ b/lib/blockform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/clienterroraction.php b/lib/clienterroraction.php index cf7129c93..cd7d85221 100644 --- a/lib/clienterroraction.php +++ b/lib/clienterroraction.php @@ -7,8 +7,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley + * @author Evan Prodromou + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ * @@ -40,7 +40,7 @@ require_once INSTALLDIR.'/lib/error.php'; * * @category Action * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ */ diff --git a/lib/clientexception.php b/lib/clientexception.php index c1492be74..bf26ec2eb 100644 --- a/lib/clientexception.php +++ b/lib/clientexception.php @@ -21,7 +21,7 @@ * * @category Exception * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * * @category Exception * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/connectsettingsaction.php b/lib/connectsettingsaction.php index 75c825621..03142d4e5 100644 --- a/lib/connectsettingsaction.php +++ b/lib/connectsettingsaction.php @@ -21,7 +21,7 @@ * * @category Settings * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/lib/settingsaction.php'; * * @category Settings * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @@ -67,7 +67,7 @@ class ConnectSettingsAction extends SettingsAction * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/currentuserdesignaction.php b/lib/currentuserdesignaction.php index 7ff7c3399..874e3ff98 100644 --- a/lib/currentuserdesignaction.php +++ b/lib/currentuserdesignaction.php @@ -21,7 +21,7 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -39,7 +39,7 @@ if (!defined('LACONICA')) { * * @category Action * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/dberroraction.php b/lib/dberroraction.php index 2b9fad4e6..a56ad9369 100644 --- a/lib/dberroraction.php +++ b/lib/dberroraction.php @@ -6,8 +6,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley + * @author Evan Prodromou + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ * @@ -43,7 +43,7 @@ require_once INSTALLDIR.'/lib/servererroraction.php'; * * @category Action * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ */ diff --git a/lib/dbqueuemanager.php b/lib/dbqueuemanager.php index b1850925b..750300928 100644 --- a/lib/dbqueuemanager.php +++ b/lib/dbqueuemanager.php @@ -21,7 +21,7 @@ * * @category QueueManager * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/deleteaction.php b/lib/deleteaction.php index fd4778cca..4320ad21b 100644 --- a/lib/deleteaction.php +++ b/lib/deleteaction.php @@ -21,8 +21,8 @@ * * @category Personal * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/designsettings.php b/lib/designsettings.php index 103b1cd65..a531c10f1 100644 --- a/lib/designsettings.php +++ b/lib/designsettings.php @@ -21,8 +21,8 @@ * * @category Settings * @package StatusNet - * @author Sarven Capadisli - * @author Zach Copley + * @author Sarven Capadisli + * @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://status.net/ @@ -43,8 +43,8 @@ require_once INSTALLDIR . '/lib/webcolor.php'; * * @category Settings * @package StatusNet - * @author Zach Copley - * @author Sarven Capadisli + * @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://status.net/ */ diff --git a/lib/disfavorform.php b/lib/disfavorform.php index e6b22fc70..3d045d522 100644 --- a/lib/disfavorform.php +++ b/lib/disfavorform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/error.php b/lib/error.php index fc749adfc..554156e53 100644 --- a/lib/error.php +++ b/lib/error.php @@ -7,8 +7,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley + * @author Evan Prodromou + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ * @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * * @category Action * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ */ diff --git a/lib/event.php b/lib/event.php index 1bfcdb67d..5df875be1 100644 --- a/lib/event.php +++ b/lib/event.php @@ -21,7 +21,7 @@ * * @category Event * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * * @category Event * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/facebookaction.php b/lib/facebookaction.php index 753447f8b..b547c4474 100644 --- a/lib/facebookaction.php +++ b/lib/facebookaction.php @@ -21,7 +21,7 @@ * * @category Faceboook * @package StatusNet - * @author Zach Copley + * @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://status.net/ diff --git a/lib/favorform.php b/lib/favorform.php index 0479105c5..ea6fd57c4 100644 --- a/lib/favorform.php +++ b/lib/favorform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/featureduserssection.php b/lib/featureduserssection.php index b8a971415..daea881a9 100644 --- a/lib/featureduserssection.php +++ b/lib/featureduserssection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ 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 + * @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://status.net/ @@ -38,8 +38,8 @@ if (!defined('LACONICA')) { * * @category Feed * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ */ diff --git a/lib/feedlist.php b/lib/feedlist.php index da114c491..bb1a0016a 100644 --- a/lib/feedlist.php +++ b/lib/feedlist.php @@ -21,8 +21,8 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/form.php b/lib/form.php index 61c20fd48..b5547dbcd 100644 --- a/lib/form.php +++ b/lib/form.php @@ -21,8 +21,8 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -42,8 +42,8 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Widget * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/groupdesignaction.php b/lib/groupdesignaction.php index ff2532026..50321097a 100644 --- a/lib/groupdesignaction.php +++ b/lib/groupdesignaction.php @@ -21,7 +21,7 @@ * * @category Action * @package StatusNet - * @author Zach Copley + * @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://status.net/ @@ -39,7 +39,7 @@ if (!defined('LACONICA')) { * * @category Action * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/groupeditform.php b/lib/groupeditform.php index ae9eb17b9..c88fd88f4 100644 --- a/lib/groupeditform.php +++ b/lib/groupeditform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/grouplist.php b/lib/grouplist.php index 47406bb2c..965052625 100644 --- a/lib/grouplist.php +++ b/lib/grouplist.php @@ -22,7 +22,7 @@ * * @category Public * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -41,7 +41,7 @@ define('GROUPS_PER_PAGE', 20); * * @category Public * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/groupminilist.php b/lib/groupminilist.php index 2b74a6ef8..9007b4fb0 100644 --- a/lib/groupminilist.php +++ b/lib/groupminilist.php @@ -21,7 +21,7 @@ * * @category Public * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -40,7 +40,7 @@ define('GROUPS_PER_MINILIST', 27); * * @category Public * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/groupnav.php b/lib/groupnav.php index e3daff6a4..909783132 100644 --- a/lib/groupnav.php +++ b/lib/groupnav.php @@ -21,8 +21,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -41,8 +41,8 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/groupsbymemberssection.php b/lib/groupsbymemberssection.php index c8bf546f9..c799bc166 100644 --- a/lib/groupsbymemberssection.php +++ b/lib/groupsbymemberssection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/groupsbypostssection.php b/lib/groupsbypostssection.php index e78efeeb4..256b164bc 100644 --- a/lib/groupsbypostssection.php +++ b/lib/groupsbypostssection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/groupsection.php b/lib/groupsection.php index 203ac3cb2..95d33569d 100644 --- a/lib/groupsection.php +++ b/lib/groupsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -41,7 +41,7 @@ define('GROUPS_PER_SECTION', 6); * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/grouptagcloudsection.php b/lib/grouptagcloudsection.php index afd2eba44..085e2d25b 100644 --- a/lib/grouptagcloudsection.php +++ b/lib/grouptagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 714107710..565b148fa 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -21,8 +21,8 @@ * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -48,8 +48,8 @@ define('PAGE_TYPE_PREFS', * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/imagefile.php b/lib/imagefile.php index ec4349d6c..bdff9874d 100644 --- a/lib/imagefile.php +++ b/lib/imagefile.php @@ -21,8 +21,8 @@ * * @category Image * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ if (!defined('LACONICA')) { * * @category Image * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley + * @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://status.net/ */ diff --git a/lib/jabber.php b/lib/jabber.php index 375a3e50f..99226b04e 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -21,7 +21,7 @@ * * @category Network * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/joinform.php b/lib/joinform.php index a19e014de..eb06f1de6 100644 --- a/lib/joinform.php +++ b/lib/joinform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/jsonsearchresultslist.php b/lib/jsonsearchresultslist.php index 7ff32f829..f17db334b 100644 --- a/lib/jsonsearchresultslist.php +++ b/lib/jsonsearchresultslist.php @@ -21,7 +21,7 @@ * * @category Search * @package StatusNet - * @author Zach Copley + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Search * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @@ -148,7 +148,7 @@ class JSONSearchResultsList * * @category UI * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see JSONSearchResultsList diff --git a/lib/language.php b/lib/language.php index 49c5a7317..d278f5ab4 100644 --- a/lib/language.php +++ b/lib/language.php @@ -23,7 +23,7 @@ * @package StatusNet * @author Matthew Gregg * @author Ciaran Gultnieks - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/leaveform.php b/lib/leaveform.php index 3e37e45ff..1dab6d99e 100644 --- a/lib/leaveform.php +++ b/lib/leaveform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/logingroupnav.php b/lib/logingroupnav.php index 49a90cf80..39548a271 100644 --- a/lib/logingroupnav.php +++ b/lib/logingroupnav.php @@ -21,7 +21,7 @@ * * @category Menu * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Output * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/mail.php b/lib/mail.php index 23bea22ef..a9c94f2f9 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -21,10 +21,10 @@ * * @category Mail * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley - * @author Robin Millette - * @author Sarven Capadisli + * @author Evan Prodromou + * @author Zach Copley + * @author Robin Millette + * @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://status.net/ diff --git a/lib/mailbox.php b/lib/mailbox.php index e628d952e..cd4bcba02 100644 --- a/lib/mailbox.php +++ b/lib/mailbox.php @@ -21,7 +21,7 @@ * * @category Message * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ define('MESSAGES_PER_PAGE', 20); * * @category Message * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see InboxAction diff --git a/lib/messageform.php b/lib/messageform.php index cf80858c7..ea93b8cf6 100644 --- a/lib/messageform.php +++ b/lib/messageform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/microid.php b/lib/microid.php index 6fee71acf..e4160e94e 100644 --- a/lib/microid.php +++ b/lib/microid.php @@ -21,7 +21,7 @@ * * @category ID * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category ID * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see http://microid.org/ diff --git a/lib/noticeform.php b/lib/noticeform.php index 1452b2e1e..7f4e59fa1 100644 --- a/lib/noticeform.php +++ b/lib/noticeform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -41,8 +41,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/noticelist.php b/lib/noticelist.php index 46fc73bc1..1b2a57aad 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -21,8 +21,8 @@ * * @category UI * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -46,7 +46,7 @@ require_once INSTALLDIR.'/lib/attachmentlist.php'; * * @category UI * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see Notice @@ -134,7 +134,7 @@ class NoticeList extends Widget * * @category UI * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see NoticeList diff --git a/lib/noticesection.php b/lib/noticesection.php index 622883119..145545fbe 100644 --- a/lib/noticesection.php +++ b/lib/noticesection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -41,7 +41,7 @@ define('NOTICES_PER_SECTION', 6); * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/nudgeform.php b/lib/nudgeform.php index 01dea3d36..23ccb26b6 100644 --- a/lib/nudgeform.php +++ b/lib/nudgeform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/oauthclient.php b/lib/oauthclient.php index e9463bb53..e1fc47264 100644 --- a/lib/oauthclient.php +++ b/lib/oauthclient.php @@ -21,7 +21,7 @@ * * @category Action * @package StatusNet - * @author Zach Copley + * @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://status.net/ @@ -38,7 +38,7 @@ require_once 'OAuth.php'; * * @category Integration * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @@ -52,7 +52,7 @@ class OAuthClientCurlException extends Exception * * @category Integration * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/ownerdesignaction.php b/lib/ownerdesignaction.php index e1400fd92..216da6ef8 100644 --- a/lib/ownerdesignaction.php +++ b/lib/ownerdesignaction.php @@ -21,7 +21,7 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -40,7 +40,7 @@ if (!defined('LACONICA')) { * * @category Action * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * 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 - * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ declare(ticks = 1); * * @category Daemon * @package StatusNet - * @author Zach Copley - * @author Evan Prodromou + * @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://status.net/ */ diff --git a/lib/personalgroupnav.php b/lib/personalgroupnav.php index 0faa7a10d..8a5e6322e 100644 --- a/lib/personalgroupnav.php +++ b/lib/personalgroupnav.php @@ -21,8 +21,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -45,8 +45,8 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/personaltagcloudsection.php b/lib/personaltagcloudsection.php index 57c5b84a1..bb7b8386d 100644 --- a/lib/personaltagcloudsection.php +++ b/lib/personaltagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/plugin.php b/lib/plugin.php index 97ff8f19a..e6cf6f7cc 100644 --- a/lib/plugin.php +++ b/lib/plugin.php @@ -21,7 +21,7 @@ * * @category Plugin * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -46,7 +46,7 @@ if (!defined('LACONICA')) { * * @category Plugin * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/popularnoticesection.php b/lib/popularnoticesection.php index 496305168..4906fd8b7 100644 --- a/lib/popularnoticesection.php +++ b/lib/popularnoticesection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -39,7 +39,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/profileaction.php b/lib/profileaction.php index 1ca9830b8..25e9aab5d 100644 --- a/lib/profileaction.php +++ b/lib/profileaction.php @@ -21,8 +21,8 @@ * * @category Personal * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -42,7 +42,7 @@ require_once INSTALLDIR.'/lib/groupminilist.php'; * * @category Personal * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/profilelist.php b/lib/profilelist.php index eb9bd222f..e54060dff 100644 --- a/lib/profilelist.php +++ b/lib/profilelist.php @@ -22,7 +22,7 @@ * * @category Public * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Public * @package StatusNet - * @author Zach Copley - * @author Evan Prodromou + * @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://status.net/ */ diff --git a/lib/profileminilist.php b/lib/profileminilist.php index d5a2f387e..9d13ef167 100644 --- a/lib/profileminilist.php +++ b/lib/profileminilist.php @@ -21,7 +21,7 @@ * * @category Public * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -40,7 +40,7 @@ define('PROFILES_PER_MINILIST', 27); * * @category Public * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/profilesection.php b/lib/profilesection.php index 9f71d6b36..f8a65a9dc 100644 --- a/lib/profilesection.php +++ b/lib/profilesection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -41,7 +41,7 @@ define('PROFILES_PER_SECTION', 6); * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/publicgroupnav.php b/lib/publicgroupnav.php index c9c51d003..46c47abb1 100644 --- a/lib/publicgroupnav.php +++ b/lib/publicgroupnav.php @@ -21,7 +21,7 @@ * * @category Menu * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,8 +38,8 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/queuemanager.php b/lib/queuemanager.php index 8a37453ec..43105b7a8 100644 --- a/lib/queuemanager.php +++ b/lib/queuemanager.php @@ -21,8 +21,8 @@ * * @category QueueManager * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/router.php b/lib/router.php index e5f651401..ba30ea476 100644 --- a/lib/router.php +++ b/lib/router.php @@ -21,7 +21,7 @@ * * @category URL * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -40,7 +40,7 @@ require_once 'Net/URL/Mapper.php'; * * @category URL * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/rssaction.php b/lib/rssaction.php index 93a47f14e..608c4dab5 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -21,7 +21,7 @@ * * @category Mail * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @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 diff --git a/lib/searchaction.php b/lib/searchaction.php index 5a0e3b897..724f53f59 100644 --- a/lib/searchaction.php +++ b/lib/searchaction.php @@ -6,8 +6,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Robin Millette + * @author Evan Prodromou + * @author Robin Millette * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ * @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/searchgroupnav.php'; * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Robin Millette + * @author Evan Prodromou + * @author Robin Millette * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ */ diff --git a/lib/searchgroupnav.php b/lib/searchgroupnav.php index 7673e96c8..7237f2302 100644 --- a/lib/searchgroupnav.php +++ b/lib/searchgroupnav.php @@ -21,7 +21,7 @@ * * @category Menu * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Output * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/section.php b/lib/section.php index faf043025..24bcd7f65 100644 --- a/lib/section.php +++ b/lib/section.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -41,7 +41,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/servererroraction.php b/lib/servererroraction.php index cee2e54fd..672741871 100644 --- a/lib/servererroraction.php +++ b/lib/servererroraction.php @@ -7,8 +7,8 @@ * * @category Action * @package StatusNet - * @author Evan Prodromou - * @author Zach Copley + * @author Evan Prodromou + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ * @@ -48,7 +48,7 @@ require_once INSTALLDIR.'/lib/error.php'; * * @category Action * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ */ diff --git a/lib/serverexception.php b/lib/serverexception.php index 634d52d24..864e544d8 100644 --- a/lib/serverexception.php +++ b/lib/serverexception.php @@ -21,7 +21,7 @@ * * @category Exception * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ if (!defined('LACONICA')) { * * @category Exception * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/settingsaction.php b/lib/settingsaction.php index 7b0e0b1b5..a84d650b8 100644 --- a/lib/settingsaction.php +++ b/lib/settingsaction.php @@ -21,7 +21,7 @@ * * @category Settings * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Settings * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/snapshot.php b/lib/snapshot.php index 868389668..fadbcae4b 100644 --- a/lib/snapshot.php +++ b/lib/snapshot.php @@ -21,7 +21,7 @@ * * @category Stats * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -43,7 +43,7 @@ if (!defined('LACONICA')) { * * @category Stats * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/stompqueuemanager.php b/lib/stompqueuemanager.php index 3894d9072..f059b42f0 100644 --- a/lib/stompqueuemanager.php +++ b/lib/stompqueuemanager.php @@ -21,8 +21,8 @@ * * @category QueueManager * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/subgroupnav.php b/lib/subgroupnav.php index cc8744719..dcda61136 100644 --- a/lib/subgroupnav.php +++ b/lib/subgroupnav.php @@ -21,7 +21,7 @@ * * @category Subs * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -38,7 +38,7 @@ require_once INSTALLDIR.'/lib/widget.php'; * * @category Subs * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/subpeopletagcloudsection.php b/lib/subpeopletagcloudsection.php index c626535bd..c99d603ce 100644 --- a/lib/subpeopletagcloudsection.php +++ b/lib/subpeopletagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/subscribeform.php b/lib/subscribeform.php index 5bfede664..6bd2ea588 100644 --- a/lib/subscribeform.php +++ b/lib/subscribeform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/subscriberspeopleselftagcloudsection.php b/lib/subscriberspeopleselftagcloudsection.php index bef8c8f3b..af0671378 100644 --- a/lib/subscriberspeopleselftagcloudsection.php +++ b/lib/subscriberspeopleselftagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/subscriberspeopletagcloudsection.php b/lib/subscriberspeopletagcloudsection.php index 2481cb74f..837613a70 100644 --- a/lib/subscriberspeopletagcloudsection.php +++ b/lib/subscriberspeopletagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/subscriptionlist.php b/lib/subscriptionlist.php index e7a8302c5..101687d41 100644 --- a/lib/subscriptionlist.php +++ b/lib/subscriptionlist.php @@ -22,7 +22,7 @@ * * @category Public * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/profilelist.php'; * * @category Public * @package StatusNet - * @author Zach Copley - * @author Evan Prodromou + * @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://status.net/ */ diff --git a/lib/subscriptionspeopleselftagcloudsection.php b/lib/subscriptionspeopleselftagcloudsection.php index d2ea85c75..bf2471a0b 100644 --- a/lib/subscriptionspeopleselftagcloudsection.php +++ b/lib/subscriptionspeopleselftagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/subscriptionspeopletagcloudsection.php b/lib/subscriptionspeopletagcloudsection.php index fe26f9afa..fc0aabfdc 100644 --- a/lib/subscriptionspeopletagcloudsection.php +++ b/lib/subscriptionspeopletagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/tagcloudsection.php b/lib/tagcloudsection.php index 8278c90d4..ed84999f0 100644 --- a/lib/tagcloudsection.php +++ b/lib/tagcloudsection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -41,7 +41,7 @@ define('TAGS_PER_SECTION', 20); * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/theme.php b/lib/theme.php index 734284b27..e52566b97 100644 --- a/lib/theme.php +++ b/lib/theme.php @@ -21,8 +21,8 @@ * * @category Paths * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/topposterssection.php b/lib/topposterssection.php index ddb110450..dd72dfc4c 100644 --- a/lib/topposterssection.php +++ b/lib/topposterssection.php @@ -21,7 +21,7 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -39,7 +39,7 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ */ diff --git a/lib/twitteroauthclient.php b/lib/twitteroauthclient.php index 6555858d9..ca3b347ab 100644 --- a/lib/twitteroauthclient.php +++ b/lib/twitteroauthclient.php @@ -21,7 +21,7 @@ * * @category Integration * @package StatusNet - * @author Zach Copley + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Integration * @package StatusNet - * @author Zach Copley + * @author Zach Copley * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * diff --git a/lib/unblockform.php b/lib/unblockform.php index e302f3843..336aeda93 100644 --- a/lib/unblockform.php +++ b/lib/unblockform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/unqueuemanager.php b/lib/unqueuemanager.php index 5ac1a2ff3..3cdad0b54 100644 --- a/lib/unqueuemanager.php +++ b/lib/unqueuemanager.php @@ -21,8 +21,8 @@ * * @category QueueManager * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ diff --git a/lib/unsubscribeform.php b/lib/unsubscribeform.php index 6699a294c..5bf42fdfe 100644 --- a/lib/unsubscribeform.php +++ b/lib/unsubscribeform.php @@ -21,8 +21,8 @@ * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -39,8 +39,8 @@ require_once INSTALLDIR.'/lib/form.php'; * * @category Form * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/webcolor.php b/lib/webcolor.php index 230e04a1f..ee74fa8f6 100644 --- a/lib/webcolor.php +++ b/lib/webcolor.php @@ -21,7 +21,7 @@ * * @category Personal * @package StatusNet - * @author Zach Copley + * @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://status.net/ diff --git a/lib/widget.php b/lib/widget.php index abb8037c5..0c52748f3 100644 --- a/lib/widget.php +++ b/lib/widget.php @@ -21,8 +21,8 @@ * * @category Widget * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -41,8 +41,8 @@ if (!defined('LACONICA')) { * * @category Widget * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * diff --git a/lib/xmloutputter.php b/lib/xmloutputter.php index cd6b8eb41..d7bb1bf00 100644 --- a/lib/xmloutputter.php +++ b/lib/xmloutputter.php @@ -21,8 +21,8 @@ * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @author Evan Prodromou + * @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://status.net/ @@ -41,8 +41,8 @@ if (!defined('LACONICA')) { * * @category Output * @package StatusNet - * @author Evan Prodromou - * @author Sarven Capadisli + * @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://status.net/ * @see Action diff --git a/lib/xmlstringer.php b/lib/xmlstringer.php index 5a7189cbd..f8d8793e6 100644 --- a/lib/xmlstringer.php +++ b/lib/xmlstringer.php @@ -21,7 +21,7 @@ * * @category Output * @package StatusNet - * @author Evan Prodromou + * @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://status.net/ @@ -36,7 +36,7 @@ if (!defined('LACONICA')) { * * @category Output * @package StatusNet - * @author Evan Prodromou + * @author Evan Prodromou * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @see Action -- cgit v1.2.3-54-g00ecf