1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-22 22:25:26 +01:00

added license to about

This commit is contained in:
pm47 2016-11-03 15:37:22 +01:00
parent d6514e87ca
commit 8c05b270c1

View file

@ -23,7 +23,7 @@
<children>
<VBox fillWidth="false" styleClass="about-content" GridPane.columnIndex="1" GridPane.columnSpan="2">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Eclair v0.0.1">
<Text strokeType="OUTSIDE" strokeWidth="0.0" text="Eclair">
<styleClass>
<String fx:value="about-text" />
<String fx:value="text-strong" />
@ -40,6 +40,11 @@
<Text strokeType="OUTSIDE" strokeWidth="0.0" styleClass="about-text" text="The source code is available on GitHub (https://github.com/ACINQ/eclair)" />
</children>
</TextFlow>
<TextFlow layoutX="10.0" layoutY="90.0">
<children>
<Text strokeType="OUTSIDE" strokeWidth="0.0" styleClass="about-text" text="This software is released under the Apache 2 License (http://www.apache.org/licenses/)" />
</children>
</TextFlow>
</children>
</VBox>
<ImageView fitHeight="120.0" fitWidth="120.0" pickOnBounds="true" preserveRatio="true" GridPane.halignment="CENTER">