Skip to content

Commit 3658336

Browse files
committed
Updated file headers
1 parent 6251216 commit 3658336

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

chat_app_controller.php

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?php
22
/*
3-
* CakePHP Ajax Chat
4-
* Copyright (c) 2007 Matt Curry
5-
* www.siteamonth.com
3+
* CakePHP Ajax Chat Plugin (using jQuery);
4+
* Copyright (c) 2008 Matt Curry
5+
* www.PseudoCoder.com
6+
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
7+
* http://sandbox2.pseudocoder.com/demo/chat
68
*
7-
* @author mattc <[email protected]>
8-
* @version 1.0
9+
* @author Matt Curry <[email protected]>
910
* @license MIT
1011
*
1112
*/
1213

13-
class ChatAppController extends AppController {
14-
15-
}
14+
class ChatAppController extends AppController {
1615

16+
}
1717
?>

chat_app_model.php

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
<?php
2+
/*
3+
* CakePHP Ajax Chat Plugin (using jQuery);
4+
* Copyright (c) 2008 Matt Curry
5+
* www.PseudoCoder.com
6+
* http://github.com/mcurry/cakephp/tree/master/plugins/chat
7+
* http://sandbox2.pseudocoder.com/demo/chat
8+
*
9+
* @author Matt Curry <[email protected]>
10+
* @license MIT
11+
*
12+
*/
213

314
class ChatAppModel extends AppModel {
415

516
}
6-
717
?>

0 commit comments

Comments
 (0)