diff options
Diffstat (limited to 'test/testsprite2.c')
-rw-r--r-- | test/testsprite2.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/testsprite2.c b/test/testsprite2.c index 2190ea6ed1..c3fa71bf36 100644 --- a/test/testsprite2.c +++ b/test/testsprite2.c @@ -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: Move N sprites around on the screen as fast as possible */ #include <stdlib.h> |