SDL 1.3 is now under the zlib license.

This commit is contained in:
Sam Lantinga 2011-04-08 13:03:26 -07:00
parent c336f6f154
commit b0660ba5ff
496 changed files with 7210 additions and 7543 deletions

View file

@ -1,3 +1,14 @@
/*
Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely.
*/
/* Simple program: draw as many random objects on the screen as possible */