comparison decoders/au.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
20 /* 20 /*
21 * Sun/NeXT .au decoder for SDL_sound. 21 * Sun/NeXT .au decoder for SDL_sound.
22 * Formats supported: 8 and 16 bit linear PCM, 8 bit µ-law. 22 * Formats supported: 8 and 16 bit linear PCM, 8 bit µ-law.
23 * Files without valid header are assumed to be 8 bit µ-law, 8kHz, mono. 23 * Files without valid header are assumed to be 8 bit µ-law, 8kHz, mono.
24 * 24 *
25 * Please see the file COPYING in the source's root directory. 25 * Please see the file LICENSE.txt in the source's root directory.
26 * 26 *
27 * This file written by Mattias Engdegård. (f91-men@nada.kth.se) 27 * This file written by Mattias Engdegård. (f91-men@nada.kth.se)
28 */ 28 */
29 29
30 #if HAVE_CONFIG_H 30 #if HAVE_CONFIG_H