diff options
author | Sam Lantinga <slouken@libsdl.org> | 2011-04-08 13:03:26 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2011-04-08 13:03:26 -0700 |
commit | b0660ba5ff9c341a3e13a01638dd1bbd807e4427 (patch) | |
tree | c8a1fc9c390a6784a71dd8d61fa36a4bcb0de076 /test/testnative.c | |
parent | c336f6f154100890c583fee0c83623b94e980e40 (diff) |
SDL 1.3 is now under the zlib license.
Diffstat (limited to 'test/testnative.c')
-rw-r--r-- | test/testnative.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/testnative.c b/test/testnative.c index bf30670b..60fbbe69 100644 --- a/test/testnative.c +++ b/test/testnative.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: Create a native window and attach an SDL renderer */ #include <stdio.h> |