diff options
Diffstat (limited to 'scripts/synctwitterfriends.php')
-rwxr-xr-x | scripts/synctwitterfriends.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/synctwitterfriends.php b/scripts/synctwitterfriends.php index 2de464bcc..b333f468f 100755 --- a/scripts/synctwitterfriends.php +++ b/scripts/synctwitterfriends.php @@ -1,8 +1,8 @@ #!/usr/bin/env php <?php /* - * Laconica - a distributed open-source microblogging tool - * Copyright (C) 2008, 2009, Control Yourself, Inc. + * StatusNet - a distributed open-source microblogging tool + * Copyright (C) 2008, 2009, StatusNet, Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by @@ -37,7 +37,7 @@ require_once INSTALLDIR . '/lib/parallelizingdaemon.php'; * Daemon to sync local friends with Twitter friends * * @category Twitter - * @package Laconica + * @package StatusNet * @author Zach Copley <zach@controlyourself.ca> * @author Evan Prodromou <evan@controlyourself.ca> * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 |