From 3f03a82e890a0e23dd54f151b4aefad2651506cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Dec 2011 14:19:03 +0100 Subject: [PATCH] Update copyright files --- COPYRIGHT | 16 ++++++++++------ build/makepack-dolibarr.pl | 3 ++- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 7065c0b9adc..bc0a07aa66c 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -11,25 +11,29 @@ However it uses some external libraries under different licences. This is compat Composant Version License Compatible GPL Usage ---------------------------------------------------------------------------- PHP libraries: -AdoDb-Date 0.21 Modified BSD License Yes Date convertion +AdoDb-Date 0.21 Modified BSD License Yes Date convertion (not into rpm package) 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 ? PDF templates management -NuSoap 0.9.5 LGPL 2.1 Yes Library to develop SOAP Web services +GeoIP 2004 LGPL 2.1 Yes Sample code to make geoip convert (not into deb package) +NuSoap 0.9.5 LGPL 2.1 Yes Library to develop SOAP Web services (not into rpm and deb package) 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.4 GPL and MIT Licence Yes JS library jQuery UI 1.8.16 GPL and MIT Licence Yes JS library plugin UI +jQuery Colorpicker 1.1 MIT Licence Yes JS library for color picker for a defined list of colors +jQuery DataTable 1.8.1 BSD Yes JS library for tables output 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 jeditable 1.7.1 MIT Licence Yes JS library plugin jeditable (to edit in place) +jQuery FileUpload 5.0.3 GPL and MIT Licence Yes JS library to upload files +jQuery JCrop 0.9.8 GPL and MIT Licence Yes JS library plugin Crop (to crop images) +jQuery jeditable 1.7.1 GPL and MIT Licence Yes JS library plugin jeditable (to edit in place) +jQuery jNotify 1.1.00 Apache Software License 2.0 ? JS library plugin jNotify (to use ajax popups) +jQuery jPicker 1.1.00 GPL and MIT Licence Yes JS library for color picker with not defined list of colors 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 ? JS library plugin jNotify (to use ajax popups) jQuery Mobile 1.0rc2 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) diff --git a/build/makepack-dolibarr.pl b/build/makepack-dolibarr.pl index 73cc80f5bb1..cf078919b89 100644 --- a/build/makepack-dolibarr.pl +++ b/build/makepack-dolibarr.pl @@ -331,6 +331,8 @@ if ($nboftargetok) { $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/fckeditor`; $ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/geoip/sample*.*`; $ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/jquery/plugins/flot/LICENSE.txt`; + $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/jquery/plugins/lightbox`; + $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/jquery/plugins/jstree`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nusoap/samples`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/nusoap/lib/Mail`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/phpexcel/license.txt`; @@ -340,7 +342,6 @@ if ($nboftargetok) { #$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tcpdf/fonts/freefont-20100919`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/tcpdf/fonts/utils`; $ret=`rm -f $BUILDROOT/$PROJECT/htdocs/includes/tcpdf/LICENSE.TXT`; - $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/includes/jquery/plugins/jstree`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/langs/*/html`; # Removed because not stable yet $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/theme/bureau2crea`;