From 76047638887a23f9456a3036bfb9439737d3190c Mon Sep 17 00:00:00 2001 From: Juan Basso Date: Sun, 31 Jul 2011 19:14:36 -0400 Subject: [PATCH] Updated some file headers to include correct license and copyright. --- lib/Cake/Console/Command/CommandListShell.php | 7 ++++--- lib/Cake/Console/Command/UpgradeShell.php | 18 ++++++++++++++++++ lib/Cake/Controller/CakeErrorController.php | 12 ++++++++++++ lib/Cake/Log/CakeLogInterface.php | 17 +++++++++++++++++ lib/Cake/Model/Behavior/AclBehavior.php | 2 +- lib/Cake/Model/Behavior/TreeBehavior.php | 2 +- lib/Cake/View/Helper/JqueryEngineHelper.php | 7 ++++--- lib/Cake/View/Helper/JsBaseEngineHelper.php | 6 +++--- lib/Cake/View/Helper/JsHelper.php | 6 +++--- 9 files changed, 63 insertions(+), 14 deletions(-) diff --git a/lib/Cake/Console/Command/CommandListShell.php b/lib/Cake/Console/Command/CommandListShell.php index 47dbacf6f..8f49f9dd5 100644 --- a/lib/Cake/Console/Command/CommandListShell.php +++ b/lib/Cake/Console/Command/CommandListShell.php @@ -4,14 +4,15 @@ * * PHP 5 * - * CakePHP : Rapid Development Framework (http://cakephp.org) - * Copyright 2005-2011, Cake Software Foundation, Inc. + * CakePHP(tm) : Rapid Development Framework (http://cakephp.org) + * Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org) * * Licensed under The MIT License * Redistributions of files must retain the above copyright notice. * - * @copyright Copyright 2005-2011, Cake Software Foundation, Inc. + * @copyright Copyright 2005-2011, Cake Software Foundation, Inc. (http://cakefoundation.org) * @link http://cakephp.org CakePHP Project + * @package Cake.Console.Command * @since CakePHP v 2.0 * @license MIT License (http://www.opensource.org/licenses/mit-license.php) */ diff --git a/lib/Cake/Console/Command/UpgradeShell.php b/lib/Cake/Console/Command/UpgradeShell.php index 0f4beba33..04a06ef1a 100644 --- a/lib/Cake/Console/Command/UpgradeShell.php +++ b/lib/Cake/Console/Command/UpgradeShell.php @@ -1,4 +1,22 @@