1.1 --- a/test/testdraw2.c Wed Apr 06 17:10:14 2011 -0700
1.2 +++ b/test/testdraw2.c Fri Apr 08 13:03:26 2011 -0700
1.3 @@ -1,3 +1,14 @@
1.4 +/*
1.5 + Copyright (C) 1997-2011 Sam Lantinga <slouken@libsdl.org>
1.6 +
1.7 + This software is provided 'as-is', without any express or implied
1.8 + warranty. In no event will the authors be held liable for any damages
1.9 + arising from the use of this software.
1.10 +
1.11 + Permission is granted to anyone to use this software for any purpose,
1.12 + including commercial applications, and to alter it and redistribute it
1.13 + freely.
1.14 +*/
1.15
1.16 /* Simple program: draw as many random objects on the screen as possible */
1.17