From: Nicolas H. <nh...@us...> - 2001-04-19 09:00:10
|
Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs In directory usw-pr-cvs1:/tmp/cvs-serv12956 Modified Files: users.lib.js start_page.lib.js set_msg_color.lib.js server_time.lib.js misc.lib.js main_index.lib.php3 index_validation.lib.php3 help_popup.lib.js do_enter_js_work.lib.php3 do_enter_frameset.lib.php3 do_enter_db_work.lib.php3 connect_state.lib.js Log Message: Added license information in header Index: users.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/users.lib.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** users.lib.js 2001/04/18 20:18:13 1.4 --- users.lib.js 2001/04/19 08:59:43 1.5 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of JavaScript functions used to handle the the collapsible list of | // | rooms at the users frame with IE & NS 4+ browsers (DHTML stuff). | Index: start_page.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/start_page.lib.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** start_page.lib.js 2001/04/13 19:30:55 1.4 --- start_page.lib.js 2001/04/19 08:59:43 1.5 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of JavaScript functions used by the starting form of the chat. | // | | Index: set_msg_color.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/set_msg_color.lib.js,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** set_msg_color.lib.js 2001/04/18 20:10:55 1.3 --- set_msg_color.lib.js 2001/04/19 08:59:43 1.4 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Modifies the color picker at the 'input' frame according to the value of | // | the color to be used for messages. | Index: server_time.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/server_time.lib.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** server_time.lib.js 2001/04/03 20:15:39 1.1 --- server_time.lib.js 2001/04/19 08:59:43 1.2 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of functions used to display and to remove the server time at the | // | status bar. | Index: misc.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/misc.lib.js,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** misc.lib.js 2001/04/17 22:14:02 1.8 --- misc.lib.js 2001/04/19 08:59:43 1.9 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of miscellaneous JavaScript functions. | // | | Index: main_index.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/main_index.lib.php3,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -r1.17 -r1.18 *** main_index.lib.php3 2001/04/18 20:10:55 1.17 --- main_index.lib.php3 2001/04/19 08:59:43 1.18 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This library is called by the starting script of phpMyChat (usually an | // | 'index.php3' nammed script) to: | Index: index_validation.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/index_validation.lib.php3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** index_validation.lib.php3 2001/04/14 16:05:06 1.7 --- index_validation.lib.php3 2001/04/19 08:59:43 1.8 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of functions used to validate the settings submitted by the starting | // | page of phpMyChat. | Index: help_popup.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/help_popup.lib.js,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** help_popup.lib.js 2001/04/03 20:10:15 1.1 --- help_popup.lib.js 2001/04/19 08:59:43 1.2 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Defines the position of the help popup and launches it. | // | | Index: do_enter_js_work.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_js_work.lib.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** do_enter_js_work.lib.php3 2001/04/18 20:10:55 1.3 --- do_enter_js_work.lib.php3 2001/04/19 08:59:43 1.4 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of JavaScript instructions to use when the user is allowed to enter | // | the chat. | Index: do_enter_frameset.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_frameset.lib.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** do_enter_frameset.lib.php3 2001/04/18 20:10:55 1.3 --- do_enter_frameset.lib.php3 2001/04/19 08:59:43 1.4 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This library defines the frameset depending on whether the browser knows | // | or not. | Index: do_enter_db_work.lib.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/do_enter_db_work.lib.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** do_enter_db_work.lib.php3 2001/04/18 20:10:55 1.10 --- do_enter_db_work.lib.php3 2001/04/19 08:59:43 1.11 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This library contains all the database work to be done just before | // | entering the chat. | Index: connect_state.lib.js =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/index_libs/connect_state.lib.js,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** connect_state.lib.js 2001/04/18 20:10:55 1.4 --- connect_state.lib.js 2001/04/19 08:59:43 1.5 *************** *** 5,8 **** --- 5,10 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | Set of JavaScript functions used to handle the connection state for the | // | 'standard' version of phpMyChat (the JavaScript loader is used). | |