2007-12-14 12:20:45 +00:00
2021-05-21 12:16:49 +00:00
Copyright and license
----------------------
2007-12-14 12:20:45 +00:00
2021-05-21 12:16:49 +00:00
The Dolibarr software as a whole is distributed under the GNU General Public License as published by the Free Software Foundation;
either version 3 of the License, or (at your option) any later version (GPL-3+). More information: https://www.gnu.org/licenses/gpl-3.0.txt.
A copy of this license is available in the COPYING file.
Dolibarr depends on third-party components and code snippets released under their own license (obviously, all compatible with the one of Dolibarr).
These dependencies are listed in the bottom of this file.
2007-12-14 12:20:45 +00:00
2021-05-21 12:16:49 +00:00
The Dolibarr images resources (available in the doc directory) is distributed under the Creative Commons Attribution 4.0 International license (CC BY 4.0).
2026-03-07 17:52:39 +00:00
Trademark usage
---------------
2021-05-21 12:16:49 +00:00
The name Dolibarr is a trademark initially registered by Laurent Destailleur and ceased to the Dolibarr foundation. You can use the name Dolibarr
2022-09-17 07:11:09 +00:00
for your own need as long as you follow the rules defined on the page https://wiki.dolibarr.org/index.php/Rules_to_use_the_brand_name_%22Dolibarr%22
2021-05-21 12:16:49 +00:00
The use of the name DoliStore is also restricted to the same rules defined on https://wiki.dolibarr.org/index.php/Rules_to_use_the_brand_name_%22Dolibarr%22
2026-03-07 17:52:39 +00:00
License of third party libraries
--------------------------------
2021-05-21 12:16:49 +00:00
Licence of dependencies of third-party components used by Dolibarr (all compatible with the Licence of Dolibarr):
2007-12-16 01:19:23 +00:00
2014-11-03 23:33:50 +00:00
Component Version License GPL Compatible Usage
2014-05-03 20:45:01 +00:00
-------------------------------------------------------------------------------------
2011-08-26 23:45:09 +00:00
PHP libraries:
2023-10-15 13:05:36 +00:00
EvalMath 1.0 BSD Yes Safe math expressions evaluation. Used by dynamic price only. TODO Replace with dol_eval ?
2023-05-02 03:45:54 +00:00
Escpos-php 3.0 MIT License Yes Thermal receipt printer library, for use with ESC/POS compatible printers
2021-05-01 10:31:30 +00:00
GeoIP2 0.2.0 Apache License 2.0 Yes Lib to make geoip convert
2024-04-24 15:17:51 +00:00
GeoPHP 1.2 Modified BSD License Yes Lib to make geo convert
2023-12-13 10:32:18 +00:00
MathPHP 2.8.1 MIT License Yes Modern math library for PHP (only few files)
2023-03-28 21:54:43 +00:00
Mobiledetect 2.8.41 MIT License Yes Detect mobile devices browsers
2023-12-16 18:24:41 +00:00
NuSoap 0.9.16 LGPL 2.1+ Yes Library to develop SOAP Web services. From https://github.com/f00b4r/nusoap/tree/v0.9.16
2015-04-18 02:27:15 +00:00
PEAR Mail_MIME 1.8.9 BSD Yes NuSoap dependency
2023-04-21 23:01:08 +00:00
ParseDown 1.7.4 MIT License Yes Markdown parser
2022-09-17 07:11:09 +00:00
PCLZip 2.8.4 LGPL-3+ Yes Library to zip/unzip files
2023-03-14 22:58:03 +00:00
PHPDebugBar 1.18.2 MIT License Yes Used only by the module "debugbar" for developers
2023-03-28 21:31:36 +00:00
PHPSpreadSheet 1.12.0 LGPL-2.1+ Yes Read/Write XLS files, read ODS files
2023-10-15 13:05:36 +00:00
PHP-Iban 4.1.1 LGPL-3+ Yes Parse and validate IBAN (and IIBAN) bank account information in PHP
PHP-Imap 2.7.2 MIT License Yes Library to use IMAP with OAuth
2015-10-31 08:52:16 +00:00
PHPoAuthLib 0.8.2 MIT License Yes Library to provide oauth1 and oauth2 to different service
2014-11-03 23:33:50 +00:00
PHPPrintIPP 1.3 GPL-2+ Yes Library to send print IPP requests
2022-07-03 13:14:05 +00:00
PSR/Logs 1.0 MIT License Yes Library for logs (used by DebugBar)
2021-05-21 12:16:49 +00:00
PSR/simple-cache ? MIT License Yes Library for cache (used by PHPSpreadSheet)
2020-12-23 16:26:25 +00:00
Restler 3.1.1 LGPL-3+ Yes Library to develop REST Web services (+ swagger-ui js lib into dir explorer)
2024-01-15 12:58:04 +00:00
Sabre 4.6.0 BSD Yes DAV support
2021-05-01 10:31:30 +00:00
Swift Mailer 5.4.2-DEV MIT License Yes Comprehensive mailing tools for PHP
2022-07-03 13:14:05 +00:00
Symfony/var-dumper ??? MIT License Yes Library to make var dump (used by DebugBar)
2023-04-24 16:42:04 +00:00
Stripe 10.7.0 MIT Licence Yes Library for Stripe module
2024-06-22 14:17:00 +00:00
TCPDF 6.7.5 LGPL-3+ Yes PDF generation
2025-03-03 04:11:14 +00:00
TCPDI 1.1.0 LGPL-3+ / Apache 2.0 Yes FPDI replacement
2011-08-26 23:45:09 +00:00
2023-05-26 17:55:48 +00:00
bacon, dasprid, swiss-qr-bill, kmukku, symfony/validator
2011-08-26 23:45:09 +00:00
JS libraries:
2025-08-21 21:54:11 +00:00
Ace 1.43.12 BSD Yes JS library to get code syntaxique coloration in a textarea (Must take src dir into https://github.com/ajaxorg/ace-builds/).
2022-04-03 09:52:25 +00:00
ChartJS 3.7.1 MIT License Yes JS library for graph
2023-07-31 13:36:55 +00:00
CKEditor 4.22.1 LGPL-2.1+ Yes Editor WYSIWYG
2023-04-04 18:12:59 +00:00
jQuery 3.6.4 MIT License Yes JS library
2022-08-10 15:55:42 +00:00
jQuery UI 1.13.2 GPL and MIT License Yes JS library plugin UI
2021-05-01 10:31:30 +00:00
jQuery select2 4.0.13 GPL and Apache License Yes JS library plugin for sexier multiselect. Warning: 4.0.6+ create troubles without patching css
2014-11-03 23:33:50 +00:00
jQuery Colorpicker 1.1 MIT License Yes JS library for color picker for a defined list of colors
jQuery JCrop 0.9.8 GPL and MIT License Yes JS library plugin Crop (to crop images)
2021-05-01 10:31:30 +00:00
jQuery jNotify 1.1.00 Apache License 2.0 Yes JS library plugin jNotify (to use ajax popups)
2014-11-03 23:33:50 +00:00
jQuery jPicker 1.1.6 GPL and MIT License Yes JS library for color picker with not defined list of colors
2017-02-28 10:40:14 +00:00
jQuery jqueryFileTree 1.0.1 GPL and MIT License Yes JS library for filetree
jQuery jquerytreeview 1.4.1 MIT License Yes JS library for filetree
2014-11-03 23:33:50 +00:00
jQuery TableDnD 0.6 GPL and MIT License Yes JS library plugin TableDnD (to reorder table rows)
2024-03-23 16:18:11 +00:00
jsGanttImproved 2.8.10 BSD License Yes JS library (to build Gantt reports)
2021-05-01 10:31:30 +00:00
SwaggerUI 2.2.10 GPL-2+ Yes JS library to offer the REST API explorer
2011-08-26 23:45:09 +00:00
2019-02-12 03:16:43 +00:00
Font libraries:
2021-05-01 10:31:30 +00:00
Fontawesome 5.13 Font Awesome Free Licence Yes
2019-02-12 03:16:43 +00:00
2018-10-03 16:01:27 +00:00
2024-01-14 11:26:37 +00:00
For more licenses compatibility information: https://www.gnu.org/licenses/licenses.en.html
2007-12-14 12:20:45 +00:00
2021-05-21 12:16:49 +00:00
Authors
2017-05-24 13:12:45 +00:00
-------------------
2006-05-01 13:27:23 +00:00
2017-05-24 13:12:45 +00:00
See page https://github.com/Dolibarr/dolibarr/graphs/contributors