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

@@ -80,6 +80,9 @@ public class ImageMagickController extends AbstractTransformerController
public ImageMagickController()
{
logger = LogFactory.getLog(ImageMagickController.class);
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
logger.info("This transformer uses ImageMagick from ImageMagick Studio LLC. See the license at http://www.imagemagick.org/script/license.php or in /ImageMagick-license.txt");
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
setTransformCommand(createTransformCommand());
setCheckCommand(createCheckCommand());
}