mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-09-20 15:04:23 +00:00
updated about screen, updated third-party license generation
This commit is contained in:
@@ -5,19 +5,18 @@
|
|||||||
<#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
|
||||||
|
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
|
This program is distributed in the hope that it will be useful,
|
||||||
it under the terms of the GNU General Public License as published by
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
(at your option) any later version.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
You should have received a copy of the GNU General Public License
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
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/.
|
|
||||||
|
|
||||||
Cryptomator uses ${dependencyMap?size} third-party dependencies under the following licenses:
|
Cryptomator uses ${dependencyMap?size} third-party dependencies under the following licenses:
|
||||||
<#list licenseMap as e>
|
<#list licenseMap as e>
|
||||||
@@ -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,22 +11,21 @@
|
|||||||
<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>
|
||||||
|
|
||||||
<TextArea text="${controller.thirdPartyLicenseText}" editable="false" />
|
<TextArea text="${controller.thirdPartyLicenseText}" editable="false"/>
|
||||||
</children>
|
</children>
|
||||||
</VBox>
|
</VBox>
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
|
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
|
This program is distributed in the hope that it will be useful,
|
||||||
it under the terms of the GNU General Public License as published by
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
the Free Software Foundation, either version 3 of the License, or
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
(at your option) any later version.
|
GNU General Public License for more details.
|
||||||
|
|
||||||
This program is distributed in the hope that it will be useful,
|
You should have received a copy of the GNU General Public License
|
||||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
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/.
|
|
||||||
|
|
||||||
Cryptomator uses 49 third-party dependencies under the following licenses:
|
Cryptomator uses 49 third-party dependencies under the following licenses:
|
||||||
Apache License v2.0:
|
Apache License v2.0:
|
||||||
@@ -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/)
|
||||||
|
|||||||
Reference in New Issue
Block a user