REPO-3299,REPO-3437,REPO-3436: Switch to Enterprise license.

This commit is contained in:
Alan Davis
2018-03-28 14:12:59 +01:00
parent 413bd8e7df
commit 89e906be6b
18 changed files with 57 additions and 742 deletions

View File

@@ -98,6 +98,16 @@ public abstract class AbstractTransformerController
checkCommand = runtimeExec;
}
protected void logEnterpriseLicenseMessage()
{
logger.info("This image is only intended to be use with the Alfresco Enterprise Content Repository which is covered by ");
logger.info("https://www.alfresco.com/legal/agreements and https://www.alfresco.com/terms-use");
logger.info("");
logger.info("License rights for this program may be obtained from Alfresco Software, Ltd. pursuant to a written agreement");
logger.info("and any use of this program without such an agreement is prohibited.");
logger.info("");
}
@RequestMapping("/version")
@ResponseBody
String version()