diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 15:49:58 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-25 15:50:46 -0500 |
commit | d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2 (patch) | |
tree | cb28a00e626f2b3be28f7bfc1f189ae4eb7d2d76 /bin/write_playlists.inc | |
parent | c14c8ca7341a0fa435eaf357e436c75266534b81 (diff) | |
download | ampache-d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2.tar.gz ampache-d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2.tar.bz2 ampache-d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2.zip |
Cosmetics: clean up heads in bin/
Diffstat (limited to 'bin/write_playlists.inc')
-rw-r--r-- | bin/write_playlists.inc | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/bin/write_playlists.inc b/bin/write_playlists.inc index b62a217c..ef3ba0d1 100644 --- a/bin/write_playlists.inc +++ b/bin/write_playlists.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Write Playlists - * * * LICENSE: GNU General Public License, version 2 (GPLv2) - * Copyright (c) 2001 - 2011 Ampache.org All Rights Reserved + * Copyright 2001 - 2013 Ampache.org * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License v2 @@ -20,17 +18,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * - * @package Ampache - * @copyright 2001 - 2011 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ */ /* * Use with caution, this hasn't been heavily tested!!! - * write_tags.php.inc - This file was written in order to give the ability - * to write tags changed through the interface back out to the file. This can - * be especially important when trying to keep a clean file structure. */ define('NO_SESSION','1'); |