diff options
Diffstat (limited to 'test/testoverlay.c')
-rw-r--r-- | test/testoverlay.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/testoverlay.c b/test/testoverlay.c index 8613970be3..231cdf0639 100644 --- a/test/testoverlay.c +++ b/test/testoverlay.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. +*/ /* Bring up a window and play with it */ |