Update of /cvsroot/phpmychat/phpMyChat-0.15/chat In directory usw-pr-cvs1:/tmp/cvs-serv11566 Modified Files: whois_popup.php3 users_popup_low.php3 users_popup.php3 users_low.php3 users.php3 tutorial_popup.php3 setup.php3 save.php3 profile_reg.php3 profile_edit.php3 profile_del.php3 messages_low.php3 loader.php3 link.php3 input.php3 index.php3 ignore_popup.php3 help_popup.php3 handle_input.php3 exit.php3 Log Message: Added license information in header Index: whois_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/whois_popup.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** whois_popup.php3 2001/04/15 18:52:55 1.10 --- whois_popup.php3 2001/04/19 08:51:33 1.11 *************** *** 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 'whois' popups that are used to display users' | // | profiles. | Index: users_popup_low.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_popup_low.php3,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** users_popup_low.php3 2001/04/16 12:24:29 1.9 --- users_popup_low.php3 2001/04/19 08:51:33 1.10 *************** *** 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 users popup for browsers that does not support | // | DHTML. | Index: users_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_popup.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** users_popup.php3 2001/04/18 20:10:55 1.10 --- users_popup.php3 2001/04/19 08:51:33 1.11 *************** *** 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 users popup for DHTML enabled browsers. | // +--------------------------------------------------------------------------+ Index: users_low.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users_low.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** users_low.php3 2001/04/16 12:48:29 1.10 --- users_low.php3 2001/04/19 08:51:33 1.11 *************** *** 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 'users' frame for browser that does not support | // | DHTML. | Index: users.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/users.php3,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -r1.15 -r1.16 *** users.php3 2001/04/18 20:10:55 1.15 --- users.php3 2001/04/19 08:51:33 1.16 *************** *** 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 'users' frame for DHTML enabled browsers. | // +--------------------------------------------------------------------------+ Index: tutorial_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/tutorial_popup.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** tutorial_popup.php3 2001/04/16 12:24:29 1.3 --- tutorial_popup.php3 2001/04/19 08:51:33 1.4 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script displays the tutorial with the most appropriate language. | // +--------------------------------------------------------------------------+ Index: setup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/setup.php3,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** setup.php3 2001/04/11 23:06:12 1.1 --- setup.php3 2001/04/19 08:51:33 1.2 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script displays the easy setup sheets for phpMyChat. | // | One function is defined inside: | Index: save.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/save.php3,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** save.php3 2001/04/14 17:51:47 1.3 --- save.php3 2001/04/19 08:51:33 1.4 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script is used to save some messages in a local file. | // | | Index: profile_reg.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_reg.php3,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** profile_reg.php3 2001/04/15 21:19:54 1.7 --- profile_reg.php3 2001/04/19 08:51:33 1.8 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script allows an user to register his/her profile. | // +--------------------------------------------------------------------------+ Index: profile_edit.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_edit.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** profile_edit.php3 2001/04/13 11:21:45 1.6 --- profile_edit.php3 2001/04/19 08:51:33 1.7 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script allows an user to edit and modify his/her profile. | // +--------------------------------------------------------------------------+ Index: profile_del.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_del.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** profile_del.php3 2001/04/15 21:19:54 1.6 --- profile_del.php3 2001/04/19 08:51:33 1.7 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script allows an user to delete his/her profile. | // +--------------------------------------------------------------------------+ Index: messages_low.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/messages_low.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** messages_low.php3 2001/04/18 20:10:55 1.10 --- messages_low.php3 2001/04/19 08:51:33 1.11 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | The 'messages' frame for browsers that does not support DHTML. | // +--------------------------------------------------------------------------+ Index: loader.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/loader.php3,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** loader.php3 2001/04/18 20:10:55 1.11 --- loader.php3 2001/04/19 08:51:33 1.12 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script is used in a hidden frame with DHTML enabled browsers. It: | // | - loads new messages from the 'messages' table and push them to the | Index: link.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/link.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** link.php3 2001/04/03 20:09:36 1.2 --- link.php3 2001/04/19 08:51:33 1.3 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | The bottom-right frame with the phpHeaven icon. | // +--------------------------------------------------------------------------+ Index: input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/input.php3,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -r1.20 -r1.21 *** input.php3 2001/04/18 20:10:55 1.20 --- input.php3 2001/04/19 08:51:33 1.21 *************** *** 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 'input' frame. | // | | Index: index.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/index.php3,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** index.php3 2001/04/03 20:09:06 1.2 --- index.php3 2001/04/19 08:51:33 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 is an example of what may be done to include phpMyChat into | // | an existing web page, regardless of its name (another example is the | Index: ignore_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/ignore_popup.php3,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** ignore_popup.php3 2001/04/14 17:51:47 1.4 --- ignore_popup.php3 2001/04/19 08:51:33 1.5 *************** *** 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 'ignored' popups that are used to display users | // | whose messages aren't displayed. | Index: help_popup.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/help_popup.php3,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** help_popup.php3 2001/04/15 21:26:37 1.6 --- help_popup.php3 2001/04/19 08:51:33 1.7 *************** *** 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 'help' popup. | // +--------------------------------------------------------------------------+ Index: handle_input.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/handle_input.php3,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -r1.16 -r1.17 *** handle_input.php3 2001/04/14 17:51:47 1.16 --- handle_input.php3 2001/04/19 08:51:33 1.17 *************** *** 6,9 **** --- 6,11 ---- // | Copyright (c) 2000-2001 The phpHeaven-team | // +--------------------------------------------------------------------------+ + // | License: GNU/GPL - http://www.gnu.org/copyleft/gpl.html | + // +--------------------------------------------------------------------------+ // | This script is called when the user submitted a message or a command at | // | the message box in the 'input' frame if his/her browser is DHTML | Index: exit.php3 =================================================================== RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/exit.php3,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -r1.10 -r1.11 *** exit.php3 2001/04/18 20:10:55 1.10 --- exit.php3 2001/04/19 08:51:33 1.11 *************** *** 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 'exit' frame. | // +--------------------------------------------------------------------------+ |