diff --git a/LICENSE.md b/LICENSE.md index 2a9fd44..23b9203 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -24,10 +24,10 @@ PERFORMANCE OF THIS SOFTWARE. DPF is released under the ISC license. Copyright 2012-2022 Filipe Coelho. -## faustpp +## faustdoctor -faustpp is released under the Boost Software License 1.0. Copyright 2022 Jean -Pierre Cimalando. +faustdoctor is released under the Boost Software License 1.0. Copyright 2022 +Jean Pierre Cimalando, 2024 Christopher Arndt, ## For the CLAP format diff --git a/README.md b/README.md index 12f6a48..52c0769 100644 --- a/README.md +++ b/README.md @@ -97,15 +97,15 @@ variables differ depending on the target OS.* * [pkgconf] -* The [faustpp] pre-processor and [FAUST] (optional) +* The [faustdoctor] pre-processor and [FAUST] (optional) The [CLAP], [LV2], [LADSPA], [VST2][vst] (Xaymar VST2SDK) and [VST3][vst] headers are included in the [DPF] framework, which is integrated as a Git sub-module. These need not be installed separately to build the software in the respective plugin formats. -`faustpp` and FAUST are only needed to re-generate C++ source and header files -if the FAUST DSP source files in the `faust` directory are changed. +`faustdoctor` and FAUST are only needed to re-generate C++ source and header +files if the FAUST DSP source files in the `faust` directory are changed. ## Author @@ -121,7 +121,7 @@ This plugin is released under the *MIT* license. Please see the ## Acknowledgements -The DSP code is generated from the FAUST sources via the [faustpp] +The DSP code is generated from the FAUST sources via the [faustdoctor] pre-processor. The project is built using the DISTRHO Plugin Framework ([DPF]) and was created @@ -134,7 +134,7 @@ from the [dpf-faust-project-template] using [copier]. [copier]: https://copier.readthedocs.io/en/stable/ [dpf]: https://github.com/DISTRHO/DPF [faust]: https://faust.grame.fr/ -[faustpp]: https://github.com/SpotlightKid/faustpp +[faustdoctor]: https://github.com/SpotlightKid/faustdoctor [ladspa]: https://www.ladspa.org/ [lv2]: https://lv2plug.in/ [pkgconf]: https://github.com/pkgconf/pkgconf diff --git a/faust/arch/LICENSE-EXCEPTION.md b/faust/arch/LICENSE-EXCEPTION.md index 3ce3ea7..e19b12c 100644 --- a/faust/arch/LICENSE-EXCEPTION.md +++ b/faust/arch/LICENSE-EXCEPTION.md @@ -1,11 +1,11 @@ # License exception -The architecture files under the `architectures/` directory are distributed -under BSL-1.0 license, like the software itself. +The architecture files under the `faustdoctor/architectures/` directory are +distributed under BSL-1.0 license, like the software itself. The following license exception applies: -Is it not required to license, even partially, the code generated by `faustpp` +Is it not required to license, even partially, the code generated by `faustdr` using these architecture files under the BSL-1.0 to cover the code fragments, which are produced from the templates. It is allowed to retain in full the license which applies to the Faust source file which is processed.