Skip to content

Commit f28da4c

Browse files
committed
Updated file headers
1 parent 9f9ba5c commit f28da4c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

models/chat.php

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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+
*/
13+
214
class Chat extends ChatAppModel {
315
var $name = 'Chat';
416
var $validate = array(

0 commit comments

Comments
 (0)