diff --git a/COPYRIGHT b/COPYRIGHT index 69b7e41ff8d..08fc88e2a8d 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -20,8 +20,7 @@ FPDI_Protection 1.0.3 Apache Software License 2.0 No GPL3 only PDF encr GeoIP x.x Yes GeoIP Maxmind conversion iWebkit 5.0.4 LGPL 3.0 Yes Iphone templates framework JCrop 0.9.8 MIT Licence Yes JS library to crop images -JQuery 1.4.2 GPL and MIT Licence Yes -JSGantt 1.2 BSD Licence Yes +JQuery 1.4.2 GPL and MIT Licence Yes JS library +Plugin UI,Layout,TableDND MagPieRss 0.72 GPL 2.0 Yes Load RSS 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 diff --git a/htdocs/includes/dolibarr_changes.txt b/htdocs/includes/dolibarr_changes.txt index 344fd7de586..71040d8dc75 100644 --- a/htdocs/includes/dolibarr_changes.txt +++ b/htdocs/includes/dolibarr_changes.txt @@ -20,7 +20,7 @@ FPDF: ----- * All changes were added in fpdf.php file and marked with tag DOLCHANGE or DOL_CHANGE Example: -$tmp=tempnam('.','gif') into $tmp=tempnam(DOL_DATA_ROOT,'gif') to avoid creating files in the htdocs directory. +$tmp=tempnam('.','gif') into $tmp=tempnam(DOL_DATA_ROOT,'gif') to avoid creating files out of the htdocs directory. FPDFI and FPDF_TPL: