Mercurial > SDL_sound_CoreAudio
comparison decoders/skeleton.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 | 1df5c106504e |
children | c9772a9f5271 |
comparison
equal
deleted
inserted
replaced
183:26996236d790 | 184:47cc2de2ae36 |
---|---|
22 * | 22 * |
23 * This driver handles FMT audio data. Blahblahblah... The author should | 23 * This driver handles FMT audio data. Blahblahblah... The author should |
24 * have done a search and replace on "fmt" and "FMT" and changed this | 24 * have done a search and replace on "fmt" and "FMT" and changed this |
25 * comment. This is the default comment in the skeleton decoder file... | 25 * comment. This is the default comment in the skeleton decoder file... |
26 * | 26 * |
27 * Please see the file LICENSE in the source's root directory. | 27 * Please see the file COPYING in the source's root directory. |
28 * | 28 * |
29 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) | 29 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) |
30 */ | 30 */ |
31 | 31 |
32 #error DO NOT COMPILE THIS. | 32 #error DO NOT COMPILE THIS. |