1Upstream source https://invisible-island.net/ncurses/ncurses.html 2This package is used for testing builds of ncurses. 3 4Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> 5 6------------------------------------------------------------------------------- 7Files: * 8Copyright: 2017-2023,2024 by Thomas E. Dickey 9Copyright: 1998-2016,2017 Free Software Foundation, Inc. 10License: X11 11 12Files: aclocal.m4 package 13Copyright: 1996-2023,2024 by Thomas E. Dickey 14License: X11 15 16Files: doc/html/NCURSES-Programming-HOWTO.html 17Copyright: 2001 by Pradeep Padala 18License: X11 19 20 Permission is hereby granted, free of charge, to any person obtaining a 21 copy of this software and associated documentation files (the 22 "Software"), to deal in the Software without restriction, including 23 without limitation the rights to use, copy, modify, merge, publish, 24 distribute, distribute with modifications, sublicense, and/or sell 25 copies of the Software, and to permit persons to whom the Software is 26 furnished to do so, subject to the following conditions: 27 28 The above copyright notice and this permission notice shall be included 29 in all copies or substantial portions of the Software. 30 31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 32 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 33 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 34 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 35 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 36 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 37 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 38 39 Except as contained in this notice, the name(s) of the above copyright 40 holders shall not be used in advertising or otherwise to promote the 41 sale, use or other dealings in this Software without prior written 42 authorization. 43 44------------------------------------------------------------------------------- 45Files: install-sh 46Copyright: 1994 X Consortium 47License: X11 48 49 Permission is hereby granted, free of charge, to any person obtaining a copy 50 of this software and associated documentation files (the "Software"), to 51 deal in the Software without restriction, including without limitation the 52 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 53 sell copies of the Software, and to permit persons to whom the Software is 54 furnished to do so, subject to the following conditions: 55 56 The above copyright notice and this permission notice shall be included in 57 all copies or substantial portions of the Software. 58 59 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 60 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 61 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 62 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 63 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 64 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 65 66 Except as contained in this notice, the name of the X Consortium shall not 67 be used in advertising or otherwise to promote the sale, use or other deal- 68 ings in this Software without prior written authorization from the X Consor- 69 tium. 70 71------------------------------------------------------------------------------- 72Files: progs/tset.c ncurses/tinfo/read_termcap.c 73Copyright: 1980,1991,1992,1993 The Regents of the University of California. 74License: BSD 75 76 Redistribution and use in source and binary forms, with or without 77 modification, are permitted provided that the following conditions 78 are met: 79 1. Redistributions of source code must retain the above copyright 80 notice, this list of conditions and the following disclaimer. 81 2. Redistributions in binary form must reproduce the above copyright 82 notice, this list of conditions and the following disclaimer in the 83 documentation and/or other materials provided with the distribution. 84 3. Neither the name of the University nor the names of its contributors 85 may be used to endorse or promote products derived from this software 86 without specific prior written permission. 87 88 THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 89 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 90 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 91 ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 92 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 93 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 94 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 95 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 96 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 97 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 98 SUCH DAMAGE. 99 100-- vile: txtmode file-encoding=utf-8 101