comparison SDL_sound.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 705dcbf94639
children e63b9393f6ce
comparison
equal deleted inserted replaced
183:26996236d790 184:47cc2de2ae36
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 LICENSE in the source's root directory. 26 * Please see the file COPYING in the source's root directory.
27 * 27 *
28 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) 28 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
29 */ 29 */
30 30
31 #if HAVE_CONFIG_H 31 #if HAVE_CONFIG_H