1Upstream source http://invisible-island.net/dialog/dialog.html
2
3Current dialog upstream maintainer: Thomas Dickey <dickey@invisible-island.net>
4
5-------------------------------------------------------------------------------
6Files: *.c *.h
7    Copyright 2000-2017,2018	Thomas E. Dickey
8
9    This program is free software; you can redistribute it and/or modify
10    it under the terms of the GNU Lesser General Public License, version 2.1
11    as published by the Free Software Foundation.
12
13    This program is distributed in the hope that it will be useful, but
14    WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16    Lesser General Public License for more details.
17
18    You should have received a copy of the GNU Lesser General Public
19    License along with this program; if not, write to
20  	Free Software Foundation, Inc.
21  	51 Franklin St., Fifth Floor
22  	Boston, MA 02110, USA.
23
24    An earlier version of this program lists as authors
25  	Savio Lam (lam836@cs.cuhk.hk)
26-------------------------------------------------------------------------------
27
28Files: aclocal.m4
29Licence: other-BSD
30Copyright:  1999-2017,2018 by Thomas E. Dickey
31    Permission is hereby granted, free of charge, to any person obtaining a
32    copy of this software and associated documentation files (the
33    "Software"), to deal in the Software without restriction, including
34    without limitation the rights to use, copy, modify, merge, publish,
35    distribute, distribute with modifications, sublicense, and/or sell
36    copies of the Software, and to permit persons to whom the Software is
37    furnished to do so, subject to the following conditions:
38
39    The above copyright notice and this permission notice shall be included
40    in all copies or portions of the Software.
41
42    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
43    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
44    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
45    IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
46    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
47    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
48    THE USE OR OTHER DEALINGS IN THE SOFTWARE.
49
50    Except as contained in this notice, the name(s) of the above copyright
51    holders shall not be used in advertising or otherwise to promote the
52    sale, use or other dealings in this Software without prior written
53    authorization.
54
55Files: install-sh
56Copyright:  1994 X Consortium
57Licence: other-BSD
58    Permission is hereby granted, free of charge, to any person obtaining a copy
59    of this software and associated documentation files (the "Software"), to
60    deal in the Software without restriction, including without limitation the
61    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
62    sell copies of the Software, and to permit persons to whom the Software is
63    furnished to do so, subject to the following conditions:
64
65    The above copyright notice and this permission notice shall be included in
66    all copies or substantial portions of the Software.
67
68    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
69    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
70    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
71    X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
72    AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
73    TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
74
75    Except as contained in this notice, the name of the X Consortium shall not
76    be used in advertising or otherwise to promote the sale, use or other deal-
77    ings in this Software without prior written authorization from the X Consor-
78    tium.
79
80    FSF changes to this file are in the public domain.
81
82    Calling this script install-sh is preferred over install.sh, to prevent
83    `make' implicit rules from creating a file called install from it
84    when there is no Makefile.
85
86    This script is compatible with the BSD install script, but was written
87    from scratch.  It can only install one file at a time, a restriction
88    shared with many OS's install programs.
89
90Files: debian/*
91Copyright:  2010-2012,2013 Thomas E. Dickey
92Licence: other-BSD
93    Permission to use, copy, modify, and distribute this software and its
94    documentation for any purpose and without fee is hereby granted,
95    provided that the above copyright notice appear in all copies and that
96    both that copyright notice and this permission notice appear in
97    supporting documentation, and that the name of the above listed
98    copyright holder(s) not be used in advertising or publicity pertaining
99    to distribution of the software without specific, written prior
100    permission.
101
102    THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
103    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
104    AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
105    LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
106    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
107    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
108    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
109
110On Debian systems, the complete text of the GNU General
111Public License can be found in '/usr/share/common-licenses/GPL-2'
112