ATS-665: Update standard license log message on startup for all T-Engines (#221)

- also minor fix for Misc to be consistent with other T-Engines
- see also ATS-711
This commit is contained in:
montgolfiere
2020-04-15 19:27:02 +01:00
committed by GitHub
parent b96b574226
commit 0bd6624d00
2 changed files with 4 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ public class Application
public void startup()
{
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
Arrays.stream(LICENCE.split("\\n")).forEach(logger::info);
Arrays.stream(SelectingTransformer.LICENCE.split("\\n")).forEach(logger::info);
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");