Updated some file headers to include correct license and copyright.

This commit is contained in:
Juan Basso 2011-07-31 19:14:36 -04:00
parent ebb70c4810
commit 7604763888
9 changed files with 63 additions and 14 deletions
lib/Cake/Controller

View file

@ -4,7 +4,19 @@
*
* Controller used by ErrorHandler to render error views.
*
* PHP 5
*
* 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. (http://cakefoundation.org)
* @link http://cakephp.org CakePHP(tm) Project
* @package Cake.Controller
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
class CakeErrorController extends AppController {