Licences and third-party software
The Magrit application (including its documentation) is governed by the GPL-3.0 license, the terms of which are available online as well as in the LICENSE
file at the root of the code repository.
This is a license that guarantees respect for the principles of free software: free access to the source code, free use, free modification, free redistribution.
Various third-party libraries and software are used in Magrit. Here is a non-exhaustive list of these software and libraries as well as their respective licenses:
Dependencies included in application code
Dependencies used to build the application
Additional dependencies for the standalone version (with Electron) of the application
Library | Link | License |
---|---|---|
electron | https://github.com/electron/electron | MIT |
electron-builder | https://github.com/electron-userland/electron-builder | MIT |
vite-plugin-electron | https://github.com/electron-vite/vite-plugin-electron | MIT |
Dependencies used in the documentation
Library | Link | License |
---|---|---|
vitepress | https://github.com/vuejs/vitepress | MIT |