summaryrefslogtreecommitdiff
path: root/test/testbitmap.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-04-08 13:03:26 -0700
committerSam Lantinga <slouken@libsdl.org>2011-04-08 13:03:26 -0700
commit6196aa221ee46b4a25843c383e216410aff7826f (patch)
treec8a1fc9c390a6784a71dd8d61fa36a4bcb0de076 /test/testbitmap.c
parent52fa6cb6d1a34e1d003cca42edf5b72c2c33d00b (diff)
SDL 1.3 is now under the zlib license.
Diffstat (limited to 'test/testbitmap.c')
-rw-r--r--test/testbitmap.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/testbitmap.c b/test/testbitmap.c
index 78b79a77f0..19a39431df 100644
--- a/test/testbitmap.c
+++ b/test/testbitmap.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: Test bitmap blits */