annotate src/flac-1.2.1/AUTHORS @ 83:ae30d91d2ffe

Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author Chris Cannam
date Fri, 07 Feb 2020 11:51:13 +0000
parents 05aa0afa9217
children
rev   line source
Chris@1 1 /* FLAC - Free Lossless Audio Codec
Chris@1 2 * Copyright (C) 2001,2002,2003,2004,2005,2006,2007 Josh Coalson
Chris@1 3 *
Chris@1 4 * This file is part the FLAC project. FLAC is comprised of several
Chris@1 5 * components distributed under difference licenses. The codec libraries
Chris@1 6 * are distributed under Xiph.Org's BSD-like license (see the file
Chris@1 7 * COPYING.Xiph in this distribution). All other programs, libraries, and
Chris@1 8 * plugins are distributed under the GPL (see COPYING.GPL). The documentation
Chris@1 9 * is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
Chris@1 10 * FLAC distribution contains at the top the terms under which it may be
Chris@1 11 * distributed.
Chris@1 12 *
Chris@1 13 * Since this particular file is relevant to all components of FLAC,
Chris@1 14 * it may be distributed under the Xiph.Org license, which is the least
Chris@1 15 * restrictive of those mentioned above. See the file COPYING.Xiph in this
Chris@1 16 * distribution.
Chris@1 17 */
Chris@1 18
Chris@1 19
Chris@1 20 FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio
Chris@1 21 codec developed by Josh Coalson <jcoalson@users.sourceforge.net>.
Chris@1 22
Chris@1 23 Other major contributors and their contributions:
Chris@1 24 "Andrey Astafiev" <andrei@tvcell.ru>
Chris@1 25 * Russian translation of the HTML documentation
Chris@1 26
Chris@1 27 "Miroslav Lichvar" <lichvarm@phoenix.inf.upol.cz>
Chris@1 28 * IA-32 assembly versions of several libFLAC routines
Chris@1 29
Chris@1 30 "Brady Patterson" <bpat@users.sourceforge.net>
Chris@1 31 * AIFF file support, PPC assembly versions of libFLAC routines
Chris@1 32
Chris@1 33 "Daisuke Shimamura" <Daisuke_Shimamura@nifty.com>
Chris@1 34 * i18n support in the XMMS plugin
Chris@1 35
Chris@1 36 "X-Fixer" <x-fixer@narod.ru>
Chris@1 37 * Configuration system, tag editing, and file info in the Winamp2 plugin
Chris@1 38
Chris@1 39 "Matt Zimmerman" <mdz@debian.org>
Chris@1 40 * Libtool/autoconf/automake make system, flac man page
Chris@1 41