ea7bcb91ef06211231dc08307cda607a12977638

Author: Mark Story

Date: 2009-05-02 13:20:58 -0400

Updating file headers cont'd

diff --git a/controllers/toolbar_access_controller.php b/controllers/toolbar_access_controller.php index 2256c54..47d6e56 100644 --- a/controllers/toolbar_access_controller.php +++ b/controllers/toolbar_access_controller.php @@ -16,7 +16,7 @@ * @link http://cakephp.org * @package debug_kit * @subpackage debug_kit.controllers - * @since DebugKit 1.0 + * @since DebugKit 1.1 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) **/ class ToolbarAccessController extends DebugKitAppController { diff --git a/tests/cases/controllers/components/toolbar.test.php b/tests/cases/controllers/components/toolbar.test.php index 38e1344..20480a8 100644 --- a/tests/cases/controllers/components/toolbar.test.php +++ b/tests/cases/controllers/components/toolbar.test.php @@ -1,26 +1,21 @@ <?php -/* SVN FILE: $Id$ */ /** * DebugToolbar Test * - * - * * 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.tests - * @license http://www.opensource.org/licenses/mit-license.php The MIT License + * @subpackage debug_kit.tests.controllers.components + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ App::import('Component', 'DebugKit.Toolbar'); diff --git a/tests/cases/test_objects.php b/tests/cases/test_objects.php index d7a91dc..95ed970 100644 --- a/tests/cases/test_objects.php +++ b/tests/cases/test_objects.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Common test objects used in DebugKit tests * - * Long description for file - * * PHP versions 4 and 5 * - * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-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 Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. - * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests - * @package cake.tests - * @subpackage cake.tests.cases.libs - * @since CakePHP(tm) v 1.2.0.5432 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.tests + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ /** * TestFireCake class allows for testing of FireCake * diff --git a/tests/cases/vendors/debug_kit_debugger.test.php b/tests/cases/vendors/debug_kit_debugger.test.php index 3fa6943..13bac93 100644 --- a/tests/cases/vendors/debug_kit_debugger.test.php +++ b/tests/cases/vendors/debug_kit_debugger.test.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * DebugKit Debugger Test Case File * - * Long description for file - * * PHP versions 4 and 5 * - * CakePHP(tm) Tests <https://trac.cakephp.org/wiki/Developement/TestSuite> - * Copyright 2005-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 Open Group Test Suite License - * Redistributions of files must retain the above copyright notice. + * Licensed under The MIT License + * Redistributions of files must retain the above copyright notice. * - * @filesource - * @copyright Copyright 2005-2008, Cake Software Foundation, Inc. - * @link https://trac.cakephp.org/wiki/Developement/TestSuite CakePHP(tm) Tests - * @package cake.tests - * @subpackage cake.tests.cases.libs - * @since CakePHP(tm) v 1.2.0.5432 - * @version $Revision$ - * @modifiedby $LastChangedBy$ - * @lastmodified $Date$ - * @license http://www.opensource.org/licenses/opengroup.php The Open Group Test Suite License - */ + * @copyright Copyright 2005-2009, Cake Software Foundation, Inc. (http://cakefoundation.org) + * @link http://cakephp.org + * @package debug_kit + * @subpackage debug_kit.tests.vendors + * @since debug_kit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Core', 'Debugger'); App::import('Vendor', 'DebugKit.DebugKitDebugger'); App::import('File', 'TestFireCake', false, Configure::read('pluginPaths'), 'test_objects.php'); diff --git a/tests/cases/vendors/fire_cake.test.php b/tests/cases/vendors/fire_cake.test.php index 460f327..ea5165c 100644 --- a/tests/cases/vendors/fire_cake.test.php +++ b/tests/cases/vendors/fire_cake.test.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * CakeFirePHP test case * - * - * * 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 cake.debug_kit.tests - * @since CakePHP v 1.2.0.4487 - * @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.tests.vendors + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Vendor', 'DebugKit.FireCake'); App::import('File', 'TestFireCake', false, Configure::read('pluginPaths'), 'test_objects.php'); diff --git a/tests/cases/views/debug.test.php b/tests/cases/views/debug.test.php index 17ce7c1..6de1e6c 100644 --- a/tests/cases/views/debug.test.php +++ b/tests/cases/views/debug.test.php @@ -1,31 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * DebugView test Case * - * - * * 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.tests.views + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Core', 'View'); if (!class_exists('DoppelGangerView')) { diff --git a/tests/cases/views/helpers/fire_php_toobar.test.php b/tests/cases/views/helpers/fire_php_toobar.test.php index 5ace44d..f45d0a1 100644 --- a/tests/cases/views/helpers/fire_php_toobar.test.php +++ b/tests/cases/views/helpers/fire_php_toobar.test.php @@ -1,30 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Toolbar Abstract Helper Test Case * - * - * * 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 debug_kit.tests.views.helpers - * @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.tests.views.helpers + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Helper', 'DebugKit.FirePhpToolbar'); App::import('Core', array('View', 'Controller')); App::import('File', 'TestFireCake', false, Configure::read('pluginPaths'), 'test_objects.php'); diff --git a/tests/cases/views/helpers/html_toolbar.test.php b/tests/cases/views/helpers/html_toolbar.test.php index d924c9e..cda8ff7 100644 --- a/tests/cases/views/helpers/html_toolbar.test.php +++ b/tests/cases/views/helpers/html_toolbar.test.php @@ -1,30 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Toolbar HTML Helper Test Case * - * - * * 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 debug_kit.tests.views.helpers - * @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.tests.views.helpers + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Helper', array('DebugKit.HtmlToolbar', 'Html', 'Javascript')); App::import('Core', array('View', 'Controller')); diff --git a/tests/cases/views/helpers/toolbar.test.php b/tests/cases/views/helpers/toolbar.test.php index 4e5ee10..fc16641 100644 --- a/tests/cases/views/helpers/toolbar.test.php +++ b/tests/cases/views/helpers/toolbar.test.php @@ -1,30 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Toolbar facade tests. * - * - * * 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 debug_kit.tests.views.helpers - * @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.tests.views.helpers + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ App::import('Helper', array('DebugKit.Toolbar')); App::import('Core', array('View', 'Controller')); diff --git a/tests/groups/view_group.group.php b/tests/groups/view_group.group.php index 7cc09ae..4434089 100644 --- a/tests/groups/view_group.group.php +++ b/tests/groups/view_group.group.php @@ -2,25 +2,21 @@ /** * View Group Test for debugkit * - * - * * 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.tests.groups - * @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.tests.groups + * @since DebugKit 1.0 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ /** * AllCoreHelpersGroupTest class * diff --git a/tests/test_app/controllers/debug_kit_test_controller.php b/tests/test_app/controllers/debug_kit_test_controller.php index 7ee1d13..c79498f 100644 --- a/tests/test_app/controllers/debug_kit_test_controller.php +++ b/tests/test_app/controllers/debug_kit_test_controller.php @@ -1,27 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * DebugKitTestController * - * - * * 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 tests.test_app.controllers - * @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.tests.test_app + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ class DebugKitTestController extends Controller { var $uses = array(); var $components = array('DebugKit.Toolbar'); diff --git a/tests/test_app/vendors/test_panel.php b/tests/test_app/vendors/test_panel.php index 26a3de9..5a111ed 100644 --- a/tests/test_app/vendors/test_panel.php +++ b/tests/test_app/vendors/test_panel.php @@ -1,30 +1,22 @@ <?php -/* SVN FILE: $Id$ */ /** * Test Panel * - * - * * 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.tests - * @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.tests.test_app + * @since DebugKit 0.1 + * @license MIT License (http://www.opensource.org/licenses/mit-license.php) + **/ class TestPanel extends DebugPanel { function startup(&$controller) { $controller->testPanel = true; diff --git a/vendors/debug_kit_debugger.php b/vendors/debug_kit_debugger.php index 2be2677..e4bde10 100644 --- a/vendors/debug_kit_debugger.php +++ b/vendors/debug_kit_debugger.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * DebugKit Debugger class. Extends and enhances core * debugger. Adds benchmarking and timing functionality. diff --git a/vendors/fire_cake.php b/vendors/fire_cake.php index c47ffec..1146270 100644 --- a/vendors/fire_cake.php +++ b/vendors/fire_cake.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * FirePHP Class for CakePHP * diff --git a/vendors/js/jquery_debug_toolbar.js b/vendors/js/jquery_debug_toolbar.js index 436657b..9b8b37d 100755 --- a/vendors/js/jquery_debug_toolbar.js +++ b/vendors/js/jquery_debug_toolbar.js @@ -1,4 +1,3 @@ -/* SVN FILE: $Id$ */ /** * Debug Toolbar Javascript. jQuery 1.2.x compatible. * diff --git a/vendors/shells/benchmark.php b/vendors/shells/benchmark.php index e43ab8f..53c3695 100644 --- a/vendors/shells/benchmark.php +++ b/vendors/shells/benchmark.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * Benchmark Shell. * diff --git a/views/helpers/fire_php_toolbar.php b/views/helpers/fire_php_toolbar.php index 106a929..e123837 100644 --- a/views/helpers/fire_php_toolbar.php +++ b/views/helpers/fire_php_toolbar.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * FirePHP Toolbar Helper * diff --git a/views/helpers/simple_graph.php b/views/helpers/simple_graph.php index cbd1704..1749a81 100644 --- a/views/helpers/simple_graph.php +++ b/views/helpers/simple_graph.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * Simple Graph Helper * diff --git a/views/helpers/toolbar.php b/views/helpers/toolbar.php index 8756e31..1fd6bc0 100644 --- a/views/helpers/toolbar.php +++ b/views/helpers/toolbar.php @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * Abstract Toolbar helper. Provides Base methods for content * specific debug toolbar helpers. Acts as a facade for other toolbars helpers as well. diff --git a/views/toolbar_access/history_state.ctp b/views/toolbar_access/history_state.ctp index 6c840e1..c7ad685 100644 --- a/views/toolbar_access/history_state.ctp +++ b/views/toolbar_access/history_state.ctp @@ -1,5 +1,4 @@ <?php -/* SVN FILE: $Id$ */ /** * Toolbar history state view. *