REPO-3299,REPO-3436,REPO-3437: License infor for PDFium, LibreOffice and ImageMagick

This commit is contained in:
Alan Davis
2018-03-26 18:30:10 +01:00
parent a526b5f71c
commit 47f805e306
9 changed files with 48 additions and 1 deletions

View File

@@ -81,7 +81,9 @@ public class LibreOfficeController extends AbstractTransformerController
public LibreOfficeController() throws Exception
{
logger = LogFactory.getLog(LibreOfficeController.class);
logger.info("-------------------------------------------------------------------------------------------------------------------------------------------------------");
logger.info("This transformer uses LibreOffice from The Document Foundation. See the license at https://www.libreoffice.org/download/license/ or in /libreoffice.txt");
logger.info("-------------------------------------------------------------------------------------------------------------------------------------------------------");
setJodConverter(createJodConverter());
}