blob: fb35d241f35300d75dc7858e435b0dfcf674a772 [file] [log] [blame]
Josh Coalsonc2fb0b32001-06-08 00:12:28 +00001/* FLAC - Free Lossless Audio Codec
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002 * Copyright (C) 2001-2009 Josh Coalson
3 * Copyright (C) 2011-2013 Xiph.Org Foundation
Josh Coalsonc2fb0b32001-06-08 00:12:28 +00004 *
Josh Coalsone8a76012003-02-07 00:14:32 +00005 * This file is part the FLAC project. FLAC is comprised of several
6 * components distributed under difference licenses. The codec libraries
7 * are distributed under Xiph.Org's BSD-like license (see the file
8 * COPYING.Xiph in this distribution). All other programs, libraries, and
9 * plugins are distributed under the GPL (see COPYING.GPL). The documentation
10 * is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
11 * FLAC distribution contains at the top the terms under which it may be
12 * distributed.
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000013 *
Josh Coalsone8a76012003-02-07 00:14:32 +000014 * Since this particular file is relevant to all components of FLAC,
15 * it may be distributed under the Xiph.Org license, which is the least
16 * restrictive of those mentioned above. See the file COPYING.Xiph in this
17 * distribution.
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000018 */
19
20
21FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio
Josh Coalsonade92342002-07-19 05:35:30 +000022codec developed by Josh Coalson <jcoalson@users.sourceforge.net>.
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000023
24Other major contributors and their contributions:
Josh Coalsonae4ed272001-07-16 21:12:48 +000025"Andrey Astafiev" <andrei@tvcell.ru>
26* Russian translation of the HTML documentation
27
Josh Coalsonfefe9492005-02-01 01:47:45 +000028"Miroslav Lichvar" <lichvarm@phoenix.inf.upol.cz>
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000029* IA-32 assembly versions of several libFLAC routines
30
Josh Coalsonade92342002-07-19 05:35:30 +000031"Brady Patterson" <bpat@users.sourceforge.net>
Josh Coalson6013f4e2004-07-28 04:04:23 +000032* AIFF file support, PPC assembly versions of libFLAC routines
Josh Coalsonade92342002-07-19 05:35:30 +000033
Josh Coalson55edea62002-07-12 05:39:24 +000034"Daisuke Shimamura" <Daisuke_Shimamura@nifty.com>
Josh Coalsone31d9eb2004-09-28 00:23:57 +000035* i18n support in the XMMS plugin
Josh Coalson55edea62002-07-12 05:39:24 +000036
Josh Coalson15ca0da2003-01-15 06:51:54 +000037"X-Fixer" <x-fixer@narod.ru>
38* Configuration system, tag editing, and file info in the Winamp2 plugin
39
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000040"Matt Zimmerman" <mdz@debian.org>
Josh Coalsonbc869502002-06-14 06:36:16 +000041* Libtool/autoconf/automake make system, flac man page
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000042