]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/allsites.php
Arg. Gotta remember to take out console.log() debug statements before committing :D
[quix0rs-gnu-social.git] / scripts / allsites.php
index d6768c27853b4da12716cf6243a62467aa23e58f..a67db123378abd366233d8070e547719c4fbc5c5 100755 (executable)
@@ -1,8 +1,8 @@
 #!/usr/bin/env php
 <?php
 /*
- * Laconica - a distributed open-source microblogging tool
- * Copyright (C) 2009, Control Yourself, Inc.
+ * StatusNet - the distributed open-source microblogging tool
+ * Copyright (C) 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
@@ -18,7 +18,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-# Abort if called from a web server
+// Abort if called from a web server
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));