comparison decoders/aiff.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 db3f0ee7aac0
children c9772a9f5271
comparison
equal deleted inserted replaced
183:26996236d790 184:47cc2de2ae36
34 * It is not the most feature-complete AIFF loader the world has ever seen. 34 * It is not the most feature-complete AIFF loader the world has ever seen.
35 * For instance, it only makes a token attempt at implementing the AIFF-C 35 * For instance, it only makes a token attempt at implementing the AIFF-C
36 * standard; basically the parts of it that I can easily understand and test. 36 * standard; basically the parts of it that I can easily understand and test.
37 * It's a start, though. 37 * It's a start, though.
38 * 38 *
39 * Please see the file LICENSE in the source's root directory. 39 * Please see the file COPYING in the source's root directory.
40 * 40 *
41 * This file was written by Torbjörn Andersson. (d91tan@Update.UU.SE) 41 * This file was written by Torbjörn Andersson. (d91tan@Update.UU.SE)
42 */ 42 */
43 43
44 #if HAVE_CONFIG_H 44 #if HAVE_CONFIG_H