comparison decoders/smpeg.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 2df1f5c62d38
children
comparison
equal deleted inserted replaced
551:668dd6675b7f 552:2e8907ff98e9
28 * 28 *
29 * There is an alternative MP3 decoder available, called "mpglib", which 29 * There is an alternative MP3 decoder available, called "mpglib", which
30 * doesn't depend on external libraries (the decoder itself is part of 30 * doesn't depend on external libraries (the decoder itself is part of
31 * SDL_sound), and may be more efficient, but less flexible than SMPEG. YMMV. 31 * SDL_sound), and may be more efficient, but less flexible than SMPEG. YMMV.
32 * 32 *
33 * Please see the file COPYING in the source's root directory. 33 * Please see the file LICENSE.txt in the source's root directory.
34 * 34 *
35 * This file written by Ryan C. Gordon. (icculus@icculus.org) 35 * This file written by Ryan C. Gordon. (icculus@icculus.org)
36 */ 36 */
37 37
38 #if HAVE_CONFIG_H 38 #if HAVE_CONFIG_H