Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv26955
Modified Files:
blank.htm
Log Message:
remove complete copyright header
Index: blank.htm
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/blank.htm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** blank.htm 2001/04/03 20:08:20 1.2
--- blank.htm 2001/04/19 12:57:49 1.3
***************
*** 1,23 ****
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
! <!--
! //
! // +--------------------------------------------------------------------------+
! // | phpMyChat version 0.15.0 |
! // +--------------------------------------------------------------------------+
! // | Copyright (c) 2000-2001 The phpHeaven-team |
! // +--------------------------------------------------------------------------+
! // | An empty page that will be dynamically filled. |
! // +--------------------------------------------------------------------------+
! // | From the phpMyChat project: |
! // | http://www.phpheaven.net/projects/phpMyChat/ |
! // | |
! // | Authors: the phpHeaven-team <php...@ya...> |
! // +--------------------------------------------------------------------------+
! //
! // $Id$
! //
! // An empty page that will be dynamically filled.
! -->
<head>
--- 1,5 ----
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
! <!-- empty page that will be dynamically filled with messages -->
<head>
|