---------------------------------------------------------------------
	Source code of IP Messenger for Win version 2.03
			H.Shirouzu May 11, 2003

		Copyright (C) 1996-2003 Hiroaki Shirouzu
			All Rights Reserved.

               Portuguese Translation by Marcelo Gonalves
---------------------------------------------------------------------

Index.

  1. About IP Messenger
  2. Notice
  3. Requirements
  4. Directory
  5. Support

----------------------------------------------------------------------
1. About IP Messenger

 - IP Messenger is a pop up style message communication software for
   multi platforms. It is based on TCP/IP(UDP).

 - This software don't need server machine.

 - Simple, lightweight, and free software :-)

 - Win32, Win16, Mac(Japanese only), X11R6, Java version and all
   source is open to public. You can get in the following URL.
       http://www.asahi-net.or.jp/~VZ4H-SRUZ/ipmsg-eng.html

----------------------------------------------------------------------
2. Notice

/*
 * Copyright (c) 1996-2003
 *	Hiroaki SHIROUZU.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *	This product includes software developed by Hiroaki Shirouzu.
 * 4. Neither the name of the author nor the names of any co-contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY HIROAKI SHIROUZU AND CONTRIBUTORS ``AS IS''
 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED. IN NO EVENT SHALL HIROAKI SHIROUZU OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 */

----------------------------------------------------------------------
3. Requirements

 - Visual C++ 4.1, 6.0, or later

----------------------------------------------------------------------
4. Directory

	IPMsg---+-IPMsg.mdp ... Project file
		|
		+-Src------+-ipmsg.cpp
		|          |     :
		|          +-install-+- install.cpp
		|                    |       :
		+-Win32JPN-+-
		|
		+-Win32ENG-+-
		|
		+-Obj------+-Japanese-+-
		           |
		           +-English--+-


----------------------------------------------------------------------
5. Support

 - ipmsg-ML is opened. If you want to subscribe for this ML,
   watch in the following URL.
       http://www.asahi-net.or.jp/~VZ4H-SRUZ/ipmsg-eng.html

