License under MIT license
This commit is contained in:
parent
43d13d3d89
commit
1a5245e4db
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -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.
|
11
README.md
11
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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user