1234949SbaptUpstream source http://dickey.his.com/byacc/byacc.html
2234949Sbapt
3234949SbaptBerkeley Yacc is in the public domain; changes made to it by the current
4234949Sbaptmaintainer are likewise unrestricted.  That applies to most of the files.
5234949SbaptA few files (currently those related to autoconf scripting) have other
6234949Sbaptlicenses as noted here.
7234949Sbapt
8234949SbaptCurrent byacc upstream maintainer: Thomas Dickey <dickey@invisible-island.net>
9234949Sbapt
10234949SbaptPublic domain notice and no warranty:
11234949Sbapt-------------------------------------------------------------------------------
12234949Sbapt    Berkeley Yacc is an LALR(1) parser generator.  Berkeley Yacc has been made
13234949Sbaptas compatible as possible with AT&T Yacc.  Berkeley Yacc can accept any input
14234949Sbaptspecification that conforms to the AT&T Yacc documentation.  Specifications
15234949Sbaptthat take advantage of undocumented features of AT&T Yacc will probably be
16234949Sbaptrejected.
17234949Sbapt
18234949Sbapt    Berkeley Yacc is distributed with no warranty whatever.  The code
19234949Sbaptis certain to contain errors.  Neither the author nor any contributor
20234949Sbapttakes responsibility for any consequences of its use.
21234949Sbapt
22234949Sbapt    Berkeley Yacc is in the public domain.  The data structures and algorithms
23234949Sbaptused in Berkeley Yacc are all either taken from documents available to the
24234949Sbaptgeneral public or are inventions of the author.  Anyone may freely distribute
25234949Sbaptsource or binary forms of Berkeley Yacc whether unchanged or modified.
26234949SbaptDistributers may charge whatever fees they can obtain for Berkeley Yacc.
27234949SbaptPrograms generated by Berkeley Yacc may be distributed freely.
28234949Sbapt
29234949Sbapt    Please report bugs to
30234949Sbapt
31234949Sbapt			robert.corbett@eng.Sun.COM
32234949Sbapt
33234949SbaptInclude a small example if possible.  Please include the banner string from
34234949Sbaptskeleton.c with the bug report.  Do not expect rapid responses.
35234949Sbapt-------------------------------------------------------------------------------
36234949Sbapt
37234949SbaptFiles: aclocal.m4
38234949SbaptLicence: other-BSD
39234949SbaptCopyright:  2004-2011,2012 by Thomas E. Dickey
40234949Sbapt    Permission is hereby granted, free of charge, to any person obtaining a
41234949Sbapt    copy of this software and associated documentation files (the
42234949Sbapt    "Software"), to deal in the Software without restriction, including
43234949Sbapt    without limitation the rights to use, copy, modify, merge, publish,
44234949Sbapt    distribute, distribute with modifications, sublicense, and/or sell
45234949Sbapt    copies of the Software, and to permit persons to whom the Software is
46234949Sbapt    furnished to do so, subject to the following conditions:
47234949Sbapt    
48234949Sbapt    The above copyright notice and this permission notice shall be included
49234949Sbapt    in all copies or portions of the Software.
50234949Sbapt    
51234949Sbapt    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
52234949Sbapt    OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
53234949Sbapt    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
54234949Sbapt    IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
55234949Sbapt    DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
56234949Sbapt    OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
57234949Sbapt    THE USE OR OTHER DEALINGS IN THE SOFTWARE.
58234949Sbapt    
59234949Sbapt    Except as contained in this notice, the name(s) of the above copyright
60234949Sbapt    holders shall not be used in advertising or otherwise to promote the
61234949Sbapt    sale, use or other dealings in this Software without prior written
62234949Sbapt    authorization.
63234949Sbapt
64234949SbaptFiles: install-sh
65234949SbaptCopyright:  1994 X Consortium
66234949SbaptLicence: other-BSD
67234949Sbapt    Permission is hereby granted, free of charge, to any person obtaining a copy
68234949Sbapt    of this software and associated documentation files (the "Software"), to
69234949Sbapt    deal in the Software without restriction, including without limitation the
70234949Sbapt    rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
71234949Sbapt    sell copies of the Software, and to permit persons to whom the Software is
72234949Sbapt    furnished to do so, subject to the following conditions:
73234949Sbapt
74234949Sbapt    The above copyright notice and this permission notice shall be included in
75234949Sbapt    all copies or substantial portions of the Software.
76234949Sbapt
77234949Sbapt    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78234949Sbapt    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79234949Sbapt    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
80234949Sbapt    X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
81234949Sbapt    AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
82234949Sbapt    TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
83234949Sbapt
84234949Sbapt    Except as contained in this notice, the name of the X Consortium shall not
85234949Sbapt    be used in advertising or otherwise to promote the sale, use or other deal-
86234949Sbapt    ings in this Software without prior written authorization from the X Consor-
87234949Sbapt    tium.
88234949Sbapt
89234949Sbapt    FSF changes to this file are in the public domain.
90234949Sbapt
91234949Sbapt    Calling this script install-sh is preferred over install.sh, to prevent
92234949Sbapt    `make' implicit rules from creating a file called install from it
93234949Sbapt    when there is no Makefile.
94234949Sbapt
95234949Sbapt    This script is compatible with the BSD install script, but was written
96234949Sbapt    from scratch.  It can only install one file at a time, a restriction
97234949Sbapt    shared with many OS's install programs.
98234949Sbapt
99234949SbaptFiles: debian/*
100234949SbaptCopyright:  2012 Thomas E. Dickey
101234949SbaptLicence: other-BSD
102234949Sbapt    Permission to use, copy, modify, and distribute this software and its
103234949Sbapt    documentation for any purpose and without fee is hereby granted,
104234949Sbapt    provided that the above copyright notice appear in all copies and that
105234949Sbapt    both that copyright notice and this permission notice appear in
106234949Sbapt    supporting documentation, and that the name of the above listed
107234949Sbapt    copyright holder(s) not be used in advertising or publicity pertaining
108234949Sbapt    to distribution of the software without specific, written prior
109234949Sbapt    permission.
110234949Sbapt
111234949Sbapt    THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
112234949Sbapt    TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
113234949Sbapt    AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
114234949Sbapt    LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
115234949Sbapt    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
116234949Sbapt    ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
117234949Sbapt    OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
118234949Sbapt
119234949SbaptOn Debian systems, the complete text of the GNU General
120234949SbaptPublic License can be found in '/usr/share/common-licenses/GPL-2'
121