DPF

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

commit 311bc24f3bfb44c3297a23839cd8dbae3b63e83b
parent 511fa47040a2a5db045a83863b645ffa5e4f3593
Author: falkTX <falktx@falktx.com>
Date:   Sat,  9 Mar 2024 11:25:08 +0100

Mention AU in LICENSING.md

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

Diffstat:
MFEATURES.md | 2+-
MLICENSING.md | 19++++++++++---------
2 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/FEATURES.md b/FEATURES.md @@ -20,7 +20,7 @@ If the limitation is within DPF, a link is provided to a description below on th | States | Yes | No | [Yes*](#dssi-state) | Yes | Yes | Yes | Yes | Yes | States | | Full/internal state | Yes | No | No | Yes | Yes | Yes | Yes | Yes | Full/internal state | | Time position | Yes | No | No | Yes | Yes | Yes | Yes | Yes | Time position | -| UI | [Yes*](#jack-custom-ui-only) | No | External only | Yes | Embed only | Embed only | Yes | Yes | UI | +| UI | [Yes*](#jack-custom-ui-only) | No | External only | Yes | Embed only | Embed only | Yes | Embed only | UI | | UI bg/fg colors | No | No | No | Yes | No | No? | No | No | UI bg/fg colors | | UI direct access | Yes | No | No | Yes | Yes | Yes | Yes | Yes | UI direct access | | UI host-filebrowser | No | No | No | Yes | [No*](#vst2-deprecated) | [No*](#work-in-progress) | [No*](#work-in-progress) | No | UI host-filebrowser | diff --git a/LICENSING.md b/LICENSING.md @@ -7,15 +7,16 @@ This file describes the licensing that applies to each individual plugin format Regardless of target format, DPF itself needs to be mentioned in attribution. See the [LICENSE](LICENSE) file for copyright details. -| Target | License(s) | License restrictions | Additional attribution | -|-----------------|----------------------|-----------------------|------------------------| -| JACK/Standalone | MIT (RtAudio) | Copyright attribution | **RtAudio**: 2001-2019 Gary P. Scavone | -| LADSPA | LGPLv2.1+ | ??? (*) | 2000-2002 Richard W. E. Furse, Paul Barton-Davis, Stefan Westerfeld | -| DSSI | LGPLv2.1+ | ??? (*) | **DSSI**: 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton;<br/> **ALSA**: 1998-2001 Jaroslav Kysela, Abramo Bagnara, Takashi Iwai | -| LV2 | ISC | Copyright attribution | 2006-2020 Steve Harris, David Robillard;<br/> 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan Westerfeld | -| VST2 | BSD-3 | Copyright attribution | 2020-2022 Michael Fabian 'Xaymar' Dirks | -| VST3 | ISC | Copyright attribution | (none, only DPF files used) | -| CLAP | MIT | Copyright attribution | 2014-2022 Alexandre Bique | +| Target | License(s) | License restrictions | Additional attribution | +|-----------------|-----------------------|-----------------------|-----------------------------------------| +| JACK/Standalone | MIT (RtAudio, RtMidi) | Copyright attribution | **RtAudio**: 2001-2021 Gary P. Scavone | +| LADSPA | LGPLv2.1+ | ??? (*) | 2000-2002 Richard W. E. Furse, Paul Barton-Davis, Stefan Westerfeld | +| DSSI | LGPLv2.1+ | ??? (*) | **DSSI**: 2004, 2009 Chris Cannam, Steve Harris and Sean Bolton;<br/> **ALSA**: 1998-2001 Jaroslav Kysela, Abramo Bagnara, Takashi Iwai | +| LV2 | ISC | Copyright attribution | 2006-2020 Steve Harris, David Robillard;<br/> 2000-2002 Richard W.E. Furse, Paul Barton-Davis, Stefan Westerfeld | +| VST2 | BSD-3 | Copyright attribution | 2020-2022 Michael Fabian 'Xaymar' Dirks | +| VST3 | ISC | Copyright attribution | (none, only DPF files used) | +| CLAP | MIT | Copyright attribution | 2014-2022 Alexandre Bique | +| AU | ISC | Copyright attribution | (none, only DPF files used) | ### LADSPA and DSSI special note