[phpwebapp-commits] CVS: web_app/webobjects/listbox listbox.php,1.2,1.3
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-08-26 01:20:00
|
Update of /cvsroot/phpwebapp/web_app/webobjects/listbox In directory sc8-pr-cvs1:/tmp/cvs-serv9888/webobjects/listbox Modified Files: listbox.php Log Message: Added the copying permission statement for the GNU GPL. Index: listbox.php =================================================================== RCS file: /cvsroot/phpwebapp/web_app/webobjects/listbox/listbox.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** listbox.php 11 Aug 2003 16:17:51 -0000 1.2 --- listbox.php 25 Aug 2003 13:18:28 -0000 1.3 *************** *** 1,3 **** --- 1,5 ---- <?php + /* This file is part of phpWebApp. */ + /** * @package webobjects |