soc/intel/xeon_sp/util: Enhance lock_pam0123
[coreboot2.git] / payloads / libpayload / curses / PDCurses / README
blobae03c09cbb0a17af70a51facf518e6c38d28fbf3
1 Welcome to PDCurses!
2 ====================
4 Public Domain Curses, aka PDCurses, is an implementation of X/Open
5 curses for multiple platforms. The latest version can be found at:
7    http://pdcurses.sourceforge.net/
9 For changes, see the HISTORY file.
12 Legal Stuff
13 -----------
15 The core package is in the public domain, but small portions of PDCurses
16 are subject to copyright under various licenses.  Each directory
17 contains a README file, with a section titled "Distribution Status"
18 which describes the status of the files in that directory.
20 If you use PDCurses in an application, an acknowledgement would be
21 appreciated, but is not mandatory. If you make corrections or
22 enhancements to PDCurses, please forward them to the current maintainer
23 for the benefit of other users.
25 This software is provided AS IS with NO WARRANTY whatsoever.
28 Ports
29 -----
31 PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory
32 containing the port-specific source files exists for each of these
33 platforms. Build instructions are in the README file for each platform.
36 Distribution Status
37 -------------------
39 All files in this directory except configure, config.guess and
40 config.sub are released to the Public Domain. config.guess and
41 config.sub are under the GPL; configure is under a free license
42 described within it.
45 Maintainer
46 ----------
48 William McBrine <wmcbrine@users.sf.net>