From: Nicolas H. <nh...@us...> - 2001-04-19 08:52:16
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/config In directory usw-pr-cvs1:/tmp/cvs-serv11769 Modified Files: style.css.php3 start_page.css.php3 config.lib.php3 admin.css.php3 Log Message: Added license information in header Index: style.css.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/style.css.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** style.css.php3 2001/04/11 23:06:14 1.2 --- style.css.php3 2001/04/19 08:52:14 1.3 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script defines the stylesheet used inside a chatting session. | // +--------------------------------------------------------------------------+ Index: start_page.css.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/start_page.css.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** start_page.css.php3 2001/04/11 23:06:14 1.2 --- start_page.css.php3 2001/04/19 08:52:14 1.3 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script defines the stylesheet used by the starting page of | // | phpMyChat. | Index: config.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/config.lib.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** config.lib.php3 2001/04/11 23:06:14 1.4 --- config.lib.php3 2001/04/19 08:52:14 1.5 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This is the main configuration file for phpMyChat. You have to complete | // | it. | Index: admin.css.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/config/admin.css.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** admin.css.php3 2001/04/11 23:06:14 1.2 --- admin.css.php3 2001/04/19 08:52:14 1.3 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script defines the stylesheet used by the administration sheets of | // | phpMyChat. | |