*
* @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);
}
*
* @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;