]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix @author back
authordarksider3 <leon@darksider3.de>
Mon, 3 Mar 2014 15:50:34 +0000 (15:50 +0000)
committerdarksider3 <leon@darksider3.de>
Mon, 3 Mar 2014 15:50:34 +0000 (15:50 +0000)
lib/urlshortenerplugin2.php

index 9474477776c3d11b6897f046759a11c00c627325..18e0ba1f93a7ad2eb21b6f5a7b3b61a0f84e689c 100644 (file)
@@ -22,11 +22,11 @@ error_reporting(E_ALL );
  *
  * @category Plugin
  * @package  StatusNet
- * @author   Leon Giesenkaemper <leon@darksider3.de>
+ * @author   Craig Andrews <candrews@integralblue.com>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link     http://darksider3.de/sn/urlshortenerplugin2.html
+ * @link     http://gnu.io
  */
-define("STATUSNET", 1); //for manual debugging.
+define("STATUSNET", 1);
 if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
@@ -37,9 +37,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
  *
  * @category Exception
  * @package StatusNet
- * @author   Leon Giesenkaemper <leon@darksider3.de>
+ * @author   Craig Andrews <candrews@integralblue.com>
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
- * @link     http://darksider3.de/sn/urlshortenerplugin2.html#exceptions
+ * @link     http://gnu.io
  */
 class PluginErrorException extends Exception {
     protected $severity=0;