update copyright notice

This commit is contained in:
Bixilon 2023-05-06 11:44:01 +02:00
parent 73c5d3bd34
commit 7eaa15eee7
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -2,7 +2,7 @@
<!--
~ Minosoft
~ Copyright (C) 2020-2022 Moritz Zwerger
~ Copyright (C) 2020-2023 Moritz Zwerger
~
~ 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.
~
@ -73,7 +73,7 @@
</GridPane.margin>
<Text text="Version abc&#10;Other text&#10;"/>
</TextFlow>
<TextArea fx:id="copyrightFX" editable="false" text="Minosoft&#10;Copyright (C) 2020-2022 Moritz Zwerger and contributors&#10;&#10;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.&#10;&#10;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.&#10;&#10;You should have received a copy of the GNU General Public License along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.&#10;&#10;This software is not affiliated with Mojang AB, the original developer of Minecraft." wrapText="true" GridPane.rowIndex="2">
<TextArea fx:id="copyrightFX" editable="false" text="Minosoft&#10;Copyright (C) 2020-2023 Moritz Zwerger and contributors&#10;&#10;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.&#10;&#10;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.&#10;&#10;You should have received a copy of the GNU General Public License along with this program. If not, see &lt;https://www.gnu.org/licenses/&gt;.&#10;&#10;This software is not affiliated with Mojang AB, the original developer of Minecraft." wrapText="true" GridPane.rowIndex="2">
<GridPane.margin>
<Insets bottom="10.0" left="10.0" right="10.0" top="10.0"/>
</GridPane.margin>