diff options
author | Zach Copley <zach@status.net> | 2010-01-26 07:50:01 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-01-26 00:41:49 -0800 |
commit | d6a0dec76537628ac680a9f483f75c5abdd01077 (patch) | |
tree | d2edc863a5e765dfb87082b75c6a87f931317a56 /plugins/TwitterBridge/twitterlogin.php | |
parent | 7a0a133401a3803b607e06d9f593f7e225be3a8a (diff) |
Add Julien C to author comments
Diffstat (limited to 'plugins/TwitterBridge/twitterlogin.php')
-rw-r--r-- | plugins/TwitterBridge/twitterlogin.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/TwitterBridge/twitterlogin.php b/plugins/TwitterBridge/twitterlogin.php index ae67b4c15..79421fb27 100644 --- a/plugins/TwitterBridge/twitterlogin.php +++ b/plugins/TwitterBridge/twitterlogin.php @@ -2,7 +2,7 @@ /** * StatusNet, the distributed open-source microblogging tool * - * Settings for Twitter integration + * 'Sign in with Twitter' login page * * PHP version 5 * @@ -19,10 +19,11 @@ * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. * - * @category Settings + * @category Login * @package StatusNet - * @author Evan Prodromou <evan@status.net> - * @copyright 2008-2009 StatusNet, Inc. + * @author Julien Chaumond <chaumond@gmail.com> + * @author Zach Copley <zach@status.net> + * @copyright 2010 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/ */ @@ -34,12 +35,12 @@ if (!defined('STATUSNET') && !defined('LACONICA')) { require_once INSTALLDIR . '/plugins/TwitterBridge/twitter.php'; /** - * Settings for Twitter integration + * Page for logging in with Twitter * - * @category Settings + * @category Login * @package StatusNet - * @author Evan Prodromou <evan@status.net> * @author Julien Chaumond <chaumond@gmail.com> + * @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/ * |