diff options
Diffstat (limited to 'test/torturethread.c')
-rw-r--r-- | test/torturethread.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/torturethread.c b/test/torturethread.c index 0952ac51f8..23396e70ae 100644 --- a/test/torturethread.c +++ b/test/torturethread.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 test of the SDL threading code */ |