micky387 | 9b9f5e7 | 2025-07-08 18:04:53 -0400 | [diff] [blame] | 1 | Upstream source https://invisible-island.net/ncurses/Ada95.html |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame] | 2 | |
| 3 | Current ncurses maintainer: Thomas Dickey <dickey@invisible-island.net> |
| 4 | |
| 5 | ------------------------------------------------------------------------------- |
| 6 | Files: * |
micky387 | 9b9f5e7 | 2025-07-08 18:04:53 -0400 | [diff] [blame] | 7 | Copyright: 2017-2023,2024 by Thomas E. Dickey |
| 8 | Copyright: 1998-2016,2017 Free Software Foundation, Inc. |
| 9 | License: X11 |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame] | 10 | |
| 11 | Files: aclocal.m4 package |
micky387 | 9b9f5e7 | 2025-07-08 18:04:53 -0400 | [diff] [blame] | 12 | Copyright: 2010-2023,2024 by Thomas E. Dickey |
| 13 | License: X11 |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame] | 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 | ------------------------------------------------------------------------------- |
| 40 | Files: install-sh |
| 41 | Copyright: 1994 X Consortium |
micky387 | 9b9f5e7 | 2025-07-08 18:04:53 -0400 | [diff] [blame] | 42 | License: X11 |
Steve Kondik | ae271bc | 2015-11-15 02:50:53 +0100 | [diff] [blame] | 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 | |
| 76 | On Debian systems, the complete text of the GNU General |
| 77 | Public License can be found in '/usr/share/common-licenses/GPL-2' |
| 78 | |
| 79 | -- vile: txtmode file-encoding=utf-8 |