From 5d406a28d665cb2604e6d45931c5902b41850a0e Mon Sep 17 00:00:00 2001 From: Jonathan Moallem Date: Sat, 21 Nov 2020 02:01:43 +1100 Subject: [PATCH] Added zlib/libpng licence to project --- LICENCE | 16 ++++++++++++++++ README.md | 4 ++++ 2 files changed, 20 insertions(+) create mode 100644 LICENCE diff --git a/LICENCE b/LICENCE new file mode 100644 index 0000000..6dc6345 --- /dev/null +++ b/LICENCE @@ -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. \ No newline at end of file diff --git a/README.md b/README.md index bec490a..babdc3f 100644 --- a/README.md +++ b/README.md @@ -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