comparison decoders/flac.c @ 184:47cc2de2ae36

Changed reference to "LICENSE" file to "COPYING".
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 26 Dec 2001 10:40:25 +0000
parents 3849438b735e
children c9772a9f5271
comparison
equal deleted inserted replaced
183:26996236d790 184:47cc2de2ae36
22 * 22 *
23 * This driver handles FLAC audio, that is to say the Free Lossless Audio 23 * This driver handles FLAC audio, that is to say the Free Lossless Audio
24 * Codec. It depends on libFLAC for decoding, which can be grabbed from: 24 * Codec. It depends on libFLAC for decoding, which can be grabbed from:
25 * http://flac.sourceforge.net 25 * http://flac.sourceforge.net
26 * 26 *
27 * Please see the file LICENSE in the source's root directory. 27 * Please see the file COPYING in the source's root directory.
28 * 28 *
29 * This file written by Torbjörn Andersson. (d91tan@Update.UU.SE) 29 * This file written by Torbjörn Andersson. (d91tan@Update.UU.SE)
30 */ 30 */
31 31
32 #if HAVE_CONFIG_H 32 #if HAVE_CONFIG_H