comparison SDL_sound.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 5ec7f4e5e20b
comparison
equal deleted inserted replaced
551:668dd6675b7f 552:2e8907ff98e9
21 * This file implements the core API, which is relatively simple. 21 * This file implements the core API, which is relatively simple.
22 * The real meat of SDL_sound is in the decoders directory. 22 * The real meat of SDL_sound is in the decoders directory.
23 * 23 *
24 * Documentation is in SDL_sound.h ... It's verbose, honest. :) 24 * Documentation is in SDL_sound.h ... It's verbose, honest. :)
25 * 25 *
26 * Please see the file COPYING in the source's root directory. 26 * Please see the file LICENSE.txt in the source's root directory.
27 * 27 *
28 * This file written by Ryan C. Gordon. (icculus@icculus.org) 28 * This file written by Ryan C. Gordon. (icculus@icculus.org)
29 */ 29 */
30 30
31 #if HAVE_CONFIG_H 31 #if HAVE_CONFIG_H