mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
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:
parent
b96b574226
commit
0bd6624d00
@ -69,6 +69,7 @@ public class Application
|
|||||||
public void startup()
|
public void startup()
|
||||||
{
|
{
|
||||||
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
|
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
|
||||||
|
Arrays.stream(LICENCE.split("\\n")).forEach(logger::info);
|
||||||
Arrays.stream(SelectingTransformer.LICENCE.split("\\n")).forEach(logger::info);
|
Arrays.stream(SelectingTransformer.LICENCE.split("\\n")).forEach(logger::info);
|
||||||
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
|
logger.info("--------------------------------------------------------------------------------------------------------------------------------------------------------------");
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ package org.alfresco.transformer.logging;
|
|||||||
public interface StandardMessages
|
public interface StandardMessages
|
||||||
{
|
{
|
||||||
String LICENCE =
|
String LICENCE =
|
||||||
"License rights for this program may be obtained from Alfresco Software, Ltd. pursuant to a written agreement\n" +
|
"If the Alfresco software was purchased under a paid Alfresco license, the terms of the paid license agreement \n" +
|
||||||
"and any use of this program without such an agreement is prohibited.\n" +
|
"will prevail.Otherwise, the software is provided under terms of the GNU LGPL v3 license. \n" +
|
||||||
"\n";
|
"See the license at http://www.gnu.org/licenses/lgpl-3.0.txt. or in /LICENSE.txt\\n";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user