comparison Isolated/LGPL/SDL_sound_minimal.c @ 67:96c61ac12446

Fixed a copy/paste comment error about the origins of SDL_sound_minimal.c
author Eric Wing <ewing@anscamobile.com>
date Tue, 19 Jun 2012 18:49:27 -0700
parents 71b465ff0622
children
comparison
equal deleted inserted replaced
66:5c9eaf0cc385 67:96c61ac12446
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 19
20 /* 20 /*
21 Attention: This is a stripped down file of SDL_endian for our purposes. 21 Attention: This was extracted from SDL_sound to go with the wav.c plugin (also from SDL_sound).
22 This code is licensed under the LGPL. 22 This code is licensed under the LGPL.
23 This means we must not compile this code into anything that we are not willing to 23 This means we must not compile this code into anything that we are not willing to
24 publicly release source code. 24 publicly release source code.
25 You should compile this into a separate dynamic library that is isolated from proprietary code. 25 You should compile this into a separate dynamic library that is isolated from proprietary code.
26 */ 26 */