X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FFirePHP%2FFirePHPPlugin.php;h=27f760c81cb77913b8b5493eac6dbab25e8e5b87;hb=ac4afb31e81c16f320b764c723195f55782f4b95;hp=9143ff69caafebb3dbeb9093e6826eb1697897e0;hpb=f0d905112ede6e45594b6ceceea3a6af4d9954f9;p=quix0rs-gnu-social.git diff --git a/plugins/FirePHP/FirePHPPlugin.php b/plugins/FirePHP/FirePHPPlugin.php index 9143ff69ca..27f760c81c 100644 --- a/plugins/FirePHP/FirePHPPlugin.php +++ b/plugins/FirePHP/FirePHPPlugin.php @@ -24,11 +24,13 @@ Author URI: http://candrews.integralblue.com/ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . - */ - -/** + * @category Plugin * @package MinifyPlugin * @maintainer Craig Andrews + * @author Craig Andrews + * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org + * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @link http://status.net/ */ if (!defined('STATUSNET') && !defined('LACONICA')) { exit(1); } @@ -67,4 +69,3 @@ class FirePHPPlugin extends Plugin return true; } } -