Legal
Juridisch

Third-Party Licenses

Third-Party Licenties

WizardGen is built on top of several open-source software components. This page lists all third-party libraries included in WizardGen and the licence terms under which they are used.

WizardGen is gebouwd op basis van diverse open-source softwarecomponenten. Deze pagina bevat een overzicht van alle third-party bibliotheken die zijn opgenomen in WizardGen en de licentievoorwaarden waaronder ze worden gebruikt.

Note regarding exported applications Opmerking over geëxporteerde applicaties

Wizards exported as standalone .exe or Linux executables are powered by Electron, which bundles Chromium and Node.js. Those applications include a LICENSES.chromium.html file in their installation directory that contains the complete Chromium license notices.

Wizards die worden geëxporteerd als zelfstandige .exe of Linux-uitvoerbare bestanden maken gebruik van Electron, dat Chromium en Node.js bundelt. Die applicaties bevatten een LICENSES.chromium.html bestand in de installatiemap met de volledige Chromium-licentieteksten.

Electron ^32.0.0
MIT License

Framework for building cross-platform desktop applications with JavaScript, HTML, and CSS. WizardGen uses Electron as its runtime and to package wizards as standalone applications.

Framework voor het bouwen van platformonafhankelijke desktopapplicaties met JavaScript, HTML en CSS. WizardGen gebruikt Electron als runtime en om wizards te verpakken als zelfstandige applicaties.

CopyrightCopyright © 2013–2020 GitHub Inc. SourceBron github.com/electron/electron
MIT License Copyright (c) 2013-2020 GitHub Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Chromium (bundled via Electron) (gebundeld via Electron)
BSD & others BSD & overige

Chromium is the open-source browser engine embedded in Electron. It provides the rendering engine used to display wizard interfaces. Chromium is developed by Google and hundreds of contributors and is licensed under the BSD 3-Clause licence and numerous other open-source licences.

Chromium is de open-source browserengine die is ingebed in Electron. Het biedt de renderingengine die wordt gebruikt om wizardinterfaces weer te geven. Chromium wordt ontwikkeld door Google en honderden bijdragers en is gelicenseerd onder de BSD 3-Clause-licentie en tal van andere open-sourcelicenties.

CopyrightCopyright © 2015 The Chromium Authors SourceBron chromium.org
The complete Chromium licence notices are included in every WizardGen installation as LICENSES.chromium.html. This file is automatically generated by Electron and must not be removed from the installation directory. De volledige Chromium-licentieteksten zijn opgenomen in elke WizardGen-installatie als LICENSES.chromium.html. Dit bestand wordt automatisch gegenereerd door Electron en mag niet worden verwijderd uit de installatiemap.
React ^18.3.1
MIT License

JavaScript library for building user interfaces. Used to build the WizardGen editor and wizard runner UI.

JavaScript-bibliotheek voor het bouwen van gebruikersinterfaces. Gebruikt voor de WizardGen-editor en wizard-runner-UI.

Copyright © Meta Platforms, Inc. and affiliates Source github.com/facebook/react
MIT License Copyright (c) Meta Platforms, Inc. and affiliates. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@xyflow/react ^12.0.0
MIT License

Highly customisable React component for building node-based editors and interactive diagrams. Used as the visual canvas in WizardGen for drawing wizard flows.

Sterk aanpasbare React-component voor het bouwen van node-gebaseerde editors en interactieve diagrammen. Gebruikt als visueel canvas in WizardGen voor het tekenen van wizardflows.

Copyright © 2023 webkid GmbH Source github.com/xyflow/xyflow
MIT License Copyright (c) 2023 webkid GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
docx ^8.5.0
MIT License

Library for generating Microsoft Word (.docx) files using JavaScript. Used in WizardGen's Generate node to create Word documents from wizard output.

Bibliotheek voor het genereren van Microsoft Word (.docx)-bestanden met JavaScript. Gebruikt in het Genereer-node van WizardGen om Word-documenten te maken van wizarduitvoer.

Copyright © 2018 Dolan Miu Source github.com/dolanmiu/docx
MIT License Copyright (c) 2018 Dolan Miu Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
exceljs ^4.4.0
MIT License

Read, manipulate and write spreadsheet data and styles to XLSX and JSON. Used in WizardGen's Generate node to create Excel files from wizard output.

Lees, bewerk en schrijf spreadsheetgegevens en stijlen naar XLSX en JSON. Gebruikt in het Genereer-node van WizardGen om Excel-bestanden te maken van wizarduitvoer.

Copyright © 2014 Guyon Roche Source github.com/exceljs/exceljs
MIT License Copyright (c) 2014 Guyon Roche Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
JSZip ^3.10.1
MIT License

Library for creating, reading, and editing ZIP files in JavaScript. Used internally for packaging wizard export files.

Bibliotheek voor het maken, lezen en bewerken van ZIP-bestanden in JavaScript. Intern gebruikt voor het verpakken van wizard-exportbestanden.

Copyright © 2009–2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso Source github.com/Stuk/jszip
MIT License Copyright (c) 2009-2016 Stuart Knightley, David Duponchel, Franz Buchinger, António Afonso Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
react-markdown ^10.1.0
MIT License

React component for rendering Markdown as HTML. Used in WizardGen's Text nodes to display formatted content to end users.

React-component voor het renderen van Markdown als HTML. Gebruikt in de Tekst-nodes van WizardGen om opgemaakte inhoud aan eindgebruikers te tonen.

Copyright © 2015 Titus Wormer Source github.com/remarkjs/react-markdown
MIT License Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
uuid ^10.0.0
MIT License

RFC-compliant UUID generator. Used internally in WizardGen to generate unique identifiers for nodes, wizards, and export packages.

RFC-conforme UUID-generator. Intern gebruikt in WizardGen voor het genereren van unieke identificatoren voor nodes, wizards en exportpakketten.

Copyright © 2010–2020 Robert Kieffer and other contributors Source github.com/uuidjs/uuid
MIT License Copyright (c) 2010-2020 Robert Kieffer and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.