1Upstream source https://invisible-island.net/ncurses/ncurses-examples.html 2 3Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> 4 5------------------------------------------------------------------------------- 6Files: * 7Copyright: 2017-2023,2024 Thomas E. Dickey 8Copyright: 1998-2016,2017 Free Software Foundation, Inc. 9License: X11 10 11Files: aclocal.m4 package 12Copyright: 2003-2023,2024 by Thomas E. Dickey 13License: X11 14 15 Permission is hereby granted, free of charge, to any person obtaining a 16 copy of this software and associated documentation files (the 17 "Software"), to deal in the Software without restriction, including 18 without limitation the rights to use, copy, modify, merge, publish, 19 distribute, distribute with modifications, sublicense, and/or sell 20 copies of the Software, and to permit persons to whom the Software is 21 furnished to do so, subject to the following conditions: 22 23 The above copyright notice and this permission notice shall be included 24 in all copies or substantial portions of the Software. 25 26 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 27 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 28 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 29 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 30 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 31 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 32 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 33 34 Except as contained in this notice, the name(s) of the above copyright 35 holders shall not be used in advertising or otherwise to promote the 36 sale, use or other dealings in this Software without prior written 37 authorization. 38 39------------------------------------------------------------------------------- 40Files: install-sh 41Copyright: 1994 X Consortium 42License: X11 43 44 Permission is hereby granted, free of charge, to any person obtaining a copy 45 of this software and associated documentation files (the "Software"), to 46 deal in the Software without restriction, including without limitation the 47 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or 48 sell copies of the Software, and to permit persons to whom the Software is 49 furnished to do so, subject to the following conditions: 50 51 The above copyright notice and this permission notice shall be included in 52 all copies or substantial portions of the Software. 53 54 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 55 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 56 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 57 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN 58 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- 59 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 60 61 Except as contained in this notice, the name of the X Consortium shall not 62 be used in advertising or otherwise to promote the sale, use or other deal- 63 ings in this Software without prior written authorization from the X Consor- 64 tium. 65 66 FSF changes to this file are in the public domain. 67 68 Calling this script install-sh is preferred over install.sh, to prevent 69 `make' implicit rules from creating a file called install from it 70 when there is no Makefile. 71 72 This script is compatible with the BSD install script, but was written 73 from scratch. It can only install one file at a time, a restriction 74 shared with many OS's install programs. 75 76On Debian systems, the complete text of the GNU General 77Public License can be found in '/usr/share/common-licenses/GPL-2' 78 79-- vile: txtmode file-encoding=utf-8 80