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:
parent
d6514e87ca
commit
8c05b270c1
1 changed files with 6 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue