]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/recaptcha/recaptcha.php
Merge branch '0.8.x' into 0.9.x
[quix0rs-gnu-social.git] / plugins / recaptcha / recaptcha.php
index 38a860fc75e9b43b890ce1e0a643e20b1e88d0dd..94cf0ccd17572f911ed3ea3a8a6b356734b6af16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Laconica, the distributed open-source microblogging tool
+ * StatusNet, the distributed open-source microblogging tool
  *
  * Plugin to show reCaptcha when a user registers 
  *
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  *
  * @category  Plugin
- * @package   Laconica
+ * @package   StatusNet
  * @author    Eric Helgeson <erichelgeson@gmail.com>
  * @copyright 2009
  * @license   http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link      http://laconi.ca/
+ * @link      http://status.net/
  */
 
-if (!defined('LACONICA')) {
+if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }