copyright 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
  2. Upstream-Name: Dolibarr
  3. Upstream-Contact: Laurent Destailleur <eldy@users.sourceforge.net>
  4. Source: https://www.dolibarr.org/files/stable/standard/
  5. Files: *
  6. Copyright: 2002-2009, Rodolphe Quiedeville <rodolphe@quiedeville.org>
  7. 2003-2006, Jean-Louis Bergamo <jlb@j1b.org>
  8. 2003-2013, Laurent Destailleur <eldy@users.sourceforge.net>
  9. 2003, Xavier Dutoit <doli@sydesy.com>
  10. 2004-2013, Regis Houssin <regis.houssin@inodbox.com>
  11. 2004, Sebastien Di Cintio <sdicintio@ressource-toi.org>
  12. 2004, Benoit Mortier <benoit.mortier@opensides.be>
  13. 2004, Christophe Combelles <ccomb@free.fr>
  14. 2004, Guillaume Delecourt <guillaume.delecourt@opensides.be>
  15. 2004, Eric Seigne <eric.seigne@ryxeo.com>
  16. 2005, Brice Davoleau <brice.davoleau@gmail.com>
  17. 2005, Kai Blankenhorn <kaib@bitfolge.de>
  18. 2005-2006, Marc Barilley/Ocebo <marc@ocebo.com>
  19. 2005, Matthieu Valleton <mv@seeschloss.org>
  20. 2005, Patrick Rouillon <patrick@rouillon.net>
  21. 2005, Simon TOSSER <simon@kornog-computing.com>
  22. 2006, Andre Cianfarani <acianfa@free.fr>
  23. 2006-2011, Auguria SARL <info@auguria.org>
  24. 2006, Jean Heimburger <jean@tiaris.info>
  25. 2006, Roman Ozana <ozana@omdesign.cz>
  26. 2006, Yannick Warnier <ywarnier@beeznest.org>
  27. 2007, Patrick Raguin <patrick.raguin@gmail.com>
  28. 2007, Franky Van Liedekerke <franky.van.liedekerker@telenet.be>
  29. 2007-2008, Jeremie Ollivier <jeremie.o@laposte.net>
  30. 2008, Matteli <unknown@unknown.com>
  31. 2008, Raphael Bertrand (Resultic) <raphael.bertrand@resultic.fr>
  32. 2010, Francois Legastelois <flegastelois@teclib.com>
  33. 2010-2013, Juanjo Menent <jmenent@2byte.es>
  34. 2010-2013, Philippe Grand <philippe.grand@atoo-net.com>
  35. 2010, Pierre Morin <pierre.morin@auguria.net>
  36. 2010, Servitux Servicios Informaticos <info@servitux.es>
  37. 2011, Herve Prot <herve.prot@symeos.com>
  38. 2011, Remy Younes <ryounes@gmail.com>
  39. 2012-2013, Christophe Battarel <christophe.battarel@altairis.fr>
  40. License: GPL-3+
  41. This program is free software; you can redistribute it
  42. and/or modify it under the terms of the GNU General Public
  43. License as published by the Free Software Foundation; either
  44. version 3 of the License, or (at your option) any later
  45. version.
  46. .
  47. This program is distributed in the hope that it will be
  48. useful, but WITHOUT ANY WARRANTY; without even the implied
  49. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  50. PURPOSE. See the GNU General Public License for more
  51. details.
  52. .
  53. You should have received a copy of the GNU General Public License
  54. along with this program. If not, see <https://www.gnu.org/licenses/>.
  55. .
  56. On Debian systems, the full text of the GNU General Public
  57. License version 3 can be found in the file
  58. `/usr/share/common-licenses/GPL-3'.
  59. Files: htdocs/includes/adodbtime/*
  60. Copyright: 2003-2005, John Lim
  61. unknown, jackbbs
  62. License: BSD-3-Clause
  63. Redistribution and use in source and binary forms, with or without
  64. modification, are permitted provided that the following conditions
  65. are met:
  66. .
  67. Redistributions of source code must retain the above copyright notice,
  68. this list of conditions and the following disclaimer.
  69. .
  70. Redistributions in binary form must reproduce the above copyright notice,
  71. this list of conditions and the following disclaimer in the documentation
  72. and/or other materials provided with the distribution.
  73. .
  74. Neither the name of the John Lim nor the names of its contributors may be
  75. used to endorse or promote products derived from this software without
  76. specific prior written permission.
  77. Comment:
  78. Those files are not shipped in the binary package since we use
  79. the library as packaged in "libphp-adodb".
  80. Files: htdocs/includes/ckeditor/*
  81. Copyright: 2003-2012 CKSource - Frederico Knabben
  82. License: GPL-2+
  83. The ckeditor is tripple licensed under the GNU General Public License (GPL),
  84. GNU Lesser General Public License (LGPL), and Mozilla Public License (MPL).
  85. In Debian, it is distributed under the GNU General Public License (GPL).
  86. .
  87. This program is free software; you can redistribute it and/or modify
  88. it under the terms of the GNU General Public License as published by
  89. the Free Software Foundation; either version 2 of the License, or
  90. (at your option) any later version.
  91. .
  92. This program is distributed in the hope that it will be useful,
  93. but WITHOUT ANY WARRANTY; without even the implied warranty of
  94. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  95. GNU General Public License for more details.
  96. .
  97. You should have received a copy of the GNU General Public License
  98. along with this program. If not, see <https://www.gnu.org/licenses/>.
  99. .
  100. On Debian systems, the complete text of the GNU General Public License
  101. can be found in /usr/share/common-licenses/GPL-2 file.
  102. Comment:
  103. Sources for all minified javascript libraries are available in same directory
  104. than minified version (.min.js), except for ckeditor whose sources are files
  105. ckeditor_basic_source.js, ckeditor_source.js and files into directory _source.
  106. Those files are not shipped in the binary package since we use the
  107. library as packaged in "ckeditor".
  108. Files: htdocs/includes/fonts/*
  109. Copyright: 2003, Bitstream Inc
  110. unknown, Gavin Graham
  111. License: other
  112. Permission is hereby granted, free of charge, to any person obtaining
  113. a copy of the fonts accompanying this license ("Fonts") and associated
  114. documentation files (the "Font Software"), to reproduce and distribute
  115. the Font Software, including without limitation the rights to use,
  116. copy, merge, publish, distribute, and/or sell copies of the Font
  117. Software, and to permit persons to whom the Font Software is furnished
  118. to do so, subject to the following conditions:
  119. .
  120. The above copyright and trademark notices and this permission notice
  121. shall be included in all copies of one or more of the Font Software
  122. typefaces.
  123. .
  124. The Font Software may be modified, altered, or added to, and in
  125. particular the designs of glyphs or characters in the Fonts may be
  126. modified and additional glyphs or characters may be added to the
  127. Fonts, only if the fonts are renamed to names not containing either
  128. the words "Bitstream" or the word "Vera".
  129. .
  130. This License becomes null and void to the extent applicable to Fonts
  131. or Font Software that has been modified and is distributed under the
  132. "Bitstream Vera" names.
  133. .
  134. The Font Software may be sold as part of a larger software package but
  135. no copy of one or more of the Font Software typefaces may be sold by
  136. itself.
  137. .
  138. THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  139. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
  140. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
  141. OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL
  142. BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM, DAMAGES OR
  143. OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL,
  144. OR CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR
  145. OTHERWISE, ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT
  146. SOFTWARE OR FROM OTHER DEALINGS IN THE FONT SOFTWARE.
  147. .
  148. Except as contained in this notice, the names of Gnome, the Gnome
  149. Foundation, and Bitstream Inc., shall not be used in advertising or
  150. otherwise to promote the sale, use or other dealings in this Font
  151. Software without prior written authorization from the Gnome Foundation
  152. or Bitstream Inc., respectively. For further information, contact:
  153. fonts at gnome dot org.
  154. Comments:
  155. Those files are not shipped in the binary package as we
  156. configure Dolibarr to use Dejavu fonts from "fonts-dejavu-core".
  157. Files: doc/images/*
  158. Copyright: Laurent Destailleur
  159. License: CC-BY-SA-3.0
  160. You are free:
  161. to Share (to copy, distribute and transmit the work) and
  162. to Remix (to adapt the work) under the following conditions:
  163. .
  164. Attribution - You must attribute the work in the manner specified by the
  165. author or licensor (but not in any way that suggests that they endorse you
  166. or your use of the work).
  167. .
  168. Share Alike - If you alter, transform, or build upon this work, you may
  169. distribute the resulting work only under the same, similar or a compatible
  170. license.
  171. .
  172. For more information, see http://creativecommons.org/licenses/by-sa/3.0/
  173. Files: htdocs/includes/fpdfi/*
  174. Copyright: 2004-2011 Setasign - Jan Slabon
  175. License: GPL-2+
  176. This program is free software; you can redistribute it
  177. and/or modify it under the terms of the GNU General Public
  178. License as published by the Free Software Foundation; either
  179. version 2 of the License, or (at your option) any later
  180. version.
  181. .
  182. This program is distributed in the hope that it will be
  183. useful, but WITHOUT ANY WARRANTY; without even the implied
  184. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  185. PURPOSE. See the GNU General Public License for more
  186. details.
  187. .
  188. You should have received a copy of the GNU General Public License
  189. along with this program. If not, see <https://www.gnu.org/licenses/>.
  190. .
  191. On Debian systems, the full text of the GNU General Public
  192. License version 2 can be found in the file
  193. `/usr/share/common-licenses/GPL-2'.
  194. Files: htdocs/includes/geoip/*
  195. Copyright: 2007 MaxMind LLC
  196. License: LGPL-2.1+
  197. This library is free software; you can redistribute it and/or
  198. modify it under the terms of the GNU Lesser General Public
  199. License as published by the Free Software Foundation; either
  200. version 2.1 of the License, or (at your option) any later version.
  201. .
  202. This library is distributed in the hope that it will be useful,
  203. but WITHOUT ANY WARRANTY; without even the implied warranty of
  204. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  205. Lesser General Public License for more details.
  206. .
  207. You should have received a copy of the GNU Lesser General Public License
  208. along with this program. If not, see <https://www.gnu.org/licenses/>.
  209. .
  210. On Debian systems, the full text of the GNU Lesser General Public
  211. License version 2.1 can be found in the file
  212. `/usr/share/common-licenses/LGPL-2.1'.
  213. Files: htdocs/includes/jquery/*
  214. Copyright: JQuery team
  215. License: GPL-2+ or MIT
  216. === GPL-2+ LICENSE NOTICE ===
  217. .
  218. This program is free software; you can redistribute it
  219. and/or modify it under the terms of the GNU General Public
  220. License as published by the Free Software Foundation; either
  221. version 2 of the License, or (at your option) any later
  222. version.
  223. .
  224. This program is distributed in the hope that it will be
  225. useful, but WITHOUT ANY WARRANTY; without even the implied
  226. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  227. PURPOSE. See the GNU General Public License for more
  228. details.
  229. .
  230. You should have received a copy of the GNU General Public License
  231. along with this program. If not, see <https://www.gnu.org/licenses/>.
  232. .
  233. On Debian systems, the full text of the GNU General Public
  234. License version 2 can be found in the file
  235. `/usr/share/common-licenses/GPL-2'.
  236. .
  237. === MIT LICENSE ===
  238. .
  239. Permission is hereby granted, free of charge, to any person obtaining a copy
  240. of this software and associated documentation files (the "Software"), to deal
  241. in the Software without restriction, including without limitation the rights
  242. to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  243. copies of the Software, and to permit persons to whom the Software is
  244. furnished to do so, subject to the following conditions:
  245. .
  246. The above copyright notice and this permission notice shall be included in
  247. all copies or substantial portions of the Software.
  248. .
  249. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  250. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  251. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  252. AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  253. LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  254. OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  255. THE SOFTWARE.
  256. Comment:
  257. JQuery itself is not shipped in the binary package, instead Dolibarr is
  258. configured to use the packaged version from "libjs-jquery" and
  259. "libjs-jquery-ui". Most of the plugins are shipped though.
  260. Files: htdocs/includes/jquery/plugins/flot/*
  261. Copyright: Flot team
  262. License: Public-Domain
  263. This work is not subject to copyright in any jurisdiction
  264. Comment:
  265. Those files are not shipped in the binary package because we configure
  266. Dolibarr to use the files provided by "libjs-flot".
  267. Files: htdocs/includes/jsgantt/*
  268. Copyright: JSGantt team
  269. License: GPL-2+
  270. This program is free software; you can redistribute it
  271. and/or modify it under the terms of the GNU General Public
  272. License as published by the Free Software Foundation; either
  273. version 2 of the License, or (at your option) any later
  274. version.
  275. .
  276. This program is distributed in the hope that it will be
  277. useful, but WITHOUT ANY WARRANTY; without even the implied
  278. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  279. PURPOSE. See the GNU General Public License for more
  280. details.
  281. .
  282. You should have received a copy of the GNU General Public License
  283. along with this program. If not, see <https://www.gnu.org/licenses/>.
  284. .
  285. On Debian systems, the full text of the GNU General Public
  286. License version 2 can be found in the file
  287. `/usr/share/common-licenses/GPL-2'.
  288. Files: htdocs/includes/nusoap/*
  289. Copyright: 2002-2010 NuSphere Corporation
  290. License: LGPL-2.1+
  291. This library is free software; you can redistribute it and/or
  292. modify it under the terms of the GNU Lesser General Public
  293. License as published by the Free Software Foundation; either
  294. version 2.1 of the License, or (at your option) any later version.
  295. .
  296. This library is distributed in the hope that it will be useful,
  297. but WITHOUT ANY WARRANTY; without even the implied warranty of
  298. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  299. Lesser General Public License for more details.
  300. .
  301. You should have received a copy of the GNU Lesser General Public License
  302. along with this program. If not, see <https://www.gnu.org/licenses/>.
  303. .
  304. On Debian systems, the full text of the GNU Lesser General Public
  305. License version 2.1 can be found in the file
  306. `/usr/share/common-licenses/LGPL-2.1'.
  307. Comment:
  308. Those files are not shipped in the binary package since we
  309. configure Dolibarr to use the library provided in "libnusoap-php".
  310. Files: htdocs/includes/odtphp/*
  311. Copyright: 2008, Julien Pauli
  312. 2008, Cyril PIERRE de GEYER
  313. 2010, Laurent Destailleur <eldy@users.sourceforge.net>
  314. License: GPL-2+
  315. This program is free software; you can redistribute it
  316. and/or modify it under the terms of the GNU General Public
  317. License as published by the Free Software Foundation; either
  318. version 2 of the License, or (at your option) any later
  319. version.
  320. .
  321. This program is distributed in the hope that it will be
  322. useful, but WITHOUT ANY WARRANTY; without even the implied
  323. warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  324. PURPOSE. See the GNU General Public License for more
  325. details.
  326. .
  327. You should have received a copy of the GNU General Public License
  328. along with this program. If not, see <https://www.gnu.org/licenses/>.
  329. .
  330. On Debian systems, the full text of the GNU General Public
  331. License version 2 can be found in the file
  332. `/usr/share/common-licenses/GPL-2'.
  333. Files: htdocs/includes/phpexcel/*
  334. Copyright: 2006-2011 PHPExcel (http://www.codeplex.com/PHPExcel)
  335. License: LGPL-2.1+
  336. This library is free software; you can redistribute it and/or
  337. modify it under the terms of the GNU Lesser General Public
  338. License as published by the Free Software Foundation; either
  339. version 2.1 of the License, or (at your option) any later version.
  340. .
  341. This library is distributed in the hope that it will be useful,
  342. but WITHOUT ANY WARRANTY; without even the implied warranty of
  343. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  344. Lesser General Public License for more details.
  345. .
  346. You should have received a copy of the GNU Lesser General Public License
  347. along with this program. If not, see <https://www.gnu.org/licenses/>.
  348. .
  349. On Debian systems, the full text of the GNU Lesser General Public
  350. License version 2.1 can be found in the file
  351. `/usr/share/common-licenses/LGPL-2.1'.
  352. Files: htdocs/includes/tcpdf/*
  353. Copyright: 2002-2013 Nicola Asuni - Tecnick.com LTD
  354. License: LGPL-3.0+
  355. TCPDF is free software: you can redistribute it and/or modify it
  356. under the terms of the GNU Lesser General Public License as
  357. published by the Free Software Foundation, either version 3 of the
  358. License, or (at your option) any later version.
  359. .
  360. TCPDF is distributed in the hope that it will be useful, but
  361. WITHOUT ANY WARRANTY; without even the implied warranty of
  362. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  363. See the GNU Lesser General Public License for more details.
  364. .
  365. You should have received a copy of the GNU Lesser General Public License
  366. along with TCPDF. If not, see <https://www.gnu.org/licenses/>.
  367. .
  368. On Debian systems, the complete text of the GNU Lesser General
  369. Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
  370. Comment:
  371. Those files are not shipped in the binary package since we configure
  372. Dolibarr to use the library provided by "php-tcpdf".