diff options
author | Craig Andrews <candrews@integralblue.com> | 2010-05-27 18:26:47 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2010-05-27 18:27:33 -0400 |
commit | 6317f7d92bf94f8563a7d9392631d0da06b3042b (patch) | |
tree | 49192b949685ed1c145546b88aed1498aa3d89e3 /plugins/FirePHP/FirePHPPlugin.php | |
parent | 696aeea113b88fd0f6b7c4c88eebc2f4f369d245 (diff) |
Assigning my copyrights to the Free Software Foundation
Diffstat (limited to 'plugins/FirePHP/FirePHPPlugin.php')
-rw-r--r-- | plugins/FirePHP/FirePHPPlugin.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/FirePHP/FirePHPPlugin.php b/plugins/FirePHP/FirePHPPlugin.php index 9143ff69c..d984ec1af 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 <http://www.gnu.org/licenses/>. - */ - -/** + * @category Plugin * @package MinifyPlugin * @maintainer Craig Andrews <candrews@integralblue.com> + * @author Craig Andrews <candrews@integralblue.com> + * @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); } |