mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-05 14:23:36 +00:00
Updated some file headers to include correct license and copyright.
This commit is contained in:
parent
ebb70c4810
commit
7604763888
9 changed files with 63 additions and 14 deletions
lib/Cake/Controller
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue