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