From 1a5245e4db58bfdf5d6645706cfff946f6603c97 Mon Sep 17 00:00:00 2001 From: Hans-Joerg Schurr Date: Fri, 29 May 2020 20:40:43 +0200 Subject: [PATCH] License under MIT license --- LICENSE | 21 +++++++++++++++++++++ README.md | 11 +++++------ 2 files changed, 26 insertions(+), 6 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8bb31e3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 Hans-Jörg Schurr + +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. diff --git a/README.md b/README.md index 0ae7ff2..55e8b71 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,12 @@ format to represent vector icons. The Haiku Vector Icon Format the file metadata. For a good technical overview of the format see [this](http://blog.leahhanson.us/post/recursecenter2016/haiku_icons.html) blog post by Leah Hanson. The goal of this library is to allow the -usage of this format outside the Haiku context. +usage of this format independent of the Haiku ecosystem. -It is written in modern standard C. As a goal it should feature a parser -and rasterizer without any dependencies beyond `libc`. - -Furthermore, a toy tool to convert *hvif* files into *png* files is -included. +The library is written in modern standard C and MIT licensed. When +finished it will feature a parser and rasterizer without any dependencies +beyond `libc`. Furthermore, a toy tool to convert *hvif* files into *png* +files is included. The author is not associated with the Haiku project.