Skip to content

Commit

Permalink
Updated file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurry committed Oct 23, 2008
1 parent 6251216 commit 3658336
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
16 changes: 8 additions & 8 deletions chat_app_controller.php
@@ -1,17 +1,17 @@
<?php
/*
* CakePHP Ajax Chat
* Copyright (c) 2007 Matt Curry
* www.siteamonth.com
* CakePHP Ajax Chat Plugin (using jQuery);
* Copyright (c) 2008 Matt Curry
* www.PseudoCoder.com
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
* http://sandbox2.pseudocoder.com/demo/chat
*
* @author mattc <matt@siteamonth.com>
* @version 1.0
* @author Matt Curry <matt@pseudocoder.com>
* @license MIT
*
*/

class ChatAppController extends AppController {

}
class ChatAppController extends AppController {

}
?>
12 changes: 11 additions & 1 deletion chat_app_model.php
@@ -1,7 +1,17 @@
<?php
/*
* CakePHP Ajax Chat Plugin (using jQuery);
* Copyright (c) 2008 Matt Curry
* www.PseudoCoder.com
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
* http://sandbox2.pseudocoder.com/demo/chat
*
* @author Matt Curry <matt@pseudocoder.com>
* @license MIT
*
*/

class ChatAppModel extends AppModel {

}

?>

0 comments on commit 3658336

Please sign in to comment.