summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>