997ac25261b101c1c85391f73036da5d28f2cf9a

Author: Mark Story

Date: 2009-05-02 12:14:11 -0400

Updating File headers to newer CakePHP file headers.

diff --git a/controllers/components/toolbar.php b/controllers/components/toolbar.php index c7dfa0b..e8ad598 100644 --- a/controllers/components/toolbar.php +++ b/controllers/components/toolbar.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * DebugKit DebugToolbar Component * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org * @package debug_kit * @subpackage debug_kit.controllers.components * @since DebugKit 0.1 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ class ToolbarComponent extends Object { /** * Controller instance reference diff --git a/controllers/toolbar_access_controller.php b/controllers/toolbar_access_controller.php index b45f2e5..f35ba19 100644 --- a/controllers/toolbar_access_controller.php +++ b/controllers/toolbar_access_controller.php @@ -1,31 +1,24 @@ <?php -/* SVN FILE: $Id$ */ /** - * DebugKit DebugToolbar Component - * + * DebugKit ToolbarAccess Controller * + * Allows retrieval of information from the debugKit internals. * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org * @package debug_kit - * @subpackage debug_kit.controllers.components - * @since DebugKit 0.1 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @subpackage debug_kit.controllers + * @since DebugKit 1.0 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ class ToolbarAccessController extends DebugKitAppController { /** * name diff --git a/debug_kit_app_controller.php b/debug_kit_app_controller.php index 0a63efb..3b369d8 100644 --- a/debug_kit_app_controller.php +++ b/debug_kit_app_controller.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Debug Kit App Controller * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.cake.libs. - * @since CakePHP v 1.2.0.4487 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ class DebugKitAppController extends AppController { } diff --git a/debug_kit_app_model.php b/debug_kit_app_model.php index ee7af0b..e065b3f 100644 --- a/debug_kit_app_model.php +++ b/debug_kit_app_model.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Debug Kit App Model * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.cake.libs. - * @since CakePHP v 1.2.0.4487 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ class DebugKitAppModel extends AppModel { } diff --git a/vendors/debug_kit_debugger.php b/vendors/debug_kit_debugger.php index a1d111f..2be2677 100644 --- a/vendors/debug_kit_debugger.php +++ b/vendors/debug_kit_debugger.php @@ -3,29 +3,22 @@ /** * DebugKit Debugger class. Extends and enhances core * debugger. Adds benchmarking and timing functionality. - * * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.cake.libs. - * @since CakePHP v 1.2.0.4487 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.vendors + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Core', 'Debugger'); App::import('Vendor', 'DebugKit.FireCake'); /** diff --git a/vendors/fire_cake.php b/vendors/fire_cake.php index 5d8faf4..c47ffec 100644 --- a/vendors/fire_cake.php +++ b/vendors/fire_cake.php @@ -10,25 +10,19 @@ * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package debug_kit. - * @subpackage debug_kit.vendors - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.helpers + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Core', 'Debugger'); if (!function_exists('firecake')) { diff --git a/vendors/js/js_debug_toolbar.js b/vendors/js/js_debug_toolbar.js index 02d5e9e..db5f8ad 100755 --- a/vendors/js/js_debug_toolbar.js +++ b/vendors/js/js_debug_toolbar.js @@ -1,4 +1,3 @@ -/* SVN FILE: $Id$ */ /** * Debug Toolbar Javascript. * @@ -6,23 +5,20 @@ * and enhancing the Html toolbar. Includes library agnostic Event, Element, * Cookie and Request wrappers. * - * PHP versions 4 and 5 - * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package debugkit - * @subpackage debugkit.vendors.js - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.helpers + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ var DEBUGKIT = function () { var undef; return { diff --git a/vendors/shells/benchmark.php b/vendors/shells/benchmark.php index 09d73f9..e43ab8f 100644 --- a/vendors/shells/benchmark.php +++ b/vendors/shells/benchmark.php @@ -8,24 +8,19 @@ * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.vendors.shells - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.vendors.shells + * @since DebugKit 1.0 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ /** * Benchmark Shell Class diff --git a/views/debug.php b/views/debug.php index b950292..5287a72 100644 --- a/views/debug.php +++ b/views/debug.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * Debug View * @@ -7,25 +6,19 @@ * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.cake.libs. - * @since CakePHP v 1.2.0.4487 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Vendor', 'DebugKit.DebugKitDebugger'); App::import('Component', 'DebugKit.Toolbar'); /** diff --git a/views/elements/debug_toolbar.ctp b/views/elements/debug_toolbar.ctp index 3d59571..760e568 100644 --- a/views/elements/debug_toolbar.ctp +++ b/views/elements/debug_toolbar.ctp @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * Debug Toolbar Element * @@ -7,25 +6,19 @@ * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <div id="debug-kit-toolbar"> <?php if (empty($debugToolbarPanels)) :?> diff --git a/views/elements/history_panel.ctp b/views/elements/history_panel.ctp index b067be1..4078251 100644 --- a/views/elements/history_panel.ctp +++ b/views/elements/history_panel.ctp @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * View Variables Panel Element * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 1.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <h2> <?php __('Request History'); ?></h2> <?php if (empty($content)): ?> diff --git a/views/elements/log_panel.ctp b/views/elements/log_panel.ctp index 8447695..671f0b5 100644 --- a/views/elements/log_panel.ctp +++ b/views/elements/log_panel.ctp @@ -1,30 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Log Panel Element * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <h2><?php __('Logs') ?></h2> <div class="code-table"> diff --git a/views/elements/request_panel.ctp b/views/elements/request_panel.ctp index a2ff53b..95d8d86 100644 --- a/views/elements/request_panel.ctp +++ b/views/elements/request_panel.ctp @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Request Panel Element * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <h2> <?php __('Request'); ?></h2> <h4>Cake Params</h4> diff --git a/views/elements/session_panel.ctp b/views/elements/session_panel.ctp index 003032a..70448e7 100644 --- a/views/elements/session_panel.ctp +++ b/views/elements/session_panel.ctp @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Session Panel Element * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 1.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <h2><?php __('Session'); ?></h2> <?php echo $toolbar->makeNeatArray($content); ?> \ No newline at end of file diff --git a/views/elements/sql_log_panel.ctp b/views/elements/sql_log_panel.ctp index ec2ffb8..0a209a8 100644 --- a/views/elements/sql_log_panel.ctp +++ b/views/elements/sql_log_panel.ctp @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** - * Session Panel Element - * - * + * SQL Log Panel Element * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <h2><?php __('Sql Logs')?></h2> <?php if (!empty($content)) : ?> diff --git a/views/elements/timer_panel.ctp b/views/elements/timer_panel.ctp index 66f60cf..624dcb5 100644 --- a/views/elements/timer_panel.ctp +++ b/views/elements/timer_panel.ctp @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Timer Panel Element * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ if (!isset($debugKitInHistoryMode)): $timers = DebugKitDebugger::getTimers(); $currentMemory = DebugKitDebugger::getMemoryUse(); diff --git a/views/elements/variables_panel.ctp b/views/elements/variables_panel.ctp index fb9bf45..7923554 100644 --- a/views/elements/variables_panel.ctp +++ b/views/elements/variables_panel.ctp @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * View Variables Panel Element * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake - * @subpackage cake.debug_kit.views.elements - * @since - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.elements + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ ?> <h2> <?php __('View Variables'); ?></h2> <?php $content['$this->validationErrors'] = $this->validationErrors; ?> diff --git a/views/helpers/fire_php_toolbar.php b/views/helpers/fire_php_toolbar.php index 630a707..106a929 100644 --- a/views/helpers/fire_php_toolbar.php +++ b/views/helpers/fire_php_toolbar.php @@ -5,24 +5,21 @@ * * Injects the toolbar elements into non-HTML layouts via FireCake. * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * PHP versions 4 and 5 + * + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org * @package debug_kit * @subpackage debug_kit.views.helpers - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('helper', 'DebugKit.Toolbar'); App::import('Vendor', 'DebugKit.FireCake'); diff --git a/views/helpers/html_toolbar.php b/views/helpers/html_toolbar.php index 4c54c2f..3c3ef6b 100644 --- a/views/helpers/html_toolbar.php +++ b/views/helpers/html_toolbar.php @@ -1,29 +1,25 @@ <?php -/* SVN FILE: $Id$ */ /** * Html Toolbar Helper * * Injects the toolbar elements into HTML layouts. * Contains helper methods for * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * PHP versions 4 and 5 + * + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org * @package debug_kit * @subpackage debug_kit.views.helpers - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('helper', 'DebugKit.Toolbar'); class HtmlToolbarHelper extends ToolbarHelper { diff --git a/views/helpers/simple_graph.php b/views/helpers/simple_graph.php index 6ea4580..cbd1704 100644 --- a/views/helpers/simple_graph.php +++ b/views/helpers/simple_graph.php @@ -5,24 +5,21 @@ * * Allows creation and display of extremely simple graphing elements * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * PHP versions 4 and 5 + * + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org * @package debug_kit * @subpackage debug_kit.views.helpers - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @since DebugKit 1.0 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Helper', 'Html'); class SimpleGraphHelper extends AppHelper { diff --git a/views/helpers/toolbar.php b/views/helpers/toolbar.php index 0396944..8756e31 100644 --- a/views/helpers/toolbar.php +++ b/views/helpers/toolbar.php @@ -8,23 +8,19 @@ * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org * @package debug_kit * @subpackage debug_kit.views.helpers - * @since v 1.0 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Vendor', 'DebugKit.DebugKitDebugger'); class ToolbarHelper extends AppHelper { diff --git a/views/toolbar_access/history_state.ctp b/views/toolbar_access/history_state.ctp index 1b6d773..6c840e1 100644 --- a/views/toolbar_access/history_state.ctp +++ b/views/toolbar_access/history_state.ctp @@ -3,28 +3,21 @@ /** * Toolbar history state view. * - * - * * PHP versions 4 and 5 * - * CakePHP : Rapid Development Framework <http://www.cakephp.org/> - * Copyright 2006-2008, Cake Software Foundation, Inc. - * 1785 E. Sahara Avenue, Suite 490-204 - * Las Vegas, Nevada 89104 + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2006-2008, Cake Software Foundation, Inc. - * @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project - * @package cake.debug_kit - * @subpackage cake.debug_kit.views - * @version - * @modifiedby - * @lastmodified - * @license http://www.opensource.org/licenses/mit-license.php The MIT License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.views.helpers + * @since DebugKit 1.0 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ $panels = array(); foreach ($toolbarState as $panelName => $panel) { $panels[$panelName] = $this->element($panel['elementName'], array(