diff options
Diffstat (limited to 'lib/oauthclient.php')
-rw-r--r-- | lib/oauthclient.php | 6 |
1 files changed, 3 insertions, 3 deletions
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 <zach@controlyourself.ca> + * @author Zach Copley <zach@status.net> * @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 <zach@controlyourself.ca> + * @author Zach Copley <zach@status.net> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * @@ -52,7 +52,7 @@ class OAuthClientCurlException extends Exception * * @category Integration * @package StatusNet - * @author Zach Copley <zach@controlyourself.ca> + * @author Zach Copley <zach@status.net> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 * @link http://status.net/ * |