summaryrefslogtreecommitdiff
path: root/trunk
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
parent95e8dca14f9ff8f1189c14fedf3eec88913943bc (diff)
downloadlibrosprite-6681de4ec22178f687518bd1524b91c7dc6ae65c.tar.gz
librosprite-6681de4ec22178f687518bd1524b91c7dc6ae65c.tar.bz2
Add MIT license
svn path=/import/jshaw/libsprite/; revision=10024
Diffstat (limited to 'trunk')
-rw-r--r--trunk/COPYING19
-rw-r--r--trunk/example.c7
-rw-r--r--trunk/librosprite.c7
-rw-r--r--trunk/librosprite.h7
-rw-r--r--trunk/palette2c.c7
5 files changed, 47 insertions, 0 deletions
diff --git a/trunk/COPYING b/trunk/COPYING
new file mode 100644
index 0000000..d78f0a7
--- /dev/null
+++ b/trunk/COPYING
@@ -0,0 +1,19 @@
+Copyright (c) 2008 James Shaw <js102@zepler.net>
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+THE SOFTWARE. \ No newline at end of file
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.
diff --git a/trunk/librosprite.c b/trunk/librosprite.c
index 5943729..00a2774 100644
--- a/trunk/librosprite.c
+++ b/trunk/librosprite.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
*/
diff --git a/trunk/librosprite.h b/trunk/librosprite.h
index 21bd557..f54eaf2 100644
--- a/trunk/librosprite.h
+++ b/trunk/librosprite.h
@@ -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>
+ */
+
/**
* \mainpage
*
diff --git a/trunk/palette2c.c b/trunk/palette2c.c
index 2e83e85..bbe272c 100644
--- a/trunk/palette2c.c
+++ b/trunk/palette2c.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>
+ */
+
#include <stdio.h>
#include <stdlib.h>