Added zlib/libpng licence to project
This commit is contained in:
parent
148652c212
commit
5d406a28d6
16
LICENCE
Normal file
16
LICENCE
Normal file
@ -0,0 +1,16 @@
|
||||
Copyright (c) 2020 Jonathan Moallem (@J-Mo63) & Aryeh Zinn (@Raelr)
|
||||
|
||||
This software is provided "as-is", without any express or implied warranty. In no event
|
||||
will the authors be held liable for any damages arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose, including commercial
|
||||
applications, and to alter it and redistribute it freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not claim that you
|
||||
wrote the original software. If you use this software in a product, an acknowledgment
|
||||
in the product documentation would be appreciated but is not required.
|
||||
|
||||
2. Altered source versions must be plainly marked as such, and must not be misrepresented
|
||||
as being the original software.
|
||||
|
||||
3. This notice may not be removed or altered from any source distribution.
|
@ -103,6 +103,10 @@ $ make
|
||||
|
||||
If you wish to change the program entry point, add more libraries, or really anything about your project, all build instructions are specified in the `Makefile` - no smoke and mirrors!
|
||||
|
||||
## Licence
|
||||
|
||||
This project is licenced under an unmodified zlib/libpng licence, which is an OSI-certified, BSD-like licence that allows static linking with closed source software. Check `LICENCE` for further details.
|
||||
|
||||
## Todo
|
||||
- [x] Get static linking to work with C++ bindings
|
||||
- [x] Setup for at least one compiler on each platform
|
||||
|
Loading…
Reference in New Issue
Block a user