Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: minicom
Upstream-Contact: minicom-devel@alioth-lists.debian.net
Source: https://salsa.debian.org/minicom-team/minicom

Files: *
Copyright: 1991-1996 Miquel van Smoorenburg <miquels@cistron.nl>
           1997-2002 Jukka Lahtinen <walker@netsonic.fi>
           2003-2026 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
License: GPL-2+

Files: lib/getopt.c lib/getopt.h lib/getopt_long.c lib/error.c lib/error.h
Copyright: 1987-1998 Free Software Foundation, Inc.
License: LGPL-2+

Files: lib/snprintf.c
Copyright: 1992-1993 Panagiotis Tsirigotis
           1995 Charles Murcko
           1999 The XFree86 Project, Inc.
License: snprintf

Files: src/wildmat.c
Copyright: 1986 Rich Salz <rsalz@example.invalid>
           1991-1998 Jim Seymour <jseymour@jimsun.linxnet.com>
License: public-domain
 Wildmat was placed in the public domain by its author, Rich Salz, who
 confirmed by e-mail of 1998-03-30: "Wildmat is in the public domain --
 enjoy it."  The later modifications carried into minicom were contributed
 on the same terms.

Files: extras/dialdir-32b-to-64b-up-to-v5.c
Copyright: 2011 John Morrissey <jwm@horde.net>
License: BSD-3-clause

Files: doc/copyright.modemu doc/modemu.README doc/QuickStart.modemu
Copyright: 1995-1996 Toru Egashira
License: GPL-2+

Files: config.guess config.sub
Copyright: 1992-2024 Free Software Foundation, Inc.
License: GPL-3+-autoconf-exception

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

Files: missing depcomp compile ar-lib
Copyright: 1996-2025 Free Software Foundation, Inc.
License: GPL-2+-automake-exception

Files: aclocal.m4 m4/*.m4 config.rpath
Copyright: 1995-2020 Free Software Foundation, Inc.
License: FSF-Unlimited

Files: debian/*
Copyright: 1995-2002 Miquel van Smoorenburg <miquels@cistron.nl>
           2001-2026 Jordi Mallach <jordi@debian.org>
           2003-2026 Martin A. Godisch <godisch@debian.org>
License: GPL-2+

License: GPL-2+
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2 of the License, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 more details.
 .
 You should have received a copy of the GNU General Public License along with
 this program; if not, write to the Free Software Foundation, Inc., 51
 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 .
 On Debian systems the full text of the GNU General Public License version 2
 can be found in the file /usr/share/common-licenses/GPL-2.

License: LGPL-2+
 This library is free software; you can redistribute it and/or modify it
 under the terms of the GNU Library General Public License as published by
 the Free Software Foundation; either version 2 of the License, or (at your
 option) any later version.
 .
 This library is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
 License for more details.
 .
 On Debian systems the full text of the GNU Library General Public License
 version 2 can be found in the file /usr/share/common-licenses/LGPL-2.

License: GPL-3+-autoconf-exception
 This file is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 3 of the License, or (at your option)
 any later version.
 .
 This program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 more details.
 .
 As a special exception to the GNU General Public License, if you distribute
 this file as part of a program that contains a configuration script
 generated by Autoconf, you may include it under the same distribution terms
 that you use for the rest of that program.
 .
 On Debian systems the full text of the GNU General Public License version 3
 can be found in the file /usr/share/common-licenses/GPL-3.

License: GPL-2+-automake-exception
 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the Free
 Software Foundation; either version 2, or (at your option) any later
 version.
 .
 This program is distributed in the hope that it will be useful, but WITHOUT
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 more details.
 .
 As a special exception to the GNU General Public License, if you distribute
 this file as part of a program that contains a configuration script
 generated by Autoconf, you may include it under the same distribution terms
 that you use for the rest of that program.
 .
 On Debian systems the full text of the GNU General Public License version 2
 can be found in the file /usr/share/common-licenses/GPL-2.

License: FSF-Unlimited
 This file is free software; the Free Software Foundation gives unlimited
 permission to copy and/or distribute it, with or without modifications, as
 long as this notice is preserved.

License: Expat
 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
 AUTHORS OR 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.

License: BSD-3-clause
 Redistribution and use in source and binary forms, with or without
 modification, are permitted provided that the following conditions are met:
 .
   * Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
   * 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.
   * Neither the name of the author nor the names of its contributors may be
     used to endorse or promote products derived from this software without
     specific prior written permission.
 .
 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 THE COPYRIGHT HOLDER 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: snprintf
 The original snprintf()/vsnprintf() implementation is (c) Copyright 1992,
 1993 by Panagiotis Tsirigotis.  The author grants permission to use, copy,
 and distribute this software and its documentation for any purpose and
 without fee, provided that a) the above copyright notice extant in files in
 this distribution is not removed from files included in any redistribution,
 and b) this file is also included in any redistribution.
 .
 Modifications to this software may be distributed, either by distributing
 the modified software or by distributing patches to the original software,
 under the following additional terms:
 .
 1. The version number will be modified as follows:
      a. The first 3 components of the version number (i.e.
         <number>.<number>.<number>) will remain unchanged.
      b. A new component will be appended to the version number to indicate
         the modification level.  The form of this component is up to the
         author of the modifications.
 .
 2. The author of the modifications will include his/her name by appending
    it along with the new version number to this file and will be
    responsible for any wrong behavior of the modified software.
 .
 The author makes no representations about the suitability of this software
 for any purpose.  It is provided "as is" without any express or implied
 warranty.
 .
 The XFree86-specific modifications are Copyright 1999 by The XFree86
 Project, Inc. and are provided under the same terms.

License: public-domain
 See the per-file stanza above.
