summaryrefslogtreecommitdiff
path: root/trunk/example.c
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2008-03-31 21:06:00 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2008-03-31 21:06:00 +0000
commit6681de4ec22178f687518bd1524b91c7dc6ae65c (patch)
tree81471bd15c6e06b3eb1c2bbaff7bf6984ad08b9f /trunk/example.c
parent95e8dca14f9ff8f1189c14fedf3eec88913943bc (diff)
downloadlibrosprite-6681de4ec22178f687518bd1524b91c7dc6ae65c.tar.gz
Add MIT license
svn path=/import/jshaw/libsprite/; revision=10024
Diffstat (limited to 'trunk/example.c')
-rw-r--r--trunk/example.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/example.c b/trunk/example.c
index 5ae9c7e..1da51a8 100644
--- a/trunk/example.c
+++ b/trunk/example.c
@@ -1,3 +1,10 @@
+/*
+ * This file is part of librosprite.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ * Copyright 2008 James Shaw <js102@zepler.net>
+ */
+
/**
* \file
* A test harness using SDL to display all sprites in a sprite file.