mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
REPO-3299,REPO-3436,REPO-3437: Tidy up license messages
This commit is contained in:
parent
47f805e306
commit
413bd8e7df
@ -1,6 +1,6 @@
|
|||||||
# Image provides a container in which to run alfresco-pdf-renderer transformations for Alfresco Content Services.
|
# Image provides a container in which to run alfresco-pdf-renderer transformations for Alfresco Content Services.
|
||||||
|
|
||||||
# The alfresco-pdf-renderer transformer uses the PDFium library from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt
|
# alfresco-pdf-renderer uses the PDFium library from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt
|
||||||
|
|
||||||
FROM quay.io/alfresco/alfresco-base-java:9
|
FROM quay.io/alfresco/alfresco-base-java:9
|
||||||
|
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
### Alfresco License
|
### Licenses
|
||||||
|
|
||||||
* See the [LICENSE](LICENSE) file in this directory.
|
|
||||||
|
|
||||||
### 3rd party Licenses
|
|
||||||
|
|
||||||
|
* See the Alfresco [LICENSE](LICENSE) file in this directory.
|
||||||
* The alfresco-pdf-renderer transformer uses the PDFium library from Google Inc. See [https://pdfium.googlesource.com/pdfium/+/master/LICENSE](https://pdfium.googlesource.com/pdfium/+/master/LICENSE)
|
* The alfresco-pdf-renderer transformer uses the PDFium library from Google Inc. See [https://pdfium.googlesource.com/pdfium/+/master/LICENSE](https://pdfium.googlesource.com/pdfium/+/master/LICENSE)
|
||||||
or the [pdfium.txt](https://github.com/Alfresco/acs-community-packaging/blob/master/zip/src/main/resources/licenses/3rd-party/pdfium.txt) file placed in the root directory of the docker image.
|
or the [pdfium.txt](https://github.com/Alfresco/acs-community-packaging/blob/master/zip/src/main/resources/licenses/3rd-party/pdfium.txt) file placed in the root directory of the docker image.
|
||||||
|
@ -72,9 +72,9 @@ public class AlfrescoPdfRendererController extends AbstractTransformerController
|
|||||||
public AlfrescoPdfRendererController()
|
public AlfrescoPdfRendererController()
|
||||||
{
|
{
|
||||||
logger = LogFactory.getLog(AlfrescoPdfRendererController.class);
|
logger = LogFactory.getLog(AlfrescoPdfRendererController.class);
|
||||||
logger.info("------------------------------------------------------------------------------------------------------------------------------------------");
|
logger.info("-----------------------------------------------------------------------------------------------------------------------------------------------------------");
|
||||||
logger.info("This transformer uses PDFium from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt");
|
logger.info("alfresco-pdf-renderer uses the PDFium library from Google Inc. See the license at https://pdfium.googlesource.com/pdfium/+/master/LICENSE or in /pdfium.txt");
|
||||||
logger.info("------------------------------------------------------------------------------------------------------------------------------------------");
|
logger.info("-----------------------------------------------------------------------------------------------------------------------------------------------------------");
|
||||||
setTransformCommand(createTransformCommand());
|
setTransformCommand(createTransformCommand());
|
||||||
setCheckCommand(createCheckCommand());
|
setCheckCommand(createCheckCommand());
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
### Alfresco License
|
### Licenses
|
||||||
|
|
||||||
* See the [LICENSE](LICENSE) file in this directory.
|
|
||||||
|
|
||||||
### 3rd party Licenses
|
|
||||||
|
|
||||||
|
* See the Alfresco [LICENSE](LICENSE) file in this directory.
|
||||||
* ImageMagick is from ImageMagick Studio LLC. See the license at [http://www.imagemagick.org/script/license.php](http://www.imagemagick.org/script/license.php)
|
* ImageMagick is from ImageMagick Studio LLC. See the license at [http://www.imagemagick.org/script/license.php](http://www.imagemagick.org/script/license.php)
|
||||||
or the [ImageMagick-license.txt](https://github.com/Alfresco/acs-community-packaging/blob/master/zip/src/main/resources/licenses/3rd-party/ImageMagick-license.txt)
|
or the [ImageMagick-license.txt](https://github.com/Alfresco/acs-community-packaging/blob/master/zip/src/main/resources/licenses/3rd-party/ImageMagick-license.txt)
|
||||||
file placed in the root directory of the docker image.
|
file placed in the root directory of the docker image.
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
### Alfresco License
|
### Licenses
|
||||||
|
|
||||||
* See the [LICENSE](LICENSE) file in this directory.
|
|
||||||
|
|
||||||
### 3rd party Licenses
|
|
||||||
|
|
||||||
|
* See the Alfresco [LICENSE](LICENSE) file in this directory.
|
||||||
* This transformer uses LibreOffice from The Document Foundation. See the license at
|
* This transformer uses LibreOffice from The Document Foundation. See the license at
|
||||||
[https://www.libreoffice.org/download/license/](https://www.libreoffice.org/download/license/)
|
[https://www.libreoffice.org/download/license/](https://www.libreoffice.org/download/license/)
|
||||||
or the [libreoffice.txt](https://github.com/Alfresco/acs-community-packaging/blob/master/zip/src/main/resources/licenses/3rd-party/libreoffice.txt)
|
or the [libreoffice.txt](https://github.com/Alfresco/acs-community-packaging/blob/master/zip/src/main/resources/licenses/3rd-party/libreoffice.txt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user