summaryrefslogtreecommitdiff
path: root/lib/oauthclient.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:19:04 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-08-25 18:19:04 -0400
commitae883ceb9b4689f6c1dd3aecdc4a844eda7d179a (patch)
treef5ba026367559f283076faf99a063449d219b3e0 /lib/oauthclient.php
parentd35b2d3f3c2128b147a6fa897032262c1f632262 (diff)
change controlyourself.ca to status.net
Diffstat (limited to 'lib/oauthclient.php')
-rw-r--r--lib/oauthclient.php6
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/
*