Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: cdk
Upstream-Contact: Thomas Dickey <dickey@invisible-island.net>
Source: http://invisible-island.net/cdk/

Files: *
Copyright: 1995-2000 Mike Glover
           1999-2018 Thomas Dickey <dickey@invisible-island.net>
License: BSD-4-clause

Files: button.c
Copyright: 2016 Aarian.P.Aleahmad
License: BSD-4-clause

Files: include/button.h
Copyright: 1999      Grant Edwards
           2002-2016 Thomas E. Dickey
License: BSD-4-clause

Files: configure.in
       manlinks.sed
       aclocal.m4
       cdk-config.in
Copyright: 1999-2016 Thomas Dickey <dickey@invisible-island.net>
License: MIT-Variant

Files: install-sh
Copyright: 1994 X Consortium
License: other

Files: debian/*
Copyright: 2000      Raphael Bossek <bossekr@debian.org>
           2001      LaMont Jones <lamont@debian.org>
           2001      Stephen Zander <gibreel@debian.org>
           2004      Frank Lichtenheld <djpig@debian.org>
           2005      Peter Eisentraut <peter_e@gmx.net>
           2005-2010 John Goerzen <jgoerzen@complete.org>
           2011      Scott Howard <showard@debian.org>
           2011      Sam Hocevar <sho@debian.org>
           2015      Jose G. López <josgalo@gmail.com>
           2015-2018 Herbert Parentes Fortes Neto <hpfn@debian.org>
License: BSD-4-clause

License: BSD-4-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions
 are met:
  1. Redistributions of source code must retain the above copyright
     notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
  3. All advertising materials mentioning features or use of this software
     must display the following acknowledgment:
        This product includes software developed by Mike Glover
        and contributors.
  4. Neither the name of Mike Glover, nor the names of contributors
     may be used to endorse or promote products derived from this software
     without specific prior written permission.
  .
  THIS SOFTWARE IS PROVIDED BY MIKE GLOVER AND CONTRIBUTORS ``AS IS'' AND
  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  ARE DISCLAIMED.  IN NO EVENT SHALL MIKE GLOVER OR CONTRIBUTORS BE LIABLE
  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.

License: MIT-Variant
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the "Software"),
 to deal in the Software without restriction, including without limitation
 the rights to use, copy, modify, merge, publish, distribute, distribute
 with modifications, sublicense, and/or sell copies of the Software, and to
 permit persons to whom the Software is furnished to do so, subject to the
 following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name(s) of the above copyright
 holders shall not be used in advertising or otherwise to promote the sale,
 use or other dealings in this Software without prior written
 authorization.

License: other
 This originates from X11R5 (mit/util/scripts/install.sh), which was
 later released in X11R6 (xc/config/util/install.sh) with the
 following copyright and license.
 .
 Copyright (C) 1994 X Consortium
 .
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the
 rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 sell copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in
 all copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
 AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
 TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 .
 Except as contained in this notice, the name of the X Consortium shall not
 be used in advertising or otherwise to promote the sale, use or other deal-
 ings in this Software without prior written authorization from the X Consor-
 tium.
 .
 FSF changes to this file are in the public domain.
 .
 Calling this script install-sh is preferred over install.sh, to prevent
 `make' implicit rules from creating a file called install from it
 when there is no Makefile.
 .
 This script is compatible with the BSD install script, but was written
 from scratch.  It can only install one file at a time, a restriction
 shared with many OS's install programs.