xref: /freebsd/contrib/ncurses/menu/READ.ME (revision 4a1a9510)
14a1a9510SRong-En Fan-------------------------------------------------------------------------------
24a1a9510SRong-En Fan-- Copyright 2020 Thomas E. Dickey                                           --
34a1a9510SRong-En Fan-- Copyright 1998-2003,2006 Free Software Foundation, Inc.                   --
44a1a9510SRong-En Fan--                                                                           --
54a1a9510SRong-En Fan-- Permission is hereby granted, free of charge, to any person obtaining a   --
64a1a9510SRong-En Fan-- copy of this software and associated documentation files (the             --
74a1a9510SRong-En Fan-- "Software"), to deal in the Software without restriction, including       --
84a1a9510SRong-En Fan-- without limitation the rights to use, copy, modify, merge, publish,       --
94a1a9510SRong-En Fan-- distribute, distribute with modifications, sublicense, and/or sell copies --
104a1a9510SRong-En Fan-- of the Software, and to permit persons to whom the Software is furnished  --
114a1a9510SRong-En Fan-- to do so, subject to the following conditions:                            --
124a1a9510SRong-En Fan--                                                                           --
134a1a9510SRong-En Fan-- The above copyright notice and this permission notice shall be included   --
144a1a9510SRong-En Fan-- in all copies or substantial portions of the Software.                    --
154a1a9510SRong-En Fan--                                                                           --
164a1a9510SRong-En Fan-- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS   --
174a1a9510SRong-En Fan-- OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF                --
184a1a9510SRong-En Fan-- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN --
194a1a9510SRong-En Fan-- NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,       --
204a1a9510SRong-En Fan-- DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR     --
214a1a9510SRong-En Fan-- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE --
224a1a9510SRong-En Fan-- USE OR OTHER DEALINGS IN THE SOFTWARE.                                    --
234a1a9510SRong-En Fan--                                                                           --
244a1a9510SRong-En Fan-- Except as contained in this notice, the name(s) of the above copyright    --
254a1a9510SRong-En Fan-- holders shall not be used in advertising or otherwise to promote the      --
264a1a9510SRong-En Fan-- sale, use or other dealings in this Software without prior written        --
274a1a9510SRong-En Fan-- authorization.                                                            --
284a1a9510SRong-En Fan-------------------------------------------------------------------------------
294a1a9510SRong-En Fan-- $Id: READ.ME,v 1.10 2020/02/02 23:34:34 tom Exp $
304a1a9510SRong-En Fan-------------------------------------------------------------------------------
310e3d5408SPeter Wemm
320e3d5408SPeter WemmThis is a clone of the menu library that is available with typical
330e3d5408SPeter WemmSystem V curses implementations (ETI).
340e3d5408SPeter Wemm
350e3d5408SPeter WemmIt is modelled after the documentation that comes for this library with
360e3d5408SPeter Wemma 386 based SVR4 implementation (ESIX).
370e3d5408SPeter Wemm
380e3d5408SPeter WemmThe development environment was and is an ELF based Linux system.
390e3d5408SPeter Wemm
400e3d5408SPeter WemmFor things that still need doing, see the TO-DO file in the top-level
410e3d5408SPeter Wemmdirectory.
420e3d5408SPeter Wemm
43Juergen Pfeifer
44