Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact:Karl Heyes <karl@kheyes.plus.com>
Source: https://github.com/karlheyes/icecast-kh

Files: *
Copyright: 2000-2013, Jack Moffitt <jack@xiph.org>
           2000-2025, Karl Heyes <karl@kheyes.plus.com>
License: GPL-2+

Files: src/avl/*
Copyright: 1995, Sam Rushing <rushing@nightmare.com>
License: LGPL-2+

Files: admin/xspf.xsl
       src/format_ebml.c
       src/format_ebml.h
       src/format_opus.c
       src/format_opus.h
Copyright: 2012, David Richards, Mozilla Foundation
           2007, Thomas B. Ruecker <tbr@ruecker-itk.de>
           others (see AUTHORS for details)
License: GPL-2

Files: src/fnmatch.c
       src/fnmatch.h
       src/fnmatch_loop.c
Copyright: 1989-1991, Free Software Foundation, Inc
License: GPL-2+

Files: src/thread/thread.c
       src/thread/thread.h
Copyright: 1999-2000, the icecast team <team@icecast.org>
License: LGPL-2+

Files: src/net/resolver.c
       src/net/sock.c
Copyright: 1999, the icecast team <team@icecast.org>
License: LGPL-2+

Files: src/md5.c
Copyright: 2000-2004, Jack Moffitt <jack@xiph.org>
License: public-domain

Files: debian/*
Copyright: 2011-2025, Christian Marillat <marillat@deb-multimedia.org>
License: GPL-2+

License: GPL-2
 This package is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License version 2 as
 published by the Free Software Foundation.
 .
 This package 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, see <https://www.gnu.org/licenses/>
 .
 On Debian systems, the complete text of the GNU General Public License
 version 2 can be found in /usr/share/common-licenses/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.
 .
 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 package is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
 License as published by the Free Software Foundation; either
 version 2 of the License, or (at your option) any later version.
 .
 This package 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
 Lesser General Public License for more details.
 .
 You should have received a copy of the GNU Lesser General Public License
 along with this package. If not, see <https://www.gnu.org/licenses/>.
Comment:
 On Debian systems, the complete text of the GNU Lesser General
 Public License can be found in "/usr/share/common-licenses/LGPL-2".

License: public-domain
 This code implements the MD5 message-digest algorithm.
 The algorithm is due to Ron Rivest.  This code was
 written by Colin Plumb in 1993, no copyright is claimed.
 This code is in the public domain; do with it what you wish.
 .
 Equivalent code is available from RSA Data Security, Inc.
 This code has been tested against that, and is equivalent,
 except that you don't need to include two pages of legalese
 with every copy.
 .
 To compute the message digest of a chunk of bytes, declare an
 MD5Context structure, pass it to MD5Init, call MD5Update as
 needed on buffers full of bytes, and then call MD5Final, which
 will fill a supplied 16-byte array with the digest.
 . 
 Changed so as no longer to depend on Colin Plumb's `usual.h' header
 definitions; now uses stuff from dpkg's config.h.
 - Ian Jackson <ijackson@nyx.cs.du.edu>.
 Still in the public domain.
