ATS-665: Tweak standard lic message (space / newline)

This commit is contained in:
Jan Vonka
2020-04-21 11:23:48 +01:00
parent 12a6b35dcd
commit 110ac1414c

View File

@@ -30,6 +30,6 @@ public interface StandardMessages
{
String LICENCE =
"If the Alfresco software was purchased under a paid Alfresco license, the terms of the paid license agreement \n" +
"will prevail.Otherwise, the software is provided under terms of the GNU LGPL v3 license. \n" +
"See the license at http://www.gnu.org/licenses/lgpl-3.0.txt. or in /LICENSE.txt\\n";
"will prevail. Otherwise, the software is provided under terms of the GNU LGPL v3 license. \n" +
"See the license at http://www.gnu.org/licenses/lgpl-3.0.txt. or in /LICENSE.txt \n\n";
}