COPYRIGHT 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. License
  2. -------
  3. Dolibarr is released under the terms of the GNU General Public License as
  4. published by the Free Software Foundation; either version 3 of the License,
  5. or (at your option) any later version (GPL-3+).
  6. More information: http://www.gnu.org/licenses/gpl-3.0.txt
  7. Dolibarr uses some external libraries released under different licenses. This is compatibility summary:
  8. Component Version License GPL Compatible Usage
  9. -------------------------------------------------------------------------------------
  10. PHP libraries:
  11. AdoDb-Date 0.36 Modified BSD License Yes Date convertion (not into rpm package)
  12. ChromePHP 4.1.0 Apache Software License 2.0 Yes Return server log to chrome browser console
  13. CKEditor 4.5.6 LGPL-2.1+ Yes Editor WYSIWYG
  14. EvalMath 1.0 BSD Yes Safe math expressions evaluation
  15. Escpos-php MIT License Yes Thermal receipt printer library, for use with ESC/POS compatible printers
  16. FPDI 1.5.2 Apache Software License 2.0 Yes PDF templates management
  17. GeoIP 1.4 LGPL-2.1+ Yes Sample code to make geoip convert (not into deb package)
  18. Mobiledetect 2.8.17 MIT License Yes Detect mobile devices browsers
  19. NuSoap 0.9.5 LGPL 2.1+ Yes Library to develop SOAP Web services (not into rpm and deb package)
  20. PEAR Mail_MIME 1.8.9 BSD Yes NuSoap dependency
  21. odtPHP 1.0.1 GPL-2+ b Yes Library to build/edit ODT files
  22. PHPExcel 1.8.1 LGPL-2.1+ Yes Read/Write XLS files, read ODS files
  23. php-iban 1.4.7 LGPL-3+ Yes Parse and validate IBAN (and IIBAN) bank account information in PHP
  24. PHPoAuthLib 0.8.2 MIT License Yes Library to provide oauth1 and oauth2 to different service
  25. PHPPrintIPP 1.3 GPL-2+ Yes Library to send print IPP requests
  26. Restler 3.0 LGPL-3+ Yes Library to develop REST Web services
  27. TCPDF 6.2.12 LGPL-3+ Yes PDF generation
  28. TCPDI 1.0.0 LGPL-3+ / Apache 2.0 Yes FPDI replacement
  29. JS libraries:
  30. jQuery 1.11.3 MIT License Yes JS library
  31. jQuery UI 1.11.4 GPL and MIT License Yes JS library plugin UI
  32. jQuery select2 3.5.2 GPL and Apache License Yes JS library plugin for sexier multiselect
  33. jQuery blockUI 2.70.0 GPL and MIT License Yes JS library plugin blockUI (to use ajax popups)
  34. jQuery Colorpicker 1.1 MIT License Yes JS library for color picker for a defined list of colors
  35. jQuery DataTables 1.9.4 BSD Yes JS library for tables output
  36. jQuery FileUpload 5.0.3 GPL and MIT License Yes JS library to upload files
  37. jQuery Flot 0.7 MIT License Yes JS library to build graph
  38. jQuery JCrop 0.9.8 GPL and MIT License Yes JS library plugin Crop (to crop images)
  39. jQuery Jeditable 1.7.1 GPL and MIT License Yes JS library plugin jeditable (to edit in place)
  40. jQuery jNotify 1.1.00 Apache Software License 2.0 Yes JS library plugin jNotify (to use ajax popups)
  41. jQuery jPicker 1.1.6 GPL and MIT License Yes JS library for color picker with not defined list of colors
  42. jQuery jqueryFileTree 1.0.1 GPL and MIT License Yes JS library for color picker with not defined list of colors
  43. jQuery jquerytreeview 1.4.1 MIT License Yes JS library for color picker with not defined list of colors
  44. jQuery Layout 1.4.3 GPL and MIT License Yes JS library plugin Layout
  45. jQuery Mobile 1.3.0 GPL and MIT License Yes JS library for smartphone (not used)
  46. jQuery TableDnD 0.6 GPL and MIT License Yes JS library plugin TableDnD (to reorder table rows)
  47. jQuery Timepicker 1.1.0 GPL and MIT License Yes JS library Timepicker addon for Datepicker
  48. jQuery Tiptip 1.3 GPL and MIT License Yes JS library for tooltips
  49. jsGantt 1.2 BSD License Yes JS library (to build Gantt reports)
  50. JsTimezoneDetect 1.0.6 MIT License Yes JS library to detect user timezone
  51. For licenses compatibility informations:
  52. http://www.gnu.org/licenses/licenses.en.html
  53. Copyright
  54. ---------
  55. Copyright (C) 2015
  56. - Laurent Destailleur <eldy@users.sourceforge.net>
  57. - Marcos García <marcosgdf@gmail.com>
  58. - Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
  59. - Frederic France <frederic.france@free.fr>
  60. - Regis Houssin <regis.houssin@capnetworks.com>
  61. Copyright (C) 2014
  62. - Laurent Destailleur <eldy@users.sourceforge.net>
  63. - Raphaël Doursenaud <rdoursenaud@gpcsolutions.fr>
  64. - Jean-François Ferry <jfefe@aternatik.fr>
  65. - Marcos García <marcosgdf@gmail.com>
  66. - Philippe Grand <philippe.grand@atoo-net.com>
  67. - Florian Henry <florian.henry@open-concept.pro>
  68. - Regis Houssin <regis.houssin@capnetworks.com>
  69. - Maxime Kohlhaas <mko@atm-consulting.fr>
  70. - Juanjo Menent <jmenent@2byte.es>
  71. - Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
  72. - Frederic France <frederic.france@free.fr>
  73. Copyright (C) 2013
  74. - Christophe Battarel <christophe.battarel@altairis.fr>
  75. - Laurent Destailleur <eldy@users.sourceforge.net>
  76. - Jean-François Ferry <jfefe@aternatik.fr>
  77. - Marcos García <marcosgdf@gmail.com>
  78. - Philippe Grand <philippe.grand@atoo-net.com>
  79. - Florian Henry <florian.henry@open-concept.pro>
  80. - Regis Houssin <regis.houssin@capnetworks.com>
  81. - Maxime Kohlhaas <mko@atm-consulting.fr>
  82. - Juanjo Menent <jmenent@2byte.es>
  83. - Adolfo Segura <adolfo.segura@gmail.com>
  84. - Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
  85. Copyright (C) 2012
  86. - Christophe Battarel <christophe.battarel@altairis.fr>
  87. - Laurent Destailleur <eldy@users.sourceforge.net>
  88. - Jean-François Ferry <jfefe@aternatik.fr>
  89. - Marcos García <marcosgdf@gmail.com>
  90. - Philippe Grand <philippe.grand@atoo-net.com>
  91. - Jean Heimburger <jean@tiaris.info>
  92. - Florian Henry <florian.henry@open-concept.pro>
  93. - Regis Houssin <regis.houssin@capnetworks.com>
  94. - Maxime Kohlhaas <mko@atm-consulting.fr>
  95. - Juanjo Menent <jmenent@2byte.es>
  96. - Nicolas Péré <nicolas@amarok2.net>
  97. - Alexandre Spangaro <aspangaro.dolibarr@gmail.com>
  98. Copyright (C) 2011
  99. - Laurent Destailleur <eldy@users.sourceforge.net>
  100. - Regis Houssin <regis.houssin@capnetworks.com>
  101. - Juanjo Menent <jmenent@2byte.es>
  102. - Philippe Grand <philippe.grand@atoo-net.com>
  103. - Jean Heimburger <jean@tiaris.info>
  104. Copyright (C) 2010
  105. - Laurent Destailleur <eldy@users.sourceforge.net>
  106. - Regis Houssin <regis.houssin@capnetworks.com>
  107. - Juanjo Menent <jmenent@2byte.es>
  108. - r2gnl
  109. - meos
  110. Copyright (C) 2009
  111. - Laurent Destailleur <eldy@users.sourceforge.net>
  112. - Regis Houssin <regis.houssin@capnetworks.com>
  113. - Juanjo Menent <jmenent@2byte.es>
  114. Copyright (C) 2008
  115. - Laurent Destailleur <eldy@users.sourceforge.net>
  116. - Regis Houssin <regis.houssin@capnetworks.com>
  117. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  118. - Jeremie Ollivier <jeremie.o@laposte.net>
  119. Copyright (C) 2007
  120. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  121. - Laurent Destailleur <eldy@users.sourceforge.net>
  122. - Regis Houssin <regis.houssin@capnetworks.com>
  123. - Auguria SARL <info@auguria.org>
  124. - Jean Heimburger <jean@tiaris.info>
  125. - Jeremie Ollivier <jeremie.o@laposte.net>
  126. Copyright (C) 2006
  127. - Auguria SARL <info@auguria.org>
  128. - Marc Barilley/Ocebo <marc@ocebo.com>
  129. - Laurent Destailleur <eldy@users.sourceforge.net>
  130. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  131. - Regis Houssin <regis.houssin@capnetworks.com>
  132. - Andre Cianfarani <acianfa@free.fr>
  133. - Yannick Warnier <ywarnier@beeznest.org>
  134. - Jean Heimburger <jean@tiaris.info>
  135. Copyright (C) 2005
  136. - Brice Davoleau <brice.davoleau@gmail.com>
  137. - Laurent Destailleur <eldy@users.sourceforge.net>
  138. - Benoit Mortier <benoit.mortier@opensides.be>
  139. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  140. - Eric Seigne <erics@rycks.com>
  141. - Matthieu Valleton <mv@seeschloss.org>
  142. - Regis Houssin <regis.houssin@capnetworks.com>
  143. Copyright (C) 2004
  144. - Laurent Destailleur <eldy@users.sourceforge.net>
  145. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  146. - Eric Seigne <erics@rycks.com>
  147. - Benoit Mortier <benoit.mortier@opensides.be>
  148. - Christophe Combelles <ccomb@free.fr>
  149. - Sebastien Di Cintio <sdicintio@ressource-toi.org>
  150. Copyright (C) 2003
  151. - Jean-Louis Bergamo <jlb@j1b.org>
  152. - Xavier Dutoit <doli@sydesy.com>
  153. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  154. - Emmanuel Raviart <eraviart@entrouvert.com>
  155. - Eric Seigne <erics@rycks.com>
  156. Copyright (C) 2002
  157. - Jean-Louis Bergamo <jlb@j1b.org>
  158. - Rodolphe Quiedeville <rodolphe@quiedeville.org>
  159. Copyright (C) 2001
  160. - Rodolphe Quiedeville <rodolphe@quiedeville.org>