From 6681de4ec22178f687518bd1524b91c7dc6ae65c Mon Sep 17 00:00:00 2001 From: James Shaw Date: Mon, 31 Mar 2008 21:06:00 +0000 Subject: Add MIT license svn path=/import/jshaw/libsprite/; revision=10024 --- trunk/COPYING | 19 +++++++++++++++++++ trunk/example.c | 7 +++++++ trunk/librosprite.c | 7 +++++++ trunk/librosprite.h | 7 +++++++ trunk/palette2c.c | 7 +++++++ 5 files changed, 47 insertions(+) create mode 100644 trunk/COPYING 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 + +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 + */ + /** * \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 + */ + /** * \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 + */ + /** * \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 + */ + #include #include -- cgit v1.2.3