From fd548dc3e930877de649c1084ea6f03b0017a5a9 Mon Sep 17 00:00:00 2001 From: momo-i Date: Thu, 3 Feb 2011 08:04:41 +0900 Subject: some templates modified header comment --- templates/browse_content.inc.php | 47 +++++++++++++++++----------- templates/browse_filters.inc.php | 47 +++++++++++++++++----------- templates/error_page.inc.php | 47 +++++++++++++++++----------- templates/footer.inc.php | 48 +++++++++++++++++------------ templates/header.inc.php | 47 +++++++++++++++++----------- templates/install_header.inc.php | 46 +++++++++++++++++----------- templates/javascript_refresh.inc.php | 46 +++++++++++++++++----------- templates/list_header.inc.php | 47 +++++++++++++++++----------- templates/rightbar.inc.php | 47 +++++++++++++++++----------- templates/show_access_list.inc.php | 47 +++++++++++++++++----------- templates/show_account.inc.php | 46 +++++++++++++++++----------- templates/show_add_access.inc.php | 46 +++++++++++++++++----------- templates/show_add_access_current.inc.php | 46 +++++++++++++++++----------- templates/show_add_access_local.inc.php | 46 +++++++++++++++++----------- templates/show_add_access_rpc.inc.php | 46 +++++++++++++++++----------- templates/show_add_catalog.inc.php | 48 +++++++++++++++++------------ templates/show_add_live_stream.inc.php | 48 +++++++++++++++++------------ templates/show_add_playlist.inc.php | 48 +++++++++++++++++------------ templates/show_add_shout.inc.php | 47 +++++++++++++++++----------- templates/show_add_user.inc.php | 47 +++++++++++++++++----------- templates/show_adds_catalog.inc.php | 47 +++++++++++++++++----------- templates/show_admin_info.inc.php | 46 +++++++++++++++++----------- templates/show_admin_tools.inc.php | 47 +++++++++++++++++----------- templates/show_album.inc.php | 47 +++++++++++++++++----------- templates/show_album_art.inc.php | 47 +++++++++++++++++----------- templates/show_album_row.inc.php | 46 +++++++++++++++++----------- templates/show_albums.inc.php | 46 +++++++++++++++++----------- templates/show_all_popular.inc.php | 49 ++++++++++++++++++------------ templates/show_alphabet_form.inc.php | 47 +++++++++++++++++----------- templates/show_artist.inc.php | 46 +++++++++++++++++----------- templates/show_artist_row.inc.php | 46 +++++++++++++++++----------- templates/show_big_art.inc.php | 47 +++++++++++++++++----------- templates/show_box_bottom.inc.php | 47 +++++++++++++++++----------- templates/show_box_top.inc.php | 46 +++++++++++++++++----------- templates/show_catalog_row.inc.php | 46 +++++++++++++++++----------- templates/show_catalogs.inc.php | 46 +++++++++++++++++----------- templates/show_clean_catalog.inc.php | 47 +++++++++++++++++----------- templates/show_confirmation.inc.php | 46 +++++++++++++++++----------- templates/show_create_democratic.inc.php | 47 +++++++++++++++++----------- templates/show_debug.inc.php | 47 +++++++++++++++++----------- templates/show_democratic.inc.php | 46 +++++++++++++++++----------- templates/show_democratic_playlist.inc.php | 46 +++++++++++++++++----------- templates/show_denied.inc.php | 47 +++++++++++++++++----------- templates/show_disabled_songs.inc.php | 45 +++++++++++++++++---------- templates/show_duplicate.inc.php | 47 +++++++++++++++++----------- templates/show_duplicates.inc.php | 46 +++++++++++++++++----------- templates/show_dynamic.inc.php | 46 +++++++++++++++++----------- 47 files changed, 1364 insertions(+), 829 deletions(-) (limited to 'templates') diff --git a/templates/browse_content.inc.php b/templates/browse_content.inc.php index 52b12da3..7781f68a 100644 --- a/templates/browse_content.inc.php +++ b/templates/browse_content.inc.php @@ -1,24 +1,35 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ // Because sometimes you just need a container ?> diff --git a/templates/browse_filters.inc.php b/templates/browse_filters.inc.php index 1c3b8e15..ca9eb688 100644 --- a/templates/browse_filters.inc.php +++ b/templates/browse_filters.inc.php @@ -1,24 +1,35 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ session_start(); $ajax_info = Config::get('ajax_url'); $web_path = Config::get('web_path'); ?> diff --git a/templates/error_page.inc.php b/templates/error_page.inc.php index a51a1f6c..3983b237 100644 --- a/templates/error_page.inc.php +++ b/templates/error_page.inc.php @@ -1,24 +1,35 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ ?> + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ ?>
diff --git a/templates/header.inc.php b/templates/header.inc.php index 7493cf9c..78be125c 100644 --- a/templates/header.inc.php +++ b/templates/header.inc.php @@ -1,24 +1,35 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ if (INIT_LOADED != '1') { exit; } diff --git a/templates/install_header.inc.php b/templates/install_header.inc.php index 7f0079ea..c112e8fa 100644 --- a/templates/install_header.inc.php +++ b/templates/install_header.inc.php @@ -1,24 +1,36 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ - Copyright (c) Ampache.org - All rights reserved. - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ $prefix = realpath(dirname(__FILE__). "/../"); ?> diff --git a/templates/javascript_refresh.inc.php b/templates/javascript_refresh.inc.php index b0c8d9f5..84b0c3b7 100644 --- a/templates/javascript_refresh.inc.php +++ b/templates/javascript_refresh.inc.php @@ -1,24 +1,36 @@ + * @copyright 2001 - 2011 Ampache.org + * @license http://opensource.org/licenses/gpl-2.0 GPLv2 + * @version PHP 5.2 + * @link http://www.ampache.org/ + * @since File available since Release 1.0 + */ - Copyright (c) 2001 - 2007 Ampache.org - All rights reserved. - - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -*/ ?>