Skip to content

Commit

Permalink
Updating license and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mozmorris committed Dec 6, 2011
1 parent 902376d commit fcc5923
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Controller/Component/Auth/FacebookAuthenticate.php
@@ -1,5 +1,11 @@
<?php
/**
* FacebookAuthenticate handler that works with AuthComponent
*
* By default, uses a User model and requires that the database table has added
* email, facebook_user_id, & facebook_access_token fields. See README for detailed
* installation and usage instructions
*
* @author Moz Morris <moz@earthview.co.uk>
* @link http://www.earthview.co.uk
* @copyright (c) 2011 Moz Morris
Expand Down
11 changes: 11 additions & 0 deletions Controller/ExamplesController.php
@@ -1,4 +1,15 @@
<?php
/**
* Sample ExamplesController
*
* Demonstrate a typical use case scenario.å
*
* @author Moz Morris <moz@earthview.co.uk>
* @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
Expand Down

0 comments on commit fcc5923

Please sign in to comment.