From a0807c2e0c43e24371b68f3ca7613748d0cce4ce Mon Sep 17 00:00:00 2001 From: Tobias Hagemann Date: Wed, 11 Mar 2020 14:21:13 +0100 Subject: [PATCH] updated about screen, updated third-party license generation --- main/ui/src/license/template.ftl | 25 +++++++++++-------- .../resources/fxml/preferences_about.fxml | 11 ++++---- .../main/resources/license/THIRD-PARTY.txt | 25 +++++++++++-------- 3 files changed, 33 insertions(+), 28 deletions(-) diff --git a/main/ui/src/license/template.ftl b/main/ui/src/license/template.ftl index 2888d746e..12f788d90 100644 --- a/main/ui/src/license/template.ftl +++ b/main/ui/src/license/template.ftl @@ -5,19 +5,18 @@ <#return p.name + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + " - " + (p.url!"no url defined") + ")"> +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see http://www.gnu.org/licenses/. +You should have received a copy of the GNU General Public License +along with this program. If not, see http://www.gnu.org/licenses/. Cryptomator uses ${dependencyMap?size} third-party dependencies under the following licenses: <#list licenseMap as e> @@ -30,3 +29,7 @@ Cryptomator uses ${dependencyMap?size} third-party dependencies under the follow + +Cryptomator uses other third-party assets under the following licenses: + SIL OFL 1.1 License: + • Font Awesome 5.12.0 (https://fontawesome.com/) diff --git a/main/ui/src/main/resources/fxml/preferences_about.fxml b/main/ui/src/main/resources/fxml/preferences_about.fxml index 7f6a55e22..f214f5df2 100644 --- a/main/ui/src/main/resources/fxml/preferences_about.fxml +++ b/main/ui/src/main/resources/fxml/preferences_about.fxml @@ -11,22 +11,21 @@ + spacing="18"> - + - + - -