blob: 84a3723ef2ab300be2f23c6bbc87c1a65eccdc37 [file] [log] [blame]
Josh Coalsonc2fb0b32001-06-08 00:12:28 +00001/* FLAC - Free Lossless Audio Codec
Josh Coalson1152f9f2002-01-26 18:05:12 +00002 * Copyright (C) 2001,2002 Josh Coalson
Josh Coalsonc2fb0b32001-06-08 00:12:28 +00003 *
4 * This program is part of FLAC; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public License
6 * as published by the Free Software Foundation; either version 2
7 * of the License, or (at your option) any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 */
18
19
20FLAC (http://flac.sourceforge.net/) is an Open Source lossless audio
21codec developed by Josh Coalson.
22
23Other major contributors and their contributions:
Josh Coalsonae4ed272001-07-16 21:12:48 +000024"Andrey Astafiev" <andrei@tvcell.ru>
25* Russian translation of the HTML documentation
26
Josh Coalsonc2fb0b32001-06-08 00:12:28 +000027"Miroslav Lichvar" <mirator@upcase.inf.upol.cz>
28* IA-32 assembly versions of several libFLAC routines
29
30"Matt Zimmerman" <mdz@debian.org>
31* Libtool/autoconf/automake make system
32