diff options
author | Paul Arthur <flowerysong00@yahoo.com> | 2013-01-15 15:33:34 -0500 |
---|---|---|
committer | Paul Arthur <flowerysong00@yahoo.com> | 2013-01-15 15:56:54 -0500 |
commit | f21f2c6aa672e9ef4176ab522783281a5cd87348 (patch) | |
tree | 43a85afb246d22941303df172dabf9b31fad04f1 /modules/plugins/Lastfm.plugin.php | |
parent | 5fb590f6e5528bfcd905719d30e28c865c83c27c (diff) | |
download | ampache-f21f2c6aa672e9ef4176ab522783281a5cd87348.tar.gz ampache-f21f2c6aa672e9ef4176ab522783281a5cd87348.tar.bz2 ampache-f21f2c6aa672e9ef4176ab522783281a5cd87348.zip |
Cosmetics: kill some more PHPDoc clutter
Diffstat (limited to 'modules/plugins/Lastfm.plugin.php')
-rw-r--r-- | modules/plugins/Lastfm.plugin.php | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/modules/plugins/Lastfm.plugin.php b/modules/plugins/Lastfm.plugin.php index dbc168dc..4df4553b 100644 --- a/modules/plugins/Lastfm.plugin.php +++ b/modules/plugins/Lastfm.plugin.php @@ -1,8 +1,6 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * AmpacheLastfm Class - * * * LICENSE: GNU General Public License, version 2 (GPLv2) * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved @@ -20,24 +18,8 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @category AmpacheLastfm - * @package Ampache - * @copyright 2001 - 2011 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ */ -/** - * AmpacheLastfm Class - * - * Description here... - * - * @category AmpacheLastfm - * @package Ampache - * @copyright 2001 - 2011 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ - */ class AmpacheLastfm { public $name ='Last.FM'; |