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 | |
parent | c14c8ca7341a0fa435eaf357e436c75266534b81 (diff) | |
download | ampache-d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2.tar.gz ampache-d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2.tar.bz2 ampache-d1ac7f82e3731aa2bdaaba97084f4f1c1b0427e2.zip |
Cosmetics: clean up heads in bin/
-rw-r--r-- | bin/catalog_update.inc | 7 | ||||
-rw-r--r-- | bin/delete_disabled.inc | 8 | ||||
-rw-r--r-- | bin/dump_album_art.inc | 8 | ||||
-rw-r--r-- | bin/fix_filenames.inc | 8 | ||||
-rw-r--r-- | bin/install/add_user.inc | 6 | ||||
-rw-r--r-- | bin/install/install_db.inc | 7 | ||||
-rw-r--r-- | bin/install/update_db.inc | 6 | ||||
-rw-r--r-- | bin/migrate_config.inc | 8 | ||||
-rw-r--r-- | bin/print_tags.inc | 8 | ||||
-rw-r--r-- | bin/sort_files.inc | 8 | ||||
-rw-r--r-- | bin/write_playlists.inc | 11 | ||||
-rw-r--r-- | bin/write_tags.inc | 8 |
12 files changed, 12 insertions, 81 deletions
diff --git a/bin/catalog_update.inc b/bin/catalog_update.inc index 2a324bb6..98e7e476 100644 --- a/bin/catalog_update.inc +++ b/bin/catalog_update.inc @@ -1,10 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Catalog Update * * 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 @@ -19,10 +18,6 @@ * 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/ */ define('NO_SESSION','1'); diff --git a/bin/delete_disabled.inc b/bin/delete_disabled.inc index 476ffed4..7a6df7fc 100644 --- a/bin/delete_disabled.inc +++ b/bin/delete_disabled.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Delete Disabled - * * * 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,10 +18,6 @@ * 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/ */ /** diff --git a/bin/dump_album_art.inc b/bin/dump_album_art.inc index 0f1c83e8..32740b13 100644 --- a/bin/dump_album_art.inc +++ b/bin/dump_album_art.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Dump Album Art - * * * 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,10 +18,6 @@ * 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/ */ define('NO_SESSION','1'); diff --git a/bin/fix_filenames.inc b/bin/fix_filenames.inc index 86b95539..1518b1ec 100644 --- a/bin/fix_filenames.inc +++ b/bin/fix_filenames.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Fix Filenames - * * * 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,10 +18,6 @@ * 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/ */ define('NO_SESSION','1'); diff --git a/bin/install/add_user.inc b/bin/install/add_user.inc index d7655fc8..97302404 100644 --- a/bin/install/add_user.inc +++ b/bin/install/add_user.inc @@ -3,7 +3,7 @@ /** * * LICENSE: GNU General Public License, version 2 (GPLv2) - * Copyright (c) 2001 - 2012 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 @@ -18,10 +18,6 @@ * 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 - 2012 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ */ if(php_sapi_name() != 'cli') { diff --git a/bin/install/install_db.inc b/bin/install/install_db.inc index 328b7d92..ec64de6b 100644 --- a/bin/install/install_db.inc +++ b/bin/install/install_db.inc @@ -1,10 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Install DB * * LICENSE: GNU General Public License, version 2 (GPLv2) - * Copyright (c) 2001 - 2012 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 @@ -19,10 +18,6 @@ * 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 - 2012 Ampache.org - * @license http://opensource.org/licenses/gpl-2.0 GPLv2 - * @link http://www.ampache.org/ */ if(php_sapi_name() != 'cli') { diff --git a/bin/install/update_db.inc b/bin/install/update_db.inc index d9ea8bc7..6dc8f3a4 100644 --- a/bin/install/update_db.inc +++ b/bin/install/update_db.inc @@ -3,7 +3,7 @@ /** * * 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 @@ -18,10 +18,6 @@ * 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/ */ if(php_sapi_name() != 'cli') { diff --git a/bin/migrate_config.inc b/bin/migrate_config.inc index fef439da..8589cada 100644 --- a/bin/migrate_config.inc +++ b/bin/migrate_config.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Migrate Config - * * * 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,10 +18,6 @@ * 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/ */ define('NO_SESSION','1'); diff --git a/bin/print_tags.inc b/bin/print_tags.inc index 4d824a92..1c92cec4 100644 --- a/bin/print_tags.inc +++ b/bin/print_tags.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Print Tags - * * * 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,10 +18,6 @@ * 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/ */ define('NO_SESSION','1'); diff --git a/bin/sort_files.inc b/bin/sort_files.inc index 8ac8850b..a8020040 100644 --- a/bin/sort_files.inc +++ b/bin/sort_files.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Sort Files - * * * 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,10 +18,6 @@ * 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/ */ /** 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'); diff --git a/bin/write_tags.inc b/bin/write_tags.inc index 2fe1154d..cb389bca 100644 --- a/bin/write_tags.inc +++ b/bin/write_tags.inc @@ -1,11 +1,9 @@ <?php /* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ /** - * Write Tags - * * * 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,10 +18,6 @@ * 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/ */ /* |