updated about screen, updated third-party license generation

This commit is contained in:
Tobias Hagemann
2020-03-11 14:21:13 +01:00
parent 96a3c025ab
commit a0807c2e0c
3 changed files with 33 additions and 28 deletions
+4 -1
View File
@@ -5,7 +5,6 @@
<#return p.name + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + " - " + (p.url!"no url defined") + ")"> <#return p.name + " (" + p.groupId + ":" + p.artifactId + ":" + p.version + " - " + (p.url!"no url defined") + ")">
</#if> </#if>
</#function> </#function>
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
@@ -30,3 +29,7 @@ Cryptomator uses ${dependencyMap?size} third-party dependencies under the follow
</#list> </#list>
</#if> </#if>
</#list> </#list>
Cryptomator uses other third-party assets under the following licenses:
SIL OFL 1.1 License:
• Font Awesome 5.12.0 (https://fontawesome.com/)
@@ -11,19 +11,18 @@
<VBox xmlns="http://javafx.com/javafx" <VBox xmlns="http://javafx.com/javafx"
xmlns:fx="http://javafx.com/fxml" xmlns:fx="http://javafx.com/fxml"
fx:controller="org.cryptomator.ui.preferences.AboutController" fx:controller="org.cryptomator.ui.preferences.AboutController"
spacing="12" spacing="18">
alignment="TOP_CENTER">
<padding> <padding>
<Insets topRightBottomLeft="12"/> <Insets topRightBottomLeft="12"/>
</padding> </padding>
<children> <children>
<HBox spacing="12" VBox.vgrow="NEVER" alignment="TOP_LEFT"> <HBox spacing="12" VBox.vgrow="NEVER">
<ImageView VBox.vgrow="ALWAYS" fitHeight="64" preserveRatio="true" smooth="true" cache="true"> <ImageView VBox.vgrow="ALWAYS" fitHeight="64" preserveRatio="true" smooth="true" cache="true">
<Image url="/bot.png"/> <Image url="/bot.png"/>
</ImageView> </ImageView>
<VBox HBox.hgrow="ALWAYS"> <VBox spacing="3" HBox.hgrow="ALWAYS" alignment="CENTER_LEFT">
<FormattedLabel styleClass="label-large" format="Cryptomator %s" arg1="${controller.applicationVersion}"/> <FormattedLabel styleClass="label-large" format="Cryptomator %s" arg1="${controller.applicationVersion}"/>
<Label text="© 2016 - 2020 Skymatic GmbH"/> <Label text="© 2016 – 2020 Skymatic GmbH"/>
</VBox> </VBox>
</HBox> </HBox>
@@ -1,4 +1,3 @@
This program is free software: you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
@@ -83,3 +82,7 @@ Cryptomator uses 49 third-party dependencies under the following licenses:
• SLF4J API Module (org.slf4j:slf4j-api:1.7.29 - http://www.slf4j.org) • SLF4J API Module (org.slf4j:slf4j-api:1.7.29 - http://www.slf4j.org)
The BSD 2-Clause License: The BSD 2-Clause License:
• EasyBind (org.fxmisc.easybind:easybind:1.0.3 - http://www.fxmisc.org/easybind/) • EasyBind (org.fxmisc.easybind:easybind:1.0.3 - http://www.fxmisc.org/easybind/)
Cryptomator uses other third-party assets under the following licenses:
SIL OFL 1.1 License:
• Font Awesome 5.12.0 (https://fontawesome.com/)