From fcc59233f2aa2a3cc6ea0191589e30867b09641e Mon Sep 17 00:00:00 2001 From: Moz Morris Date: Tue, 6 Dec 2011 14:41:20 +0000 Subject: [PATCH] Updating license and comments --- Controller/Component/Auth/FacebookAuthenticate.php | 6 ++++++ Controller/ExamplesController.php | 11 +++++++++++ 2 files changed, 17 insertions(+) diff --git a/Controller/Component/Auth/FacebookAuthenticate.php b/Controller/Component/Auth/FacebookAuthenticate.php index 14a04e1..ea7a589 100644 --- a/Controller/Component/Auth/FacebookAuthenticate.php +++ b/Controller/Component/Auth/FacebookAuthenticate.php @@ -1,5 +1,11 @@ * @link http://www.earthview.co.uk * @copyright (c) 2011 Moz Morris diff --git a/Controller/ExamplesController.php b/Controller/ExamplesController.php index 13e45a7..a57b9f2 100644 --- a/Controller/ExamplesController.php +++ b/Controller/ExamplesController.php @@ -1,4 +1,15 @@ +* @link http://www.earthview.co.uk +* @copyright (c) 2011 Moz Morris +* @license MIT License - http://www.opensource.org/licenses/mit-license.php + */ + App::uses('AppController', 'Controller'); /** * Examples Controller