From e2742837b7804c99e5189c413dea20883a459670 Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 1 Nov 2018 03:05:11 +0100 Subject: [PATCH] README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d8e5a80..9a7b735 100644 --- a/README.md +++ b/README.md @@ -218,3 +218,8 @@ This is equivalent to a change in the `INT` line of a real Z80 CPU. **Parameters** `object` → A pointer to a `Z80` emulator instance object. `state` → `TRUE` = line high; `FALSE` = line low. + +
+ +## Use in Non-Free / Proprietary Software +This library is released under the terms of the [GNU General Public License v3](https://www.gnu.org/copyleft/gpl.html), but I can license it for non-free projects if you contact [me](mailto:contact@zxe.io?subject=Z80%20non-free%20licensing).