READ.ME revision 256281
1151497Sru-------------------------------------------------------------------------------
2151497Sru-- Copyright (c) 1998-2003,2006 Free Software Foundation, Inc.               --
3151497Sru--                                                                           --
4151497Sru-- Permission is hereby granted, free of charge, to any person obtaining a   --
5151497Sru-- copy of this software and associated documentation files (the             --
6151497Sru-- "Software"), to deal in the Software without restriction, including       --
7151497Sru-- without limitation the rights to use, copy, modify, merge, publish,       --
8151497Sru-- distribute, distribute with modifications, sublicense, and/or sell copies --
9151497Sru-- of the Software, and to permit persons to whom the Software is furnished  --
10151497Sru-- to do so, subject to the following conditions:                            --
11151497Sru--                                                                           --
12151497Sru-- The above copyright notice and this permission notice shall be included   --
13151497Sru-- in all copies or substantial portions of the Software.                    --
14151497Sru--                                                                           --
15151497Sru-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
16151497Sru-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
17151497Sru-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
18151497Sru-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
19151497Sru-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
20151497Sru-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
21151497Sru-- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
22151497Sru--                                                                           --
23151497Sru-- Except as contained in this notice, the name(s) of the above copyright    --
24151497Sru-- holders shall not be used in advertising or otherwise to promote the      --
25151497Sru-- sale, use or other dealings in this Software without prior written        --
26151497Sru-- authorization.                                                            --
27151497Sru-------------------------------------------------------------------------------
28151497Sru-- $Id: READ.ME,v 1.9 2006/04/22 23:13:05 tom Exp $
29151497Sru-------------------------------------------------------------------------------
30151497Sru
31151497SruThis is a clone of the menu library that is available with typical
32151497SruSystem V curses implementations (ETI).
33151497Sru
34151497SruIt is modelled after the documentation that comes for this library with
35151497Srua 386 based SVR4 implementation (ESIX).
36151497Sru
37151497SruThe development environment was and is an ELF based Linux system.
38151497Sru
39151497SruFor things that still need doing, see the TO-DO file in the top-level 
40151497Srudirectory.
41151497Sru
42151497SruJuergen Pfeifer
43151497Sru