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