1 Upstream source http://dickey.his.com/byacc/byacc.html
3 Berkeley Yacc is in the public domain; changes made to it by the current
4 maintainer are likewise unrestricted. That applies to most of the files.
5 A few files (currently those related to autoconf scripting) have other
6 licenses as noted here.
8 Current byacc upstream maintainer: Thomas Dickey <dickey@invisible-island.net>
10 Public domain notice and no warranty:
11 -------------------------------------------------------------------------------
12 Berkeley Yacc is an LALR(1) parser generator. Berkeley Yacc has been made
13 as compatible as possible with AT&T Yacc. Berkeley Yacc can accept any input
14 specification that conforms to the AT&T Yacc documentation. Specifications
15 that take advantage of undocumented features of AT&T Yacc will probably be
18 Berkeley Yacc is distributed with no warranty whatever. The code
19 is certain to contain errors. Neither the author nor any contributor
20 takes responsibility for any consequences of its use.
22 Berkeley Yacc is in the public domain. The data structures and algorithms
23 used in Berkeley Yacc are all either taken from documents available to the
24 general public or are inventions of the author. Anyone may freely distribute
25 source or binary forms of Berkeley Yacc whether unchanged or modified.
26 Distributers may charge whatever fees they can obtain for Berkeley Yacc.
27 Programs generated by Berkeley Yacc may be distributed freely.
31 robert.corbett@eng.Sun.COM
33 Include a small example if possible. Please include the banner string from
34 skeleton.c with the bug report. Do not expect rapid responses.
35 -------------------------------------------------------------------------------
39 Copyright: 2004-2011,2012 by Thomas E. Dickey
40 Permission is hereby granted, free of charge, to any person obtaining a
41 copy of this software and associated documentation files (the
42 "Software"), to deal in the Software without restriction, including
43 without limitation the rights to use, copy, modify, merge, publish,
44 distribute, distribute with modifications, sublicense, and/or sell
45 copies of the Software, and to permit persons to whom the Software is
46 furnished to do so, subject to the following conditions:
48 The above copyright notice and this permission notice shall be included
49 in all copies or portions of the Software.
51 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
52 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
53 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
54 IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
55 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
56 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
57 THE USE OR OTHER DEALINGS IN THE SOFTWARE.
59 Except as contained in this notice, the name(s) of the above copyright
60 holders shall not be used in advertising or otherwise to promote the
61 sale, use or other dealings in this Software without prior written
65 Copyright: 1994 X Consortium
67 Permission is hereby granted, free of charge, to any person obtaining a copy
68 of this software and associated documentation files (the "Software"), to
69 deal in the Software without restriction, including without limitation the
70 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
71 sell copies of the Software, and to permit persons to whom the Software is
72 furnished to do so, subject to the following conditions:
74 The above copyright notice and this permission notice shall be included in
75 all copies or substantial portions of the Software.
77 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
78 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
79 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
80 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
81 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
82 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
84 Except as contained in this notice, the name of the X Consortium shall not
85 be used in advertising or otherwise to promote the sale, use or other deal-
86 ings in this Software without prior written authorization from the X Consor-
89 FSF changes to this file are in the public domain.
91 Calling this script install-sh is preferred over install.sh, to prevent
92 `make' implicit rules from creating a file called install from it
93 when there is no Makefile.
95 This script is compatible with the BSD install script, but was written
96 from scratch. It can only install one file at a time, a restriction
97 shared with many OS's install programs.
100 Copyright: 2012 Thomas E. Dickey
102 Permission to use, copy, modify, and distribute this software and its
103 documentation for any purpose and without fee is hereby granted,
104 provided that the above copyright notice appear in all copies and that
105 both that copyright notice and this permission notice appear in
106 supporting documentation, and that the name of the above listed
107 copyright holder(s) not be used in advertising or publicity pertaining
108 to distribution of the software without specific, written prior
111 THE ABOVE LISTED COPYRIGHT HOLDER(S) DISCLAIM ALL WARRANTIES WITH REGARD
112 TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
113 AND FITNESS, IN NO EVENT SHALL THE ABOVE LISTED COPYRIGHT HOLDER(S) BE
114 LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
115 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
116 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
117 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
119 On Debian systems, the complete text of the GNU General
120 Public License can be found in '/usr/share/common-licenses/GPL-2'