DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit f94b49f6592d96ab4cdbb02397f0a1ae01d3089e
parent a41c97e507d4d4fbd4582e9d67d8ba540ca0ee4e
Author: falkTX <falktx@falktx.com>
Date:   Wed, 29 Sep 2021 12:53:48 +0100

Mention the new LICENSING.md file in the README

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -19,6 +19,12 @@ Getting time information from the host is possible.<br/> It uses the same format as the JACK Transport API, making porting some code easier.<br/> +## Licensing + +DPF is released under ISC, which basically means you can do whatever you want as long as you credit the original authors. +Some plugin formats may have additional restrictions, see [LICENSING.md](LICENSING.md) for details. + + ## Help and documentation Bug reports happen on the [DPF github project](https://github.com/DISTRHO/DPF/issues).