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 3658336 commit 3cb80f1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions controllers/chat_controller.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
<?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 ChatController extends ChatAppController {
var $name = 'Chat';
Expand Down

0 comments on commit 3cb80f1

Please sign in to comment.