]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/byacc/package/debian/copyright
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / byacc / package / debian / copyright
1 Upstream source http://dickey.his.com/byacc/byacc.html
2
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.
7
8 Current byacc upstream maintainer: Thomas Dickey <dickey@invisible-island.net>
9
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
16 rejected.
17
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.
21
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.
28
29     Please report bugs to
30
31                         robert.corbett@eng.Sun.COM
32
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 -------------------------------------------------------------------------------
36
37 Files: aclocal.m4
38 Licence: other-BSD
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:
47     
48     The above copyright notice and this permission notice shall be included
49     in all copies or portions of the Software.
50     
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.
58     
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
62     authorization.
63
64 Files: install-sh
65 Copyright:  1994 X Consortium
66 Licence: other-BSD
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:
73
74     The above copyright notice and this permission notice shall be included in
75     all copies or substantial portions of the Software.
76
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.
83
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-
87     tium.
88
89     FSF changes to this file are in the public domain.
90
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.
94
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.
98
99 Files: debian/*
100 Copyright:  2012 Thomas E. Dickey
101 Licence: other-BSD
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
109     permission.
110
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.
118
119 On Debian systems, the complete text of the GNU General
120 Public License can be found in '/usr/share/common-licenses/GPL-2'