comparison decoders/aiff.c @ 552:2e8907ff98e9

Replaced references to COPYING with references to LICENSE.txt ...
author Ryan C. Gordon <icculus@icculus.org>
date Tue, 09 Sep 2008 16:28:11 -0400
parents 8a814bbbedfa
children
comparison
equal deleted inserted replaced
551:668dd6675b7f 552:2e8907ff98e9
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 COPYING in the source's root directory. 39 * Please see the file LICENSE.txt 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