From 55fc726ec960b6afa5cd0c30de1cb78a407983d7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Fri, 26 Aug 2011 23:45:09 +0000 Subject: [PATCH] Qual: vcard is not really an external project but now a specific dolibarr class file, so i moved it into core/class --- COPYRIGHT | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index b105d119008..40bf7ad19d6 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -10,26 +10,29 @@ However it uses some external libraries under different licences. This is compat Composant Version License Compatible GPL Usage ---------------------------------------------------------------------------- -In alphabetical order of includes directory: +PHP libraries: AdoDb-Date 0.21 Modified BSD License Yes Date convertion ArtiChow 1.07 Public Domain Yes Graphics CKEditor 3.6.1 GPL or LGPL 2.1 or MPL 1.1 Yes Editor WYSIWYG -FPDI 1.4.1 Apache Software License 2.0 No GPL3 only PDF templates management +FPDI 1.4.1 Apache Software License 2.0 ? PDF templates management +NuSoap 0.9.5 LGPL 2.1 Yes Library to develop SOAP Web services +OdtPHP 1.0.1 GPL 2.0 Yes Library to build/edit ODT files +Php-barcode 0.3pl1 GPL 2.0 Yes Bar code generation +PHPExcel 1.7.6 LGPL 2.1 Yes Read/Write XLS files, read ODS files +TCPDF 5.9.098 LGPL 3.0 Yes PDF generation + +JS libraries: jQuery 1.6.1 GPL and MIT Licence Yes JS library jQuery UI 1.8.14 GPL and MIT Licence Yes JS library plugin UI jQuery Flot 0.7 MIT Licence Yes JS library to build graph jQuery JCrop 0.9.8 MIT Licence Yes JS library plugin Crop (to crop images) jQuery Layout 1.3.0 GPL and MIT Licence Yes JS library plugin Layout (RC-29.15) jQuery TableDnD 0.5 GPL and MIT Licence Yes JS library plugin TableDnD (to reorder table rows) -jQuery jNotify 1.1.00 Apache Software License 2.0 No GPL3 only JS library plugin jNotify (to use ajax popups) +jQuery jNotify 1.1.00 Apache Software License 2.0 ? JS library plugin jNotify (to use ajax popups) jQuery Mobile 1.0b1 GPL and MIT Licence Yes JS library for smartphone (not used) jQuery Tiptip 1.3 GPL and MIT Licence Yes JS library for tooltips JSGantt 1.2 BSD Licence Yes JS library (to build Gantt reports) -NuSoap 0.9.5 LGPL 2.1 Yes Interfaces with third tools -OdtPHP 1.0.1 GPL 2.0 Yes Library to build/edit ODT files -Php-barcode 0.3pl1 GPL 2.0 Yes Bar code generation -PHPExcel 1.7.6 LGPL 2.1 Yes Read/Write XLS files, read ODS files -TCPDF 5.9.098 LGPL 3.0 Yes PDF generation + For licenses compatibility informations: http://www.fsf.org/licensing/licenses/index_html -- GitLab